summaryrefslogtreecommitdiff
path: root/spec/javascripts/behaviors
Commit message (Collapse)AuthorAgeFilesLines
* Standardize jasmine test describe block names that test specific methodsClement Ho2017-05-051-6/+6
|
* Fallback localstorage casesLuke "Jared" Bennett2017-05-051-0/+47
|
* Fix eslintZ.J. van de Weg2017-03-061-2/+2
|
* Corrected JS for new master js build updates [ci skip]Luke "Jared" Bennett2017-03-021-2/+2
|
* Finished up mattermost team creationzj-create-mattermost-team-lbLuke "Jared" Bennett2017-02-221-0/+189
|
* fix overlooked window binding in spec filesremove-imports-loader-window-bindMike Greiling2017-02-173-3/+3
|
* Replace static fixture for behaviors/requires_input_spec.js (!9162)winniehell2017-02-141-6/+7
|
* Replace static fixture for behaviors/quick_submit_spec.js (!9086)winniehell2017-02-111-5/+13
|
* Use textarea for quick submit specwinniehell2017-02-111-13/+15
|
* Replace teaspoon references with Karmareplace-teaspoon-referencesClement Ho2017-02-101-1/+1
|
* Merge branch 'master' into go-go-gadget-webpackMike Greiling2017-02-032-7/+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 ...
| * Remove turbolinks.Bryce Johnson2017-02-022-7/+1
| |
* | Merge branch 'master' into go-go-gadget-webpackMike Greiling2017-01-273-6/+3
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 padded-blocks eslint violationsMike Greiling2017-01-183-6/+3
| |
* | use ~ to reference non-local scripts instead of resolve.rootMike Greiling2017-01-103-3/+3
| |
* | include spec_helper within karma config rather than each individual testMike Greiling2017-01-103-3/+0
| |
* | fix spec_helper missing/broken referencesMike Greiling2017-01-103-2/+3
| |
* | Swapped out teaspoon for karmaLuke "Jared" Bennett2017-01-103-3/+5
|/
* replace Teaspoon fixture methods with jasmine-jquery methods to reduce ↵Mike Greiling2017-01-053-5/+5
| | | | dependency on Teaspoon
* update all frontend tests to point to precompiled fixturesMike Greiling2017-01-032-4/+4
|
* resolve all instances of no-undef eslint rule violationsclean-no-undefMike Greiling2016-12-141-1/+1
|
* explicitly disable eslint inlineexplicitly-disable-eslint-inlineLuke "Jared" Bennett2016-11-153-3/+3
|
* disable ESLint for all JavaScript fileswinniehell2016-10-263-0/+3
|
* Restore comments lost when converting CoffeeScript to JavaScriptJared Deckard2016-09-081-0/+3
|
* ES6ify all the things!Fatih Acet2016-07-246-130/+158
|
* Added tests for award emoji feature.Fatih Acet2016-06-061-11/+11
|
* Allow manual resize of js-autosize textareasrs-relax-autosizeRobert Speicher2016-02-011-0/+11
| | | | | | | | | | | | | | First, the autosize library was being too controlling and removed the `resize` property from any elements to which it was attached, removing the drag handle. Second, we detect when the user manually resizes an autosize textarea, and then remove the autosize behavior from it and increase its max-height. This should allow for the best of both worlds. Closes #12832
* Check originalEvent.repeat *and* event.repeatrs-quick-submitRobert Speicher2015-10-071-4/+1
| | | | | phantomjs < 2.0 doesn't support creating `KeyboardEvent` so the tests were failing on CI
* Check originalEvent.repeatRobert Speicher2015-10-071-1/+9
|
* Add "Quick Submit" JS behaviorRobert Speicher2015-10-071-0/+65
|
* Add "Requires Input" JS behaviorRobert Speicher2015-06-261-0/+49