Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/spec
AgeCommit message (Collapse)Author
2018-03-27Merge branch 'test-hook-logs-xss' into 'master'Douwe Maan
Add a test to make sure there's no XSS for hook logs See merge request gitlab-org/gitlab-ce!18005
2018-03-27Merge branch '5347-fix-multiple-clusters-incorrect-details-injected' into ↵Kamil Trzciński
'master' Port to CE: Resolve "Multiple clusters: incorrect cluster details injected - environment scope is ignored" See merge request gitlab-org/gitlab-ce!17904
2018-03-27Merge branch '40781-os-to-ce' into 'master'Sean McGivern
Bring Object Storage to CE Closes #4171, #4163, #3370, #2841, and #29203 See merge request gitlab-org/gitlab-ce!17358
2018-03-27Merge branch 'fix/ldap_wihtout_user' into 'master'Douwe Maan
Fix LDAP login without user in DB See merge request gitlab-org/gitlab-ce!17988
2018-03-27Fix LDAP login without user in DBHoratiu Eugen Vlad
2018-03-26Merge branch 'dz-improve-app-settings' into 'master'Filipa Lacerda
Redesign application settings to match project settings (part 1) See merge request gitlab-org/gitlab-ce!17937
2018-03-26Merge branch 'backstage/gb/populating-pipeline-refactoring' into 'master'Kamil Trzciński
Improve how we populate pipeline with stages and builds Closes #43941 See merge request gitlab-org/gitlab-ce!17841
2018-03-26Add a test to make sure there's no XSS for hook logsLin Jen-Shin
2018-03-26Merge branch ↵Grzegorz Bizon
'YarNayar/gitlab-ce-23460-send-email-when-pushing-more-commits-to-the-merge-request' into 'master' Send notification emails when push to a merge request Closes #23460 See merge request gitlab-org/gitlab-ce!17865
2018-03-26remove some lintMicaël Bergeron
2018-03-26Merge branch 'ide-diff-cursor' into 'master'Tim Zallmann
Disable cursor for review mode in the IDE Closes #44307 See merge request gitlab-org/gitlab-ce!17955
2018-03-26Merge branch ↵Kamil Trzciński
'43316-controller-parameters-handling-sensitive-information-should-use-a-more-specific-name' into 'master' Resolve "Controller parameters handling sensitive information should use a more specific name" Closes #43316 See merge request gitlab-org/gitlab-ce!17796
2018-03-26personal snippets will now comply with `background_upload`Micaël Bergeron
2018-03-26Send notification emails when push to a merge requestYarNayar
Closes #23460
2018-03-26Move UI of several application settings to expandable blockDmitriy Zaporozhets
To make design consistent with project settings Next admin area application settings are afected by this commit: * Visibility and access control * Account and limit settings * Sign in * Sign up * Help page * Pages Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2018-03-26Resolve "Forking with namespace doesn't work (API)"Jan
2018-03-24Merge branch '28857-followup-fix-pages-test' into 'master'Robert Speicher
Fix a test that is going to break, that has not broken yet See merge request gitlab-org/gitlab-ce!17966
2018-03-23Merge branch 'winh-cleanup-comment-submit-test' into 'master'Clement Ho
Cleanup test for disabling comment submit button See merge request gitlab-org/gitlab-ce!17930
2018-03-23Merge branch ↵Stan Hu
'44564-error-500-while-attempting-to-resolve-conflicts-due-to-utf-8-conversion-error' into 'master' Resolve "Error 500 while attempting to resolve conflicts due to UTF-8 conversion error" Closes #44564 See merge request gitlab-org/gitlab-ce!17962
2018-03-23Merge branch ↵Filipa Lacerda
'44218-add-internationalization-support-for-the-prometheus-merge-request-widget' into 'master' Resolve "Add internationalization support for the Prometheus Merge Request widget" Closes #44218 See merge request gitlab-org/gitlab-ce!17753
2018-03-23Fix 500 error when trying to resolve non-ASCII conflicts in editorSean McGivern
When we added caching, this meant that calling `can_be_resolved_in_ui?` didn't always call `lines`, which meant that we didn't get the benefit of the side-effect from that, where it forced the conflict data itself to UTF-8. To fix that, make this explicit by separating the `raw_content` (any encoding) from the `content` (which is either UTF-8, or an exception is raised).
2018-03-23Add i18n support for the mrWidget prometheus memory widgetJose Ivan Vargas
2018-03-23Merge branch 'fix/encoding-helper-clean-blowing-up-on-utf-16be' into 'master'Robert Speicher
Fix EncodingHelper#clean blowing up on UTF-16BE strings Closes gitaly#1101 See merge request gitlab-org/gitlab-ce!17943
2018-03-23Merge branch '44587-autolinking-includes-trailing-exclamation-marks' into ↵Robert Speicher
'master' Resolve "Autolinking includes trailing exclamation marks" Closes #44587 See merge request gitlab-org/gitlab-ce!17965
2018-03-23Fix a spec that will break in EENick Thomas
2018-03-23Add ?, !, and : to trailing puncutation excluded from auto-linkingSean McGivern
2018-03-23Merge branch 'pages_force_https' into 'master'Nick Thomas
HTTPS only Pages Closes #28857 See merge request gitlab-org/gitlab-ce!16273
2018-03-23Merge branch '43525-limit-number-of-failed-logins-using-ldap' into 'master'Douwe Maan
Resolve "Limit number of failed logins using LDAP for authentication" Closes #43525 See merge request gitlab-org/gitlab-ce!17886
2018-03-23Disable cursor for review mode in the IDEPhil Hughes
Also disables occurrences highlights & the line highlight for the review mode. Closes #44307
2018-03-23Merge branch 'jprovazn-issueref' into 'master'Douwe Maan
Fix issuable state indicator Closes gitlab-ee#4683 See merge request gitlab-org/gitlab-ce!17878
2018-03-23Merge branch '43771-improve-avatar-error-message' into 'master'Sean McGivern
Resolve "Indicate supported image formats in avatar error" Closes #43771 See merge request gitlab-org/gitlab-ce!17747
2018-03-23Merge branch ↵Kamil Trzciński
'43482-enabling-auto-devops-on-an-empty-project-gives-you-wrong-information' into 'master' Resolve "Enabling Auto DevOps on an empty project gives you wrong information" Closes #43482 See merge request gitlab-org/gitlab-ce!17605
2018-03-23Merge branch 'mark-legacy-git-access' into 'master'Sean McGivern
Route path lookups through legacy_disk_path See merge request gitlab-org/gitlab-ce!17743
2018-03-23Merge branch 'winh-deprecate-old-modal' into 'master'Filipa Lacerda
Rename modal.vue to deprecated_modal.vue See merge request gitlab-org/gitlab-ce!17438
2018-03-23Fix issuable state indicatorJan Provaznik
Now the issuable reference check works only in project scope, if we reference an issuable from a non-project resource (e.g. epics), then project is not set, and there is mismatch in generated issue references. This patch enables issuable reference state check also from group scope. Closes gitlab-ee#4683 Related to #30916
2018-03-22Rearrange DeploymentPlatform methodsMayra Cabrera
- Change find_cluster_platform_kubernetes to ignore environment argument - Fix broken specs CE Port of: https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/5047/
2018-03-22Fix EncodingHelper#clean blowing up on UTF-16BE stringsAhmad Sherif
Closes gitaly#1101
2018-03-22remove lintMicaël Bergeron
2018-03-22fix the api jobs spec from having EE specific testsMicaël Bergeron
2018-03-22Add read-only banner to all pagesToon Claes
When the database is in a read-only state, display a banner on each page informing the user they cannot write to that GitLab instance. Closes gitlab-org/gitlab-ce#43937.
2018-03-22Add HTTPS-only pagesRob Watson
Closes #28857
2018-03-22fix the failing specsMicaël Bergeron
2018-03-22Change avatar error message to include allowed file formatsFabian Schneider
2018-03-22Backport EE changesMicaël Bergeron
2018-03-22Writes specsTiago Botelho
2018-03-22Add specs for extracted pipeline-related methodsGrzegorz Bizon
2018-03-22Bring seeds size method back to CI/CD pipeline classGrzegorz Bizon
2018-03-22Improve YAML processor specs and remove unused codeGrzegorz Bizon
2018-03-22Fix static analysis and tests related to YAML processingGrzegorz Bizon
2018-03-22Cleanup test for disabling comment submit buttonWinnie Hellmann