summaryrefslogtreecommitdiff
path: root/spec/javascripts/build_spec.js.es6
Commit message (Collapse)AuthorAgeFilesLines
* Remove .es6 from file extensions (!9241)winniehell2017-03-051-183/+0
|
* 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 ...
| * Remove turbolinks.Bryce Johnson2017-02-021-4/+3
| |
* | 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/+6
|/
* replace Teaspoon fixture methods with jasmine-jquery methods to reduce ↵Mike Greiling2017-01-051-2/+2
| | | | dependency on Teaspoon
* Remove JSX/React eslint plugins.remove-jsx-react-eslint-pluginsLuke "Jared" Bennett2016-11-291-1/+1
| | | | | | | | | | | | Change airbnb eslint config package to `eslint-config-airbnb-base` and update plugins. Change `airbnb` to `airbnb-base` for .eslintrc `extends` value. Added changelog entry Made sure all plugins and envs are set Corrected new failing specs
* Merge branch 'dynamic-build-fixture' into 'master' Alfredo Sumaran2016-11-281-143/+136
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Create dynamic fixture for build_spec ## What does this MR do? Replace `spec/javascripts/fixtures/build.html.haml` by a dynamically created fixture (using `rake teaspoon:fixtures`). ## Why was this MR needed? The existing fixture was not representing the real page. ## What are the relevant issue numbers? #24614 would have been avoided following !6059 See merge request !7589
| * Prefer arrow functions in build_spec.js.es6winniehell2016-11-251-14/+14
| |
| * Explicitly name namespace and projects for frontend fixtureswinniehell2016-11-251-1/+1
| |
| * Use Rails test host name for frontend fixtureswinniehell2016-11-251-12/+8
| |
| * Remove unnecessary IIFE from build_specwinniehell2016-11-251-143/+141
| |
| * Adjust build_spec to match fixturewinniehell2016-11-251-9/+16
| |
| * Create dynamic fixture for build_spec (!7589)winniehell2016-11-251-10/+2
| |
* | timeago should be a dependency of datetime_utilitymove-timeago-to-vendor-dirMike Greiling2016-11-221-1/+0
|/
* clean up globals exemptions within .eslintrcMike Greiling2016-11-221-1/+3
|
* Add failing test for #24614winniehell2016-11-181-0/+13
|
* Add missing require statements to build_specwinniehell2016-11-181-0/+2
|
* Added new .eslintrc for jasmine tests and corrected build_specimprove-build-scroll-controls-responsive-behaviourLuke "Jared" Bennett2016-11-041-32/+33
|
* Add javascript unit tests for BuildJared Deckard2016-11-041-0/+174
Move comments to the correct location Remove array extension usage Move build options to fixture to match view