| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Clean up new navigation templates | Phil Hughes | 2017-09-06 | 6 | -88/+6 |
| | | |||||
| * | Use flexbox for prometheus graph row grouping instead of bootstrap classes | Mike Greiling | 2017-09-06 | 5 | -81/+13 |
| | | |||||
| * | Make search dropdowns consistent | Winnie Hellmann | 2017-09-05 | 1 | -5/+9 |
| | | |||||
| * | Merge branch '29786-inconsistent-search-hint' into 'master' | Clement Ho | 2017-09-05 | 1 | -1/+1 |
| |\ | | | | | | | | | | | | | Change hint format for main filtered search dropdown Closes #29786 See merge request !13895 | ||||
| | * | Change hint format for main filtered search dropdown29786-inconsistent-search-hint | Chris Peressini | 2017-09-02 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | Change hint format from `type<value>` to `type:value` so it matches the required syntax to perform filtering Fixes #29786 | ||||
| * | | Merge branch '35010-remove-goto-project-from-breadcrumb' into 'master' | Filipa Lacerda | 2017-09-05 | 2 | -46/+0 |
| |\ \ | | | | | | | | | | | | | | | | | | | Remove project select dropdown from breadcrumb Closes #35010 See merge request !14010 | ||||
| | * | | Remove project select dropdown from breadcrumb | kushalpandya | 2017-09-05 | 2 | -46/+0 |
| | | | | |||||
| * | | | Merge branch '37331-button-MR-widget' into 'master' | Clement Ho | 2017-09-05 | 1 | -4/+6 |
| |\ \ \ | |/ / |/| | | | | | | | | | | | | | | Fix buttons with different height in merge request widget Closes #37331 See merge request !14000 | ||||
| | * | | Fix buttons with different height in merge request widget37331-button-MR-widget | Filipa Lacerda | 2017-09-01 | 1 | -4/+6 |
| | | | | |||||
| * | | | Merge branch '35010-projects-nav-dropdown' into 'master' | Filipa Lacerda | 2017-09-05 | 15 | -3/+694 |
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Add dropdown to Projects nav item Closes #35010 See merge request !13866 | ||||
| | * | | | Move `common_vue` into vendor bundle | kushalpandya | 2017-09-05 | 2 | -1/+1 |
| | | | | | |||||
| | * | | | Add Projects Dropdown bundle | kushalpandya | 2017-09-05 | 1 | -0/+1 |
| | | | | | |||||
| | * | | | Projects Dropdown App Global Constants | kushalpandya | 2017-09-05 | 1 | -0/+10 |
| | | | | | |||||
| | * | | | Projects Dropdown Event Hub | kushalpandya | 2017-09-05 | 1 | -0/+3 |
| | | | | | |||||
| | * | | | Projects Dropdown App Store | kushalpandya | 2017-09-05 | 1 | -0/+33 |
| | | | | | |||||
| | * | | | Projects Dropdown App Service | kushalpandya | 2017-09-05 | 1 | -0/+132 |
| | | | | | |||||
| | * | | | Projects Dropdown Searched Projects List Component | kushalpandya | 2017-09-05 | 1 | -0/+63 |
| | | | | | |||||
| | * | | | Projects Dropdown Frequent Projects List Component | kushalpandya | 2017-09-05 | 1 | -0/+57 |
| | | | | | |||||
| | * | | | Projects Dropdown Project Item Component | kushalpandya | 2017-09-05 | 1 | -0/+96 |
| | | | | | |||||
| | * | | | Projects Dropdown Search Input Component | kushalpandya | 2017-09-05 | 1 | -0/+64 |
| | | | | | |||||
| | * | | | Projects Dropdown Root App Component | kushalpandya | 2017-09-05 | 1 | -0/+157 |
| | | | | | |||||
| | * | | | Projects Dropdown App Entry | kushalpandya | 2017-09-05 | 1 | -0/+68 |
| | | | | | |||||
| | * | | | Add support for `sizeClass`, defaults to `s40` | kushalpandya | 2017-09-05 | 1 | -1/+7 |
| | | | | | |||||
| | * | | | Make query param `simple` part of config | kushalpandya | 2017-09-05 | 1 | -1/+2 |
| | | | | | |||||
| * | | | | Merge branch 'feature/gpg-verification-status' into 'master' | Douwe Maan | 2017-09-05 | 1 | -1/+4 |
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | GPG signature must match the committer in order to be verified See merge request !13771 | ||||
| | * | | | | set the popover's viewport to the main content | Alexis Reigel | 2017-09-05 | 1 | -1/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | the position of the popover is correctly calculated and positioned to the bottom when the navigation would overlap the popover. | ||||
| * | | | | | Fix diff comment button not showing after deleting a comment | Phil Hughes | 2017-09-05 | 3 | -6/+14 |
| |/ / / / | |||||
| * | | | | Merge branch 'additional-time-series-charts' into 'master' | Tim Zallmann | 2017-09-05 | 8 | -149/+277 |
| |\ \ \ \ | |/ / / |/| | | | | | | | | | | | | | | | | | | | Added support for additional time series charts Closes #33345 See merge request !13159 | ||||
| | * | | | Corrected collate function | Jose Ivan Vargas | 2017-09-01 | 1 | -1/+1 |
| | | | | | |||||
| | * | | | refactor monitoring_store.js | Mike Greiling | 2017-09-01 | 1 | -41/+37 |
| | | | | | |||||
| | * | | | simplify storeMetrics method | Mike Greiling | 2017-09-01 | 1 | -6/+6 |
| | | | | | |||||
| | * | | | Added simple support for multiple colors on the different time series | Jose Ivan Vargas | 2017-08-31 | 4 | -17/+42 |
| | | | | | |||||
| | * | | | Increased the height of the graph when dealing with 3 plus legends | Jose Ivan Vargas | 2017-08-30 | 1 | -3/+3 |
| | | | | | |||||
| | * | | | Corrected y scale for multiple time series and visual improvements | Jose Ivan Vargas | 2017-08-30 | 2 | -12/+18 |
| | | | | | |||||
| | * | | | Added and corrected specs for the additional time series | Jose Ivan Vargas | 2017-08-30 | 3 | -55/+46 |
| | | | | | |||||
| | * | | | Added vertical spacing when there's multiple legends | Jose Ivan Vargas | 2017-08-30 | 3 | -19/+32 |
| | | | | | |||||
| | * | | | Refactored deployment mixins | Jose Ivan Vargas | 2017-08-30 | 2 | -3/+2 |
| | | | | | |||||
| | * | | | Added legends for each of the time series | Jose Ivan Vargas | 2017-08-30 | 2 | -34/+52 |
| | | | | | |||||
| | * | | | Refactored the monitoring_column component to process all of the time series | Jose Ivan Vargas | 2017-08-30 | 1 | -45/+77 |
| | | | | | |||||
| | * | | | Converted the dates for each time series on the store | Jose Ivan Vargas | 2017-08-30 | 1 | -6/+14 |
| | | | | | |||||
| | * | | | Added monitoring_paths component to show multiple time series on a single chart | Jose Ivan Vargas | 2017-08-30 | 1 | -0/+40 |
| | | | | | |||||
| * | | | | Add feature highlight to Issue Boards in new navigation sidebar | Clement Ho | 2017-09-04 | 4 | -0/+131 |
| | | | | | |||||
| * | | | | Move "Move to different project" to sidebar34261-move-move-to-sidebar | Eric Eastwood | 2017-09-03 | 14 | -183/+160 |
| | | | | | | | | | | | | | | | | | Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/34261 | ||||
| * | | | | Merge branch 'issue-discussions-refactor' into 'master' | Jacob Schatz | 2017-09-02 | 44 | -86/+2830 |
| |\ \ \ \ | |_|_|/ |/| | | | | | | | | | | | Issue discussions Vue refactor See merge request !12069 | ||||
| | * | | | Merge branch 'master' into issue-discussions-refactor | Douwe Maan | 2017-08-31 | 13 | -113/+121 |
| | |\ \ \ | | | | | | | | | | | | | | | | | | | | | # Conflicts: # app/models/issue.rb | ||||
| | * \ \ \ | Merge branch 'master' into issue-discussions-refactor | Douwe Maan | 2017-08-31 | 4 | -4/+11 |
| | |\ \ \ \ | |||||
| | * \ \ \ \ | Merge branch 'master' into issue-discussions-refactor | Douwe Maan | 2017-08-30 | 23 | -80/+256 |
| | |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # app/models/issue.rb | ||||
| | * | | | | | | IssueNotesRefactor: Fix broken specs. | Fatih Acet | 2017-08-29 | 1 | -0/+1 |
| | | | | | | | | |||||
| | * | | | | | | IssueNotesRefactor: Fix quick submit spec. | Fatih Acet | 2017-08-25 | 1 | -1/+1 |
| | | | | | | | | |||||
| | * | | | | | | IssueNotesRefactor: Hide note reply form when submitted and show it again if ↵ | Fatih Acet | 2017-08-23 | 1 | -9/+11 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | there is an error. | ||||
