| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2020-02-19 | 2 | -345/+0 |
| | | |||||
| * | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2020-02-12 | 1 | -0/+279 |
| | | |||||
| * | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2020-02-11 | 1 | -279/+0 |
| | | |||||
| * | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2020-02-10 | 1 | -229/+0 |
| | | |||||
| * | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2020-02-07 | 2 | -200/+0 |
| | | |||||
| * | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2020-02-06 | 1 | -22/+0 |
| | | |||||
| * | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2020-02-05 | 1 | -117/+0 |
| | | |||||
| * | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2020-02-04 | 1 | -0/+20 |
| | | |||||
| * | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2020-01-29 | 1 | -54/+0 |
| | | |||||
| * | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2019-12-11 | 2 | -3/+5 |
| | | |||||
| * | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2019-12-10 | 2 | -498/+0 |
| | | |||||
| * | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2019-12-09 | 5 | -7/+7 |
| | | |||||
| * | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2019-11-29 | 1 | -0/+28 |
| | | |||||
| * | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2019-11-27 | 1 | -3/+2 |
| | | |||||
| * | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2019-11-26 | 3 | -90/+0 |
| | | |||||
| * | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2019-11-26 | 1 | -1/+0 |
| | | |||||
| * | Show correct deployment date for a manual job56130-operations-environments-shows-incorrect-deployment-date-for-manual-deploy-jobs | jakeburden | 2019-08-28 | 1 | -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-jest | Nathan Friend | 2019-08-12 | 2 | -131/+0 |
| | | | | | This commit converts two Jasmine tests into Jest tests. | ||||
| * | Enable terminals button for group clusters55487-enable-group-terminals-button | Tiger | 2019-07-02 | 1 | -26/+14 |
| | | |||||
| * | Rename vue_component_helper to text_helperfe-rename-vue-component-helper-ce | Paul Slaughter | 2019-05-16 | 1 | -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 view | Nathan Friend | 2019-03-20 | 1 | -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_spec | Filipa Lacerda | 2019-03-14 | 1 | -9/+9 |
| | | |||||
| * | Merge branch '10082-env-store' into 'master' | Phil Hughes | 2019-03-14 | 1 | -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 store | Filipa Lacerda | 2019-03-13 | 1 | -41/+33 |
| | | | | | | | | | | | Creates helpers file Cleans up tests | ||||
| * | | Merge branch '10026-folder-ee' into 'master' | Phil Hughes | 2019-03-13 | 1 | -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_view | Filipa Lacerda | 2019-03-13 | 1 | -3/+11 |
| | | | |||||
| * | | Removes EE differences for env app | Filipa Lacerda | 2019-03-12 | 1 | -0/+5 |
| |/ | |||||
| * | Reduces EE differences for environments table | Filipa Lacerda | 2019-03-08 | 1 | -0/+14 |
| | | | | | | Async loads EE components Creates a Mixin for EE properties | ||||
| * | Add Component to Confirm Environment Rollback | Andrew Fontaine | 2019-03-05 | 2 | -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 styles | Clement Ho | 2019-02-27 | 2 | -2/+2 |
| | | |||||
| * | Sort Environments in Table by Last Updated | Andrew Fontaine | 2019-02-25 | 1 | -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 deployments | Shinya Maeda | 2019-02-08 | 4 | -5/+0 |
| | | |||||
| * | Resolve "Hide cluster features that don't work yet with Group Clusters" | Mike Greiling | 2018-12-20 | 1 | -16/+32 |
| | | |||||
| * | Merge branch 'scheduled-manual-jobs-environment-play-buttons' into 'master' | Tim Zallmann | 2018-11-05 | 1 | -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-buttons | Winnie Hellmann | 2018-10-22 | 4 | -16/+23 |
| | |\ | | | | | | | | | | | | | Conflicts: spec/javascripts/environments/environment_actions_spec.js | ||||
| | * | | Add component test for scheduled jobs in environments actions component | Winnie Hellmann | 2018-10-09 | 1 | -34/+88 |
| | | | | |||||
| * | | | Merge branch 'gt-update-typos-in-comments-and-specs' into 'master' | Achilleas Pipinellis | 2018-11-01 | 2 | -2/+2 |
| |\ \ \ | | | | | | | | | | | | | | | | | Fix typos in comments and specs See merge request gitlab-org/gitlab-ce!22683 | ||||
| | * | | | Fix typos in comments and specs | George Tsiolis | 2018-11-01 | 2 | -2/+2 |
| | | |/ | |/| | |||||
| * | | | Prettify remaining files with differences in CE and EE | Mike Greiling | 2018-10-31 | 4 | -133/+135 |
| |/ / | |||||
| * | | Resolve eslint violations | Mike Greiling | 2018-10-17 | 1 | -0/+1 |
| | | | |||||
| * | | Prettify all spec files | Mike Greiling | 2018-10-17 | 1 | -7/+11 |
| | | | |||||
| * | | Update environments empty state | George Tsiolis | 2018-10-17 | 2 | -4/+4 |
| | | | |||||
| * | | enable jasmine/new-line-before-expect | Johann Hubert Sonntagbauer | 2018-10-17 | 2 | -0/+16 |
| | | | |||||
| * | | Replace `<i>` in vue components with `<icon>` | George Tsiolis | 2018-10-15 | 1 | -12/+2 |
| |/ | |||||
| * | Rename environments stop action method | Grzegorz Bizon | 2018-07-12 | 2 | -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 UI | Winnie Hellmann | 2018-07-10 | 2 | -12/+4 |
| | | |||||
| * | Enable no-restricted-globals in JS files | gfyoung | 2018-06-15 | 2 | -2/+2 |
| | | |||||
| * | Replace vue resource with axios for environments | Filipa Lacerda | 2018-05-14 | 3 | -193/+101 |
| | | |||||
| * | Remove common_vue bundle | Mike Greiling | 2018-03-06 | 1 | -6/+7 |
| | | |||||
| * | Move EE-specific JavaScript files to ee/app/assets/javascripts | Rémy Coutable | 2018-02-26 | 4 | -6/+6 |
| | | |||||
