summaryrefslogtreecommitdiff
path: root/changelogs
Commit message (Collapse)AuthorAgeFilesLines
* Add changelog entry for !220532059-fix-oauth-phishingkushalpandya2017-11-101-0/+6
|
* Update CHANGELOG.md for 10.1.2Lin Jen-Shin2017-11-091-5/+0
| | | [ci skip]
* Add /groups/:id/subgroups endpoint to APIWinnie Hellmann2017-11-091-0/+5
|
* Always return full avatar URL for private/internal groups/projects when ↵Douwe Maan2017-11-091-0/+6
| | | | asset host is set
* Merge branch 'fix-todos-last-page' into 'master'Rémy Coutable2017-11-091-0/+5
|\ | | | | | | | | Fix access to the final page of todos See merge request gitlab-org/gitlab-ce!15293
| * Fix access to the final page of todosSean McGivern2017-11-091-0/+5
| | | | | | | | | | | | | | | | | | The todos page limit is 20, and both that and a user's pending todo count are integers. Using integer division means that the result's floor will be taken, defeating the point of the later call to `#ceil`. So we need to convert one side of the division to a float first, otherwise the last page won't be treated as available.
* | Enables scroll to bottom once user has scrolled back to bottom in job logFilipa Lacerda2017-11-091-0/+5
| |
* | Merge branch '39895-cant-set-mattermost-username-channel-from-api' into 'master'Rémy Coutable2017-11-091-0/+5
|\ \ | | | | | | | | | | | | | | | | | | Fix acceptance of username for Mattermost service update Closes #39895 See merge request gitlab-org/gitlab-ce!15275
| * | Fix acceptance of username for Mattermost service update via APIMark Fletcher2017-11-081-0/+5
| |/
* | Revert "add metrics tagging to the sidekiq middleware"39958-updatemergerequestsworker-are-failing-on-metric-taggingmicael.bergeron2017-11-081-0/+5
|/ | | | | | This reverts commit d5859bb9d59b3750ac6e9b8c4c17d69c4c3ed077. This reverts commit 2b7e03cf699f9d266af585a1a9399c3e219fe063. This reverts commit 7799a9bc442738935104d3b047c257e5c5884d95.
* Merge branch 'fix-issues-api-list-performance' into 'master'Stan Hu2017-11-081-0/+5
|\ | | | | | | | | | | | | Fail when issuable_meta_data is called on an unlimited collection Closes #39845 See merge request gitlab-org/gitlab-ce!15249
| * Fail when issuable_meta_data is called on an unlimited collectionfix-issues-api-list-performanceSean McGivern2017-11-071-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This method can be called with an array, or a relation: 1. Arrays always have a limited amount of values, so that's fine. 2. If the relation does not have a limit value applied, then we will load every single object in that collection, and prevent N+1 queries for the metadata for that. But that's wrong, because we should never call this without an explicit limit set. So we raise in that case, and this commit will see which specs fail. The only failing specs here were the issues API specs, and the specs for IssuableMetadata itself, and both have been addressed.
* | Merge branch 'dm-notes-for-commit-id' into 'master'Rémy Coutable2017-11-081-0/+6
|\ \ | | | | | | | | | | | | | | | | | | Use Commit#notes and Note.for_commit_id when possible to make sure we use all indexes available to us Closes #34509 See merge request gitlab-org/gitlab-ce!15253
| * | Use Commit#notes and Note.for_commit_id when possible to make sure we use ↵dm-notes-for-commit-idDouwe Maan2017-11-081-0/+6
| |/ | | | | | | all the indexes available to us
* | Resolve "Merge request widget - CI information has different margins"Filipa Lacerda2017-11-081-0/+6
| |
* | Merge branch 'feature-change-signout-route' into 'master'Douwe Maan2017-11-081-0/+5
|\ \ | | | | | | | | | | | | | | | | | | Change Sign Out route from a DELETE to a GET Closes #39708 See merge request gitlab-org/gitlab-ce!15231
| * | Change Sign Out route from a DELETE to a GETJoe Marty2017-11-061-0/+5
| | | | | | | | | | | | Closes #39708
* | | Merge branch 'tc-delete-merged-protected-tags-fix' into 'master'Douwe Maan2017-11-081-0/+5
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | When deleting merged branches, ignore protected tags Closes #39732 See merge request gitlab-org/gitlab-ce!15252
| * | | When deleting merged branches, ignore protected tagstc-delete-merged-protected-tags-fixToon Claes2017-11-071-0/+5
| | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In gitlab-org/gitlab-ce!13251 wildcard Protected Branches were handled properly when deleting all merged branches. But this fix wasn't that good. It also checked branch names against Protected Tags. That's not correct. This change will **only** check if there is a Protected Branch matching the merged branch, and ignores Protected Tags. Closes gitlab-org/gitlab-ce#39732.
* | | Merge branch 'bvl-free-paths' into 'master'Douwe Maan2017-11-081-0/+5
|\ \ \ | | | | | | | | | | | | | | | | Free some reserved group routes See merge request gitlab-org/gitlab-ce!15052
| * | | Add helper methods to redirect legacy pathsBob Van Landuyt2017-11-071-0/+5
| | | |
* | | | Add changelogJacob Schatz2017-11-071-0/+5
| | | |
* | | | Merge branch '37824-many-branches-lock-server' into 'master'Annabel Dunstone Gray2017-11-071-0/+6
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Project with many branches can lock server running "git branch --contains XXX" Closes #37824 See merge request gitlab-org/gitlab-ce!14812
| * | | | added changelog entryBrett Walker2017-10-191-0/+6
| | | | |
* | | | | Merge branch 'add-ingress-to-cluster-applications' into 'master'Kamil Trzciński2017-11-071-0/+5
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Add Ingress to cluster applications section See merge request gitlab-org/gitlab-ce!15185
| * \ \ \ \ Merge remote-tracking branch 'origin/master' into ↵Kamil Trzcinski2017-11-071-5/+0
| |\ \ \ \ \ | | | |/ / / | | |/| | | | | | | | | add-ingress-to-cluster-applications
| * | | | | Merge branch '38464-k8s-apps' of https://gitlab.com/gitlab-org/gitlab-ce ↵Kamil Trzcinski2017-11-075-0/+25
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | into add-ingress-to-cluster-applications
| * \ \ \ \ \ Merge branch '38464-k8s-apps' into add-ingress-to-cluster-applicationsKamil Trzcinski2017-11-077-0/+36
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch '38464-k8s-apps' into add-ingress-to-cluster-applicationsEric Eastwood2017-11-0616-0/+83
| |\ \ \ \ \ \ \
| * | | | | | | | Add changelog for Ingress in Cluster applicationsEric Eastwood2017-11-061-0/+5
| | | | | | | | |
* | | | | | | | | Improve GitLab Import rake task to work with Hashed Storage and SubgroupsJames Lopez2017-11-071-0/+5
| |_|_|_|/ / / / |/| | | | | | |
* | | | | | | | Merge branch '38464-k8s-apps' into 'master'Kamil Trzciński2017-11-071-0/+6
|\ \ \ \ \ \ \ \ | | |_|_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | Add support for k8s cluster applications - Helm tiller installation See merge request gitlab-org/gitlab-ce!14908
| * | | | | | | Merge branch 'master' into 38464-k8s-appsShinya Maeda2017-11-085-0/+25
| |\ \ \ \ \ \ \ | | |_|_|/ / / / | |/| | | | | |
| * | | | | | | Merge branch 'master' into 38464-k8s-appsShinya Maeda2017-11-077-0/+36
| |\ \ \ \ \ \ \ | | |_|_|/ / / / | |/| | | | | |
| * | | | | | | Merge branch 'master' into 38464-k8s-appsEric Eastwood2017-11-0616-0/+83
| |\ \ \ \ \ \ \ | | |_|_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | Conflicts: db/schema.rb
| * | | | | | | Merge branch '36629-35958-add-cluster-application-section' into '38464-k8s-apps'Kamil Trzciński2017-11-061-0/+6
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add applications section to GKE clusters page See merge request gitlab-org/gitlab-ce!15064
| | * \ \ \ \ \ \ Merge remote-tracking branch 'origin/refactor-clusters' into ↵Kamil Trzcinski2017-11-0627-102/+34
| | |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 36629-35958-add-cluster-application-section
| | * | | | | | | | Add applications section to GKE clusters pageEric Eastwood2017-11-031-0/+6
| | | | | | | | | |
* | | | | | | | | | Merge branch '39798-revert-gear-animation' into 'master'Clement Ho2017-11-071-5/+0
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Revert Auto DevOps gear animation Closes #39798 See merge request gitlab-org/gitlab-ce!15232
| * | | | | | | | | Revert Autodevops gear animation39798-revert-gear-animationEric Eastwood2017-11-061-5/+0
| | |/ / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/39798
* | | | | | | | | Merge branch '39878-commit-pipeline-reads-wrong-key' into 'master'Tim Zallmann2017-11-071-0/+5
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix commit pipeline showing wrong status Closes #39878 See merge request gitlab-org/gitlab-ce!15238
| * | | | | | | | | Fix commit pipeline showing wrong status39878-commit-pipeline-reads-wrong-keyFilipa Lacerda2017-11-071-0/+5
| | | | | | | | | |
* | | | | | | | | | Merge branch '38394-smarter-interval' into 'master'Filipa Lacerda2017-11-071-0/+5
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | don't re-run smart interval callback if there is already one in progress Closes #38394 See merge request gitlab-org/gitlab-ce!15032
| * | | | | | | | | | fix MR ref in changelog38394-smarter-intervalSimon Knox2017-11-081-1/+1
| | | | | | | | | | |
| * | | | | | | | | | Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into ↵Simon Knox2017-11-0718-0/+94
| |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 38394-smarter-interval
| * | | | | | | | | | | update changelogSimon Knox2017-11-071-2/+2
| | | | | | | | | | | |
| * | | | | | | | | | | Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into ↵Simon Knox2017-11-06259-868/+428
| |\ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|/ / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | 38394-smarter-interval
| * | | | | | | | | | | add changelog and specSimon Knox2017-10-271-0/+5
| | | | | | | | | | | |
* | | | | | | | | | | | Merge branch 'fix/import-export-arguments' into 'master'Douwe Maan2017-11-071-0/+5
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix arguments error on Import/Export fetch_ref method Closes #39541 See merge request gitlab-org/gitlab-ce!15241
| * | | | | | | | | | | | added changelogJames Lopez2017-11-071-0/+5
| | |_|_|_|_|_|_|/ / / / | |/| | | | | | | | | |