summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/issue_show/services
Commit message (Collapse)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@13-10-stable-eev13.10.0-rc40GitLab Bot2021-03-161-0/+2
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-181-0/+9
|
* Make it harder to delete issuables accidentallyStan Hu2019-08-291-2/+2
| | | | | | | | | | | | Previously submitting a DELETE request to an issuable URL would be enough to destroy it, but this should require human confirmation. We now require that the `destroy_confirm` parameter is set to a truthy value before this can complete. In addition, we log a Sentry error if a deletion arrived without confirmation. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/62387
* Switch issue_show to AxiosEric Eastwood2018-01-021-15/+6
|
* Added move to project in issue inline edit formPhil Hughes2017-05-171-1/+1
| | | | [ci skip]
* Merge branch 'master' into issue-edit-inlinePhil Hughes2017-05-161-3/+3
|\
* | Moved json parsing out of servicePhil Hughes2017-05-151-4/+2
| | | | | | | | [ci skip]
* | Added inline issue edit form actionsPhil Hughes2017-05-151-2/+17
|/ | | | [ci skip]
* Refactored issue tealtime elementsPhil Hughes2017-05-101-4/+10
| | | | | | This is to match our docs better and will also help a future issue. Also made it possible for the description & title to be readable when JS is disabled
* Issue title realtimeRegis Boudinot2017-04-061-0/+10