summaryrefslogtreecommitdiff
path: root/changelogs
Commit message (Collapse)AuthorAgeFilesLines
* Add user deletion permission check in `Users::DestroyService`sh-delete-user-permission-checkStan Hu2017-02-201-0/+4
| | | | | | | | | We saw from a recent incident that the `Users::DestroyService` would attempt to delete a user over and over. Revoking the permissions from the current user did not help. We should ensure that the current user does, in fact, have permissions to delete the user. Signed-off-by: Rémy Coutable <remy@rymai.me>
* API: Use POST to (un)block a userapi-post-blockRobert Schilling2017-02-201-0/+4
|
* Merge branch '21240_snippets_line_ending' into 'master' Sean McGivern2017-02-201-0/+4
|\ | | | | | | | | | | | | Download snippets with LF line-endings by default Closes #21240 See merge request !8999
| * Download snippets with LF line-endings by defaultJarka Kadlecova2017-02-201-0/+4
| |
* | Merge branch '28082-deleted-branch-event-404' into 'master'Rémy Coutable2017-02-201-0/+4
|\ \ | | | | | | | | | | | | | | | | | | Remove Link from Push Events for deleted branches Closes #28082 See merge request !9203
| * | Remove Link from Push Events for deleted branchesJan Christophersen2017-02-151-0/+4
| | |
* | | Merge branch 'api-remove-deploy-key-disable' into 'master'Sean McGivern2017-02-201-0/+4
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | API: Remove `DELETE projects/:id/deploy_keys/:key_id/disable` Closes #28286 See merge request !9366
| * | | API: Remove `DELETE projects/:id/deploy_keys/:key_id/disable`api-remove-deploy-key-disableRobert Schilling2017-02-201-0/+4
| | | |
* | | | fix incorrect sidekiq concurrency count in admin background pagewendy04022017-02-191-0/+4
|/ / /
* | | Merge branch '25465-todo-done-clicking-is-kind-of-unsafe' into 'master' Clement Ho2017-02-181-0/+4
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Todo done clicking is kind of unusable. Closes #25465 See merge request !8691
| * | | Todo done clicking is kind of unusable.Jacopo2017-02-171-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | The Done button will change to an Undo button and the line item will be greyed out. Bold links will be unbolded. The user can undo the task by clicking the Undo button.
* | | | Merge branch 'change_queue_weight' into 'master' Yorick Peterse2017-02-181-0/+4
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Increase process_commit queue weight from 2 to 3 Closes #25828 See merge request !9326
| * | | | Increase process_commit queue weight from 2 to 3blackst0ne2017-02-171-0/+4
| |/ / /
* | | | Merge branch '23819-fix-milestone-counters-to-top-right-of-panel-headings' ↵Clement Ho2017-02-171-0/+4
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into 'master' Fix position of milestone panel counters Closes #23819 See merge request !7842
| * | | | Fix position of counters within milestone panelsAndrew Smith2017-02-151-0/+4
| | | | |
* | | | | Merge branch '28353-little-grammar-issue' into 'master' Annabel Dunstone Gray2017-02-171-0/+4
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix grammar issue in admin/runners Closes #28353 See merge request !9344
| * | | | | Fix grammer issue in admin/runners28353-little-grammar-issueClement Ho2017-02-171-0/+4
| | | | | |
* | | | | | Merge branch 'remove-issue-and-mr-counts-from-labels-page' into 'master' Stan Hu2017-02-171-0/+4
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove issue and MR counts from label index Closes #25413 See merge request !9332
| * | | | | Remove issue and MR counts from labels indexremove-issue-and-mr-counts-from-labels-pageSean McGivern2017-02-171-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We were performing two (quite slow, because of the need to do access checks) queries for each label on the page: one to get the count of issues with that label, and one to get the count of merge requests with that label. Until we have a performant way of doing this, remove the counts.
* | | | | | Update CHANGELOG.md for 8.16.6DJ Mountney2017-02-1711-45/+0
| | | | | | | | | | | | | | | | | | [ci skip]
* | | | | | Merge branch 'add-yarn-documentation' into 'master' Clement Ho2017-02-171-0/+4
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update documentation to include yarn in our dependencies See merge request !9316
| * | | | | | add CHANGELOG.md entry for !9316Mike Greiling2017-02-161-0/+4
| | | | | | |
* | | | | | | Merge branch '26379-iid-param' into 'master'Rémy Coutable2017-02-171-0/+4
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | add a :iid param to the IssuableFinder Closes #26379 See merge request !9222
| * | | | | | | add a :iids param to IssuableFindermhasbini2017-02-171-0/+4
| | | | | | | |
* | | | | | | | Merge branch 'gfm-autocomplete-fixes' into 'master' Alfredo Sumaran2017-02-171-0/+4
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix errors in GFM slash commands matcher See merge request !8975
| * | | | | | | | Fixes errors in GFM slash commands matcher and add tests for default matcherYarNayar2017-02-171-0/+4
| | |_|_|_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | See !8975
* | | | | | | | Merge branch 'dynamic-project-title-fixture' into 'master' Clement Ho2017-02-171-0/+4
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Replace static fixture for project_title_spec.js See merge request !9175
| * | | | | | | | Replace static fixture for project_title_spec.js (!9175)winniehell2017-02-131-0/+4
| | | | | | | | |
* | | | | | | | | Merge branch 'fix/gb/pipeline-retry-builds-started' into 'master' Kamil Trzciński2017-02-171-0/+4
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Make pipeline retry take stages order into account Closes #27431, #23710, and #26551 See merge request !9021
| * \ \ \ \ \ \ \ \ Merge branch 'master' into fix/gb/pipeline-retry-builds-startedGrzegorz Bizon2017-02-1774-0/+300
| |\ \ \ \ \ \ \ \ \ | | | |_|/ / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: (313 commits) Allow slashes in slash command arguments Add API endpoint to get all milestone merge requests remove trailing comma Restore pagination to admin abuse reports replace deprecated NoErrorsPlugin with NoEmitOnErrorsPlugin only compress assets in production Reduce number of pipelines created to test pagination add CHANGELOG.md entry for !8761 prevent diff unfolding link from appearing for deleted files fix build failures only show diff unfolding link if there are more lines to show fix typo in node section Only yield valid references in ReferenceFilter.references_in Cache js selectors; fix css move "Install node modules" step before "Migrate DB" within update process Renders pagination again for pipelines table update migration docs for 8.17 to include minimum node version Add CHANGELOG file Fix positioning of top scroll button Remove comments in migration ...
| * | | | | | | | | Add Changelog entry for CI/CD pipeline retry fixGrzegorz Bizon2017-02-141-0/+4
| | | | | | | | | |
* | | | | | | | | | Merge branch 'task_list_refactor' into 'master' Fatih Acet2017-02-171-0/+4
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | move task_list setup and events to own class See merge request !9016
| * \ \ \ \ \ \ \ \ \ Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into task_list_refactortask_list_refactorSimon Knox2017-02-1631-0/+125
| |\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into task_list_refactorSimon Knox2017-02-143-0/+12
| |\ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into task_list_refactorSimon Knox2017-02-1479-0/+318
| |\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | add changelog itemSimon Knox2017-02-091-0/+4
| | | | | | | | | | | | | |
* | | | | | | | | | | | | | Merge branch '28236-browse-button-dropping' into 'master' Fatih Acet2017-02-171-0/+4
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Increase right side of file header to accommodate browse files button Closes #28236 See merge request !9321
| * | | | | | | | | | | | | | Increase right side of file header to accommodate browse files button28236-browse-button-droppingAnnabel Dunstone Gray2017-02-161-0/+4
| | |_|_|_|_|_|_|_|/ / / / / | |/| | | | | | | | | | | |
* | | | | | | | | | | | | | Merge branch '27920-both-wip-messages-showing' into 'master' Fatih Acet2017-02-171-0/+4
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Dispatch needed JS when creating a new MR in diff view Closes #27920 See merge request !9238
| * | | | | | | | | | | | | | Dispatch needed JS when creating a new MR in diff view27920-both-wip-messages-showingSam Rose2017-02-141-0/+4
| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | Merge branch '28303-change-development-tanuki-favicon-colors-to-match-logo' ↵Annabel Dunstone Gray2017-02-171-0/+4
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into 'master' Change development tanuki favicon colors to match logo color order Closes #28303 See merge request !9329
| * | | | | | | | | | | | | | | Change development tanuki favicon colors to match logo color order28303-change-development-tanuki-favicon-colors-to-match-logodimitrieh2017-02-171-0/+4
| | |_|_|_|_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | | | |
* | | | | | | | | | | | | | | Merge branch 'paginate-all-the-things' into 'master' Rémy Coutable2017-02-171-0/+4
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|/ / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Paginate all the things Closes #8099 See merge request !8606
| * | | | | | | | | | | | | | Paginate all endpoints that return an arrayRobert Schilling2017-02-161-0/+4
| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | Merge branch 'fix/gb/pipeline-retry-cancel-buttons-consistency' into 'master' Kamil Trzciński2017-02-171-0/+4
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix pipeline retry and cancel buttons on pipeline details page See merge request !9225
| * | | | | | | | | | | | | | | Add Changelog entry for pipeline buttons fixfix/gb/pipeline-retry-cancel-buttons-consistencyGrzegorz Bizon2017-02-141-0/+4
| | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | Merge branch '26500-informative-slack-notifications' into 'master' Kamil Trzciński2017-02-171-0/+4
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adding links to user & build stage in a Build message Closes #26500 See merge request !8641
| * | | | | | | | | | | | | | | | Adding links to user & build in Chat NotificationsPoornima M2017-01-251-0/+4
| | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | Merge branch '22018-api-milestone-merge-requests' into 'master' Rémy Coutable2017-02-171-0/+4
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add API endpoint to get all milestone merge requests Closes #22018 See merge request !9298
| * | | | | | | | | | | | | | | | Add API endpoint to get all milestone merge requestsJoren De Groof2017-02-171-0/+4
| | |_|_|/ / / / / / / / / / / / | |/| | | | | | | | | | | | | |