summaryrefslogtreecommitdiff
path: root/spec/javascripts/header_spec.js
Commit message (Collapse)AuthorAgeFilesLines
* require jQuery to be explicitly importedremove-jquery-globalsMike Greiling2018-03-091-0/+1
|
* Fix broken test38869-issueFilipa Lacerda2017-10-301-1/+2
|
* Fix bad type checking to prevent 0 count badge to be shownFilipa Lacerda2017-10-101-39/+34
|
* update frontend specs to use ES module syntaxMike Greiling2017-05-161-2/+2
|
* Add shortcuts and counters to MRs and issues in navbarAnnabel Dunstone Gray2017-03-291-7/+7
|
* change todos counter position & format ( for large counts )mhasbini2017-02-211-2/+2
|
* fix overlooked window binding in spec filesremove-imports-loader-window-bindMike Greiling2017-02-171-1/+1
|
* Replace static fixture for header_spec.js (!9174)winniehell2017-02-131-1/+1
|
* Merge branch 'master' into go-go-gadget-webpackMike Greiling2017-01-271-3/+1
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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-181-3/+1
| |
* | use ~ to reference non-local scripts instead of resolve.rootMike Greiling2017-01-101-2/+2
| |
* | include spec_helper within karma config rather than each individual testMike Greiling2017-01-101-1/+0
| |
* | fix spec_helper missing/broken referencesMike Greiling2017-01-101-0/+1
| |
* | Swapped out teaspoon for karmaLuke "Jared" Bennett2017-01-101-3/+3
|/
* replace Teaspoon fixture methods with jasmine-jquery methods to reduce ↵Mike Greiling2017-01-051-2/+2
| | | | dependency on Teaspoon
* update all frontend tests to point to precompiled fixturesMike Greiling2017-01-031-1/+1
|
* explicitly disable eslint inlineexplicitly-disable-eslint-inlineLuke "Jared" Bennett2016-11-151-1/+1
|
* Enable linting for ES6 fileswinniehell2016-10-271-0/+1
|
* Add todo toggle eventClement Ho2016-10-261-0/+54