summaryrefslogtreecommitdiff
path: root/changelogs/unreleased
Commit message (Collapse)AuthorAgeFilesLines
* Validate refs used in controllers don't have spacessh-validate-ref-name-in-commitStan Hu2019-04-141-0/+5
| | | | | | | This avoids an unnecessary call to Gitaly and reduces gRPC errors. * Closes https://gitlab.com/gitlab-org/gitaly/issues/1425 * Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/58572
* Add CHANGELOG entryDouglas Barbosa Alexandre2019-04-121-0/+5
|
* Fix bug where MR Popover wont go away60241-merge-request-popover-doesn-t-go-away-on-mouse-leaveSam Bigelow2019-04-121-0/+5
| | | | Add a check to make sure eventListener is not added twice
* Replaces CSS with BS4 utility classFilipa Lacerda2019-04-121-0/+5
|
* Merge branch '60261-save-btn-env' into 'master'Kushal Pandya2019-04-121-0/+5
|\ | | | | | | | | | | | | Fixes white background in the save button for environments Closes #60261 See merge request gitlab-org/gitlab-ce!27161
| * Updates Save button to have a green bg60261-save-btn-envFilipa Lacerda2019-04-091-0/+5
| | | | | | | | | | The Save button in the environments create/edit form was white, it should be green.
* | Merge branch '60224-btn-env' into 'master'Kushal Pandya2019-04-121-0/+5
|\ \ | | | | | | | | | | | | | | | | | | Removes extra btn class from dropdown Closes #60224 See merge request gitlab-org/gitlab-ce!27160
| * | Removes extra btn class from dropdown60224-btn-envFilipa Lacerda2019-04-091-0/+5
| |/ | | | | | | | | In the deployments page, the links inside a dropdown had an extra btn class
* | Squashed commits and modified visibility level outputSara Ahbabou2019-04-121-0/+5
| | | | | | | | Added changelog and rebased
* | Update CHANGELOG.md for 11.9.8GitLab Release Tools Bot2019-04-114-20/+0
| | | | | | [ci skip]
* | Update GitLab Workhorse to v8.6.0Francisco Javier López2019-04-111-0/+5
| |
* | Merge branch '60304-long-file-names-in-mr-diffs-cause-horizontal-scrolling' ↵Annabel Dunstone Gray2019-04-111-0/+5
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | into 'master' Resolve "Long file names in MR diffs cause horizontal scrolling" Closes #60304 See merge request gitlab-org/gitlab-ce!27233
| * | Only make margin-auto on large screens for diff file header60304-long-file-names-in-mr-diffs-cause-horizontal-scrollingSam Bigelow2019-04-101-0/+5
| | |
* | | Merge branch 'restore-hipchat' into 'master'Nick Thomas2019-04-111-0/+5
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Revert "Remove HipChat integration from GitLab" Closes #60042 See merge request gitlab-org/gitlab-ce!27172
| * | | Add changelog entrySean McGivern2019-04-101-0/+5
| | | |
* | | | Merge branch 'fixed-web-ide-merge-request-review' into 'master'Kushal Pandya2019-04-111-0/+5
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes Web IDE not loading merge request files Closes #60243 See merge request gitlab-org/gitlab-ce!27225
| * | | | Fixes Web IDE not loading merge request filesPhil Hughes2019-04-111-0/+5
| | |/ / | |/| | | | | | | | | | Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/60243
* | | | Merge branch 'revert-24704-download-repository-path' into 'master'Rémy Coutable2019-04-111-5/+0
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | Revert "Merge branch '24704-download-repository-path' into 'master'" See merge request gitlab-org/gitlab-ce!27249
| * | | | Revert "Merge branch '24704-download-repository-path' into 'master'"revert-24704-download-repository-pathPatrick Bajao2019-04-111-5/+0
| | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 6c75bd015cba181f028bc87c396c3d8e43b5dc3e, reversing changes made to 1be7f5aaa38aba79843eae8835be6c99c025e982.
* | | | | Merge branch 'limit-amount-of-created-pipelines' into 'master'Grzegorz Bizon2019-04-111-0/+5
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Process at most 4 pipelines during push See merge request gitlab-org/gitlab-ce!27205
| * | | | | Process at most 4 pipelines during pushlimit-amount-of-created-pipelinesKamil Trzciński2019-04-101-0/+5
| | |_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This adds a limitation that we will try to create pipeline for at most 4 first changes (branches and tags). This does not affect processing of Pipelines for Merge Requests, as each updated MR will have associated pipeline created.
* | | | | Merge branch 'jc-guard-against-empty-dereferenced_target' into 'master'Sean McGivern2019-04-111-0/+5
|\ \ \ \ \ | |_|/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | Guard against nil dereferenced_target Closes #60076 See merge request gitlab-org/gitlab-ce!27192
| * | | | Guard against nil dereferenced_targetjc-guard-against-empty-dereferenced_targetJohn Cai2019-04-101-0/+5
| | | | |
* | | | | Align UrlValidator to validate_url gem implementation.Thong Kuah2019-04-111-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Renamed UrlValidator to AddressableUrlValidator to avoid 'url:' naming collision with ActiveModel::Validations::UrlValidator in 'validates' statement. Make use of the options attribute of the parent class ActiveModel::EachValidator. Add more options: allow_nil, allow_blank, message. Renamed 'protocols' option to 'schemes' to match the option naming from UrlValidator.
* | | | | Disable method instrumentation for diffsStan Hu2019-04-101-0/+5
| |_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When there a large number of discussions on diffs, the instrumentation has a significant impact on performance since it's often run in a tight loop for line position calculation etc. We should disable this since there are other ways to benchmark performance. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/52898
* | | | Update GitLab Workhorse to v8.5.1Nick Thomas2019-04-101-0/+5
| |/ / |/| |
* | | Merge branch '47327-fix-github-project-import-visibility' into 'master'Douwe Maan2019-04-101-0/+5
|\ \ \ | | | | | | | | | | | | | | | | Fix GitHub project import visibility See merge request gitlab-org/gitlab-ce!27133
| * | | Apply suggestion to changelogs/unreleased/47327-fix-github-import-visibility.ymlDaniel Wyatt2019-04-091-1/+1
| | | |
| * | | Fix GitHub project import visibilityDaniel Wyatt2019-04-081-0/+5
| | |/ | |/|
* | | Revert "Merge branch 'sh-optimize-projects-api' into 'master'"revert-2cc01f12Stan Hu2019-04-101-5/+0
| |/ |/| | | This reverts merge request !26481
* | Mark unverified pages domains for removalVladimir Shushlin2019-04-091-0/+5
| | | | | | | | | | | | | | Set pages_domain.remove_at when disabling it Add specs for marking pages domain for removal Notify user that domain is being removed Add documentation
* | Merge branch 'do-not-reopen-merged-mr' into 'master'Mike Greiling2019-04-091-0/+5
|\ \ | | | | | | | | | | | | | | | | | | Remove a "reopen merge request button" on a "merged" merge request Closes #54039 See merge request gitlab-org/gitlab-ce!26965
| * | Remove a "reopen merge request button" on a "merged" merge requestHiroyuki Sato2019-04-041-0/+5
| | |
* | | Move Contribution Analytics related spec in ↵Imre Farkas2019-04-091-0/+5
| | | | | | | | | | | | spec/features/groups/group_page_with_external_authorization_service_spec to EE
* | | Add new permission model `read-pipeline-variable`Agustin Henze2019-04-091-0/+5
| | | | | | | | | | | | | | | | | | | | | Used to get the variables via the API endpoint `/projects/:id/pipelines/:pipeline_id/variables` Signed-off-by: Agustin Henze <tin@redhat.com>
* | | Merge branch 'always-link-instance-configuration' into 'master'Fatih Acet2019-04-091-0/+5
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Always show instance configuration link Closes #59730 See merge request gitlab-org/gitlab-ce!26783
| * | | Always show instance configuration linkBastian Blank2019-04-021-0/+5
| | | | | | | | | | | | | | | | | | | | The link to the useful instance configuration page was hidden behind the commercial content setting. Just display it always.
* | | | Merge branch '43263-git-push-option-to-create-mr' into 'master'Nick Thomas2019-04-092-0/+11
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Git push options to create a merge request, set target_branch and set merge when pipeline succeeds Closes #53198 and #43263 See merge request gitlab-org/gitlab-ce!26752
| * | | | Support merge on pipeline success w/ push optionsLuke Duncalfe2019-04-091-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | MergeRequests::PushOptionsHandlerService has been updated to allow creating and updating merge requests with the `merge_when_pipeline_succeeds` set using git push options. To create a new merge request and set it to merge when the pipeline succeeds: git push -u origin -o merge_request.create \ -o merge_request.merge_when_pipeline_succeeds To update an existing merge request and set it to merge when the pipeline succeeds: git push -u origin -o merge_request.merge_when_pipeline_succeeds Issue https://gitlab.com/gitlab-org/gitlab-ce/issues/53198
| * | | | Support merge request create with push optionsLuke Duncalfe2019-04-091-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | To create a new merge request: git push -u origin -o merge_request.create To create a new merge request setting target branch: git push -u origin -o merge_request.create \ -o merge_request.target=123 To update an existing merge request with a new target branch: git push -u origin -o merge_request.target=123 A new Gitlab::PushOptions class handles parsing and validating the push options array. This can be the start of the standard of GitLab accepting push options that follow namespacing rules. Rules are discussed in issue https://gitlab.com/gitlab-org/gitlab-ce/issues/43263. E.g. these push options: -o merge_request.create -o merge_request.target=123 Become parsed as: { merge_request: { create: true, target: '123', } } And are fetched with the class via: push_options.get(:merge_request) push_options.get(:merge_request, :create) push_options.get(:merge_request, :target) A new MergeRequests::PushOptionsHandlerService takes the `merge_request` namespaced push options and handles creating and updating merge requests. Any errors encountered are passed to the existing `output` Hash in Api::Internal's `post_receive` endpoint, and passed to gitlab-shell where they're output to the user. Issue https://gitlab.com/gitlab-org/gitlab-ce/issues/43263
* | | | | Merge branch 'delay-update-statictics' into 'master'Douwe Maan2019-04-091-0/+5
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Fix the bug that the project statistics is not updated See merge request gitlab-org/gitlab-ce!26854
| * | | | | Fix the bug that the project statistics is not updatedHiroyuki Sato2019-04-051-0/+5
| | | | | |
* | | | | | Merge branch 'prevent-running-mr-pipelines-when-target-updated' into 'master'Kamil Trzciński2019-04-091-0/+5
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-081-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | | | | | | Add new API endpoint to expose single environmentKrasimir Angelov2019-04-091-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | | | | | | Adds a vendors folder for third party CSSFilipa Lacerda2019-04-091-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Does not run stylelint for the vendors folder
* | | | | | | Set release name when adding release notes to an existing tagJason Goodman2019-04-091-0/+5
| |_|/ / / / |/| | | | | | | | | | | | | | | | | Also set the release sha and author
* | | | | | Merge branch 'fix-pull-request-importer' into 'master'Kamil Trzciński2019-04-081-0/+5
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Improve performance of PR import See merge request gitlab-org/gitlab-ce!27121
| * | | | | | Improve performance of PR importfix-pull-request-importerKamil Trzciński2019-04-081-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This removes unneeded `.reload` call which makes AR to load ALL objects, and create its in-memory representation.
* | | | | | | Fix `updated_at` doesn't apply to `state_event` updates of issues via APISean McGivern2019-04-081-0/+5
| |_|_|_|_|/ |/| | | | |