summaryrefslogtreecommitdiff
path: root/spec/javascripts/issue_show
Commit message (Collapse)AuthorAgeFilesLines
* Autosave description in epicsRajat Jain2019-04-164-0/+80
| | | | | | When editing an epic, the progress was previously lost due to lack of localstorage syncing code. This commit adds support for localstorage sync.
* Remove .wiki and @md-typography mixin in favor of .md and .md-fileDouwe Maan2019-03-262-4/+4
| | | | | | | | | | | Before, the styling for `img:not(.emoji)`` was repeated between `.md:not(.use-csslab):not(.wiki)` (for comments and the Markdown preview), `.documentation.wiki` (for help pages), and `.issuable-details .description .wiki` (for MR and issue descriptions). In these places, we now simply use `.md`. Wherever we use `.md` but don't want this image styling (like wikis and blobs), `.md-file` is added.
* Add fast tasklist support to MR tasklistFatih Acet2019-02-071-3/+7
| | | | Also adds specs and fixes existing specs
* Simplify and unify Promise mocks in app_spec fileFatih Acet2019-01-301-61/+43
|
* Stop closing issue edit form in error stateFatih Acet2019-01-301-3/+3
|
* Address review comments and fix commented specFatih Acet2019-01-301-17/+22
|
* Some cleanup and improvements on frontent logicFatih Acet2019-01-301-1/+1
|
* Add missing specs.Fatih Acet2019-01-302-0/+27
|
* Add new spec for updateStoreState methodFatih Acet2019-01-301-0/+18
|
* Fix failing specs and lint errors.Fatih Acet2019-01-301-0/+3
|
* Show error message from backendFatih Acet2019-01-301-2/+2
|
* Accept lockVersion as a prop and add to storeFatih Acet2019-01-302-6/+22
|
* Remove redundant specs for tooltipGeorge Tsiolis2018-11-211-10/+0
|
* Prettify remaining files with differences in CE and EEMike Greiling2018-10-311-12/+6
|
* Resolve eslint violationsMike Greiling2018-10-172-2/+6
|
* Prettify all spec filesMike Greiling2018-10-177-249/+205
|
* enable jasmine/new-line-before-expectJohann Hubert Sonntagbauer2018-10-173-0/+8
|
* Merge branch 'security-acet-issue-details' into 'master'Bob Van Landuyt2018-10-011-0/+19
|\ | | | | | | | | [master] Fix XSS on Issue details page. See merge request gitlab/gitlabhq!2468
| * Properly sanitize JSON data to fix XSS on Issue details page.Fatih Acet2018-09-111-0/+19
| |
* | Merge branch 'ce-7013-add-epics-close-support' into 'master'Douglas Barbosa Alexandre2018-09-252-0/+2
|\ \ | | | | | | | | | | | | CE port of Adding state to epics See merge request gitlab-org/gitlab-ce!21771
| * | Bacport FE changes from Closing Epicsce-7013-add-epics-close-supportJarka Košanová2018-09-242-0/+2
| |/ | | | | | | Backport of js and vue files from closing epics
* | Unite green buttons under one css classDmitriy Zaporozhets2018-09-191-6/+6
|/ | | | | | Rename btn-new, btn-create and btn-save to btn-success Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Replace author_link snake case in specsGeorge Tsiolis2018-07-242-5/+5
|
* Enable no-restricted-globals in JS filesgfyoung2018-06-151-2/+2
|
* convert remaining instances of import * to use spyOnDependencyMike Greiling2018-04-232-25/+15
|
* move render_gfm into behaviors directoryMike Greiling2018-03-191-2/+1
|
* require jQuery to be explicitly importedremove-jquery-globalsMike Greiling2018-03-091-0/+1
|
* Move EE-specific JavaScript files to ee/app/assets/javascriptsRémy Coutable2018-02-262-2/+2
|
* Use restore() instead of reset() for removing axios MockAdapterwinh-axios-mock-restoreWinnie Hellmann2018-01-231-1/+1
|
* Add confirm when navigating away from page with tests.Jacob Schatz2018-01-181-0/+33
|
* Tidy up main JS filemain-js-tidy-upPhil Hughes2018-01-102-4/+0
|
* Switch issue_show to AxiosEric Eastwood2018-01-022-78/+55
|
* Rename recaptcha-dialog to recaptcha-modalWinnie Hellmann2017-12-122-5/+5
|
* Merge branch 'master' into 'url-utility-es-module'Phil Hughes2017-12-112-0/+79
|\ | | | | | | # 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-0/+79
| |
* | use exported methods instead of gl.utilsPhil Hughes2017-12-081-7/+8
|/
* Export template selector as ES6 modulesFilipa Lacerda2017-12-061-1/+0
|
* Merge branch 'backport-border-inline-edit' into 'master'Fatih Acet2017-11-291-4/+4
|\ | | | | | | | | 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-4/+4
| |
* | Backport epic tasklistClement Ho2017-11-292-40/+64
|/
* 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
|