Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch '44846-improve-web-ide-left-panel-and-modes' into ide-sidebar-co... | Phil Hughes | 2018-05-04 | 13 | -52/+154 |
|\ | |||||
| * | Merge branch 'master' into 44846-improve-web-ide-left-panel-and-modes | Phil Hughes | 2018-05-04 | 12 | -51/+153 |
| |\ | |||||
| | * | Merge branch 'add-loading-icon-padding-for-pipeline-environments' into 'master' | Tim Zallmann | 2018-05-03 | 1 | -0/+1 |
| | |\ | |||||
| | | * | Add loading icon padding for pipeline environments | George Tsiolis | 2018-04-28 | 1 | -0/+1 |
| | * | | Merge branch 'move-time-tracking-spent-only-pane-vue-component' into 'master' | Phil Hughes | 2018-05-03 | 3 | -17/+20 |
| | |\ \ | |||||
| | | * | | Move TimeTrackingSpentOnlyPane vue component | George Tsiolis | 2018-05-03 | 3 | -17/+20 |
| | * | | | Merge branch 'ide-tree-changes-count' into 'master' | Filipa Lacerda | 2018-05-03 | 5 | -26/+102 |
| | |\ \ \ | |||||
| | | * | | | created computed props | Phil Hughes | 2018-05-02 | 2 | -3/+9 |
| | | * | | | scroll active item into view with animation | Phil Hughes | 2018-05-02 | 1 | -1/+4 |
| | | * | | | fixed getters | Phil Hughes | 2018-05-01 | 2 | -5/+5 |
| | | * | | | fixed staged files not being recognised | Phil Hughes | 2018-05-01 | 2 | -15/+13 |
| | | * | | | fixed eslint | Phil Hughes | 2018-05-01 | 3 | -4/+0 |
| | | * | | | use getters to correctly get the counts for both unstaged & staged changes | Phil Hughes | 2018-05-01 | 7 | -32/+65 |
| | | * | | | Merge branch 'master' into ide-tree-changes-count | Phil Hughes | 2018-04-30 | 21 | -223/+265 |
| | | |\ \ \ | | | | | |/ | | | | |/| | |||||
| | | * | | | Merge branch 'master' into ide-tree-changes-count | Phil Hughes | 2018-04-25 | 37 | -578/+1042 |
| | | |\ \ \ | |||||
| | | * \ \ \ | Merge branch 'master' into ide-tree-changes-count | Phil Hughes | 2018-04-23 | 20 | -144/+357 |
| | | |\ \ \ \ | |||||
| | | * | | | | | removed horrible getter & instead prefer the state | Phil Hughes | 2018-04-20 | 8 | -19/+38 |
| | | * | | | | | updated code to use getter to get changedFile | Phil Hughes | 2018-04-20 | 1 | -5/+5 |
| | | * | | | | | fixed icon not showing for parents | Phil Hughes | 2018-04-20 | 1 | -1/+1 |
| | | * | | | | | improve getters code | Phil Hughes | 2018-04-20 | 1 | -5/+3 |
| | | * | | | | | added support for staged files | Phil Hughes | 2018-04-19 | 3 | -11/+15 |
| | | * | | | | | Merge branch 'master' into ide-tree-changes-count | Phil Hughes | 2018-04-19 | 25 | -246/+775 |
| | | |\ \ \ \ \ | |||||
| | | * | | | | | | updated styling | Phil Hughes | 2018-04-19 | 2 | -13/+21 |
| | | * | | | | | | Added changes count to web IDE folder | Phil Hughes | 2018-04-19 | 2 | -2/+14 |
| | * | | | | | | | Merge branch '5480-sidebar-subscription-event-handling' into 'master' | Phil Hughes | 2018-05-03 | 3 | -8/+26 |
| | |\ \ \ \ \ \ \ | | | |_|_|_|_|_|/ | | |/| | | | | | | |||||
| | | * | | | | | | Emit `toggleSidebar` event on component when icon is clicked | Kushal Pandya | 2018-05-03 | 1 | -0/+4 |
| | | * | | | | | | Consume `toggleSubscription` event directly from Subscriptions component | Kushal Pandya | 2018-05-03 | 1 | -7/+1 |
| | | * | | | | | | Emit `toggleSubscription`, `toggleSidebar` events on component | Kushal Pandya | 2018-05-03 | 1 | -1/+21 |
| * | | | | | | | | fixed specs | Phil Hughes | 2018-05-03 | 4 | -8/+3 |
* | | | | | | | | | improve logic of success message | Phil Hughes | 2018-05-04 | 4 | -12/+30 |
* | | | | | | | | | improved success message after commit with new sidebar | Phil Hughes | 2018-05-03 | 8 | -23/+34 |
* | | | | | | | | | Merge branch '44846-improve-web-ide-left-panel-and-modes' into ide-sidebar-co... | Phil Hughes | 2018-05-03 | 36 | -278/+372 |
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / | |||||
| * | | | | | | | | Merge branch 'master' into 44846-improve-web-ide-left-panel-and-modes | Phil Hughes | 2018-05-03 | 35 | -281/+374 |
| |\ \ \ \ \ \ \ \ | | |/ / / / / / / | |||||
| | * | | | | | | | Merge branch 'update-environment-item-action-buttons-icons' into 'master' | Filipa Lacerda | 2018-05-03 | 5 | -34/+34 |
| | |\ \ \ \ \ \ \ | |||||
| | | * | | | | | | | Update environment item action buttons icons | George Tsiolis | 2018-05-03 | 5 | -34/+34 |
| | | | |_|_|_|_|/ | | | |/| | | | | | |||||
| | * | | | | | | | Improve Web IDE Commit Panel | André Luís | 2018-05-03 | 9 | -29/+86 |
| | * | | | | | | | Add pass through to stripHtml for undefined and null inputs | Olivier Gonzalez | 2018-05-03 | 1 | -1/+5 |
| | | |/ / / / / | | |/| | | | | | |||||
| | * | | | | | | Load branches on new merge request page asynchronously | Winnie Hellmann | 2018-05-02 | 6 | -108/+122 |
| | * | | | | | | Optimize Emoji Sprite Handling | Tim Zallmann | 2018-05-02 | 3 | -37/+36 |
| | * | | | | | | Revert "Merge branch '5480-sidebar-subscription-event-handling' into 'master'" | Rémy Coutable | 2018-05-02 | 2 | -2/+9 |
| | * | | | | | | Merge branch 'refactor/move-mr-widget-wip-vue-component' into 'master' | Mike Greiling | 2018-05-02 | 3 | -38/+47 |
| | |\ \ \ \ \ \ | |||||
| | | * | | | | | | Move WorkInProgress vue component | George Tsiolis | 2018-04-16 | 3 | -38/+47 |
| | * | | | | | | | Merge branch 'refactor/move-sidebar-time-tracking-vue-component' into 'master' | Filipa Lacerda | 2018-05-02 | 2 | -17/+20 |
| | |\ \ \ \ \ \ \ | |||||
| | | * | | | | | | | Move SidebarTimeTracking vue component | George Tsiolis | 2018-05-02 | 2 | -17/+20 |
| | * | | | | | | | | Merge branch 'refactor/move-no-tracking-pane-vue-component' into 'master' | Phil Hughes | 2018-05-02 | 3 | -12/+15 |
| | |\ \ \ \ \ \ \ \ | |||||
| | | * | | | | | | | | Move TimeTrackingNoTrackingPane vue component | George Tsiolis | 2018-05-02 | 3 | -12/+15 |
| | | |/ / / / / / / | |||||
| | * | | | | | | | | Consume `toggleSubscription` event directly from Subscriptions component | Kushal Pandya | 2018-05-02 | 1 | -7/+1 |
| | * | | | | | | | | Emit `toggleSubscription` event on component instead of eventHub | Kushal Pandya | 2018-05-02 | 1 | -2/+1 |
| | |/ / / / / / / | |||||
| | * | | | | | | | Merge branch 'dm-commit-trailer-without-gravatar' into 'master' | Robert Speicher | 2018-05-01 | 1 | -1/+1 |
| | |\ \ \ \ \ \ \ | |||||
| | | * | | | | | | | Fix commit trailer rendering when Gravatar is disabled | Douwe Maan | 2018-04-25 | 1 | -1/+1 |