summaryrefslogtreecommitdiff
path: root/spec/features/environments_spec.rb
Commit message (Collapse)AuthorAgeFilesLines
* Add terminal UI and controller actionsFatih Acet2016-12-191-0/+28
|
* Fix broken testFilipa Lacerda2016-12-091-2/+2
|
* Merge branch '22539-display-folders' of gitlab.com:gitlab-org/gitlab-ce into ↵Kamil Trzcinski2016-11-181-227/+88
|\ | | | | | | 22539-display-folders
| * Merge branch 'master' into 22539-display-foldersGrzegorz Bizon2016-11-171-99/+101
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: (154 commits) Fix typos Fix wrong changelog item Add missing item for 8.13.6 Change last_used_at to use touch Add chat_name partial Mention Git strategy none Fix code review adds fix for security issue when annonymous user does not ... Remove ToC since it's now supported in the docs portal itself Add 8.14 to versions with further additions to review apps Add Limitations sections to environments and review apps docs Add link to environments docs Fix URL to review apps docs Add a prerequisites section, add some links Link to NGINX example project for the time being Get rid most of the irrelevant sections Add note about current limitation in $CI_BUILD_REF_NAME Add an intro and an Overview section for Review Apps WIP review apps Add Review apps link to CI README ... Conflicts: spec/features/environments_spec.rb
| * | Fix test case for environments related to deploymentsGrzegorz Bizon2016-11-171-7/+14
| | |
* | | Merge remote-tracking branch 'origin/master' into 22539-display-foldersKamil Trzcinski2016-11-181-3/+151
|\ \ \ | |/ / |/| / | |/
| * Add comment related to workaround used in specsGrzegorz Bizon2016-11-161-0/+3
| |
| * Remove redundant call to after branch delete serviceGrzegorz Bizon2016-11-161-1/+16
| |
| * Add feature tests for environments auto-closeGrzegorz Bizon2016-11-151-4/+38
| |
| * Fix environment feature specs after changes in factoryGrzegorz Bizon2016-11-091-1/+3
| |
* | Unfold dropdown in tests for environments indexGrzegorz Bizon2016-11-171-4/+9
| |
* | Fix environments specs for deployment with SHAGrzegorz Bizon2016-11-161-2/+6
| |
* | TestsFilipa Lacerda2016-11-161-3/+1
| |
* | Fix broken url for stop actionFilipa Lacerda2016-11-161-1/+6
| |
* | Fixes broken testsFilipa Lacerda2016-11-161-96/+2
| |
* | Fix view that embeds abilities for the environmentsGrzegorz Bizon2016-11-161-1/+0
| |
* | Fix eslint errorsFilipa Lacerda2016-11-161-1/+1
| | | | | | | | Fix rubocop error
* | Adds props validationFilipa Lacerda2016-11-161-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Improves documentation Adds tests Fix prop validation for objects Finish tests for environment item Adds tests for toggle folder function Environment tests Adds tests
* | Revert changes made on rspec tests for environmentFilipa Lacerda2016-11-161-89/+74
| |
* | Adds testsFilipa Lacerda2016-11-161-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adds tests. Changes instance into a constructor Adds tests for environments component Adds tests assertations Adds external URL test Adds tests for Rollback component Adds tests for stop component Adds tests for actions component Fix environment item Init environment item tests
* | Remove unused blockFilipa Lacerda2016-11-161-5/+0
| |
* | Adds a list of environmentsFilipa Lacerda2016-11-161-25/+24
| |
* | Removes loading assertionsFilipa Lacerda2016-11-161-18/+0
| |
* | Fix SCSS lint errorsFilipa Lacerda2016-11-161-236/+237
| | | | | | | | Fixes some tests
* | testsFilipa Lacerda2016-11-161-225/+259
|/
* Merge two scenarios into oneKamil Trzcinski2016-10-181-8/+2
|
* Fix specsKamil Trzcinski2016-10-171-9/+9
|
* Fixes typoFilipa Lacerda2016-10-171-1/+1
|
* Updates class name for consistencyFilipa Lacerda2016-10-171-4/+4
|
* Fix specsKamil Trzcinski2016-10-171-40/+2
|
* Fix environments specsKamil Trzcinski2016-10-171-19/+57
|
* Merge commit '7d12683' into 22191-delete-dynamic-envs-mr [ci skip]Kamil Trzcinski2016-10-171-3/+59
|\
| * Fixes broken testsFilipa Lacerda2016-10-111-3/+44
| |
| * Adds tests to verify if tabs are renderedFilipa Lacerda2016-10-101-0/+15
| |
* | Merge remote-tracking branch 'origin/master' into 22191-delete-dynamic-envs-mrKamil Trzcinski2016-10-171-0/+28
|\ \ | |/ |/|
| * Deletes extra empty line breaking the buildFilipa Lacerda2016-10-071-1/+0
| |
| * Updates test in order to look for link22774-retouch-environments-deploymentsFilipa Lacerda2016-10-071-2/+3
| |
| * Adds test for external link in environment detailsFilipa Lacerda2016-10-061-0/+10
| |
| * Fixes external_url linkFilipa Lacerda2016-10-061-0/+18
| | | | | | | | | | | | | | Adds tests for: - external_url link in environmnets list - must show deployment internal id in environments list - must show build name and id in environments list
* | Updates failing testFilipa Lacerda2016-10-061-5/+5
|/
* Fix validation regexs (+1 squashed commit)Kamil Trzcinski2016-09-191-1/+1
| | | | | Squashed commits: [f9a9315] Use : to test invalid environment name
* Add an URL field to EnvironmentsZ.J. van de Weg2016-07-291-2/+2
| | | | | This MR adds a string (thus max 255 chars) field to the enviroments table to expose it later in other features.
* Use Re-deploy button on Deployments pagere-deploy-buttonKamil Trzcinski2016-07-201-4/+4
|
* Use `humanize`Kamil Trzcinski2016-07-181-4/+4
|
* Use `capitalize` instead of `titleize` for manual actionsKamil Trzcinski2016-07-181-4/+4
|
* Improve manual actions code and add model, service and feature testsKamil Trzcinski2016-07-181-1/+37
| | | | | | | | Manual actions are accessible from: - Pipelines - Builds - Environments - Deployments
* Tests updateblank-statePhil Hughes2016-06-211-2/+2
|
* Moved new environment link to below blank state textPhil Hughes2016-06-211-3/+3
|
* Make environments_spec more feature-specKamil Trzcinski2016-06-151-57/+56
|
* Improve forms and specsKamil Trzcinski2016-06-151-5/+7
|