summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/environments/components/environments_table.vue
Commit message (Collapse)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@14-4-stable-eev14.4.0-rc42GitLab Bot2021-10-201-1/+1
|
* Add latest changes from gitlab-org/gitlab@14-3-stable-eev14.3.0-rc42GitLab Bot2021-09-201-7/+0
|
* Add latest changes from gitlab-org/gitlab@14-1-stable-eev14.1.0-rc42GitLab Bot2021-07-201-4/+2
|
* Add latest changes from gitlab-org/gitlab@13-12-stable-eev13.12.0-rc42GitLab Bot2021-05-191-9/+31
|
* Add latest changes from gitlab-org/gitlab@13-9-stable-eev13.9.0-rc42GitLab Bot2021-02-181-23/+2
|
* Add latest changes from gitlab-org/gitlab@13-8-stable-eev13.8.0-rc42Robert Speicher2021-01-201-32/+8
|
* Add latest changes from gitlab-org/gitlab@13-7-stable-eev13.7.0-rc42GitLab Bot2020-12-171-4/+27
|
* Add latest changes from gitlab-org/gitlab@13-5-stable-eev13.5.0-rc42GitLab Bot2020-10-211-1/+0
|
* Add latest changes from gitlab-org/gitlab@13-4-stable-eeGitLab Bot2020-09-191-0/+9
|
* Add latest changes from gitlab-org/gitlab@13-3-stable-eeGitLab Bot2020-08-201-1/+1
|
* Add latest changes from gitlab-org/gitlab@13-2-stable-eeGitLab Bot2020-07-201-1/+1
|
* Add latest changes from gitlab-org/gitlab@13-0-stable-eeGitLab Bot2020-05-201-2/+31
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-04-141-13/+3
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-03-301-8/+8
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-02-131-2/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-02-031-1/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-01-031-2/+19
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-12-111-1/+2
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-12-091-1/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-11-291-10/+41
|
* Select deployments that only has the app labelThong Kuah2019-06-211-0/+7
| | | | | As Auto DevOps deployments both label and annotations, that will be included in the deploy board so need to warn at all.
* Removes EE differences for environments_tableFilipa Lacerda2019-03-271-1/+1
|
* Reduces EE differences for environments tableFilipa Lacerda2019-03-081-7/+36
| | | | | Async loads EE components Creates a Mixin for EE properties
* Sort Environments in Table by Last UpdatedAndrew Fontaine2019-02-251-1/+35
| | | | | | | | | | | | | | | | | | | | | | Ensure folders push to the top, if both have no last update, sort by name. The sorting algorithm should sort in the following priorities: 1. folders first, 2. last updated descending, 3. by name ascending, the sorting algorithm must: 1. Sort by name ascending, 2. Reverse (sort by name descending), 3. Sort by last deployment ascending, 4. Reverse (last deployment descending, name ascending), 5. Put folders first. It is done this way, as `underscore`'s sort API is very basic: simple comparisons, sorting by ascending only.
* Move permission check of manual actions of deploymentsShinya Maeda2019-02-081-8/+0
|
* Backporting a change in ee branchScott Hampton2019-01-111-3/+3
|
* Switch from `prepend-top-default` to `prepend-top-16`George Tsiolis2018-12-051-1/+1
|
* Add top padding for nested environment items loading iconGeorge Tsiolis2018-12-051-1/+1
|
* Prettify all the thingsMike Greiling2018-11-201-47/+17
|
* Use @gitlab npm namespaceClement Ho2018-11-161-1/+1
|
* Remove gitlab-ui loading icon from globalClement Ho2018-11-071-0/+2
|
* Resolve eslint-plugin-vue errorsMike Greiling2018-09-201-2/+2
| | | | | | The eslint-plugin-vue upgrade had some breaking changes to vue/attribute-order which needed to be resolved in order to avoid disabling the rule entirely
* Use gitlab-ui loading iconClement Ho2018-09-111-3/+1
|
* Port of protected environments frontend changes from EE to CEMike Greiling2018-08-031-8/+5
|
* Move EE-specific JavaScript files to ee/app/assets/javascriptsRémy Coutable2018-02-261-1/+1
|
* Upgraded all vue librariesTim Zallmann2018-01-231-3/+3
|
* Fix more eslint rulesFilipa Lacerda2018-01-081-13/+9
|
* Fixes more eslint rulesFilipa Lacerda2018-01-061-4/+18
|
* [ci skip] Fix more eslint rulesFilipa Lacerda2018-01-061-18/+41
|
* Improve environments performanceFilipa Lacerda2017-11-231-8/+8
|
* Handles realtime with 2 states for environments tableFilipa Lacerda2017-07-051-7/+1
|
* Responsive table fixesAnnabel Dunstone Gray2017-06-081-5/+5
|
* Responsive environment tablesAnnabel Dunstone Gray2017-06-061-59/+50
|
* Tech debt: Creates vue component for loading iconFilipa Lacerda2017-05-101-4/+4
|
* Remove service from actions dropdown, stop button and redeploy buttonFilipa Lacerda2017-05-031-7/+2
|
* Refactor environments components into vue files - part 3Filipa Lacerda2017-04-211-0/+117