summaryrefslogtreecommitdiff
path: root/spec/javascripts/behaviors
Commit message (Expand)AuthorAgeFilesLines
* fix illegal references to "this" in module contextMike Greiling2018-04-231-1/+1
* move render_gfm into behaviors directoryMike Greiling2018-03-191-1/+1
* require jQuery to be explicitly importedremove-jquery-globalsMike Greiling2018-03-093-0/+3
* Update to jQuery 3.Jacob Schatz2018-02-201-1/+1
* Update secret_values to support dynamic elements within parentupdate-secret-values-to-support-dynamic-elementsEric Eastwood2018-01-241-14/+96
* Hide runner token in CI/CD settings page38019-hide-runner-tokenEric Eastwood2017-12-151-0/+146
* Improve require input specimprove-require-input-specClement Ho2017-11-291-36/+40
* Remove iife and eslint disableremove-iife-autosizeClement Ho2017-11-271-17/+14
* Add rainbow_flag to emoji support mapEric Eastwood2017-11-151-7/+12
* remove global export except in test environmentsMike Greiling2017-11-011-0/+47
* Cleanup data-page attribute after each Karma test38871-cleanup-data-page-attribute-after-karma-testEric Eastwood2017-10-111-0/+5
* IssueNotesRefactor: Fix quick submit spec.Fatih Acet2017-08-251-0/+1
* Fixes broken tests of quick_submit_spec and reduces tech debtFilipa Lacerda2017-08-101-99/+90
* Fix vue broken testFilipa Lacerda2017-08-041-3/+3
* TestsFilipa Lacerda2017-08-041-3/+3
* Merge branch 'refactor-emoji-utils' into 'master'Tim Zallmann2017-06-281-1/+1
|\
| * split emoji support methods from the async moduleMike Greiling2017-06-271-1/+1
| * update import locations for karma specsMike Greiling2017-06-231-1/+1
* | Resolve "Submitting reply to existing diff discussion using Cmd/Ctrl+Enter su...Luke "Jared" Bennett2017-06-271-4/+17
|/
* update frontend specs to use ES module syntaxMike Greiling2017-05-163-3/+3
* 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
|\
| * Remove turbolinks.Bryce Johnson2017-02-022-7/+1
* | Merge branch 'master' into go-go-gadget-webpackMike Greiling2017-01-273-6/+3
|\ \ | |/
| * 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 depend...Mike Greiling2017-01-053-5/+5
* 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
* Check originalEvent.repeat *and* event.repeatrs-quick-submitRobert Speicher2015-10-071-4/+1
* Check originalEvent.repeatRobert Speicher2015-10-071-1/+9
* Add "Quick Submit" JS behaviorRobert Speicher2015-10-071-0/+65