Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed protected branches dropdownref-switcher-perf | Phil Hughes | 2016-11-21 | 1 | -1/+1 |
| | |||||
* | Fixed up tests | Phil Hughes | 2016-11-21 | 2 | -3/+4 |
| | |||||
* | Fixed the active branch selected indicator | Phil Hughes | 2016-11-21 | 1 | -1/+1 |
| | |||||
* | Changed how the data is returned - we only care about the branch/tag name | Phil Hughes | 2016-11-21 | 2 | -4/+5 |
| | |||||
* | Uses take rather than Kaminari | Phil Hughes | 2016-11-21 | 1 | -2/+2 |
| | |||||
* | Use cloneNode instead of createElement | Phil Hughes | 2016-11-21 | 1 | -5/+13 |
| | |||||
* | Improved ref switcher dropdown performance | Phil Hughes | 2016-11-21 | 2 | -7/+21 |
| | | | | Closes #18202 | ||||
* | Merge branch '23449-cycle-analytics-2-frontend' into 'master' | Jacob Schatz | 2016-11-22 | 28 | -153/+1198 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Cycle analytics second iteration frontend ## Are there points in the code the reviewer needs to double check? Mostly typos and code guidelines. ## Why was this MR needed? This implements the frontend part of !6859 for #23449 ## Screenshots **Initial view**  **Cycle Analytics with data**  **User doesn't have access for a stage**  ## Does this MR meet the acceptance criteria? - [x] [Changelog entry](https://docs.gitlab.com/ce/development/changelog.html) added - [ ] [Documentation created/updated](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/doc/development/doc_styleguide.md) - [ ] API support added - Tests - [ ] Added for this feature/bug - [ ] All builds are passing - [ ] Conform by the [merge request performance guides](http://docs.gitlab.com/ce/development/merge_request_performance_guidelines.html) - [x] Conform by the [style guides](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/CONTRIBUTING.md#style-guides) - [ ] Branch has no merge conflicts with `master` (if it does - rebase it please) - [x] [Squashed related commits together](https://git-scm.com/book/en/Git-Tools-Rewriting-History#Squashing-Commits) ## What are the relevant issue numbers? Closes #23449 See merge request !7366 | ||||
| * | Use single quote for strings23449-cycle-analytics-2-frontend | Alfredo Sumaran | 2016-11-21 | 3 | -3/+3 |
| | | |||||
| * | Ue svg from SVGs object | Alfredo Sumaran | 2016-11-21 | 1 | -5/+1 |
| | | |||||
| * | Add custom copy for each empty stage | Alfredo Sumaran | 2016-11-21 | 3 | -7/+13 |
| | | |||||
| * | Highlight nav item on hover | Alfredo Sumaran | 2016-11-21 | 1 | -0/+6 |
| | | |||||
| * | Scroll CA stage panel on mobile | Annabel Dunstone Gray | 2016-11-21 | 2 | -46/+54 |
| | | |||||
| * | Fix CSS declaration | Alfredo Sumaran | 2016-11-21 | 3 | -8/+8 |
| | | |||||
| * | administer to administrator | Alfredo Sumaran | 2016-11-21 | 1 | -1/+1 |
| | | |||||
| * | Move SVGs to JS objects for easy reuse | Alfredo Sumaran | 2016-11-21 | 7 | -19/+26 |
| | | |||||
| * | No enough data to Not enough data | Alfredo Sumaran | 2016-11-21 | 1 | -1/+1 |
| | | |||||
| * | Keep the cookie name as before | Alfredo Sumaran | 2016-11-21 | 1 | -2/+2 |
| | | | | | | | | This is to avoid prompting the same dialog for people who already dismissed the dialog. | ||||
| * | Fix variable usage | Alfredo Sumaran | 2016-11-21 | 1 | -1/+1 |
| | | |||||
| * | Do not show overview message if there’s already CA data | Alfredo Sumaran | 2016-11-21 | 2 | -16/+16 |
| | | |||||
| * | Rename Cycle Analytics bundle to .es6 | Alfredo Sumaran | 2016-11-21 | 1 | -0/+0 |
| | | |||||
| * | Fix URL to pipeline | Alfredo Sumaran | 2016-11-21 | 1 | -2/+2 |
| | | |||||
| * | Remove unnecesary variable | Alfredo Sumaran | 2016-11-21 | 1 | -85/+82 |
| | | | | | | | | This will be removed until we figure out in what scenario we should display the overview message. | ||||
| * | Set isUserAllowed property with value coming from permissions object | Alfredo Sumaran | 2016-11-21 | 1 | -4/+3 |
| | | |||||
| * | Add CHANGELOG file | Alfredo Sumaran | 2016-11-21 | 1 | -0/+4 |
| | | |||||
| * | Adjust width of Cycle Analytics container | Alfredo Sumaran | 2016-11-21 | 1 | -0/+5 |
| | | |||||
| * | Add view to handle the case when user doesn’t have access to stage | Alfredo Sumaran | 2016-11-21 | 7 | -15/+73 |
| | | |||||
| * | Make linters happy | Alfredo Sumaran | 2016-11-21 | 13 | -92/+40 |
| | | |||||
| * | Remove unnecesary empty dialog | Alfredo Sumaran | 2016-11-21 | 3 | -10/+0 |
| | | |||||
| * | Add overview view for Cycle Analytics | Alfredo Sumaran | 2016-11-21 | 5 | -81/+202 |
| | | |||||
| * | Fix empty stage presentation | Alfredo Sumaran | 2016-11-21 | 3 | -4/+11 |
| | | |||||
| * | Delete StageButton component | Alfredo Sumaran | 2016-11-21 | 3 | -36/+5 |
| | | |||||
| * | Use correct endpoint for stage events | Alfredo Sumaran | 2016-11-21 | 1 | -1/+1 |
| | | |||||
| * | Fix blank spaces on links | Alfredo Sumaran | 2016-11-21 | 7 | -32/+14 |
| | | |||||
| * | Combine components for better legibility | Alfredo Sumaran | 2016-11-21 | 12 | -207/+220 |
| | | |||||
| * | Do not show minutes if days is available | Alfredo Sumaran | 2016-11-21 | 1 | -2/+2 |
| | | | | | | | | Also show seconds only when seconds is 0 | ||||
| * | Fix style for event titles | Alfredo Sumaran | 2016-11-21 | 6 | -11/+14 |
| | | |||||
| * | Show seconds only if time is only in seconds | Alfredo Sumaran | 2016-11-21 | 1 | -1/+1 |
| | | |||||
| * | Update ItemBuildComponent html structure | Alfredo Sumaran | 2016-11-21 | 3 | -8/+79 |
| | | |||||
| * | Update ItemMergeRequestComponent structure | Alfredo Sumaran | 2016-11-21 | 1 | -4/+24 |
| | | |||||
| * | Show seconds it total time is less than a minute | Alfredo Sumaran | 2016-11-21 | 1 | -1/+1 |
| | | |||||
| * | Fix variable names to use camelCase | Alfredo Sumaran | 2016-11-21 | 3 | -14/+21 |
| | | |||||
| * | Fix total_time template | Alfredo Sumaran | 2016-11-21 | 2 | -19/+10 |
| | | |||||
| * | Use correct data for ItemIssueComponent from response | Alfredo Sumaran | 2016-11-21 | 2 | -6/+9 |
| | | |||||
| * | Use stage description form endpoint response | Alfredo Sumaran | 2016-11-21 | 12 | -23/+35 |
| | | |||||
| * | Adde TotalTimeComponent as global component | Alfredo Sumaran | 2016-11-21 | 3 | -8/+33 |
| | | |||||
| * | Provide stage legend on server response | Alfredo Sumaran | 2016-11-21 | 2 | -10/+11 |
| | | |||||
| * | Remove delta column and use stage data from response | Alfredo Sumaran | 2016-11-21 | 5 | -84/+12 |
| | | |||||
| * | Show friendly message when stage has no data | Alfredo Sumaran | 2016-11-21 | 4 | -1/+59 |
| | | |||||
| * | Set stage descriptions dynamically | Alfredo Sumaran | 2016-11-21 | 7 | -6/+18 |
| | |