summaryrefslogtreecommitdiff
path: root/spec/javascripts/vue_pagination/pagination_spec.js.es6
Commit message (Collapse)AuthorAgeFilesLines
* Moves pagination to shared folderFilipa Lacerda2017-02-031-167/+0
| | | | | | | | | | | | | | | | | | | Document and remove unused code Declare components in a consistent way; Use " instead of ' to improve consistency; Update documentation; Fix commit author verification to match the use cases; Adds tests for the added components Fix paths in pagination spec Adds tests to pipelines table used in merge requests and commits Use same resource interceptor Fix eslint error
* use setFixtures instead of fixture.setMike Greiling2017-02-021-7/+6
|
* fix eslint for spec global needed in pagination spec for 'fixture'auto-pipelines-vueRegis2017-01-091-0/+1
|
* move param helper to common utilsRegis2017-01-091-0/+1
|
* namespace getParametersByName to gl.utils instead of just glRegis2017-01-091-4/+4
|
* add paramHelper testsRegis2016-12-161-0/+22
|
* change test to reflect camelCase methodRegis2016-12-151-6/+6
|
* main scope of pagination coveredRegis2016-12-131-0/+63
|
* prev next tests for paginationRegis2016-12-131-9/+23
|
* add more tests for paginationRegis2016-12-131-1/+29
|
* add change page logic to pagination component - add first test for paginationRegis2016-12-081-0/+39