summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/commit/pipelines/pipelines_service.js.es6
Commit message (Collapse)AuthorAgeFilesLines
* Remove .es6 from file extensions (!9241)winniehell2017-03-051-44/+0
|
* Adds verification in case the endpoint already has `.json`Filipa Lacerda2017-02-101-2/+17
|
* Adds `.json` to the endpoint requested in order to avoid showing JSONFilipa Lacerda2017-02-091-1/+1
|
* Use webpack to require filesFilipa Lacerda2017-02-051-1/+1
| | | | Changes after review
* Use webpackFilipa Lacerda2017-02-051-13/+3
|
* Moves pagination to shared folderFilipa Lacerda2017-02-031-0/+5
| | | | | | | | | | | | | | | | | | | 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
* Transform vue_pipelines index into a non-dependent table component.Filipa Lacerda2017-02-031-44/+1
|
* Use same folder structure in spec for vue shared resourcesFilipa Lacerda2017-02-031-0/+77