summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/commit
Commit message (Collapse)AuthorAgeFilesLines
* backport fixes for pipelines_store frontend specsbackport-ee-build-fixesMike Greiling2017-02-081-1/+1
|
* Replace arrow function with regular function to prevent overiding function ↵Clement Ho2017-02-071-1/+1
| | | | context
* Use webpack to require filesFilipa Lacerda2017-02-054-7/+11
| | | | Changes after review
* Use webpackFilipa Lacerda2017-02-054-74/+55
|
* Add time ago auto-update to the 2 newest tablesFilipa Lacerda2017-02-032-2/+33
|
* Moves pagination to shared folderFilipa Lacerda2017-02-033-97/+112
| | | | | | | | | | | | | | | | | | | 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 new vue js pipelines table to render in merge request viewFilipa Lacerda2017-02-032-9/+12
| | | | | | | | | | | | Remove duplicate data-toggle attributes. Reuse the same pipeline table Remove unneeded required resources Remove unused file; Fix mr pipelines loading Updates documentation
* Transform vue_pipelines index into a non-dependent table component.Filipa Lacerda2017-02-033-66/+76
|
* Use same folder structure in spec for vue shared resourcesFilipa Lacerda2017-02-033-0/+0
|
* First iterationFilipa Lacerda2017-02-033-0/+168
| | | | | | | Create shared folder for vue common files Update paths Second iteration - refactor main component to be 100% reusable between the 3 tables
* resolve all padded-blocks eslint violationsMike Greiling2017-01-182-6/+2
|
* resolve all instances of no-undef eslint rule violationsclean-no-undefMike Greiling2016-12-141-1/+3
|
* Instantiate ImageFile for diff-files in Diff24949-view-2-up-swipe-onion-skin-controls-for-merge-request-diff-containing-an-imageLuke "Jared" Bennett2016-12-042-2/+2
|
* explicitly disable eslint inlineexplicitly-disable-eslint-inlineLuke "Jared" Bennett2016-11-152-2/+2
|
* disable ESLint for all JavaScript fileswinniehell2016-10-262-0/+2
|
* Formatted all app/assets/javascripts to underscore naming convention23118-use-one-style-of-naming-js-filesLuke Bennett2016-10-101-0/+0
|
* Restore comments lost when converting CoffeeScript to JavaScriptJared Deckard2016-09-081-0/+2
|
* ES6ify all the things!Fatih Acet2016-07-244-132/+188
|
* Fixed JS issue with diff image loadingPhil Hughes2015-03-261-4/+5
|
* Export all coffee classes with @Ciro Santilli2014-10-202-6/+2
|
* Consistent format for class objects in javascriptYatish Mehta2014-03-282-4/+4
|
* Updated commit diff view with some minor visual modificationsKoen Punt2013-01-272-0/+135
Prepared diff view for multiple view modes Converted commits.js to coffeescript image info in separate coffeescript file Added swipe view mode Added onion skin viewMode