summaryrefslogtreecommitdiff
path: root/spec/javascripts/gl_dropdown_spec.js.es6
Commit message (Collapse)AuthorAgeFilesLines
* Remove .es6 from file extensions (!9241)winniehell2017-03-051-196/+0
|
* Add tests27966-branch-ref-switcher-input-filter-brokenClement Ho2017-02-131-0/+8
|
* Merge branch 'master' into go-go-gadget-webpackMike Greiling2017-02-031-3/+3
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 ...
| * Merge branch '25624-anticipate-obstacles-to-removing-turbolinks' into 'master' Jacob Schatz2017-02-031-4/+3
| |\ | | | | | | | | | | | | | | | | | | Remove Turbolinks Closes #25624 See merge request !8570
| | * Remove turbolinks.Bryce Johnson2017-02-021-4/+3
| | |
| * | preload projects.json fixtureMike Greiling2017-02-021-0/+1
| |/
* | Merge branch 'master' into go-go-gadget-webpackMike Greiling2017-01-271-17/+16
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 prefer-const eslint violationsMike Greiling2017-01-181-10/+9
| |
| * resolve all x-spacing and no-spaced-x eslint violationsMike Greiling2017-01-181-5/+5
| |
| * resolve all semi and no-extra-semi eslint violationsMike Greiling2017-01-181-4/+4
| |
| * resolve all no-plusplus eslint violationsMike Greiling2017-01-181-2/+2
| |
* | Merge branch 'master' into go-go-gadget-webpackPhil Hughes2017-01-171-0/+19
|\ \ | |/
| * Fix dropdown filter input value after blur26616-fix-search-group-project-filtersEric Eastwood2017-01-161-0/+19
| |
* | phantomJS doesn't allow us to spyOn history.replaceStateMike Greiling2017-01-131-0/+1
| |
* | use ~ to reference non-local scripts instead of resolve.rootMike Greiling2017-01-101-3/+3
| |
* | include spec_helper within karma config rather than each individual testMike Greiling2017-01-101-1/+0
| |
* | include common libraries within spec_helperMike Greiling2017-01-101-1/+0
| |
* | Swapped out teaspoon for karmaLuke "Jared" Bennett2017-01-101-5/+5
|/
* replace Teaspoon fixture methods with jasmine-jquery methods to reduce ↵Mike Greiling2017-01-051-4/+3
| | | | dependency on Teaspoon
* update all frontend tests to point to precompiled fixturesMike Greiling2017-01-031-2/+2
|
* expand remaining non-explicit eslint-disable blocks and factor out globals ↵Mike Greiling2016-12-131-1/+3
| | | | when no-undef encountered
* Do not allow text input in dropdown while loadingIdo Leibovich2016-10-281-14/+64
| | | | While loading, the entire dropdown is greyed out. However, The focus is on the text input, so user can input text. Move the focus event to after loading finished to fix this.
* disable ESLint for all JavaScript fileswinniehell2016-10-261-0/+1
|
* Fixed conflictsLuke Bennett2016-08-181-2/+2
|
* Fixed spec and improved formattingLuke Bennett2016-08-181-28/+25
|
* Improved spec, waiting on sprockets-es6 to work with rspec....Luke Bennett2016-08-181-92/+94
|
* Moved changes across to es5 and changed spec to es6Luke Bennett2016-08-181-0/+120