summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/issue_show
Commit message (Collapse)AuthorAgeFilesLines
* Move "Move to different project" to sidebar34261-move-move-to-sidebarEric Eastwood2017-09-035-121/+0
| | | | Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/34261
* Merge branch 'master' into issue-discussions-refactorDouwe Maan2017-08-311-1/+1
|\ | | | | | | | | # Conflicts: # app/models/issue.rb
| * Fix invalid attribute used for time-ago-tooltip componentClement Ho2017-08-301-1/+1
| |
* | Rename a few attribute suffixes from `_url` to `_path`Douwe Maan2017-08-175-21/+21
|/
* Update vue-resourceFilipa Lacerda2017-07-121-4/+1
|
* refactor TaskList class to ES module syntaxMike Greiling2017-07-061-1/+2
|
* Merge branch 'issue-inline-edit-quick-submit' into 'master'Filipa Lacerda2017-06-262-2/+4
|\ | | | | | | | | | | | | Fixes ctrl+enter not submit issue edit form Closes #33758 See merge request !12422
| * Fixes ctrl+enter not submit issue edit formissue-inline-edit-quick-submitPhil Hughes2017-06-242-2/+4
| | | | | | | | Closes #33758
* | Add support for multiple tooltips in the same Vue componentEric Eastwood2017-06-231-6/+6
|/ | | | Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/33223
* don't show "Someone edited the issue" warning when saving issue33904-edit-issue-warningSimon Knox2017-06-222-10/+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-204-31/+25
| | | | | | | | | | | 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
* Fix issue description syntax highlighting and math rendering33877-fix-issue-description-highlight-and-mathEric Eastwood2017-06-191-1/+1
| | | | | | | | Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/33877 Regressed in https://gitlab.com/gitlab-org/gitlab-ce/commit/5a95d6f8dae00b31b694759c6ddbf6d83b1a7890#3a15290e7696397415523e0b664aceb3dd4010ae_0_46 where the ref no longer matches what we call `renderGFM` on.
* Rename "Slash commands" to "Quick actions"Eric Eastwood2017-06-151-1/+1
| | | | | | | | | | | | | Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/27070 Deprecate "chat commands" in favor of "slash commands" We looked for things like: - `slash commmand` - `slash_command` - `slash-command` - `SlashCommand`
* Fix up merge issuesfix-realtime-edited-text-for-issues-9-3Luke "Jared" Bennett2017-06-021-0/+3
|
* Merge remote-tracking branch 'origin/master' into ↵Luke "Jared" Bennett2017-06-0216-78/+775
|\ | | | | | | fix-realtime-edited-text-for-issues-9-3
| * enable meta+enter shortcut to quick submitissue-edit-inlinePhil Hughes2017-05-304-6/+21
| |
| * fixed issuable shortcuts not workingPhil Hughes2017-05-303-3/+9
| | | | | | | | moved setstate method into store
| * fixed up weird karma specs with tooltipPhil Hughes2017-05-261-1/+1
| | | | | | | | the tooltip mixin was changed because of a weird bug where the tooltip wouldn't show. This was wrong as the bug was actually caused by the text utility method
| * Merge branch 'issue-edit-inline' into issue-edit-inline-project-move-warningPhil Hughes2017-05-262-2/+3
| |\ | | | | | | | | | [ci skip]
| | * fixed GFM references not workingPhil Hughes2017-05-251-1/+2
| | | | | | | | | | | | [ci skip]
| | * fixed move issue specsPhil Hughes2017-05-251-1/+1
| | | | | | | | | | | | [ci skip]
| * | use formState to update loading of save buttonissue-edit-inline-project-move-warningPhil Hughes2017-05-263-15/+7
| | | | | | | | | | | | [ci skip]
| * | Warn before moving issue in inline edit formPhil Hughes2017-05-252-2/+19
| |/ | | | | | | [ci skip]
| * renamed path to web_url in endpointPhil Hughes2017-05-251-2/+2
| |
| * Changed all data to come through the JSON script elementPhil Hughes2017-05-243-35/+14
| | | | | | | | [ci skip]
| * Merge branch 'issue-edit-inline-getdata-after-update' into 'issue-edit-inline'Filipa Lacerda2017-05-241-0/+5
| |\ | | | | | | | | | | | | Get new data after inline edit save See merge request !11601
| | * Get new data after inline edit saveissue-edit-inline-getdata-after-updatePhil Hughes2017-05-221-0/+5
| | | | | | | | | | | | [ci skip]
| * | Merge branch 'issue-edit-inline' into issue-edit-inline-description-templatePhil Hughes2017-05-225-4/+42
| |\ \ | | |/ | | | | | | [ci skip]
| | * Added test to check if warning is not visiblePhil Hughes2017-05-221-1/+2
| | | | | | | | | | | | [ci skip]
| | * Removed role from linkissue-edit-inline-locked-warningPhil Hughes2017-05-221-2/+1
| | | | | | | | | | | | [ci skip]
| | * Merge branch 'issue-edit-inline' into issue-edit-inline-locked-warningPhil Hughes2017-05-226-7/+124
| | |\ | | | | | | | | | | | | [ci skip]
| | * | Added specs for testing when warning is visiblePhil Hughes2017-05-182-17/+8
| | | | | | | | | | | | | | | | [ci skip]
| | * | Show warning if realtime data has changed since the form has openedPhil Hughes2017-05-184-3/+50
| | | |
| * | | added label to buttonPhil Hughes2017-05-221-4/+4
| | | | | | | | | | | | | | | | [ci skip]
| * | | Moved value into computed propertyissue-edit-inline-description-templatePhil Hughes2017-05-223-6/+9
| | | | | | | | | | | | | | | | | | | | | | | | Changed jQuery selector into document.querySelector [ci skip]
| * | | Merge branch 'issue-edit-inline' into issue-edit-inline-description-templatePhil Hughes2017-05-227-14/+140
| |\ \ \ | | | |/ | | |/| | | | | [ci skip]
| | * | Removed un-used CSSissue-edit-inline-move-projectPhil Hughes2017-05-182-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | Fixed random if statement [ci skip]
| | * | Merge branch 'issue-edit-inline' into issue-edit-inline-move-projectPhil Hughes2017-05-187-9/+62
| | |\ \ | | | |/ | | | | | | | | [ci skip]
| | | * Merge branch 'auto-focus-description-field' into 'issue-edit-inline'Filipa Lacerda2017-05-181-1/+4
| | | |\ | | | | | | | | | | | | | | | | | | | | Focus the description field in the inline form when mounted See merge request !11441
| | | | * Focus the description field in the inline form when mountedPhil Hughes2017-05-171-1/+4
| | | | | | | | | | | | | | | | | | | | [ci skip]
| | | * | Stops formState from updating if the form is already openissue-edit-inline-stop-edit-button-reseting-statePhil Hughes2017-05-171-6/+8
| | | | | | | | | | | | | | | | | | | | [ci skip]
| | * | | Added move to project in issue inline edit formPhil Hughes2017-05-176-3/+124
| | | |/ | | |/| | | | | | | | | [ci skip]
| * | | Merge branch 'issue-edit-inline' into issue-edit-inline-description-templatePhil Hughes2017-05-176-4/+55
| |\ \ \ | | | |/ | | |/| | | | | [ci skip]
| | * | Merge branch 'issue-edit-inline-confidential' into 'issue-edit-inline' Filipa Lacerda2017-05-175-1/+43
| | |\ \ | | | | | | | | | | | | | | | | | | | | Issue edit inline confidential See merge request !11389
| | | * \ Merge branch 'issue-edit-inline' into issue-edit-inline-confidentialissue-edit-inline-confidentialPhil Hughes2017-05-176-3/+85
| | | |\ \ | | | | |/ | | | | | | | | | | [ci skip]
| | | * | Use dash instead of underscorePhil Hughes2017-05-161-2/+2
| | | | | | | | | | | | | | | | | | | | [ci skip]
| | | * | Merge branch 'issue-edit-inline' into issue-edit-inline-confidentialPhil Hughes2017-05-164-55/+64
| | | |\ \
| | | * | | Added inline confidential fieldPhil Hughes2017-05-154-1/+44
| | | | | | | | | | | | | | | | | | | | | | | | [ci skip]
| | * | | | Merge branch 'issue-edit-inline-title-validation' into 'issue-edit-inline' Filipa Lacerda2017-05-172-2/+12
| | |\ \ \ \ | | | |_|_|/ | | |/| | | | | | | | | | | | | | | Disable inline submit button when title is blank See merge request !11409
| | | * | | Disable inline submit button when title is blankissue-edit-inline-title-validationPhil Hughes2017-05-162-2/+12
| | | | |/ | | | |/| | | | | | | | | | | [ci skip]