summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Fix broken testsfe-paginated-environments-api-add-subviewFilipa Lacerda2017-02-165-77/+98
|
* Adds Changelog entryFilipa Lacerda2017-02-151-0/+4
|
* Moves check for latest key to store instead of poluting the view making it ↵Filipa Lacerda2017-02-153-100/+112
| | | | reusable between endpoints.
* Move change page param to utility functionFilipa Lacerda2017-02-159-72/+328
| | | | | | Add tests Adds folder name in the top of the table
* Use common util to get parameter nameFilipa Lacerda2017-02-152-22/+9
|
* Fix underline styleFilipa Lacerda2017-02-151-0/+1
|
* Adds url for folder;Filipa Lacerda2017-02-155-96/+59
| | | | Creates new subview to show envirnoments that belong to a folder
* First iterationFilipa Lacerda2017-02-155-0/+268
|
* Extracts table into a reusable componentFilipa Lacerda2017-02-155-26/+85
|
* Merge branch 'fe-paginated-environments-api' into ↵Filipa Lacerda2017-02-151-3/+4
|\ | | | | | | | | | | | | fe-paginated-environments-api-add-pagination * fe-paginated-environments-api: Add count keys to response JSON
| * Add count keys to response JSONfe-paginated-environments-apiZ.J. van de Weg2017-02-151-3/+4
| |
* | Add pagination tests for environments tableFilipa Lacerda2017-02-123-27/+62
| | | | | | | | | | | | Remove fdescribe statement Fix conflict
* | Remove spec checking for scope 'all' since it's no longer part of componentFilipa Lacerda2017-02-123-11/+13
| | | | | | | | | | | | Changes after review Fix typo
* | Integrates pagination component with APIFilipa Lacerda2017-02-127-34/+100
| | | | | | | | | | | | | | | | Adds pagination tests Remove misplaced comment Fix broken store test
* | Verify `latest` key is present when neededFilipa Lacerda2017-02-121-0/+12
| |
* | Adds pagination componentFilipa Lacerda2017-02-122-2/+36
|/
* Fix typoFilipa Lacerda2017-02-122-13/+13
|
* Fix broken pathFilipa Lacerda2017-02-121-25/+83
|
* Merge branch 'master' into fe-paginated-environments-apiFilipa Lacerda2017-02-12183-9908/+1061
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: (97 commits) convert js-cookie dependency to an npm module convert timeago.js dependency to an npm module remove vue from vendor since it is now in node_modules Add CHANGELOG file Stylize blockquote in notification emails Add js prefix to right sidebar Replace accidentally deleted metaclick Remove right padding from navbar-collapse on large screens Add changelog common_utils merge conflicts Set sidebar height to 100% if at top of page Set height of fixed sidebars with js Add sticky sidebar on wiki page Fix comment button test for slash commands Fix time tracking spec Fix issue boards sidebar alignment and sidebar toggle spec Fix failing conflicts test Fix build sidebar scrolling Refactor JS Fix pinned sidebar alignment ...
| * Merge branch '28029-improve-blockquote-formatting-on-emails' into 'master'Annabel Dunstone Gray2017-02-112-0/+11
| |\ | | | | | | | | | | | | | | | | | | Resolve "Improve blockquote formatting in notification emails" Closes #28029 See merge request !9157
| | * Add CHANGELOG file28029-improve-blockquote-formatting-on-emailsAlfredo Sumaran2017-02-101-0/+4
| | |
| | * Stylize blockquote in notification emailsAlfredo Sumaran2017-02-101-0/+7
| | |
| * | Merge branch 'clean-javascript-vendor-files' into 'master' Filipa Lacerda2017-02-1115-9095/+9
| |\ \ | | | | | | | | | | | | | | | | Convert some vendored javascript assets to npm modules See merge request !8990
| | * | convert js-cookie dependency to an npm moduleclean-javascript-vendor-filesMike Greiling2017-02-115-4/+5
| | | |
| | * | convert timeago.js dependency to an npm moduleMike Greiling2017-02-115-240/+4
| | | |
| | * | remove vue from vendor since it is now in node_modulesMike Greiling2017-02-116-8851/+0
| | |/
| * | Merge branch '27994-fix-mr-widget-jump' into 'master' Filipa Lacerda2017-02-103-6/+10
| |\ \ | | |/ | |/| | | | | | | | | | | | | fixes MR widget jump Closes #27994 See merge request !9146
| | * Merge branch 'master' into 27994-fix-mr-widget-jumpFilipa Lacerda2017-02-1057-189/+402
| | |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: (26 commits) Revert "Merge branch 'add-additional-checks-to-ca-data' into 'master' " Fix broken test to use trigger in order to not take tooltip overlaping in consideration Fix job to pipeline renaming Added env external link and light web terminal spec Don't perform Devise trackable updates on blocked User records Replace teaspoon references with Karma Add changelog Only show MR widget graph if there are stages Remove orange caret icon from mr widget Add index to ci_trigger_requests for commit_id rspec_profiling: Discover the correct branch name in GitLab CI Show parent group members for nested group Fix tooltip scss for anchors. Adds css for button's tooltips to have similar behavior. Removes padding from mini graph table cell to guarantee stages don't break line on hover Updated protected branches dropdown image in docs Fix admin_labels_spec.rb transient failure Make sure events have most properties defined Restore exposure of legend property for events moved hyperlink reference section at the end of the content Make sure our current .gitlab-ci.yml is valid adds changelog ...
| | * | adds changelog27994-fix-mr-widget-jumpNur Rony2017-02-101-0/+4
| | | |
| | * | fixes MR widget jumpNur Rony2017-02-102-6/+6
| | | |
| * | | Merge branch 'static-navbar' into 'master' Jacob Schatz2017-02-1022-70/+62
| |\ \ \ | | |_|/ | |/| | | | | | | | | | Remove fixed positioning from navbar See merge request !7547
| | * | Add js prefix to right sidebarAnnabel Dunstone Gray2017-02-105-5/+8
| | | |
| | * | Replace accidentally deleted metaclickAnnabel Dunstone Gray2017-02-101-0/+8
| | | |
| | * | Remove right padding from navbar-collapse on large screensAnnabel Dunstone Gray2017-02-101-0/+4
| | | |
| | * | Add changelogAnnabel Dunstone Gray2017-02-101-0/+4
| | | |
| | * | common_utils merge conflictsAnnabel Dunstone Gray2017-02-101-3/+1
| | | |
| | * | Set sidebar height to 100% if at top of pageAnnabel Dunstone Gray2017-02-101-0/+2
| | | |
| | * | Set height of fixed sidebars with jsAnnabel Dunstone Gray2017-02-102-1/+11
| | | |
| | * | Add sticky sidebar on wiki pageAnnabel Dunstone Gray2017-02-102-2/+2
| | | |
| | * | Fix comment button test for slash commandsAnnabel Dunstone Gray2017-02-101-1/+1
| | | |
| | * | Fix time tracking specAnnabel Dunstone Gray2017-02-101-1/+1
| | | |
| | * | Fix issue boards sidebar alignment and sidebar toggle specAnnabel Dunstone Gray2017-02-102-6/+2
| | | |
| | * | Fix failing conflicts testAnnabel Dunstone Gray2017-02-101-1/+1
| | | |
| | * | Fix build sidebar scrollingAnnabel Dunstone Gray2017-02-101-16/+0
| | | |
| | * | Refactor JSAnnabel Dunstone Gray2017-02-101-3/+1
| | | |
| | * | Fix pinned sidebar alignmentAnnabel Dunstone Gray2017-02-101-1/+1
| | | |
| | * | Remove navbar height offsetsAnnabel Dunstone Gray2017-02-104-30/+5
| | | |
| | * | Keep sidebars absolute until fixed at top; remove unneeded JSAnnabel Dunstone Gray2017-02-108-17/+21
| | | |
| | * | Fix sidebar scrollingAnnabel Dunstone Gray2017-02-102-2/+12
| | | |
| | * | Remove fixed positioning from navbarAnnabel Dunstone Gray2017-02-104-7/+3
| |/ /