summaryrefslogtreecommitdiff
path: root/spec/javascripts/boards/list_spec.js.es6
Commit message (Collapse)AuthorAgeFilesLines
* Remove .es6 from file extensions (!9241)winniehell2017-03-051-108/+0
|
* Removes label from previous listmoving-issue-with-two-list-labelsPhil Hughes2017-02-211-0/+21
| | | | | | When dragging an issue to a list that it already exists in it was previously not removing the label for the list it was moving from. This changes that to make that API call. Closes #28484
* Merge branch 'master' into go-go-gadget-webpackMike Greiling2017-02-031-1/+1
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: (181 commits) Fixed adding to list bug Remove unnecessary queries for .atom and .json in Dashboard::ProjectsController#index Fixed modal lists dropdown not updating when list is deleted Fixed remove btn error after creating new issue in list Removed duplicated test Removed Masonry, instead uses groups of data Uses mixins for repeated functions Fixed up specs Props use objects with required & type values Removes labels instead of closing issue when clicking remove button Fixed JS lint errors Fixed issue card spec Added webkit CSS properties Fixed bug with empty state showing after search Fixed users href path being incorrect Fixed bug where 2 un-selected issues would stay on selected tab Fixed DB schema Changed how components are added in objects Added remove button Add optional id property to the issue schema Fixed issue link href Disabled add issues button if no lists exist ...
| * Removed Masonry, instead uses groups of dataPhil Hughes2017-02-031-1/+1
| | | | | | | | | | Added some error handling which reverts the frontend data changes & notifies the user
* | use ~ to reference non-local scripts instead of resolve.rootMike Greiling2017-01-101-7/+7
| |
* | move additional libraries into spec_helperMike Greiling2017-01-101-4/+0
| |
* | include spec_helper within karma config rather than each individual testMike Greiling2017-01-101-1/+0
| |
* | correct vue require statementsMike Greiling2017-01-101-2/+2
| |
* | correct misnamed require statementsMike Greiling2017-01-101-1/+1
| |
* | fix broken js.cookie importsMike Greiling2017-01-101-1/+1
| |
* | fix spec_helper missing/broken referencesMike Greiling2017-01-101-0/+1
| |
* | Swapped out teaspoon for karmaLuke "Jared" Bennett2017-01-101-13/+12
|/
* expand remaining non-explicit eslint-disable blocks and factor out globals ↵Mike Greiling2016-12-131-1/+7
| | | | when no-undef encountered
* Move Ajax interceptor into describe block (!7304)winniehell2016-11-051-0/+5
|
* disable ESLint for all JavaScript fileswinniehell2016-10-261-0/+1
|
* replace jquery.cookie vendor script with js.cookieMike Greiling2016-10-241-1/+1
|
* Fixed JS testsPhil Hughes2016-10-111-1/+1
|
* Added search for all lists on issue boardsPhil Hughes2016-08-301-9/+0
| | | | Closes #21139
* Moved board store to namespaced gl objectPhil Hughes2016-08-171-5/+5
|
* Added JS spec tests for store & modelsPhil Hughes2016-08-171-0/+89