summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | | | Fix remove template26346-cannot-reset-or-remove-mr-issues-description-templatesLuke "Jared" Bennett2017-01-042-13/+10
| | | | | | | |
* | | | | | | | Merge branch 'pipelines-graph-html-css' into 'master' Annabel Dunstone Gray2017-01-0510-276/+283
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Pipelines graph HTML and CSS improvements and bug fixing Closes #26257 See merge request !8443
| * | | | | | | | Adds back removed class in merge request pipelines tableFilipa Lacerda2017-01-051-1/+1
| | | | | | | | |
| * | | | | | | | Fix dropdown icon alignmentAnnabel Dunstone Gray2017-01-051-12/+18
| | | | | | | | |
| * | | | | | | | Simplify HTML of mini pipeline graph and dropdownFilipa Lacerda2017-01-059-268/+269
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Creates individual html for dropdown Adds simplified CSS for the new dropdown Removes old CSS Improves dropdown item in Chrome, Firefox and Safari Use SCSS variables for colors. Fix scss linter errors Adds animation when the stage is hovered. Adds back tooltip on dropdown toggle Fixes broken tests additional css changes to get more into direction of mockups
* | | | | | | | | Merge branch ↵Rémy Coutable2017-01-054-5/+74
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | '19966-api-call-to-move-project-to-different-group-fails-when-using-group-and-project-names-instead-of-id' into 'master' Fix groups API to accept path when transferring a project Closes #19966 See merge request !8408
| * | | | | | | | | Fix groups API to accept path when transferring a projectMark Fletcher2017-01-034-5/+74
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Use standard helpers for finding group and project
* | | | | | | | | | Merge branch 'move-admin-deploy-keys-spinach-to-rspec' into 'master' Rémy Coutable2017-01-053-90/+29
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Move admin deploy keys spinach to rspec See merge request !8405
| * | | | | | | | | | Move admin deploy keys spinach to rspecSemyon Pupkov2017-01-033-90/+29
| | | | | | | | | | |
* | | | | | | | | | | Merge branch ↵Rémy Coutable2017-01-053-1/+14
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | '26261-post-api-v3-projects-idorproject-commits-commits-does-not-work-with-project-path' into 'master' Fix Commits API to accept a Project path upon POST Closes #26261 See merge request !8406
| * | | | | | | | | | | Fix Commits API to accept a Project path upon POSTMark Fletcher2017-01-033-1/+14
| | | | | | | | | | | |
* | | | | | | | | | | | Merge branch 'single-edit-comment-widget-2' into 'master' Alfredo Sumaran2017-01-0512-76/+197
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Refactor discussion edit widget to have only one at a time. Closes #23227 See merge request !8356
| * | | | | | | | | | | | Fix review comments.single-edit-comment-widget-2Fatih Acet2017-01-054-5/+6
| | | | | | | | | | | | |
| * | | | | | | | | | | | Add spec for note edit and fix one commented spec.Fatih Acet2017-01-042-9/+29
| | | | | | | | | | | | |
| * | | | | | | | | | | | Review fixes.Fatih Acet2017-01-044-11/+10
| | | | | | | | | | | | |
| * | | | | | | | | | | | Use gl.utils.isInViewport and improve gl.utils.animateToElement.Fatih Acet2017-01-044-22/+33
| | | | | | | | | | | | |
| * | | | | | | | | | | | Make sure elements share the same scopeAlfredo Sumaran2017-01-041-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Since there are multiple instances of text editors on the current fixture file we will use the one that creates a comment.
| * | | | | | | | | | | | Hide edit warning element when form reverted.Fatih Acet2017-01-041-0/+1
| | | | | | | | | | | | |
| * | | | | | | | | | | | Remove unnecessary styling came from merge conflicts.Fatih Acet2017-01-041-8/+0
| | | | | | | | | | | | |
| * | | | | | | | | | | | Fix single note edit form specs.Fatih Acet2017-01-043-4/+6
| | | | | | | | | | | | |
| * | | | | | | | | | | | Separate edit form in Changes and Discussions tab.Fatih Acet2017-01-042-12/+33
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | if we are in the Merge Requests page, this change will clone existing note-edit-form and add a mr-discussion-edit-form class to cloned element so we will have two note-edit-form in place. One for Discussions tab one for Changes tab. For MR page, we basically need two note-edit-form because you may want to edit your comment in both tabs at the same time and we shouldn't remove or discard note-edit-form in other tab.
| * | | | | | | | | | | | Fix warning styling for responsive design.Fatih Acet2017-01-044-21/+20
| | | | | | | | | | | | |
| * | | | | | | | | | | | Fix task list for single edit note widget changes.Fatih Acet2017-01-043-17/+40
| | | | | | | | | | | | |
| * | | | | | | | | | | | Fix notes spec.Fatih Acet2017-01-041-4/+2
| | | | | | | | | | | | |
| * | | | | | | | | | | | Put empty note edit form to correct place.Fatih Acet2017-01-042-2/+3
| | | | | | | | | | | | |
| * | | | | | | | | | | | Fix single comment edit form issues.Fatih Acet2017-01-041-22/+20
| | | | | | | | | | | | |
| * | | | | | | | | | | | Remove dependency on Note instance from notes edit form.Adam Niedzielski2017-01-042-6/+4
| | | | | | | | | | | | |
| * | | | | | | | | | | | Refactor discussion edit widget to have only one at a time.Fatih Acet2017-01-046-39/+96
| | | | | | | | | | | | |
* | | | | | | | | | | | | Merge branch 'remove-custom-event-polyfill' into 'master' Alfredo Sumaran2017-01-052-55/+0
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Removes CustomEvent polyfill and tests See merge request !8400
| * | | | | | | | | | | | | Removes CustomEvent polyfill and testsremove-custom-event-polyfillFilipa Lacerda2017-01-022-55/+0
| | |_|_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | | |
* | | | | | | | | | | | | Merge branch 'login-page-font-size' into 'master' Fatih Acet2017-01-052-2/+11
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Decreases font-size on login page See merge request !8454
| * | | | | | | | | | | | Decreases font-size on login pagelogin-page-font-sizedimitrieh2017-01-052-2/+11
| | |_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | |
* | | | | | | | | | | | Merge branch '25701-standardize-text-colors' into 'master' Annabel Dunstone Gray2017-01-0550-177/+167
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 25701 standardize text colors Closes #25701 See merge request !8383
| * | | | | | | | | | | | 25701 standardize text colors25701-standardize-text-colorstauriedavis2017-01-0450-177/+167
| | |_|/ / / / / / / / / | |/| | | | | | | | | |
* | | | | | | | | | | | Merge branch '25725-remove-window-object' into 'master' Fatih Acet2017-01-059-18/+24
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Removes unneeded `window` declaration in environments related code Closes #25725 See merge request !8456
| * | | | | | | | | | | | Adds CHANGELOG entryFilipa Lacerda2017-01-053-3/+7
| | | | | | | | | | | | |
| * | | | | | | | | | | | Removes unneeded `window` declarationFilipa Lacerda2017-01-059-21/+23
| |/ / / / / / / / / / /
* | | | | | | | | | | | Merge branch 'rs-absorb-gitlab_git' into 'master' Douwe Maan2017-01-0538-12/+6622
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Absorb gitlab_git Closes #24374 See merge request !8447
| * | | | | | | | | | | | Ensure internal Gitlab::Git references use the namespacers-absorb-gitlab_gitRobert Speicher2017-01-047-27/+27
| | | | | | | | | | | | |
| * | | | | | | | | | | | Absorb gitlab_gitRobert Speicher2017-01-0438-12/+6622
| | |/ / / / / / / / / / | |/| | | | | | | | | |
* | | | | | | | | | | | Merge branch 'ux-guide-search-box' into 'master' Achilleas Pipinellis2017-01-053-0/+13
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | UX Guide: add section on search box See merge request !8429
| * | | | | | | | | | | | [ci skip] UX Guide: add section on search boxux-guide-search-boxAllison Whilden2017-01-033-0/+13
| | |_|_|_|_|_|/ / / / / | |/| | | | | | | | | |
* | | | | | | | | | | | Merge branch 'ux-guide-text-color' into 'master' Achilleas Pipinellis2017-01-053-0/+7
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | UX Guide: Add new primary and secondary text colors See merge request !8449
| * | | | | | | | | | | | [ci skip] UX Guide: Add new primary and secondary text colorsux-guide-text-colorAllison Whilden2017-01-043-0/+7
| | |_|/ / / / / / / / / | |/| | | | | | | | | |
* | | | | | | | | | | | Merge branch 'monkey-patch-comment' into 'master' Rémy Coutable2017-01-051-0/+6
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Explain why we have this monkey-patch See merge request !8329
| * | | | | | | | | | | | Explain why there is a monkey-patchJacob Vosmaer2016-12-271-0/+6
| | | | | | | | | | | | |
* | | | | | | | | | | | | Merge branch 'zj-404-slack-error' into 'master' Kamil Trzciński2017-01-052-36/+64
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add API route slack slash commands Closes #25954 See merge request !8362
| * | | | | | | | | | | | Add API route slack slash commandszj-404-slack-errorZ.J. van de Weg2017-01-032-36/+64
| | | | | | | | | | | | |
* | | | | | | | | | | | | Merge branch '26278-shaking-tab-pipelines-view' into 'master' Fatih Acet2017-01-042-2/+6
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Removes invalid html and unneeded CSS to prevent shaking in the pipelines tab Closes #26278 See merge request !8411
| * | | | | | | | | | | | Removes invalid html and unneed CSS to prevent shaking in the pipelines tab26278-shaking-tab-pipelines-viewFilipa Lacerda2017-01-032-2/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Updates CHANGELOG entry with MR ID