summaryrefslogtreecommitdiff
path: root/spec/javascripts/environments
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Remove spec checking for scope 'all' since it's no longer part of componentFilipa Lacerda2017-02-121-3/+3
| | | | | | Changes after review Fix typo
* Integrates pagination component with APIFilipa Lacerda2017-02-122-11/+53
| | | | | | | | Adds pagination tests Remove misplaced comment Fix broken store test
* Merge branch 'master' into fe-paginated-environments-apiFilipa Lacerda2017-02-121-1/+1
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: (97 commits) convert js-cookie dependency to an npm module convert timeago.js dependency to an npm module remove vue from vendor since it is now in node_modules Add CHANGELOG file Stylize blockquote in notification emails Add js prefix to right sidebar Replace accidentally deleted metaclick Remove right padding from navbar-collapse on large screens Add changelog common_utils merge conflicts Set sidebar height to 100% if at top of page Set height of fixed sidebars with js Add sticky sidebar on wiki page Fix comment button test for slash commands Fix time tracking spec Fix issue boards sidebar alignment and sidebar toggle spec Fix failing conflicts test Fix build sidebar scrolling Refactor JS Fix pinned sidebar alignment ...
| * convert timeago.js dependency to an npm moduleMike Greiling2017-02-111-1/+1
| |
* | Fix broken test and linter errorFilipa Lacerda2017-02-091-1/+1
| |
* | Use CJS in all environments componentsFilipa Lacerda2017-02-096-21/+20
| |
* | Use CJS for tests.Filipa Lacerda2017-02-094-35/+36
| | | | | | | | Updates expected model in tests
* | Adjustments for the new response with countersFilipa Lacerda2017-02-091-1/+1
| | | | | | | | a
* | Adjustments to receive new data schemaFilipa Lacerda2017-02-093-259/+106
|/
* Fix stoppable?Kamil Trzcinski2017-02-072-6/+6
|
* Merge branch 'master' into go-go-gadget-webpackMike Greiling2017-01-273-2/+141
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: (389 commits) Document "No gems fetched from git repositories" policy [ci skip] Typos Small gramatical tweaks Typos Added PHP & NPM doc Use `:empty_project` where possible in request specs Add caching of droplab ajax requests Use `:empty_project` where possible in model specs Revert 3f17f29a Remove unused js response from refs controller Add MR id to changelog entry fixed small mini pipeline graph line glitch Prevent form to be submitted twice Fix Error 500 when repositories contain annotated tags pointing to blobs Fix /explore sorting (trending) Simplify wording in "adding an image" docs Remove "official merge window" from CONTRIBUTING.md [ci skip] Update repository check documentation Fixed flexbox and wrap issues Update two_factor_authentication.md ...
| * Flag multiple empty lines in eslint, fix offenses.newline-eslint-ruleBryce Johnson2017-01-241-1/+0
| |
| * Adds testsFilipa Lacerda2017-01-122-0/+141
| | | | | | | | | | | | | | | | | | | | Adds changelog entry Finishes tests Fix eslint errors Fix teaspoon test timing out
* | fix globals within environments_bundle mock dataMike Greiling2017-01-101-0/+2
| |
* | use ~ to reference non-local scripts instead of resolve.rootMike Greiling2017-01-106-6/+6
| |