summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/issue_show/components/app.vue
Commit message (Expand)AuthorAgeFilesLines
* Add inline edit button to issue_show appClement Ho2017-10-171-3/+13
* karma spec fixesPhil Hughes2017-10-101-3/+2
* Flash is now a ES6 modulePhil Hughes2017-10-101-1/+1
* Remove confidential toggle checkbox and related code as no longer necessary37454-remove-confidential-cb-edit-issuekushalpandya2017-09-111-7/+0
* Move "Move to different project" to sidebar34261-move-move-to-sidebarEric Eastwood2017-09-031-21/+0
* Rename a few attribute suffixes from `_url` to `_path`Douwe Maan2017-08-171-6/+6
* Update vue-resourceFilipa Lacerda2017-07-121-4/+1
* don't show "Someone edited the issue" warning when saving issue33904-edit-issue-warningSimon Knox2017-06-221-6/+0
* Stop showing task status if no tasks are presentPhil Hughes2017-06-201-0/+6
* Fix up merge issuesfix-realtime-edited-text-for-issues-9-3Luke "Jared" Bennett2017-06-021-0/+3
* Merge remote-tracking branch 'origin/master' into fix-realtime-edited-text-fo...Luke "Jared" Bennett2017-06-021-27/+171
|\
| * fixed issuable shortcuts not workingPhil Hughes2017-05-301-2/+4
| * use formState to update loading of save buttonissue-edit-inline-project-move-warningPhil Hughes2017-05-261-1/+2
| * Warn before moving issue in inline edit formPhil Hughes2017-05-251-1/+9
| * renamed path to web_url in endpointPhil Hughes2017-05-251-2/+2
| * Changed all data to come through the JSON script elementPhil Hughes2017-05-241-2/+8
| * Merge branch 'issue-edit-inline-getdata-after-update' into 'issue-edit-inline'Filipa Lacerda2017-05-241-0/+5
| |\
| | * Get new data after inline edit saveissue-edit-inline-getdata-after-updatePhil Hughes2017-05-221-0/+5
| * | Merge branch 'issue-edit-inline' into issue-edit-inline-description-templatePhil Hughes2017-05-221-3/+10
| |\ \ | | |/
| | * Merge branch 'issue-edit-inline' into issue-edit-inline-locked-warningPhil Hughes2017-05-221-6/+19
| | |\
| | * | Show warning if realtime data has changed since the form has openedPhil Hughes2017-05-181-3/+10
| * | | Merge branch 'issue-edit-inline' into issue-edit-inline-description-templatePhil Hughes2017-05-221-12/+28
| |\ \ \ | | | |/ | | |/|
| | * | Removed un-used CSSissue-edit-inline-move-projectPhil Hughes2017-05-181-2/+3
| | * | Merge branch 'issue-edit-inline' into issue-edit-inline-move-projectPhil Hughes2017-05-181-6/+15
| | |\ \ | | | |/
| | | * Stops formState from updating if the form is already openissue-edit-inline-stop-edit-button-reseting-statePhil Hughes2017-05-171-6/+8
| | * | Added move to project in issue inline edit formPhil Hughes2017-05-171-2/+18
| * | | Merge branch 'issue-edit-inline' into issue-edit-inline-description-templatePhil Hughes2017-05-171-1/+12
| |\ \ \ | | | |/ | | |/|
| | * | Merge branch 'issue-edit-inline' into issue-edit-inline-confidentialissue-edit-inline-confidentialPhil Hughes2017-05-171-1/+12
| | |\ \ | | | |/
| | * | Merge branch 'issue-edit-inline' into issue-edit-inline-confidentialPhil Hughes2017-05-161-25/+18
| | |\ \
| | * | | Added inline confidential fieldPhil Hughes2017-05-151-1/+17
| * | | | Fixed up the template dropdown to correctly workPhil Hughes2017-05-161-1/+11
| * | | | Merge branch 'issue-edit-inline' into issue-edit-inline-description-templatePhil Hughes2017-05-161-1/+12
| |\ \ \ \ | | | |_|/ | | |/| |
| | * | | Merge branch 'issue-edit-inline' into issue-edit-inline-description-fieldPhil Hughes2017-05-161-22/+30
| | |\ \ \ | | | | |/ | | | |/|
| | * | | Added markdown docs linkPhil Hughes2017-05-151-5/+6
| | * | | Added description field to inline edit formPhil Hughes2017-05-151-12/+13
| | * | | Issue inline edit title fieldPhil Hughes2017-05-151-1/+19
| * | | | Added spec for rendering the selectorPhil Hughes2017-05-161-1/+2
| * | | | Merge branch 'issue-edit-inline' into issue-edit-inline-description-templatePhil Hughes2017-05-161-20/+20
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | Created form component instead of using :is incorrectlyPhil Hughes2017-05-161-20/+18
| | | |/ | | |/|
| | * | Stop passing through the store objectissue-edit-inline-title-fieldPhil Hughes2017-05-151-1/+4
| * | | Added description template selectorPhil Hughes2017-05-151-1/+7
| |/ /
| * | for open.form eventPhil Hughes2017-05-151-0/+1
| * | Fixed form not sending correct dataPhil Hughes2017-05-151-3/+6
| * | Issue inline edit title fieldPhil Hughes2017-05-151-5/+17
| |/
| * Moved json parsing out of servicePhil Hughes2017-05-151-0/+1
| * Stop the polling before changing the locationPhil Hughes2017-05-151-2/+2
| * Shows delete button if permissions are correctPhil Hughes2017-05-151-1/+6
| * Added inline issue edit form actionsPhil Hughes2017-05-151-6/+49
* | Review changes, improve editable helper spec and add hasUpdated computer to i...Luke "Jared" Bennett2017-05-311-1/+6
* | Port fix-realtime-edited-text-for-issues 9-2-stable fix to master.Luke "Jared" Bennett2017-05-311-1/+26
|/