summaryrefslogtreecommitdiff
path: root/spec/javascripts/boards
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' into go-go-gadget-webpackMike Greiling2017-02-035-19/+327
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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-032-2/+2
| | | | | | | | | | Added some error handling which reverts the frontend data changes & notifies the user
| * Fixed up specsPhil Hughes2017-02-031-1/+1
| |
| * Fixed issue card specPhil Hughes2017-02-031-2/+4
| |
| * Fixed up JS testsPhil Hughes2017-02-032-17/+2
| |
| * Some styling updatesPhil Hughes2017-02-031-0/+19
| | | | | | | | Does not remove the issue from the selected tab when it it de-selected, it instead gets purged when changing tab
| * Added more testsPhil Hughes2017-02-032-0/+306
| |
| * ensure helper classes and constants are exposed globallyMike Greiling2017-02-021-0/+5
| |
* | Merge branch 'master' into go-go-gadget-webpackMike Greiling2017-01-271-5/+5
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 ...
| * resolve all indent eslint violationsMike Greiling2017-01-181-5/+5
| |
* | fix globals within boards_bundle mock dataMike Greiling2017-01-101-0/+5
| |
* | use ~ to reference non-local scripts instead of resolve.rootMike Greiling2017-01-103-21/+21
| |
* | move additional libraries into spec_helperMike Greiling2017-01-103-12/+0
| |
* | include spec_helper within karma config rather than each individual testMike Greiling2017-01-103-3/+0
| |
* | correct vue require statementsMike Greiling2017-01-103-6/+6
| |
* | correct misnamed require statementsMike Greiling2017-01-103-3/+3
| |
* | fix broken js.cookie importsMike Greiling2017-01-103-3/+3
| |
* | fix spec_helper missing/broken referencesMike Greiling2017-01-103-0/+3
| |
* | Swapped out teaspoon for karmaLuke "Jared" Bennett2017-01-103-39/+36
|/
* expand remaining non-explicit eslint-disable blocks and factor out globals ↵Mike Greiling2016-12-134-4/+21
| | | | when no-undef encountered
* Move Ajax interceptor into describe block (!7304)winniehell2016-11-053-108/+116
|
* Fixed boards store specissue-board-welcome-cookie-monsterPhil Hughes2016-10-281-1/+4
|
* disable ESLint for all JavaScript fileswinniehell2016-10-264-0/+4
|
* replace jquery.cookie vendor script with js.cookieMike Greiling2016-10-243-4/+4
|
* Fixed JS testsPhil Hughes2016-10-114-7/+7
|
* Shows count at bottom of listPhil Hughes2016-08-311-6/+9
| | | | Only visible when scrollable area is larger than height
* Added search for all lists on issue boardsPhil Hughes2016-08-301-9/+0
| | | | Closes #21139
* Fixed bug when moving listPhil Hughes2016-08-171-1/+0
|
* Updated teaspoon mock tests endpointsPhil Hughes2016-08-171-4/+5
|
* Updated rspec to not use sleep when draggingPhil Hughes2016-08-171-14/+10
| | | | Fixed JS tests
* Fixed removing items from listPhil Hughes2016-08-171-1/+1
|
* Moved board store to namespaced gl objectPhil Hughes2016-08-173-45/+45
|
* Added loading icon so user knows when new page is loadingPhil Hughes2016-08-171-0/+12
| | | | Added test for finding lists when limited to type
* Fixed bug with creating new list from Backlog or done labelPhil Hughes2016-08-171-1/+1
|
* Fixed failing teaspoon testsPhil Hughes2016-08-172-5/+6
|
* Added JS spec tests for store & modelsPhil Hughes2016-08-174-0/+380