summaryrefslogtreecommitdiff
path: root/spec/javascripts/environments
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Default to HTTPS for all Gravatar URLsdefault-to-https-for-gravatar-urlsAchilleas Pipinellis2018-01-251-2/+2
| | | | | If using gravatar.com, both plain_url and ssl_url in settings are now served via HTTPS. Make this the default.
* Tidy up main JS filemain-js-tidy-upPhil Hughes2018-01-102-0/+2
|
* Improve environments performanceFilipa Lacerda2017-11-234-130/+247
|
* fixed location.pathname not being resetPhil Hughes2017-09-121-1/+1
|
* Import modules instead of using the ones in global namespaceFilipa Lacerda2017-09-091-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | Removes set favicon related methods from global scope Improves test related with favicon Removes convertPermissionToBoolean from global scope. Adds tests for convertPermissionToBoolean - were non existant Removes setParamInURL from gl.utils Removes parseIntPagination from gl.utils namespace Remove normalizeCRLFHeaders from gl.utils namespace Removes normalizeHeaders from gl.utils namespace Use gl.utils for filtered search Fix bad import Fix broken test by cleaning window.history namespace Adds changelog
* Update vue-resourceFilipa Lacerda2017-07-122-0/+13
|
* Handles realtime with 2 states for environments tableFilipa Lacerda2017-07-051-0/+21
|
* Add support for multiple tooltips in the same Vue componentEric Eastwood2017-06-234-8/+38
| | | | Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/33223
* Responsive environment tablesAnnabel Dunstone Gray2017-06-062-2/+2
|
* 32118 Make New environment empty state btn lowercase32118-new-environment-btn-copytauriedavis2017-06-021-1/+1
|
* Adds polling function to environments tableFilipa Lacerda2017-05-221-0/+9
| | | | Adds missing eventhub to folder table
* Remove service from actions dropdown, stop button and redeploy buttonFilipa Lacerda2017-05-033-46/+0
|
* Use vue files for vue components.Filipa Lacerda2017-04-272-2/+7
|
* Refactor environments components into vue files - part 3Filipa Lacerda2017-04-213-3/+3
|
* Refactor into .vue filesFilipa Lacerda2017-04-202-2/+2
|
* Refactor into .vue files part 2Filipa Lacerda2017-04-203-3/+3
|
* Backport of EE changes in environments tests1595-ee-backport-environments-testsFilipa Lacerda2017-04-072-4/+6
|
* Merge branch 'tc-fix-unplayable-build-action-404' into 'master' Kamil Trzciński2017-04-051-0/+15
|\ | | | | | | | | | | | | Disable pipeline & environment actions that are not playable Closes #25385 and #24601 See merge request !10052
| * Fixes broken lintsFilipa Lacerda2017-04-041-0/+15
| | | | | | | | Adds js unit tests
* | Merge branch '28732-expandable-folders' into 'master' Alfredo Sumaran2017-04-043-22/+203
|\ \ | |/ |/| | | | | | | | | Resolve "Expandable folders for environments" Closes #28732 See merge request !10290
| * Adds tests that were only in EEFilipa Lacerda2017-03-291-21/+68
| |
| * Fix broken testFilipa Lacerda2017-03-281-1/+1
| |
| * Adds show all buttonFilipa Lacerda2017-03-283-46/+180
| |
* | Clean history after every test that changes historyFilipa Lacerda2017-04-031-0/+4
| |
* | Add metrics button to Environment Overview pageKushal Pandya2017-03-314-3/+31
|/
* Use a button and a post request instead of UJS links - part 1 - EnvironmentsFilipa Lacerda2017-03-1411-73/+127
|
* Remove .es6 from file extensions (!9241)winniehell2017-03-0510-0/+0
|
* Remove unused testFilipa Lacerda2017-02-251-30/+0
|
* Merge branch 'fe-paginated-environments-api-add-pagination' into ↵Filipa Lacerda2017-02-161-1/+1
|\ | | | | | | | | | | | | | | fe-paginated-environments-api-add-subview * fe-paginated-environments-api-add-pagination: Changes after review Rename storePagination to setPagination
| * Rename storePagination to setPaginationFilipa Lacerda2017-02-161-1/+1
| |
* | Fix broken testsfe-paginated-environments-api-add-subviewFilipa Lacerda2017-02-164-75/+96
| |
* | Move change page param to utility functionFilipa Lacerda2017-02-152-0/+242
|/ | | | | | Add tests Adds folder name in the top of the table
* Add pagination tests for environments tableFilipa Lacerda2017-02-121-0/+42
| | | | | | Remove fdescribe statement Fix conflict