summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/issue_show/stores
Commit message (Collapse)AuthorAgeFilesLines
* Address review comments and fix commented specFatih Acet2019-01-301-6/+3
|
* Accept lockVersion as a prop and add to storeFatih Acet2019-01-301-0/+2
|
* Prettify issue_show and jobs modulesMike Greiling2018-10-101-2/+4
|
* Remove confidential toggle checkbox and related code as no longer necessary37454-remove-confidential-cb-edit-issuekushalpandya2017-09-111-1/+0
|
* Move "Move to different project" to sidebar34261-move-move-to-sidebarEric Eastwood2017-09-031-1/+0
| | | | Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/34261
* don't show "Someone edited the issue" warning when saving issue33904-edit-issue-warningSimon Knox2017-06-221-4/+6
| | | | don't need to check for form visible because error message isn't rendered otherwise
* Stop showing task status if no tasks are presentPhil Hughes2017-06-201-19/+2
| | | | | | | | | | | Previously the task status would be visible even if there where no tasks in the description. This fixes that by changing the regex to check for tasks without 0. This also fixes a bug where update the description inline would not update the task status text on screen. Closes #33880
* Merge remote-tracking branch 'origin/master' into ↵Luke "Jared" Bennett2017-06-021-1/+21
|\ | | | | | | fix-realtime-edited-text-for-issues-9-3
| * fixed issuable shortcuts not workingPhil Hughes2017-05-301-0/+4
| | | | | | | | moved setstate method into store
| * use formState to update loading of save buttonissue-edit-inline-project-move-warningPhil Hughes2017-05-261-0/+1
| | | | | | | | [ci skip]
| * Changed all data to come through the JSON script elementPhil Hughes2017-05-241-1/+2
| | | | | | | | [ci skip]
| * Merge branch 'issue-edit-inline' into issue-edit-inline-locked-warningPhil Hughes2017-05-221-0/+1
| |\ | | | | | | | | | [ci skip]
| | * Merge branch 'issue-edit-inline' into issue-edit-inline-move-projectPhil Hughes2017-05-181-0/+1
| | |\ | | | | | | | | | | | | [ci skip]
| | * | Added move to project in issue inline edit formPhil Hughes2017-05-171-0/+1
| | | | | | | | | | | | | | | | [ci skip]
| * | | Show warning if realtime data has changed since the form has openedPhil Hughes2017-05-181-0/+8
| | |/ | |/|
| * | Merge branch 'issue-edit-inline' into issue-edit-inline-confidentialissue-edit-inline-confidentialPhil Hughes2017-05-171-0/+1
| |\ \ | | |/ | | | | | | [ci skip]
| | * Added description field to inline edit formPhil Hughes2017-05-151-0/+1
| | | | | | | | | | | | [ci skip]
| | * Issue inline edit title fieldPhil Hughes2017-05-151-1/+3
| | | | | | | | | | | | [ci skip]
| * | Added inline confidential fieldPhil Hughes2017-05-151-0/+1
| | | | | | | | | | | | [ci skip]
| * | Issue inline edit title fieldPhil Hughes2017-05-151-1/+3
| |/ | | | | | | [ci skip]
| * Added inline issue edit form actionsPhil Hughes2017-05-151-0/+1
| | | | | | | | [ci skip]
* | Port fix-realtime-edited-text-for-issues 9-2-stable fix to master.Luke "Jared" Bennett2017-05-311-1/+8
|/
* Fixed a bunch of errors with invalid propPhil Hughes2017-05-101-2/+2
| | | | Use v-model on textrea
* Refactored issue tealtime elementsPhil Hughes2017-05-101-0/+25
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