summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/merge_request.js
Commit message (Expand)AuthorAgeFilesLines
* replace implicit this == window with explicit bindingMike Greiling2017-02-171-1/+1
* update correct field for Notes - it's called note not descriptionSimon Knox2017-02-151-0/+1
* Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into task_list_refactorSimon Knox2017-02-141-4/+4
|\
| * fixes MR widget jumpNur Rony2017-02-101-4/+4
* | notes use new task_list, and PATCH instead of POSTSimon Knox2017-02-081-1/+5
* | copypaste task_list setup and events to own classSimon Knox2017-02-071-33/+5
|/
* fix failing rspec buildMike Greiling2017-01-281-4/+4
* Merge branch 'master' into go-go-gadget-webpackMike Greiling2017-01-271-4/+2
|\
| * resolve all x-spacing and no-spaced-x eslint violationsMike Greiling2017-01-181-2/+2
| * resolve all padded-blocks eslint violationsMike Greiling2017-01-181-3/+1
* | migrate all javascript asset bundles and require syntaxMike Greiling2017-01-101-3/+3
|/
* add eslint disable prefix for prefer-arrow-callback rule on header of merge_r...Gabriel Gizotti2016-12-161-1/+1
* add js prefix to classes used to toggle description on commit message in merg...Gabriel Gizotti2016-12-161-6/+6
* Unify commit message listeners in one functionGabriel Gizotti2016-12-161-11/+6
* move javascript code from _commit_message_container view to javascripts/merge...Gabriel Gizotti2016-12-161-0/+26
* resolve all instances of no-undef eslint rule violationsclean-no-undefMike Greiling2016-12-141-1/+2
* refactor MergeRequestTabs to es6 class syntaxMike Greiling2016-12-021-1/+1
* explicitly disable eslint inlineexplicitly-disable-eslint-inlineLuke "Jared" Bennett2016-11-151-1/+1
* add "x of y tasks completed" on issuableGuilherme Salazar2016-10-281-1/+5
* disable ESLint for all JavaScript fileswinniehell2016-10-261-0/+1
* ensure the 'fixed layout' preference is honored whenever possibleMike Greiling2016-09-201-6/+3
* Restore comments lost when converting CoffeeScript to JavaScriptJared Deckard2016-09-081-4/+11
* Hides jump to next button if only one discussion visiblePhil Hughes2016-07-291-1/+1
* ES6ify all the things!Fatih Acet2016-07-241-0/+105