summaryrefslogtreecommitdiff
path: root/spec/javascripts/environments
Commit message (Collapse)AuthorAgeFilesLines
* 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
| |
* | move additional libraries into spec_helperMike Greiling2017-01-106-6/+0
| |
* | include spec_helper within karma config rather than each individual testMike Greiling2017-01-106-6/+0
| |
* | correct vue require statementsMike Greiling2017-01-106-6/+6
| |
* | correct misnamed require statementsMike Greiling2017-01-101-1/+1
| |
* | fix spec_helper missing/broken referencesMike Greiling2017-01-106-5/+6
| |
* | Swapped out teaspoon for karmaLuke "Jared" Bennett2017-01-107-14/+22
|/
* replace Teaspoon fixture methods with jasmine-jquery methods to reduce ↵Mike Greiling2017-01-055-10/+10
| | | | dependency on Teaspoon
* update all frontend tests to point to precompiled fixturesMike Greiling2017-01-035-10/+10
|
* Adds testsFilipa Lacerda2016-12-093-5/+35
|
* Uniformize props name formatFilipa Lacerda2016-12-093-8/+8
|
* Fix comma-dangle in function's arguments errors24844-environments-dateFilipa Lacerda2016-11-301-2/+2
|
* Use created date from last_deploymentFilipa Lacerda2016-11-301-0/+14
| | | | | | Adds test Adds changelog entry
* Remove JSX/React eslint plugins.remove-jsx-react-eslint-pluginsLuke "Jared" Bennett2016-11-293-16/+16
| | | | | | | | | | | | Change airbnb eslint config package to `eslint-config-airbnb-base` and update plugins. Change `airbnb` to `airbnb-base` for .eslintrc `extends` value. Added changelog entry Made sure all plugins and envs are set Corrected new failing specs
* clean up globals exemptions within .eslintrcMike Greiling2016-11-221-1/+3
|
* Remove v-htmlFilipa Lacerda2016-11-211-1/+1
|
* Fix test22539-display-foldersFilipa Lacerda2016-11-191-22/+11
|
* Fix broken testFilipa Lacerda2016-11-191-0/+20
|
* Changes for stop url to pathFilipa Lacerda2016-11-191-16/+0
|
* Try to fix testsKamil Trzcinski2016-11-181-4/+5
|
* Fix broken testsFilipa Lacerda2016-11-182-11/+11
|
* Swaps url for paths in mock dataFilipa Lacerda2016-11-171-11/+10
|
* TestsFilipa Lacerda2016-11-161-1/+1
|
* Adds props validationFilipa Lacerda2016-11-163-261/+64
| | | | | | | | | | | | | | | | Improves documentation Adds tests Fix prop validation for objects Finish tests for environment item Adds tests for toggle folder function Environment tests Adds tests
* Adds testsFilipa Lacerda2016-11-161-10/+108
|
* Adds testsFilipa Lacerda2016-11-166-0/+470
| | | | | | | | | | | | | | | | | | | | 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
* Adds template functionsFilipa Lacerda2016-11-161-1/+1
| | | | Adds commit component
* Fixes the testsFilipa Lacerda2016-11-162-32/+142
|
* Fix whitespaceFilipa Lacerda2016-11-161-5/+1
|
* Adds tests for environment store.Filipa Lacerda2016-11-162-82/+50
|
* Removes trailing whitespaceFilipa Lacerda2016-11-161-2/+2
|