summaryrefslogtreecommitdiff
path: root/changelogs
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch '25437-just-emoji' into 'master'Sean McGivern2017-03-011-0/+4
|\ | | | | | | | | | | | | #25437 Allow posting of just an emoji in comment; add /award slash command Closes #25437 See merge request !9382
| * add /award slash commandmhasbini2017-02-281-0/+4
| | | | | | | | add /award slash command; Allow posting of just an emoji in comment
* | Merge branch '22951-fix-todos-api-endpoint-error-for-commits' into 'master' Sean McGivern2017-03-011-0/+4
|\ \ | | | | | | | | | | | | | | | | | | Fix todos API endpoint application error Closes #22951 See merge request !9351
| * | Add spec for todo with target_type CommitGeorge Andrinopoulos2017-02-211-0/+4
| | |
* | | Merge branch '28837-remove-help-duplicate' into 'master' Dmitriy Zaporozhets2017-03-011-0/+4
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Remove help from right dropdown Closes #28837 See merge request !9594
| * | | Remove help from right dropdown28837-remove-help-duplicateAnnabel Dunstone Gray2017-02-281-0/+4
| | | |
* | | | Grammar improvement in gitlab flow intro docMarius Kleiner2017-03-011-0/+4
|/ / /
* | | Merge branch '27934-left-align-logo' into 'master' Dmitriy Zaporozhets2017-02-281-0/+4
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Left align logo; increase max width of title Closes #27934 See merge request !9588
| * | | Left align logo; increase max width of title27934-left-align-logoAnnabel Dunstone Gray2017-02-281-0/+4
| | | |
* | | | Merge branch 'issue-tags-layout' into 'master' Annabel Dunstone Gray2017-02-281-0/+4
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | Fix 'New Tag' layout on Tags page See merge request !9176
| * | | | Fix 'New Tag' layout on Tags pageRobert Marcano2017-02-131-0/+4
| | | | |
* | | | | Merge branch '6073_project_api' into 'master' Sean McGivern2017-02-281-0/+4
|\ \ \ \ \ | |_|/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | API project create: Make name or path required Closes #6073 See merge request !9416
| * | | | API project create: Make name or path requiredJarka Kadlecova2017-02-271-0/+4
| | | | |
* | | | | Update CHANGELOG.md for 8.17.126790-no-label-color-todosJames Lopez2017-02-2811-44/+0
| | | | | | | | | | | | | | | [ci skip]
* | | | | Merge branch '27354-navigation-new-button' into 'master' Dmitriy Zaporozhets2017-02-281-0/+4
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Put back the new project button Closes #27354 See merge request !9426
| * | | | | Put back the new project button27354-navigation-new-buttonAnnabel Dunstone Gray2017-02-221-0/+4
| | | | | |
* | | | | | Merge branch 'api-empty-return' into 'master' Sean McGivern2017-02-281-0/+4
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Return 204 on all DELETE endpoints Closes #20429 See merge request !9397
| * | | | | | Update documentationRobert Schilling2017-02-281-0/+4
| | | | | | |
* | | | | | | Merge branch 'only-create-unmergeable-todo-once' into 'master' Kamil Trzciński2017-02-281-0/+4
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Only create unmergeable todos once Closes #28555 See merge request !9513
| * | | | | | Only create unmergeable todos onceonly-create-unmergeable-todo-onceSean McGivern2017-02-241-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Previously, we created an unmergeable todo when a merge request: 1. Had merge when pipeline succeeds set. 2. Became unmergeable. However, when merge when pipeline succeeds fails due to unmergeability, the flag isn't actually removed. And a merge request can become unmergeable multiple times, as every time the target branch is updated we need to re-check the mergeable status. This means that if the todo was marked done, and the MR was checked again, a new todo would be created for the same event. Instead of checking this, we should create the todo from the service responsible for merging when the pipeline succeeds. That way the todo is guaranteed to only be created when we care about it.
* | | | | | | Fix CSS classesAlex Sanford2017-02-271-0/+4
| | | | | | |
* | | | | | | Merge branch '28723-consistent-handling-indexof' into 'master' Clement Ho2017-02-271-0/+4
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Keep consistent in handling indexOf results Closes #28723 See merge request !9531
| * | | | | | | Keep consistent in handling indexOf resultsTakuya Noguchi2017-02-251-0/+4
| | | | | | | |
* | | | | | | | Merge branch '28212-avoid-dos-on-build-trace' into 'master' Clement Ho2017-02-271-0/+4
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Replace setInterval with setTimeout to prevent highly frequent requests Closes #28212 See merge request !9271
| * | | | | | | | Replace setInterval with setTimeout to prevent highly frequent requestsTakuya Noguchi2017-02-251-0/+4
| |/ / / / / / /
* | | | | | | | Merge branch '27840-improve-search-bar-experience' into 'master' Annabel Dunstone Gray2017-02-271-0/+4
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix #27840 - Improve the search bar experience on mobile Closes #27840 See merge request !9280
| * | | | | | | | Fix #27840 - Improve the search bar experience on mobilePratik Borsadiya2017-02-241-0/+4
| | |_|_|_|_|_|/ | |/| | | | | |
* | | | | | | | Update CHANGELOG.md for 8.16.7James Lopez2017-02-271-4/+0
| | | | | | | | | | | | | | | | | | | | | | | | [ci skip]
* | | | | | | | Merge branch 'ssh-key-paste' into 'master' Filipa Lacerda2017-02-271-0/+4
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Updates SSH key title after pasting key Closes #28436 See merge request !9481
| * | | | | | | | Updates SSH key title after pasting keyPhil Hughes2017-02-271-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Previously it was listening for focusout, it now listens for blur & paste events Closes #28436
* | | | | | | | | Merge branch 'mock-ci-service' into 'master'Douwe Maan2017-02-271-0/+4
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add Mock CI service/integration See merge request !9250
| * | | | | | | | | Add MockCiService integrationmock-ci-serviceEric Eastwood2017-02-241-0/+4
| | |_|/ / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | MR: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/9250/ See https://gitlab.com/madlittlemods/gl-mock-ci-service
* | | | | | | | | Merge branch 'rss-btn-alignment-fix' into 'master' Annabel Dunstone Gray2017-02-271-0/+4
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed alignment of RSS button on activity pages Closes #28572 See merge request !9478
| * | | | | | | | | Fixed alignment of RSS button on activity pagesrss-btn-alignment-fixPhil Hughes2017-02-231-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added a tooltip to the buttons that did not have any Closes #28572
* | | | | | | | | | Merge branch 'mr-diff-comment-button' into 'master' Annabel Dunstone Gray2017-02-271-0/+4
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Improved the diff comment button UX Closes #27543 See merge request !9448
| * | | | | | | | | | Improved the diff comment button UXPhil Hughes2017-02-271-0/+4
| | |_|_|_|_|_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It now shows the line will be commenting on my highlight the line number cells with a lighter color. The button has also been made smaller, it was previously way over the top & took over a lot more space than it should of done Closes #27543
* | | | | | | | | | Merge branch '14748-runner-version-in-admin-views' into 'master' Rémy Coutable2017-02-271-0/+4
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add runner version to /admin/runners view See merge request !8733
| * | | | | | | | | | Add runner version to /admin/runners viewJonathon Reinhart2017-02-261-0/+4
| | | | | | | | | | |
* | | | | | | | | | | Merge branch 'issue_24815' into 'master' Sean McGivern2017-02-271-0/+4
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fix ERR_CONTENT_LENGTH_MISMATCH on task checkboxes See merge request !8567
| * | | | | | | | | | | Fix issuable stale object error handler for js when updating tasklistsissue_24815Felipe Artur2017-02-241-0/+4
| | | | | | | | | | | |
* | | | | | | | | | | | Merge branch '1937-https-clone-url-username' into 'master' Rémy Coutable2017-02-271-0/+4
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add the username of the current user to the HTTP(S) clone URL Closes #1937 See merge request !9347
| * | | | | | | | | | | | Add the username of the current user to the HTTP(S) clone URLJan Christophersen2017-02-241-0/+4
| | | | | | | | | | | | |
* | | | | | | | | | | | | Merge branch '27267-events-project-query-performance-regression' into 'master' Sean McGivern2017-02-271-0/+4
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Query performance regression fix affecting "Dashboard::ProjectsController#index.atom" Closes #27267 See merge request !9526
| * | | | | | | | | | | | | Add performance query regression fix for !9088 affecting #2726727267-events-project-query-performance-regressionOswaldo Ferreira2017-02-241-0/+4
| | | | | | | | | | | | | |
* | | | | | | | | | | | | | Merge branch 'unified-member-api-response' into 'master' Sean McGivern2017-02-271-0/+4
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | API: Return 400 for all validation erros in the mebers API See merge request !9523
| * | | | | | | | | | | | | | API: Return 400 for all validation erros in the mebers APIunified-member-api-responseRobert Schilling2017-02-241-0/+4
| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | Merge branch 'feature/runners-v4-api' into 'master' Kamil Trzciński2017-02-271-0/+4
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add Runner registration/deletion API See merge request !9246
| * | | | | | | | | | | | | | | Add changelog entryTomasz Maczukin2017-02-161-0/+4
| | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | Merge branch 'sh-bump-hashie-to-3.5.5' into 'master' Rémy Coutable2017-02-271-0/+4
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bump Hashie to 3.5.5 and omniauth to 1.4.2 to eliminate warning noise Closes #28595 See merge request !9534
| * | | | | | | | | | | | | | | Update CHANGELOG.mdsh-bump-hashie-to-3.5.5Stan Hu2017-02-251-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ci skip]