summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/environments
Commit message (Collapse)AuthorAgeFilesLines
* Truncate job on environment view34835-environment-truncate-jobAnnabel Dunstone Gray2017-07-121-2/+2
|
* Update vue-resourceFilipa Lacerda2017-07-121-10/+8
|
* Handles realtime with 2 states for environments tableFilipa Lacerda2017-07-053-34/+24
|
* Add support for multiple tooltips in the same Vue componentEric Eastwood2017-06-235-8/+37
| | | | Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/33223
* Only show gray footer space if environment actions exist33853-environments-buttonsAnnabel Dunstone Gray2017-06-211-2/+13
|
* Create responsive mobile view for pipelines tableAnnabel Dunstone Gray2017-06-161-2/+2
|
* Remove extra line so that it is consistent with EEClement Ho2017-06-141-1/+0
|
* Move vue components to vue files and match docsFilipa Lacerda2017-06-141-1/+1
|
* Responsive table fixesAnnabel Dunstone Gray2017-06-084-10/+14
|
* Responsive environment tablesAnnabel Dunstone Gray2017-06-067-86/+92
|
* 32118 Make New environment empty state btn lowercase32118-new-environment-btn-copytauriedavis2017-06-021-1/+1
|
* Pipeline show view real time header sectionFilipa Lacerda2017-06-021-1/+1
|
* Adds polling function to environments tableFilipa Lacerda2017-05-225-55/+166
| | | | Adds missing eventhub to folder table
* Consolidate user avatar Vue logicBryce Johnson2017-05-181-9/+9
|
* Removed the target=_blank from the monitoring componentenvironments-button-open-same-tabJose Ivan Vargas2017-05-151-1/+0
|
* Replace old isObject for underscore methodsFilipa Lacerda2017-05-101-23/+9
|
* Tech debt: Creates vue component for loading iconFilipa Lacerda2017-05-106-31/+37
|
* Use vue file for table pagination componentFilipa Lacerda2017-05-102-8/+8
|
* Adds off for event hubFilipa Lacerda2017-05-041-0/+1
|
* Remove service being provided as a prop on environments tableFilipa Lacerda2017-05-032-11/+6
|
* Remove service from actions dropdown, stop button and redeploy buttonFilipa Lacerda2017-05-036-71/+28
|
* Use vue files for vue components.Filipa Lacerda2017-04-274-139/+160
|
* Refactor environments components into vue files - part 3Filipa Lacerda2017-04-217-307/+354
|
* Refactor into .vue filesFilipa Lacerda2017-04-204-48/+56
|
* Refactor into .vue files part 2Filipa Lacerda2017-04-205-56/+68
|
* Removed target blank from the environments componentJose Ivan Vargas Lopez2017-04-191-1/+0
|
* Use refs instead of query the DOMFilipa Lacerda2017-04-191-1/+2
|
* Only destroy the component's tooltipFilipa Lacerda2017-04-193-3/+3
|
* Destroy tooltip in async buttons and tooltipsFilipa Lacerda2017-04-183-0/+6
|
* Merge branch 'load-svg-in-js' into 'master' Alfredo Sumaran2017-04-071-9/+0
|\ | | | | | | | | Removes unused code See merge request !10456
| * Removes unused codeload-svg-in-jsFilipa Lacerda2017-04-041-9/+0
| |
* | Merge branch '30493-env-deploy-tooltip' into 'master' Jacob Schatz2017-04-061-1/+1
|\ \ | | | | | | | | | | | | | | | | | | Fix html structure to prevent tooltip from not hidding Closes #30493 See merge request !10474
| * | Fix html structure to prevent tooltip from not hidding30493-env-deploy-tooltipFilipa Lacerda2017-04-051-1/+1
| |/
* | Merge branch 'tc-fix-unplayable-build-action-404' into 'master' Kamil TrzciƄski2017-04-052-3/+21
|\ \ | |/ |/| | | | | | | | | Disable pipeline & environment actions that are not playable Closes #25385 and #24601 See merge request !10052
| * Fixes broken lintsFilipa Lacerda2017-04-041-5/+18
| | | | | | | | Adds js unit tests
| * Fix typoFilipa Lacerda2017-04-041-1/+1
| | | | | | | | Adds tests
| * Buttons will be disabled when playable key is falseFilipa Lacerda2017-04-031-1/+5
| |
| * Merge branch 'master' into tc-fix-unplayable-build-action-404Filipa Lacerda2017-04-0311-37/+110
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: (525 commits) Introduce "polling_interval_multiplier" as application setting fix spelling CI_REPOSITORY_URL (line:355) gitab-ci-token to gitlab-ci-token. Pass Gitaly Repository messages to workhorse Use gitaly 0.5.0 Fix specs Improve specs examples Minor refactor Fix BrachFormatter for removed users Changelog Fix specs One more change to the branch names to preserve metadata Prefixes source branch name with short SHA to avoid collision Fix GitHub importer for PRs of deleted forked repositories Change order of specs Clean history after every test that changes history Clean history state after each test Fixes method not replacing URL parameters correctly Fix a transient failure caused by FFaker Remove unnecessary ORDER BY clause when updating todos Add a wait_for_ajax call to ensure Todos page cleans up properly ...
| * | Expose if action is playable in JSONToon Claes2017-03-201-0/+1
| | | | | | | | | | | | | | | | | | To avoid a manual build action being played (resulting in a 404), expose `playable?` in the JSON so the frontend can disable/hide the play button if it's not playable.
* | | Merge branch '28732-expandable-folders' into 'master' Alfredo Sumaran2017-04-045-8/+163
|\ \ \ | |_|/ |/| | | | | | | | | | | | | | Resolve "Expandable folders for environments" Closes #28732 See merge request !10290
| * | Changes after reviewFilipa Lacerda2017-03-293-19/+17
| | |
| * | Fix broken testFilipa Lacerda2017-03-281-1/+1
| | |
| * | Changes after reviewFilipa Lacerda2017-03-283-4/+7
| | |
| * | Adds show all buttonFilipa Lacerda2017-03-285-35/+95
| | |
| * | Adds expandable folder back.Filipa Lacerda2017-03-285-19/+100
| | | | | | | | | | | | Makes request to get environments
| * | Add back expandable folders behaviorFilipa Lacerda2017-03-282-0/+13
| | |
* | | Add metrics button to Environment Overview pageKushal Pandya2017-03-316-12/+91
|/ /
* | Merge branch 'fix-links-target-blank' into 'security'Jacob Schatz2017-03-201-0/+1
| | | | | | | | | | | | Adds rel="noopener noreferrer" to all links with target="_blank" See merge request !2071
* | Remove UJS actions from pipelines tablesFilipa Lacerda2017-03-176-26/+19
|/
* Use a button and a post request instead of UJS links - part 1 - EnvironmentsFilipa Lacerda2017-03-1414-113/+239
|