summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Add 'bundle exec' to the 'bin/qa' calls in qa/README.mddocs-fix-bin-qa-commandRémy Coutable2019-04-091-8/+10
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Merge branch '6573-extract-ee-spec-features-boards-ce' into 'master'Robert Speicher2019-04-092-0/+8
|\ | | | | | | | | CE: Resolve "Extract EE specific files/lines for spec/features/boards" See merge request gitlab-org/gitlab-ce!27110
| * Add helper reference6573-extract-ee-spec-features-boards-cecharlieablett2019-04-081-0/+1
| |
| * Abstract out method from spec to supportcharlieablett2019-04-082-0/+7
| |
* | Merge branch 'osw-schedule-multiple-mr-assignees-ff-auto-enabling' into 'master'Yorick Peterse2019-04-092-6/+62
|\ \ | | | | | | | | | | | | Add methods to check dead and retrying jobs See merge request gitlab-org/gitlab-ce!27149
| * | Add methods to check dead and retrying jobsosw-schedule-multiple-mr-assignees-ff-auto-enablingOswaldo Ferreira2019-04-082-6/+62
| | | | | | | | | | | | | | | It adds two methods for checking if a background job (for a given class) has dead or retrying jobs.
* | | Merge branch 'sl-lower-remove-rspec-retries' into 'master'Sean McGivern2019-04-097-9/+13
|\ \ \ | | | | | | | | | | | | | | | | Reduce rspec retries See merge request gitlab-org/gitlab-ce!26934
| * | | Reduce number of rspec retriesSanad Liaquat2019-04-097-9/+13
|/ / / | | | | | | | | | | | | In both e2e QA tests and unit tests, reduce the number of retires to 2 (i.e., 1 initial and one retry)
* | | Merge branch 'improve/rack-clean-path-info' into 'master'Douwe Maan2019-04-091-32/+1
|\ \ \ | | | | | | | | | | | | | | | | Use Rack::Utils.clean_path_info instead of copy-pasted version. See merge request gitlab-org/gitlab-ce!27001
| * | | Use Rack::Utils.clean_path_info instead of copy-pasted version.Vasiliy Ermolovich2019-04-041-32/+1
| | | |
* | | | Merge branch '60162-fix-time-windows' into 'master'Douwe Maan2019-04-095-14/+51
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Resolve Environments#additional_metrics TypeError, ensure unix format Closes #60162 See merge request gitlab-org/gitlab-ce!27118
| * | | | Resolve Environments#additional_metrics TypeError, ensure unix formatSarah Yasonik2019-04-095-14/+51
|/ / / /
* | | | Merge branch 'delay-update-statictics' into 'master'Douwe Maan2019-04-099-24/+146
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | Fix the bug that the project statistics is not updated See merge request gitlab-org/gitlab-ce!26854
| * | | | Refactor: extract duplicate steps to a service classHiroyuki Sato2019-04-056-53/+79
| | | | |
| * | | | Update the project statistics immediatellyHiroyuki Sato2019-04-052-0/+11
| | | | |
| * | | | Refactor project_cache_worker_keyHiroyuki Sato2019-04-052-2/+2
| | | | |
| * | | | Fix the bug that the project statistics is not updatedHiroyuki Sato2019-04-057-22/+107
| | | | |
* | | | | Merge branch 'docs-fix-page-specific-javascript-link' into 'master'Achilleas Pipinellis2019-04-091-3/+3
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Fix page specific JavaScript link in documentation See merge request gitlab-org/gitlab-ce!27162
| * | | | | Fix page specific JavaScript link in documentationMark Florian2019-04-091-3/+3
|/ / / / /
* | | | | Merge branch 'docs/update-registry-user' into 'master'Achilleas Pipinellis2019-04-091-17/+18
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Update auth with registry docs See merge request gitlab-org/gitlab-ce!27148
| * | | | | Update auth with registry docsEvan Read2019-04-091-17/+18
|/ / / / /
* | | | | Merge branch '46326-environment-url-validation' into 'master'Kamil Trzciński2019-04-092-0/+42
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add environment url validation Closes #46326 See merge request gitlab-org/gitlab-ce!26805
| * | | | | Add environment url validationWolphin2019-04-092-0/+42
|/ / / / /
* | | | | Merge branch 'prevent-running-mr-pipelines-when-target-updated' into 'master'Kamil Trzciński2019-04-093-9/+40
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Create pipelines for merge requests **only** when source branch is updated See merge request gitlab-org/gitlab-ce!26921
| * | | | | Prevent triggering pipelines when target branch is updatedprevent-running-mr-pipelines-when-target-updatedShinya Maeda2019-04-083-9/+40
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently, pipelines for merge requests are triggered when source or target branch is updated. However, we should create only when source branch is updated, because it runs unexpected pipelines.
* | | | | | Merge branch '30157-api-expose-single-environment' into 'master'Kamil Trzciński2019-04-0911-4/+322
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add new API endpoint to expose single environment Closes #30157 See merge request gitlab-org/gitlab-ce!26887
| * | | | | | Add new API endpoint to expose single environmentKrasimir Angelov2019-04-0911-4/+322
|/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is resolving https://gitlab.com/gitlab-org/gitlab-ce/issues/30157. Implement new API endpoint `/projects/:id/environments/:environment_id` to expose single environment. Include information for environment's last deployment if there is one.
* | | | | | Merge branch 'winh-jest-no-jasmine-globals' into 'master'Kushal Pandya2019-04-097-13/+14
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Enable ESLint rule jest/no-jasmine-globals See merge request gitlab-org/gitlab-ce!27137
| * | | | | | Replace jasmine.createSpy() with jest.fn()Winnie Hellmann2019-04-093-3/+3
| | | | | | |
| * | | | | | Run yarn eslint --fixWinnie Hellmann2019-04-094-10/+10
| | | | | | |
| * | | | | | Enable ESLint rule jest/no-jasmine-globalsWinnie Hellmann2019-04-091-0/+1
| | | | | | |
* | | | | | | Merge branch ↵Phil Hughes2019-04-092-1/+8
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 'ce-6099-move-ee-differences-for-app-views-admin-users-show-html-haml' into 'master' CE backport: Move EE differences for `app/views/admin/users/show.html.haml` Closes gitlab-ee#6099 See merge request gitlab-org/gitlab-ce!26874
| * | | | | | | CE port: Move EE differences for `app/views/admin/users/show.html.haml`ce-6099-move-ee-differences-for-app-views-admin-users-show-html-hamlDennis Tang2019-04-092-1/+8
| | | | | | | |
* | | | | | | | Merge branch '59708-vendor-css' into 'master'Phil Hughes2019-04-095-92/+101
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adds a vendors folder for third party CSS Closes #59694 and #59708 See merge request gitlab-org/gitlab-ce!27119
| * | | | | | | | Adds a vendors folder for third party CSSFilipa Lacerda2019-04-095-92/+101
|/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | Does not run stylelint for the vendors folder
* | | | | | | | Merge branch 'note-body-ee-differences' into 'master'Filipa Lacerda2019-04-092-3/+13
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed EE differences in note_body.vue Closes gitlab-ee#9968 See merge request gitlab-org/gitlab-ce!27126
| * | | | | | | | Fixed EE differences in note_body.vuePhil Hughes2019-04-082-3/+13
| | | | | | | | |
* | | | | | | | | Merge branch 'winh-filtered_search_boards' into 'master'Phil Hughes2019-04-091-0/+4
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove EE-specific changes from FilteredSearchBoards (CE-backport) See merge request gitlab-org/gitlab-ce!27122
| * | | | | | | | | Remove EE-specific changes from FilteredSearchBoardswinh-filtered_search_boardsWinnie Hellmann2019-04-081-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (cherry picked from commit 250c9b9ecfc35b6b828f6e1a471a803f74daf7f2)
* | | | | | | | | | Merge branch 'revert-e4b2c3b0' into 'master'Stan Hu2019-04-091-0/+6
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Revert "Merge branch 'fix-ide-web-worker-relative-url' into 'master'" Closes #60217 See merge request gitlab-org/gitlab-ce!26066
| * | | | | | | | | | Revert "Merge branch 'fix-ide-web-worker-relative-url' into 'master'"revert-e4b2c3b0Mike Greiling2019-04-091-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts merge request !26015
* | | | | | | | | | | Merge branch 'issue-58418-release-notes' into 'master'Rémy Coutable2019-04-0910-21/+106
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Set Release Name When Adding Release Notes to an Existing Tag Closes #58418 See merge request gitlab-org/gitlab-ce!26807
| * | | | | | | | | | | Set release name when adding release notes to an existing tagJason Goodman2019-04-0910-21/+106
|/ / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also set the release sha and author
* | | | | | | | | | | Merge branch 'gitlab-managed-apps' into 'master'Evan Read2019-04-091-1/+1
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Name GitLab managed apps See merge request gitlab-org/gitlab-ce!27129
| * | | | | | | | | | Name GitLab managed appsgitlab-managed-appsSid Sijbrandij2019-04-081-1/+1
| | | | | | | | | | |
* | | | | | | | | | | Merge branch 'fix_qa_auto_devops_ci_masking_variable' into 'master'Ramya Authappan2019-04-091-2/+2
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | QA: Change CI value to something that can be masked See merge request gitlab-org/gitlab-ce!27146
| * | | | | | | | | | | Change value to something that can be maskedfix_qa_auto_devops_ci_masking_variableThong Kuah2019-04-091-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The current value cannot be masked[1] but CI variables default to masked. Rather than implementing a toggle for the masking control, simply change the value to something that can be masked. [1] Currently, "simple" values can be masked: * it should be a single line * it should not have escape characters * it should not use variables * it should not have any whitespace * it should be longer than 8 characters https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/25476
* | | | | | | | | | | | Merge branch 'docs-anchors-predefined-variables' into 'master'Evan Read2019-04-091-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Docs: Update predefined_variables.md to fix anchor See merge request gitlab-org/gitlab-ce!27127
| * | | | | | | | | | | | Docs: Update predefined_variables.md to fix anchorMarcel Amirault2019-04-091-1/+1
|/ / / / / / / / / / / /
* | | | | | | | | | | | Merge branch 'patch-50' into 'master'Evan Read2019-04-091-1/+6
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update Okta configuration notes See merge request gitlab-org/gitlab-ce!27076