summaryrefslogtreecommitdiff
path: root/changelogs/unreleased
Commit message (Collapse)AuthorAgeFilesLines
* Spam check and reCAPTCHA improvements28093-snippet-and-issue-spam-check-on-editOswaldo Ferreira2017-02-211-0/+4
|
* Merge branch '27934-left-align-nav' into 'master' Alfredo Sumaran2017-02-201-0/+4
|\ | | | | | | | | | | | | Resolve "Left align nav items" Closes #27934 See merge request !9338
| * Update positioning of nav scroll arrows27934-left-align-navAnnabel Dunstone Gray2017-02-171-0/+4
| |
* | Merge branch '26315-unify-labels-filter-behavior' into 'master' Rémy Coutable2017-02-201-0/+4
|\ \ | | | | | | | | | | | | | | | | | | Unify issues search behavior by always filtering when ALL labels matches Closes #26315 See merge request !8849
| * | Unify issues search behavior by always filtering when ALL labels matches26315-unify-labels-filter-behaviorOswaldo Ferreira2017-02-201-0/+4
| | |
* | | Merge branch 'feature/github-find-users-by-email' into 'master' Robert Speicher2017-02-201-0/+4
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | GitHub Importer - Find users based on their email address Closes #15181 See merge request !8958
| * | | Add CHANGELOG entryDouglas Barbosa Alexandre2017-02-201-0/+4
| | | |
* | | | Merge branch '28204-option-to-disable-webpack-dev-server-livereload' into ↵Alfredo Sumaran2017-02-201-0/+4
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 'master' Pick up option from GDK to disable webpack dev server livereload Closes #28204 See merge request !9287
| * | | | Pick up option from gdk to disable webpack dev server livereload28204-option-to-disable-webpack-dev-server-livereloadEric Eastwood2017-02-151-0/+4
| | | | | | | | | | | | | | | | | | | | Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/28204
* | | | | Merge branch 'authentiq-backchannel-logout' into 'master' Douwe Maan2017-02-201-0/+4
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Remote logout functionality on Authentiq OAuth provider See merge request !9381
| * | | | | Added support for Authentiq Back-Channel LogoutAlexandros Keramidas2017-02-201-0/+4
| | | | | |
* | | | | | Merge branch 'updated-pages-0.3.1' into 'master' Robert Speicher2017-02-201-0/+4
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update GitLab Pages to v0.3.1 See merge request !9387
| * | | | | | Update GitLab Pages to v0.3.1Nick Thomas2017-02-201-0/+4
| | | | | | |
* | | | | | | Merge branch 'artifactsdoc' into 'master'Robert Speicher2017-02-201-0/+4
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added documentation for permalinks to most recent build artifacts Closes #27361 See merge request !8934
| * | | | | | Added documentation for permalinks to most recent build artifactsChristian Godenschwager2017-02-201-0/+4
| | |_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | - Documented how to download single files from most recent artifacts - Documented how to browse most recent artifacts
* | | | | | Merge branch 'api-star-restful' into 'master'Rémy Coutable2017-02-201-0/+4
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | API: Moved `DELETE /projects/:id/star` to `POST /projects/:id/unstar` Closes #28328 See merge request !9328
| * | | | | API: Moved `DELETE /projects/:id/star` to `POST /projects/:id/unstar`api-star-restfulRobert Schilling2017-02-201-0/+4
| | | | | |
* | | | | | 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
| |\ \ \ \ \ \ \ \ \ \ \ \ \