summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Document better the CE -> EE mergedocument-ce-to-eeRémy Coutable2017-02-162-17/+26
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Merge branch '27281-devicon' into 'master'Robert Speicher2017-02-164-1/+17
|\ | | | | | | | | override favicon for development to find tabs more easily See merge request !9260
| * dev favicon is blue, not purple27281-deviconSimon Knox2017-02-163-3/+3
| |
| * override favicon for development to find tabs more easilySimon Knox2017-02-164-1/+17
| |
* | Merge branch 'sh-namespace-cleanup-deleted-projects' into 'master' Douwe Maan2017-02-164-6/+31
|\ \ | | | | | | | | | | | | Fix a number of race conditions that can occur during namespace deletion See merge request !9294
| * | Fix a number of race conditions that can occur during namespace deletionsh-namespace-cleanup-deleted-projectsStan Hu2017-02-154-6/+31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | There are two problems in the current implementation: 1. If a project is marked for deletion via the `pending_delete` flag and then the namespace was quickly deleted, it's possible that the namespace skips over that project and leaves that project in an orphaned state. 2. Before namespace deletion, the namespace attempts to clean up all the relevant storage paths. However, if all projects have been removed synchronously, then the namespace will not be able to clean anything. To prevent this, we should load the paths to be deleted before actually destroying projects. The specs were missing this second case due to a permission issue that caused project removal never to happen.
* | | Merge branch '26957-tanuki-anim-hang' into 'master' Clement Ho2017-02-166-6/+26
|\ \ \ | | | | | | | | | | | | | | | | don't trigger tanuki loader when downloading files See merge request !9290
| * | | don't trigger tanuki loader when downloading files26957-tanuki-anim-hangSimon Knox2017-02-166-6/+26
| | | |
* | | | Merge branch '27986-text-spacing' into 'master' Filipa Lacerda2017-02-161-1/+1
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | add space between ci text and commit sha in Merge Request widget Closes #27986 See merge request !9308
| * | | | add space between ci text and commit sha in Merge Request widget27986-text-spacingSimon Knox2017-02-171-1/+1
| | | | | | | | | | | | | | | | | | | | flex parent was pushing elements together
* | | | | Merge branch 'fix/import-hooks' into 'master' Rémy Coutable2017-02-165-32/+49
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix import webhooks performance issue Closes #27958 See merge request !9197
| * | | | | fix tmpdirfix/import-hooksJames Lopez2017-02-161-1/+1
| | | | | |
| * | | | | Use gitlab shell import instead of manually creating the webhooksJames Lopez2017-02-165-32/+49
| | | | | | | | | | | | | | | | | | | | | | | | Also update repo restorer to use project wiki method.
* | | | | | Merge branch 'paginate-environments-bundle' into 'master' Fatih Acet2017-02-1641-1378/+1884
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Paginate environments bundle Closes #25499 See merge request !9302
| * \ \ \ \ \ Merge branch 'fe-paginated-environments-api' into ↵paginate-environments-bundleFilipa Lacerda2017-02-1641-1378/+1884
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 'paginate-environments-bundle' Integrate with new environments API See merge request !8954
| | * \ \ \ \ \ Merge branch 'fe-paginated-environments-api-add-pagination' into ↵Filipa Lacerda2017-02-1623-255/+1006
| | |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 'fe-paginated-environments-api' Add pagination to environments table See merge request !9090
| | | * \ \ \ \ \ Merge branch 'fe-paginated-environments-api-add-subview' into ↵Filipa Lacerda2017-02-1619-257/+851
| | | |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 'fe-paginated-environments-api-add-pagination' Adds sub view to list environments under a folder See merge request !9169
| | | | * | | | | | Remove arrow icon from foldersFilipa Lacerda2017-02-161-1/+0
| | | | | | | | | |
| | | | * | | | | | Create util to handle pagination transformationFilipa Lacerda2017-02-164-18/+41
| | | | | | | | | |
| | | | * | | | | | Changes after reviewFilipa Lacerda2017-02-163-13/+14
| | | | | | | | | |
| | | | * | | | | | Merge branch 'fe-paginated-environments-api-add-pagination' into ↵Filipa Lacerda2017-02-164-5/+13
| | | | |\ \ \ \ \ \ | | | | |/ / / / / / | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fe-paginated-environments-api-add-subview * fe-paginated-environments-api-add-pagination: Changes after review Rename storePagination to setPagination
| | | * | | | | | | Changes after reviewfe-paginated-environments-api-add-paginationFilipa Lacerda2017-02-161-2/+10
| | | | | | | | | |
| | | * | | | | | | Rename storePagination to setPaginationFilipa Lacerda2017-02-163-3/+3
| | | | | | | | | |
| | | | * | | | | | 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 ...
| | * | | | | | | Fix pagination headers in grouped environments APIGrzegorz Bizon2017-02-102-9/+25
| | | | | | | | |
| | * | | | | | | Fix broken test and linter errorFilipa Lacerda2017-02-092-2/+2
| | | | | | | | |
| | * | | | | | | Add route for environment folder and expose an APIGrzegorz Bizon2017-02-092-0/+22
| | | | | | | | |
| | * | | | | | | Use CJS in all environments componentsFilipa Lacerda2017-02-0916-817/+782
| | | | | | | | |
| | * | | | | | | Use CJS in environments serviceFilipa Lacerda2017-02-092-19/+7
| | | | | | | | |
| | * | | | | | | Use CJS for tests.Filipa Lacerda2017-02-095-36/+36
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Updates expected model in tests
| | * | | | | | | Remove store from global namespace, use CSJ insteadFilipa Lacerda2017-02-094-76/+65
| | | | | | | | |
| | * | | | | | | Resolve 500 errorFilipa Lacerda2017-02-092-2/+1
| | | | | | | | |