summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/issue.js
Commit message (Expand)AuthorAgeFilesLines
* update remaining uses of CJS syntax to ES module syntaxMike Greiling2017-05-161-6/+6
* Allow to create new branch and empty WIP merge request from issue pageAlfredo Sumaran2017-05-041-43/+31
* Reset New branch button when issue state changes💃 Winnie 💃2017-04-121-51/+57
* handle commas in Issue total countSimon Knox2017-03-211-3/+5
* Convert Issue into ES6 class (!9636)winniehell2017-03-081-116/+110
* replace implicit this == window with explicit bindingMike Greiling2017-02-171-1/+1
* Merge branch 'task_list_refactor' into 'master' Fatih Acet2017-02-171-33/+10
|\
| * update correct field for Notes - it's called note not descriptionSimon Knox2017-02-151-0/+1
| * 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
* | update issue count when closing/reopening an issueSimon Knox2017-02-141-0/+3
|/
* 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
|/
* In issue view, remove checking branches and new branch unavailable statesvictorwu2016-12-261-3/+0
* resolve all instances of no-undef eslint rule violationsclean-no-undefMike Greiling2016-12-141-1/+2
* 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
* Restore comments lost when converting CoffeeScript to JavaScriptJared Deckard2016-09-081-4/+5
* Remove green outline from `New branch unavailable` button on issue page (!5858)winniehell2016-08-241-2/+1
* ES6ify all the things!Fatih Acet2016-07-241-0/+154