summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/ide/components
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'ide-sidebar-spacing' into 'master'Filipa Lacerda2018-05-182-5/+5
|\ | | | | | | | | | | | | Fixed inconsistent spacing in web IDE sidebar Closes #46162 See merge request gitlab-org/gitlab-ce!18827
| * fixed up spacing throughout sidebarsPhil Hughes2018-05-092-5/+5
| |
* | Fixed none merge request files not being openable in the web IDEPhil Hughes2018-05-101-1/+1
| |
* | Merge branch 'ide-hide-merge-request-if-disabled' into 'master'Filipa Lacerda2018-05-101-1/+3
|\ \ | | | | | | | | | | | | | | | | | | Hide merge request option in IDE when merge requests are disabled Closes #45698 See merge request gitlab-org/gitlab-ce!18857
| * | Hide merge request option in IDE when merge requests are disabledPhil Hughes2018-05-091-1/+3
| |/ | | | | | | Closes #45698
* | Fix outdated web ide copyjr-46209-web-ide-copyJames Ramsay2018-05-101-2/+2
|/
* Fixed tooltip & spacing of merge request icon in IDEPhil Hughes2018-05-081-2/+2
| | | | Closes #46123, #46121
* Resolve "Clean up bottom status bar Web IDE"André Luís2018-05-072-68/+126
|
* added tooltip to bar buttonsPhil Hughes2018-05-061-2/+23
|
* fixed mis-aligned iconPhil Hughes2018-05-041-2/+2
| | | | | hide success message when staging files improve action button hover
* Merge branch '44846-improve-web-ide-left-panel-and-modes' into ↵Phil Hughes2018-05-045-74/+82
|\ | | | | | | ide-sidebar-commit-box
| * Merge branch '44846-improve-web-ide-left-panel-and-modes' into ↵Phil Hughes2018-05-043-24/+77
| |\ | | | | | | | | | ide-sidebar-merge-request
| * | create constant for viewer typePhil Hughes2018-05-044-14/+25
| | | | | | | | | | | | i18n
| * | added specsPhil Hughes2018-05-042-1/+23
| | | | | | | | | | | | long branch names no longer wrap
| * | Merge branch '44846-improve-web-ide-left-panel-and-modes' into ↵Phil Hughes2018-05-033-8/+2
| |\ \ | | | | | | | | | | | | ide-sidebar-merge-request
| * | | updated stylingPhil Hughes2018-05-032-10/+3
| | | | | | | | | | | | | | | | fixed merge request text not always appearing
| * | | Added merge request to IDE sidebarPhil Hughes2018-05-032-67/+49
| | | | | | | | | | | | | | | | #44846
* | | | fixed disabled action sticking around too longPhil Hughes2018-05-042-2/+11
| | | | | | | | | | | | | | | | fixed form collapsing too soon
* | | | Merge branch '44846-improve-web-ide-left-panel-and-modes' into ↵Phil Hughes2018-05-044-25/+78
|\ \ \ \ | | |_|/ | |/| | | | | | ide-sidebar-commit-box
| * | | Merge branch 'master' into 44846-improve-web-ide-left-panel-and-modesPhil Hughes2018-05-043-24/+77
| |\ \ \ | | |_|/ | |/| |
| | * | Merge branch 'ide-tree-changes-count' into 'master'Filipa Lacerda2018-05-033-24/+77
| | |\ \ | | | | | | | | | | | | | | | | | | | | Added changes count to web IDE folder See merge request gitlab-org/gitlab-ce!18452
| | | * | created computed propsPhil Hughes2018-05-021-2/+8
| | | | | | | | | | | | | | | | | | | | removed unused parameters
| | | * | scroll active item into view with animationPhil Hughes2018-05-021-1/+4
| | | | |
| | | * | use getters to correctly get the counts for both unstaged & staged changesPhil Hughes2018-05-011-3/+40
| | | | |
| | | * | Merge branch 'master' into ide-tree-changes-countPhil Hughes2018-04-305-53/+63
| | | |\ \
| | | * \ \ Merge branch 'master' into ide-tree-changes-countPhil Hughes2018-04-253-39/+433
| | | |\ \ \
| | | * | | | removed horrible getter & instead prefer the statePhil Hughes2018-04-201-7/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | the state now gets updated whenever a file is changed/discard
| | | * | | | added support for staged filesPhil Hughes2018-04-192-9/+3
| | | | | | |
| | | * | | | Merge branch 'master' into ide-tree-changes-countPhil Hughes2018-04-1912-193/+576
| | | |\ \ \ \
| | | * | | | | updated stylingPhil Hughes2018-04-191-12/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | changed to include new files added getter spec
| | | * | | | | Added changes count to web IDE folderPhil Hughes2018-04-191-2/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | #44846
| * | | | | | | fixed specsPhil Hughes2018-05-033-8/+2
| | |_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | fixed review mode not being editable
* | | | | | | improve logic of success messagePhil Hughes2018-05-043-12/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | instead of taking over whole sidebar, it now just shows over the commit box after 5 seconds the commit box goes back to its compact logic
* | | | | | | improved success message after commit with new sidebarPhil Hughes2018-05-037-23/+30
| | | | | | |
* | | | | | | Merge branch '44846-improve-web-ide-left-panel-and-modes' into ↵Phil Hughes2018-05-034-27/+69
|\ \ \ \ \ \ \ | |/ / / / / / | | | | | | | | | | | | | | ide-sidebar-commit-box
| * | | | | | Merge branch 'master' into 44846-improve-web-ide-left-panel-and-modesPhil Hughes2018-05-033-30/+71
| |\ \ \ \ \ \ | | |/ / / / /
| | * | | | | Improve Web IDE Commit PanelAndré Luís2018-05-033-28/+66
| | | |_|_|/ | | |/| | |
* | | | | | removed unused computed propPhil Hughes2018-05-032-6/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | remove object.assign instead directly assign to state created new constants
* | | | | | fixed incorrect computed prop being usedPhil Hughes2018-05-032-3/+6
| | | | | | | | | | | | | | | | | | | | | | | | reduced duplicated CSS
* | | | | | Merge branch '44846-improve-web-ide-left-panel-and-modes' into ↵Phil Hughes2018-05-039-70/+171
|\ \ \ \ \ \ | |/ / / / / | | | | | | | | | | | | ide-sidebar-commit-box
| * | | | | made path prop in dropdown optionalPhil Hughes2018-05-024-6/+8
| | | | | | | | | | | | | | | | | | | | | | | | added computed prop for showing loading indicator
| * | | | | changed which element is hiddenPhil Hughes2018-05-011-6/+21
| | | | | |
| * | | | | hide edit/preview tabs in review & commit modePhil Hughes2018-05-011-3/+14
| | | | | | | | | | | | | | | | | | | | | | | | only make diff mode editable in review mode
| * | | | | fixed undefined variable after variable name changePhil Hughes2018-04-291-2/+2
| | | | | |
| * | | | | Merge branch '44846-improve-web-ide-left-panel-and-modes' into ↵Phil Hughes2018-04-277-65/+72
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | ide-activity-bar-review-mode
| * \ \ \ \ \ Merge branch 'ide-workbench-bar' into ide-activity-bar-review-modePhil Hughes2018-04-263-10/+404
| |\ \ \ \ \ \
| * | | | | | | fixed typoPhil Hughes2018-04-231-1/+1
| | | | | | | |
| * | | | | | | created HOC for the tree list to cover both edit & review modePhil Hughes2018-04-233-91/+101
| | | | | | | |
| * | | | | | | Added review mode to new IDE sidebarPhil Hughes2018-04-237-33/+96
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | #44846
* | | | | | | | disabled commit view when no changes are availablePhil Hughes2018-05-028-18/+74
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | remove close button in tab fix height not working in form restored stage & unstage all changes disable merge request radio button when staged & unstaged changes exist