summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/issue_show
Commit message (Collapse)AuthorAgeFilesLines
* Switch issue_show to AxiosEric Eastwood2018-01-022-20/+11
|
* Show inline edit button for issuesClement Ho2017-12-193-9/+2
|
* Merge branch 'issue-description-field-typo' into 'master'Fatih Acet2017-12-131-1/+1
|\ | | | | | | | | | | | | Corrected typo in quick action data attribute Closes #41035 See merge request gitlab-org/gitlab-ce!15872
| * Merge branch 'master' into issue-description-field-typoMarcus Amargi2017-12-121-1/+1
| |\
| * | corrected typo in quick action data attributeMarcus Amargi2017-12-111-1/+1
| | |
* | | Merge branch 'winh-unify-modals' into 'master'Filipa Lacerda2017-12-132-8/+8
|\ \ \ | |_|/ |/| | | | | | | | Unify dialog modal/popup dialog/confirmation dialog/modal to modal See merge request gitlab-org/gitlab-ce!15865
| * | Rename recaptcha-dialog to recaptcha-modalWinnie Hellmann2017-12-122-8/+8
| |/
* | Merge branch 'add-js-prefix-issuable-edit' into 'master'Filipa Lacerda2017-12-121-1/+1
|\ \ | |/ |/| | | | | | | | | Add js prefix for issuable-edit Closes #40965 See merge request gitlab-org/gitlab-ce!15813
| * Add js prefix for issuable-editadd-js-prefix-issuable-editClement Ho2017-12-081-1/+1
| |
* | updated importsurl-utility-es-modulePhil Hughes2017-12-111-3/+3
| |
* | Merge branch 'master' into 'url-utility-es-module'Phil Hughes2017-12-112-31/+81
|\ \ | |/ | | | | # Conflicts: # app/assets/javascripts/issue_show/components/app.vue
| * Resolve "No feedback when checking on checklist if potential spam was detected"Luke Bennett2017-12-082-31/+81
| |
* | use exported methods instead of gl.utilsPhil Hughes2017-12-081-3/+3
|/
* Resolve "updateEndpoint undefined on Issue page"Luke Bennett2017-12-071-25/+2
|
* Export template selector as ES6 modulesFilipa Lacerda2017-12-061-1/+3
|
* Merge branch 'backport-border-inline-edit' into 'master'Fatih Acet2017-11-291-1/+1
|\ | | | | | | | | Backport - Add border for epic edit button See merge request gitlab-org/gitlab-ce!15637
| * Backport border inline editbackport-border-inline-editClement Ho2017-11-281-1/+1
| |
* | Backport epic tasklistClement Ho2017-11-292-2/+20
|/
* backport disable autocompletebackport-disable-autocompleteClement Ho2017-11-223-2/+22
|
* Backport ability to enable/disable file attachments in issuable formClement Ho2017-11-213-2/+20
|
* Backport delete epic changesbackport-delete-epicClement Ho2017-11-153-5/+30
|
* Use title as placeholder instead of issue title for reusabilityClement Ho2017-10-201-4/+4
|
* Add inline edit button to issue_show appClement Ho2017-10-172-12/+60
|
* removed global eslint for remaining filesflash-es6-modulePhil Hughes2017-10-101-1/+0
|
* karma spec fixesPhil Hughes2017-10-101-3/+2
|
* Flash is now a ES6 modulePhil Hughes2017-10-101-1/+1
| | | | | | | | | | | Reduced the technical debt around our JS flash function by making it a module that is imported rather than relying on the global function. The global function still exists mainly for technical debt with how some requests are being completed, but new JS should import the module directly. Also reduces some tech debt in the file by removing the need for jQuery. Instead Flash is now 100% vanilla JS.
* Remove confidential toggle checkbox and related code as no longer necessary37454-remove-confidential-cb-edit-issuekushalpandya2017-09-115-36/+0
|
* 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]