summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/issue.js
Commit message (Expand)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2021-02-011-1/+1
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-12-241-2/+2
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-12-231-5/+1
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-12-011-126/+11
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-11-101-7/+1
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-09-021-0/+7
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-08-241-5/+9
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-08-201-1/+1
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-06-231-5/+5
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-05-291-6/+4
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-05-271-1/+5
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-05-271-0/+26
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-04-211-14/+44
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-11-151-9/+6
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-161-2/+1
* I18N JS files starting with ijs-i18n-iBrandon Labuschagne2019-05-071-3/+8
* Rewrite related MRs widget with Vue_acet-related-mrs-widget-rewriteFatih Acet2019-04-051-14/+0
* Hide related branches when user does not have permissionMark Chao2019-03-211-1/+3
* Prettify additional modules (I through Z)Mike Greiling2018-10-161-29/+44
* Resolve "Harmonize prettier and eslint configs"Mike Greiling2018-10-091-1/+1
* remove all unused eslint-disable rulesLukas Eipert2018-06-201-1/+1
* require jQuery to be explicitly importedremove-jquery-globalsMike Greiling2018-03-091-0/+2
* [ci skip] Merge branch 'master' into 42923-close-issueFilipa Lacerda2018-02-131-1/+0
|\
| * Update jquery.waitforimages & use npm versionnpm-waitforimagesPhil Hughes2018-02-081-1/+0
* | Makes close/reopen issue request to inside the vue appFilipa Lacerda2018-02-091-28/+47
|/
* Converted issue.js to axiosPhil Hughes2018-01-301-22/+18
* Update issuable status icons33926-update-issuable-iconsEric Eastwood2017-12-131-1/+1
* Resolve "No feedback when checking on checklist if potential spam was detected"Luke Bennett2017-12-081-12/+1
* Export text utils as ES6 modulesFilipa Lacerda2017-11-131-2/+2
* Remove issue and issue status select from global namespaceFilipa Lacerda2017-10-301-3/+1
* Flash is now a ES6 modulePhil Hughes2017-10-101-3/+1
* Add top level items to fly-out navigationPhil Hughes2017-09-061-1/+1
* IssueNotesRefactor: Address MR comments.Fatih Acet2017-07-211-1/+1
* IssueNotesRefactor: Listen main issue action and update note form buttons.Fatih Acet2017-07-211-2/+1
* IssueNotesRefactor: Fix issue reopen/close bug after merging from master.Fatih Acet2017-07-211-2/+2
* Merge branch '30281-report-abusive-content-from-an-issue-or-merge-request' in...Jacob Schatz2017-07-071-11/+40
|\
| * Fix MR and issue specsLuke "Jared" Bennett2017-07-071-4/+4
| * Added issuables_helper.js, tidied up droplab-dropdown JS, fixed filtered sear...Luke "Jared" Bennett2017-07-071-26/+10
| * Fixed issue_spec and merge_request_spec for report toggle changesLuke "Jared" Bennett2017-07-071-4/+6
| * Fixed MR single button submit failure and attempted to tidy up close_reopen p...Luke "Jared" Bennett2017-07-071-1/+1
| * Dont show toggle if only one action is available and do not show report as ab...Luke "Jared" Bennett2017-07-071-3/+28
| * Remove inclusive JS importsLuke "Jared" Bennett2017-07-071-2/+2
| * Added specsLuke "Jared" Bennett2017-07-071-2/+2
| * Added report issuable featureLuke "Jared" Bennett2017-07-071-7/+25
* | refactor TaskList class to ES module syntaxMike Greiling2017-07-061-2/+2
|/
* 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