Commit graph

26 commits

Author SHA1 Message Date
Mike Greiling
04dc2b76d7 Merge branch 'master' into go-go-gadget-webpack
* 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
  ...
2017-02-03 13:17:03 -06:00
Phil Hughes
cf5396d4b7 Fixed up specs 2017-02-03 17:02:44 +03:00
Phil Hughes
8323bc4919 Fixed up JS tests 2017-02-03 17:02:44 +03:00
Mike Greiling
69e4072f89 Merge branch 'master' into go-go-gadget-webpack
* 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
  ...
2017-01-27 19:33:58 -06:00
Mike Greiling
96931b1748 resolve all indent eslint violations 2017-01-18 17:16:41 -06:00
Mike Greiling
8d2099cb53 use ~ to reference non-local scripts instead of resolve.root 2017-01-10 12:30:43 -06:00
Mike Greiling
b0341c14d0 move additional libraries into spec_helper 2017-01-10 12:30:43 -06:00
Mike Greiling
52c6702ec7 include spec_helper within karma config rather than each individual test 2017-01-10 12:30:43 -06:00
Mike Greiling
fc3f4f88e0 correct vue require statements 2017-01-10 12:30:42 -06:00
Mike Greiling
8b26f8edea correct misnamed require statements 2017-01-10 12:30:41 -06:00
Mike Greiling
7837fe46f0 fix broken js.cookie imports 2017-01-10 12:30:41 -06:00
Mike Greiling
eb1bbe73d0 fix spec_helper missing/broken references 2017-01-10 12:30:41 -06:00
Luke "Jared" Bennett
7c47cc94c5 Swapped out teaspoon for karma 2017-01-10 12:30:40 -06:00
Mike Greiling
23f5865e18 expand remaining non-explicit eslint-disable blocks and factor out globals when no-undef encountered 2016-12-13 21:07:31 -06:00
winniehell
c16d5bcd48 Move Ajax interceptor into describe block (!7304) 2016-11-05 12:11:43 +01:00
Phil Hughes
07e4ffd708 Fixed boards store spec 2016-10-28 13:54:36 +01:00
winniehell
02f94cf038 disable ESLint for all JavaScript files 2016-10-26 10:02:58 +02:00
Mike Greiling
67d2b2acb3 replace jquery.cookie vendor script with js.cookie 2016-10-24 18:09:00 -05:00
Phil Hughes
53b3c62e0f Fixed JS tests 2016-10-11 16:07:53 +01:00
Phil Hughes
8d0ddbdb36 Updated rspec to not use sleep when dragging
Fixed JS tests
2016-08-17 17:17:39 +01:00
Phil Hughes
d4387bd317 Fixed removing items from list 2016-08-17 17:17:39 +01:00
Phil Hughes
aa05b5ed8b Moved board store to namespaced gl object 2016-08-17 17:17:39 +01:00
Phil Hughes
9806db3295 Added loading icon so user knows when new page is loading
Added test for finding lists when limited to type
2016-08-17 17:17:39 +01:00
Phil Hughes
19afb1e723 Fixed bug with creating new list from Backlog or done label 2016-08-17 17:17:39 +01:00
Phil Hughes
63a4daa555 Fixed failing teaspoon tests 2016-08-17 17:17:39 +01:00
Phil Hughes
954b0daeda Added JS spec tests for store & models 2016-08-17 17:17:39 +01:00