summaryrefslogtreecommitdiff
path: root/spec/javascripts/issue_show
Commit message (Collapse)AuthorAgeFilesLines
* Backport border inline editbackport-border-inline-editClement Ho2017-11-281-4/+4
|
* Backport delete epic changesbackport-delete-epicClement Ho2017-11-152-14/+46
|
* Add inline edit button to issue_show appClement Ho2017-10-172-3/+47
|
* Remove confidential toggle checkbox and related code as no longer necessary37454-remove-confidential-cb-edit-issuekushalpandya2017-09-111-25/+0
|
* Move "Move to different project" to sidebar34261-move-move-to-sidebarEric Eastwood2017-09-033-60/+1
| | | | Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/34261
* Merge branch 'master' into issue-discussions-refactorDouwe Maan2017-08-311-0/+10
|\ | | | | | | | | # Conflicts: # app/models/issue.rb
| * Fix invalid attribute used for time-ago-tooltip componentClement Ho2017-08-301-0/+10
| |
* | Rename a few attribute suffixes from `_url` to `_path`Douwe Maan2017-08-174-9/+9
|/
* Update vue-resourceFilipa Lacerda2017-07-121-28/+27
|
* refactor TaskList class to ES module syntaxMike Greiling2017-07-061-26/+28
|
* Remove empty afterEach() from issue_show app_spec.jswinh-issue-show-aftereachWinnie Hellmann2017-06-291-3/+0
|
* Fixes ctrl+enter not submit issue edit formissue-inline-edit-quick-submitPhil Hughes2017-06-243-0/+50
| | | | Closes #33758
* Make JavaScript tests fail for unhandled Promise rejectionsWinnie Hellmann2017-06-231-39/+46
|
* Stop showing task status if no tasks are presentPhil Hughes2017-06-201-0/+12
| | | | | | | | | | | 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
* Clean up Vue warnings in testsWinnie Hellmann2017-06-201-1/+0
|
* Fix issue description syntax highlighting and math rendering33877-fix-issue-description-highlight-and-mathEric Eastwood2017-06-191-0/+16
| | | | | | | | 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.
* fix frontend test failures after jasmine upgradekarma-headless-chrome-reduxMike Greiling2017-06-151-1/+1
|
* Merge remote-tracking branch 'origin/master' into ↵Luke "Jared" Bennett2017-06-028-1/+701
|\ | | | | | | fix-realtime-edited-text-for-issues-9-3
| * fixed issuable shortcuts not workingPhil Hughes2017-05-301-1/+1
| | | | | | | | moved setstate method into store
| * Warn before moving issue in inline edit formPhil Hughes2017-05-251-1/+21
| | | | | | | | [ci skip]
| * renamed path to web_url in endpointPhil Hughes2017-05-251-6/+6
| |
| * fixed karma failuresPhil Hughes2017-05-241-3/+3
| | | | | | | | [ci skip]
| * Merge branch 'issue-edit-inline-getdata-after-update' into 'issue-edit-inline'Filipa Lacerda2017-05-241-0/+24
| |\ | | | | | | | | | | | | 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/+24
| | | | | | | | | | | | [ci skip]
| * | Merge branch 'issue-edit-inline' into issue-edit-inline-description-templatePhil Hughes2017-05-223-0/+57
| |\ \ | | |/ | | | | | | [ci skip]
| | * Added test to check if warning is not visiblePhil Hughes2017-05-221-0/+8
| | | | | | | | | | | | [ci skip]
| | * Merge branch 'issue-edit-inline' into issue-edit-inline-locked-warningPhil Hughes2017-05-223-13/+124
| | |\ | | | | | | | | | | | | [ci skip]
| | * | Added specs for testing when warning is visiblePhil Hughes2017-05-182-0/+69
| | | | | | | | | | | | | | | | [ci skip]
| * | | Merge branch 'issue-edit-inline' into issue-edit-inline-description-templatePhil Hughes2017-05-223-6/+168
| |\ \ \ | | | |/ | | |/| | | | | [ci skip]
| | * | Merge branch 'issue-edit-inline-move-project' into 'issue-edit-inline'Filipa Lacerda2017-05-192-7/+96
| | |\ \ | | | | | | | | | | | | | | | | | | | | Added move to project in issue inline edit form See merge request !11437
| | | * | Removed un-used CSSissue-edit-inline-move-projectPhil Hughes2017-05-181-2/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed random if statement [ci skip]
| | | * | Added back a removed testPhil Hughes2017-05-181-1/+17
| | | | | | | | | | | | | | | | | | | | [ci skip]
| | | * | Merge branch 'issue-edit-inline' into issue-edit-inline-move-projectPhil Hughes2017-05-183-1/+79
| | | |\ \ | | | | |/ | | | | | | | | | | [ci skip]
| | | * | Added move to project in issue inline edit formPhil Hughes2017-05-172-1/+82
| | | | | | | | | | | | | | | | | | | | [ci skip]
| | * | | Merge branch 'issue-edit-inline' into issue-edit-inline-description-field-specsissue-edit-inline-description-field-specsPhil Hughes2017-05-183-2/+73
| | |\ \ \ | | | | |/ | | | |/| | | | | | [ci skip]
| | | * | Merge branch 'auto-focus-description-field' into 'issue-edit-inline'Filipa Lacerda2017-05-181-0/+34
| | | |\ \ | | | | | | | | | | | | | | | | | | | | | | | | Focus the description field in the inline form when mounted See merge request !11441
| | | | * | Fixed typoauto-focus-description-fieldPhil Hughes2017-05-181-1/+1
| | | | | |
| | | | * | Focus the description field in the inline form when mountedPhil Hughes2017-05-171-0/+34
| | | | |/ | | | | | | | | | | | | | | | [ci skip]
| | | * | Stops formState from updating if the form is already openissue-edit-inline-stop-edit-button-reseting-statePhil Hughes2017-05-171-2/+19
| | | | | | | | | | | | | | | | | | | | [ci skip]
| | * | | Added a test with markdownPhil Hughes2017-05-171-1/+13
| | | | | | | | | | | | | | | | | | | | [ci skip]
| | * | | Merge branch 'issue-edit-inline' into issue-edit-inline-description-field-specsPhil Hughes2017-05-163-19/+8
| | |\ \ \ | | | | |/ | | | |/| | | | | | [ci skip]
| | * | | Added specs for description fieldPhil Hughes2017-05-151-0/+34
| | | | | | | | | | | | | | | | | | | | [ci skip]
| * | | | Merge branch 'issue-edit-inline' into issue-edit-inline-description-templatePhil Hughes2017-05-172-0/+44
| |\ \ \ \ | | | |_|/ | | |/| | | | | | | [ci skip]
| | * | | Merge branch 'issue-edit-inline-confidential' into 'issue-edit-inline' Filipa Lacerda2017-05-171-0/+24
| | |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Issue edit inline confidential See merge request !11389
| | | * | | Added spec for window reloadPhil Hughes2017-05-161-12/+23
| | | | | | | | | | | | | | | | | | | | | | | | [ci skip]
| | | * | | Merge branch 'issue-edit-inline' into issue-edit-inline-confidentialPhil Hughes2017-05-161-1/+1
| | | |\ \ \
| | | * | | | Added inline confidential fieldPhil Hughes2017-05-151-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | [ci skip]
| | * | | | | Merge branch 'issue-edit-inline-title-validation' into 'issue-edit-inline' Filipa Lacerda2017-05-171-0/+20
| | |\ \ \ \ \ | | | |_|_|_|/ | | |/| | | | | | | | | | | | | | | | | | 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-161-0/+20
| | | | |/ / | | | |/| | | | | | | | | | | | | | [ci skip]
| * | | | | Fixed up the template dropdown to correctly workPhil Hughes2017-05-163-20/+92
| | | | | | | | | | | | | | | | | | | | | | | | [ci skip]