summaryrefslogtreecommitdiff
path: root/changelogs
Commit message (Collapse)AuthorAgeFilesLines
* Finish migration to the new events setupevents-migration-cleanupYorick Peterse2017-09-061-0/+5
| | | | | | | | | | | | | This finishes the procedure for migrating events from the old format into the new format. Code no longer uses the old setup and the database tables used during the migration process are swapped, with the old table being dropped. While the database migration can be reversed this will 1) take a lot of time as data has to be coped around 2) won't restore data in the "events.data" column as we have no way of restoring this. Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/37241
* Merge branch 'mmarif4u/gitlab-ce-36859-update-gpg-docs-with-gpg2' into 'master'Marcia Ramos2017-09-061-0/+5
|\ | | | | | | | | | | | | Resolve "Update the docs for GPG for gpg2 - [secret key not available]" Closes #36859 See merge request !14024
| * Added changelogmmarif4u/gitlab-ce-36859-update-gpg-docs-with-gpg2M M Arif2017-09-041-0/+5
| |
* | Merge branch '36860-migrate-issues-author' into 'master'Douwe Maan2017-09-061-0/+5
|\ \ | | | | | | | | | | | | | | | | | | Migrate old issues without author to the ghost user Closes #36860 See merge request !13860
| * \ Merge branch 'master' into '36860-migrate-issues-author'36860-migrate-issues-authorDouwe Maan2017-09-0517-0/+86
| |\ \ | | | | | | | | | | | | # Conflicts: # db/schema.rb
| * | | Migrate issues authored by deleted user to the Ghost userJarka Kadlecova2017-09-051-0/+5
| | | |
* | | | Merge branch 'sh-bump-jira-gem' into 'master'Robert Speicher2017-09-051-0/+5
|\ \ \ \ | |_|/ / |/| | | | | | | | | | | | | | | | | | | Bump jira-ruby gem to 1.4.1 to fix issues with HTTP proxies Closes gitlab-ee#3125 See merge request !13617
| * | | Bump jira-ruby gem to 1.4.1 to fix issues with HTTP proxiesStan Hu2017-09-051-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Previous versions of jira-ruby gem would generate erroneous URLs when an HTTP proxy were confused via the `http_proxy` environment variables: https://github.com/sumoheavy/jira-ruby/issues/250 Closes gitlab-org/gitlab-ee#3125
* | | | Merge branch 'api-gpg-key-management' into 'master'Sean McGivern2017-09-051-0/+5
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | API: Add GPG key management Closes #36926 See merge request !13828
| * | | | API: Add GPG key managementRobert Schilling2017-09-051-0/+5
| | | | |
* | | | | Merge branch 'fuzzy-issue-search' into 'master'Sean McGivern2017-09-051-0/+5
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fuzzy search issues / merge requests Closes #26835, #29994, and #20362 See merge request !13780
| * | | | | Add changelog entryHiroyuki Sato2017-08-311-0/+5
| | | | | |
* | | | | | Merge branch '35010-remove-goto-project-from-breadcrumb' into 'master'Filipa Lacerda2017-09-051-0/+5
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove project select dropdown from breadcrumb Closes #35010 See merge request !14010
| * | | | | | Add changelog entrykushalpandya2017-09-051-0/+5
| | | | | | |
* | | | | | | Merge branch 'feature/dependency-status-badge' into 'master'Rémy Coutable2017-09-051-0/+5
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | | | | | | | | | | | | | | | | Add badge for dependency status See merge request !13588
| * | | | | | Add badge for dependency statusMarkus Koller2017-08-161-0/+5
| | | | | | |
* | | | | | | Merge branch '36821-fix-new-nav-wrapping-caret-and-increasing-height' into ↵Annabel Dunstone Gray2017-09-051-0/+5
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 'master' Fix new navigation wrapping caret and increasing height Closes #36821 See merge request !13967
| * | | | | | | Fix new nav wrapping caret and increasing height36821-fix-new-nav-wrapping-caret-and-increasing-heightEric Eastwood2017-08-311-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/36821
* | | | | | | | Merge branch 'mr-index-page-performance' into 'master'Sean McGivern2017-09-051-0/+5
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Re-use issue/MR counts for the pagination system Closes #27168 See merge request !13805
| * | | | | | | | Re-use issue/MR counts for the pagination systemmr-index-page-performanceYorick Peterse2017-09-051-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This changes the issue and MR index pages so the pagination system re-uses the output of the COUNT(*) query used to calculate the number of rows per state (opened, closed, etc). This removes the need for an additional COUNT(*) on both pages.
* | | | | | | | | Merge branch '37331-button-MR-widget' into 'master'Clement Ho2017-09-051-0/+5
|\ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix buttons with different height in merge request widget Closes #37331 See merge request !14000
| * | | | | | | | Fix buttons with different height in merge request widget37331-button-MR-widgetFilipa Lacerda2017-09-011-0/+5
| | | | | | | | |
* | | | | | | | | Merge branch '35010-projects-nav-dropdown' into 'master'Filipa Lacerda2017-09-051-0/+5
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add dropdown to Projects nav item Closes #35010 See merge request !13866
| * | | | | | | | Add changelog entry35010-projects-nav-dropdownkushalpandya2017-09-051-0/+5
| | | | | | | | |
* | | | | | | | | Merge branch 'feature/gpg-verification-status' into 'master'Douwe Maan2017-09-051-0/+6
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | GPG signature must match the committer in order to be verified See merge request !13771
| * | | | | | | | | add changelogAlexis Reigel2017-09-051-0/+6
| | | | | | | | | |
* | | | | | | | | | Creates an icon only for the discussions and puts back the old SVG for CI statusFilipa Lacerda2017-09-051-0/+5
| | | | | | | | | |
* | | | | | | | | | Merge branch 'api_branches_head' into 'master'Sean McGivern2017-09-051-0/+5
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add branch existence check to the APIv4 branches via HEAD request Closes #37159 See merge request !13979
| * | | | | | | | | | Add branch existence check to the APIv4 branches via HEAD requestblackst0ne2017-09-051-0/+5
| | |_|_|/ / / / / / | |/| | | | | | | |
* | | | | | | | | | Fix diff comment button not showing after deleting a commentPhil Hughes2017-09-051-0/+5
| |/ / / / / / / / |/| | | | | | | |
* | | | | | | | | Merge branch 'issue-api-my-reaction' into 'master'Sean McGivern2017-09-051-0/+5
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add my_reaction_emoji param to /issues and /merge_requests API See merge request !14016
| * | | | | | | | | Add my_reaction_emoji param to /merge_requests APIHiroyuki Sato2017-09-051-1/+1
| | | | | | | | | |
| * | | | | | | | | Add my_reaction_emoji param to /issues APIHiroyuki Sato2017-09-051-0/+5
| | |_|_|_|_|_|/ / | |/| | | | | | |
* | | | | | | | | Merge branch 'feature/sm/34518-extend-api-pipeline-schedule-variable-new' ↵Kamil Trzciński2017-09-051-0/+5
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into 'master' Extend API: Pipeline Schedule Variable Closes #34518 See merge request !13653
| * | | | | | | | Add changelogShinya Maeda2017-09-041-0/+5
| | | | | | | | |
* | | | | | | | | Merge branch 'feature/sm/37239-implement-failure_reason-on-ci_builds' into ↵Kamil Trzciński2017-09-051-0/+5
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 'master' Implement `failure_reason` on `ci_builds` Closes #37239 See merge request !13937
| * | | | | | | | | - Allow runner API to pass failure_reasonShinya Maeda2017-09-051-0/+5
| | |/ / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | - Fix spec
* | | | | | | | | Merge branch 'additional-time-series-charts' into 'master'Tim Zallmann2017-09-051-0/+5
|\ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added support for additional time series charts Closes #33345 See merge request !13159
| * | | | | | | | Added CHANGELOGJose Ivan Vargas2017-08-301-0/+5
| | |_|_|_|_|/ / | |/| | | | | |
* | | | | | | | Merge branch '37204-deprecate-git-user-manual-ssh-config' into 'master'Douwe Maan2017-09-051-0/+5
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Deprecate custom SSH client configuration for the git user Closes #37204 See merge request !13930
| * | | | | | | Add a system check for the git user's custom SSH configurationNick Thomas2017-09-041-0/+5
| | |/ / / / / | |/| | | | |
* | | | | | | Merge branch 'master' into feature/gb/kubernetes-only-pipeline-jobsGrzegorz Bizon2017-09-0433-50/+113
|\ \ \ \ \ \ \ | |/ / / / / / | | | | | | | | | | | | | | * master: (469 commits)
| * | | | | | Merge branch 'docs-fix-15669-issue-move-api' into 'master'Achilleas Pipinellis2017-09-041-0/+5
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add to_project_id parameter to Move Issue via API example Closes #15669 See merge request !14008
| | * | | | | | Add to_project_id parameter to Move Issue via API exampleMark Fletcher2017-09-021-0/+5
| | | | | | | |
| * | | | | | | Merge branch 'fix_typo_in_deploy_keys_docs' into 'master'Achilleas Pipinellis2017-09-041-0/+5
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix typo in the API Deploy Keys documentation page See merge request !14014
| | * | | | | | | Fix typo in the API Deploy Keys documentation pageVitaliy @blackst0ne Klachkov2017-09-031-0/+5
| | | | | | | | |
| * | | | | | | | Merge branch '34261-move-move-to-sidebar' into 'master'Grzegorz Bizon2017-09-041-0/+5
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Move "Move issue" to sidebar Closes #34261 See merge request !13616
| | * | | | | | | | Move "Move to different project" to sidebar34261-move-move-to-sidebarEric Eastwood2017-09-031-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/34261
| * | | | | | | | | Merge branch '30162-retire-koding-integration' into 'master'Douwe Maan2017-09-041-0/+4
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Hide Koding setting in admin panel if not enabled Closes #30162 See merge request !13992
| | * | | | | | | | | added changelogMike Bartlett2017-09-011-0/+4
| | | | | | | | | | |