summaryrefslogtreecommitdiff
path: root/spec/javascripts/environments
Commit message (Collapse)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-02-192-345/+0
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-02-121-0/+279
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-02-111-279/+0
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-02-101-229/+0
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-02-072-200/+0
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-02-061-22/+0
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-02-051-117/+0
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-02-041-0/+20
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-01-291-54/+0
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-12-112-3/+5
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-12-102-498/+0
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-12-095-7/+7
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-11-291-0/+28
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-11-271-3/+2
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-11-263-90/+0
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-11-261-1/+0
|
* Show correct deployment date for a manual job56130-operations-environments-shows-incorrect-deployment-date-for-manual-deploy-jobsjakeburden2019-08-281-3/+2
| | | | | | | | Only display time if the job has deployed Update JS tests for displaying job deployment time Simplify boolean check in deployedDate
* Convert spec/javascripts/environments/*rollback* tests to Jest61800-migrate-environment-rollback-tests-to-jestNathan Friend2019-08-122-131/+0
| | | | This commit converts two Jasmine tests into Jest tests.
* Enable terminals button for group clusters55487-enable-group-terminals-buttonTiger2019-07-021-26/+14
|
* Rename vue_component_helper to text_helperfe-rename-vue-component-helper-cePaul Slaughter2019-05-161-1/+1
| | | | | | **Why?** This file only contains a few text based helper functions. It has nothing to do with Vue or Vue components.
* Update pipeline list viewNathan Friend2019-03-201-1/+1
| | | | | This commit updates the pipeline page and related components to include new pipeline information added by the post-merge pipeline feature.
* Removes EE differences for environment_item_specFilipa Lacerda2019-03-141-9/+9
|
* Merge branch '10082-env-store' into 'master'Phil Hughes2019-03-141-41/+33
|\ | | | | | | | | | | | | Removes EE differences for env store Closes gitlab-ee#10082 See merge request gitlab-org/gitlab-ce!26099
| * Removes EE differences for env storeFilipa Lacerda2019-03-131-41/+33
| | | | | | | | | | Creates helpers file Cleans up tests
* | Merge branch '10026-folder-ee' into 'master'Phil Hughes2019-03-131-3/+11
|\ \ | |/ |/| | | | | | | | | Removes EE differences for folder_view Closes gitlab-ee#10026 See merge request gitlab-org/gitlab-ce!26053
| * Removes EE differences for folder_viewFilipa Lacerda2019-03-131-3/+11
| |
* | Removes EE differences for env appFilipa Lacerda2019-03-121-0/+5
|/
* Reduces EE differences for environments tableFilipa Lacerda2019-03-081-0/+14
| | | | | Async loads EE components Creates a Mixin for EE properties
* Add Component to Confirm Environment RollbackAndrew Fontaine2019-03-052-3/+99
| | | | | | | | | 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.
* Fix inconsistent pagination stylesClement Ho2019-02-272-2/+2
|
* Sort Environments in Table by Last UpdatedAndrew Fontaine2019-02-251-0/+220
| | | | | | | | | | | | | | | | | | | | | | 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-084-5/+0
|
* Resolve "Hide cluster features that don't work yet with Group Clusters"Mike Greiling2018-12-201-16/+32
|
* Merge branch 'scheduled-manual-jobs-environment-play-buttons' into 'master'Tim Zallmann2018-11-051-38/+88
|\ | | | | | | | | | | | | Add the Play button for delayed jobs in environment page Closes #52129 See merge request gitlab-org/gitlab-ce!22106
| * Merge branch 'master' into scheduled-manual-jobs-environment-play-buttonsWinnie Hellmann2018-10-224-16/+23
| |\ | | | | | | | | | | | | Conflicts: spec/javascripts/environments/environment_actions_spec.js
| * | Add component test for scheduled jobs in environments actions componentWinnie Hellmann2018-10-091-34/+88
| | |
* | | Merge branch 'gt-update-typos-in-comments-and-specs' into 'master'Achilleas Pipinellis2018-11-012-2/+2
|\ \ \ | | | | | | | | | | | | | | | | Fix typos in comments and specs See merge request gitlab-org/gitlab-ce!22683
| * | | Fix typos in comments and specsGeorge Tsiolis2018-11-012-2/+2
| | |/ | |/|
* | | Prettify remaining files with differences in CE and EEMike Greiling2018-10-314-133/+135
|/ /
* | Resolve eslint violationsMike Greiling2018-10-171-0/+1
| |
* | Prettify all spec filesMike Greiling2018-10-171-7/+11
| |
* | Update environments empty stateGeorge Tsiolis2018-10-172-4/+4
| |
* | enable jasmine/new-line-before-expectJohann Hubert Sonntagbauer2018-10-172-0/+16
| |
* | Replace `<i>` in vue components with `<icon>`George Tsiolis2018-10-151-12/+2
|/
* Rename environments stop action methodGrzegorz Bizon2018-07-122-7/+7
| | | | | This makes it more explicit that an environment is not a stop action, but instead is merely contains a stop action.
* Support manually stopping any environment from the UIWinnie Hellmann2018-07-102-12/+4
|
* Enable no-restricted-globals in JS filesgfyoung2018-06-152-2/+2
|
* Replace vue resource with axios for environmentsFilipa Lacerda2018-05-143-193/+101
|
* Remove common_vue bundleMike Greiling2018-03-061-6/+7
|
* Move EE-specific JavaScript files to ee/app/assets/javascriptsRémy Coutable2018-02-264-6/+6
|