summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/environments/components/environment_item.vue
Commit message (Collapse)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@15-3-stable-eev15.3.0-rc42GitLab Bot2022-08-181-1/+1
|
* Add latest changes from gitlab-org/gitlab@14-10-stable-eev14.10.0-rc42GitLab Bot2022-04-201-25/+43
|
* Add latest changes from gitlab-org/gitlab@14-7-stable-eev14.7.0-rc42GitLab Bot2022-01-201-5/+6
|
* Add latest changes from gitlab-org/gitlab@14-6-stable-eev14.6.0-rc42GitLab Bot2021-12-201-1/+1
|
* Add latest changes from gitlab-org/gitlab@14-4-stable-eev14.4.0-rc42GitLab Bot2021-10-201-37/+61
|
* Add latest changes from gitlab-org/gitlab@14-3-stable-eev14.3.0-rc42GitLab Bot2021-09-201-25/+25
|
* Add latest changes from gitlab-org/gitlab@14-2-stable-eev14.2.0-rc42GitLab Bot2021-08-191-4/+32
|
* Add latest changes from gitlab-org/gitlab@14-1-stable-eev14.1.0-rc42GitLab Bot2021-07-201-2/+14
|
* Add latest changes from gitlab-org/gitlab@13-9-stable-eev13.9.0-rc42GitLab Bot2021-02-181-8/+8
|
* Add latest changes from gitlab-org/gitlab@13-8-stable-eev13.8.0-rc42Robert Speicher2021-01-201-1/+1
|
* Add latest changes from gitlab-org/gitlab@13-7-stable-eev13.7.0-rc42GitLab Bot2020-12-171-6/+115
|
* Add latest changes from gitlab-org/gitlab@13-5-stable-eev13.5.0-rc42GitLab Bot2020-10-211-6/+2
|
* Add latest changes from gitlab-org/gitlab@13-4-stable-eeGitLab Bot2020-09-191-6/+5
|
* Add latest changes from gitlab-org/gitlab@13-0-stable-eeGitLab Bot2020-05-201-2/+11
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-04-141-16/+2
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-03-301-9/+9
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-03-251-1/+15
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-03-181-2/+2
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-01-031-57/+133
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-12-091-2/+2
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-11-291-13/+40
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-11-271-3/+2
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-11-261-7/+13
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-181-1/+1
|
* Show correct deployment date for a manual job56130-operations-environments-shows-incorrect-deployment-date-for-manual-deploy-jobsjakeburden2019-08-281-15/+5
| | | | | | | | Only display time if the job has deployed Update JS tests for displaying job deployment time Simplify boolean check in deployedDate
* Disable vue-i18n for non-autofix filesEzekiel Kigbo2019-08-081-1/+2
| | | | | | | Disables the vue-i18n eslint rules for files that are not able to be autofixed, this will stop these offences causing pipeline failures but they will need manual fixing.
* Enable terminals button for group clusters55487-enable-group-terminals-buttonTiger2019-07-021-11/+0
|
* Vue-i18n: app/assets/javascripts/environments directoryEzekiel Kigbo2019-07-011-1/+7
| | | | | i18n linting for .vue files under the app/assets/javascripts/environments directory
* Fixes stylelint warnings in environmentsFilipa Lacerda2019-04-091-4/+10
| | | | | Deletes unused CSS Moves prometheus selectors into a prometheus file
* Remove folder from environment nameNathan Friend2019-03-181-10/+19
| | | | | | | | | Before this commit, environments grouped together in a "folder" would include the folder name in the UI. This information was unnecessary since the folder is also shown in the UI. In addition, this commit also makes some minor changes to how tooltips are displayed for both environments and folders.
* Removes EE differences from environmnet_itemFilipa Lacerda2019-03-111-1/+11
| | | | | Creares a mixin & moves the EE template differences into CE
* Use gitlab-ci job name in environment dropdownMiranda Fluharty2019-03-071-2/+1
| | | | | Use plain job name in the "Deploy to..." dropdown Both in the old haml template and in the new vue component
* Add Component to Confirm Environment RollbackAndrew Fontaine2019-03-051-0/+1
| | | | | | | | | Ensure a vue.js component to confirm the re-deployment/rollback of an environment pops up when rollback/re-deploy has been clicked so the user must confirm their actions before accidentally rolling back or re-deploying an environment. Only on the `environment-table` view.
* Move permission check of manual actions of deploymentsShinya Maeda2019-02-081-8/+2
|
* Resolve "Hide cluster features that don't work yet with Group Clusters"Mike Greiling2018-12-201-0/+11
|
* Prettify all the thingsMike Greiling2018-11-201-94/+29
|
* Use @gitlab npm namespaceClement Ho2018-11-161-1/+1
|
* Replaces tooltip directive with gl-tooltip directiveFilipa Lacerda2018-11-081-3/+3
|
* Merge branch 'scheduled-manual-jobs-environment-play-buttons' into 'master'Tim Zallmann2018-11-051-34/+17
|\ | | | | | | | | | | | | Add the Play button for delayed jobs in environment page Closes #52129 See merge request gitlab-org/gitlab-ce!22106
| * Fix bad merge in ↵scheduled-manual-jobs-environment-play-buttonsWinnie Hellmann2018-11-051-1/+1
| | | | | | | | app/assets/javascripts/environments/components/environment_item.vue
| * Add permission check for delayed job actionsWinnie Hellmann2018-10-221-6/+2
| |
| * Merge branch 'master' into scheduled-manual-jobs-environment-play-buttonsWinnie Hellmann2018-10-221-20/+14
| |\ | | | | | | | | | | | | Conflicts: spec/javascripts/environments/environment_actions_spec.js
| * \ Merge remote-tracking branch 'gitlab.com/master' into ↵Winnie Hellmann2018-10-091-3/+4
| |\ \ | | | | | | | | | | | | scheduled-manual-jobs-environment-play-buttons
| * | | Display scheduled job actions on environments listWinnie Hellmann2018-10-081-33/+20
| | | |
* | | | Fix typos in comments and specsGeorge Tsiolis2018-11-011-2/+2
| |_|/ |/| |
* | | Replace `<i>` in vue components with `<icon>`George Tsiolis2018-10-151-20/+14
| |/ |/|
* | Move to using qa-* selectorsThong Kuah2018-10-091-0/+1
| | | | | | | | | | | | | | Adds the corresponding qa-* classes into the view files for each new Page element we added. Adjust the click actions to match.
* | fix environment name overlapping + tooltip positioningjerasmus2018-10-041-3/+3
|/
* Update CreateItemDropdown class to allow the glDropdown filterRemote optionMike Greiling2018-08-061-1/+2
|
* revert changes from gitlab-org/gitlab-ce!21018Mike Greiling2018-08-031-14/+2
|