summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/issue_show
Commit message (Collapse)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@13-2-stable-eeGitLab Bot2020-07-207-30/+86
|
* Add latest changes from gitlab-org/gitlab@13-1-stable-eeGitLab Bot2020-06-183-15/+120
|
* Add latest changes from gitlab-org/gitlab@13-0-stable-eeGitLab Bot2020-05-203-21/+28
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-03-183-3/+3
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-02-202-5/+2
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-252-1/+48
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-191-4/+0
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-191-1/+0
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-183-4/+42
|
* Make it harder to delete issuables accidentallyStan Hu2019-08-293-5/+5
| | | | | | | | | | | | Previously submitting a DELETE request to an issuable URL would be enough to destroy it, but this should require human confirmation. We now require that the `destroy_confirm` parameter is set to a truthy value before this can complete. In addition, we log a Sentry error if a deletion arrived without confirmation. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/62387
* Backport: Issue sidebar trackingDonald Cook2019-08-211-0/+4
| | | | Added snowplow event tracking to Edit buttons
* Fix conflict warning being incorrectly displayed44036-someone-edited-the-issue-at-the-same-time-is-regularly-seen-despite-that-being-a-filthy-lieHeinrich Lee Yu2019-08-121-1/+4
| | | | Hide warning when update request is in progress
* Disable vue-i18n for non-autofix filesEzekiel Kigbo2019-08-083-0/+3
| | | | | | | Disables the vue-i18n eslint rules for files that are not able to be autofixed, this will stop these offences causing pipeline failures but they will need manual fixing.
* Fetch latest link in the description for zoom link, add more tests and ↵Rajendra kadam2019-07-172-27/+11
| | | | remove frontend spec unnecessary tests
* Fix broken vue i18n stringsAndré Luís2019-07-161-6/+15
|
* Vue-i18n: app/assets/javascripts/issue_show directoryEzekiel Kigbo2019-06-255-16/+32
| | | | | i18n linting for .vue files under the app/assets/javascripts/issue_show directory
* Add Join meeting button to Issues with Zoom links62966-embed-zoom-call-in-issue-mvcSimon Knox2019-06-142-0/+55
| | | | | Detect links containing zoom.us followed by j, s, or my Add link below Issue title that links to Zoom meeting
* Comply with `no-implicit-coercion` rule (CE)Nathan Friend2019-06-031-1/+1
| | | | | | | | This commit is the result of running `yarn eslint --fix` after enabling the `no-implicit-coercion` ESLint rule. This rule has been added to our ESLint config here: https://gitlab.com/gitlab-org/gitlab-eslint-config/merge_requests/14
* Backport EE MRqa-tentative-to-de-quarantine-e2e-testWalmyr Lima2019-06-031-1/+1
| | | | https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/13913
* Add auto direction to support rtl languagesAhmad Haghighi2019-04-254-0/+4
|
* Autosave description in epicsRajat Jain2019-04-164-4/+65
| | | | | | When editing an epic, the progress was previously lost due to lack of localstorage syncing code. This commit adds support for localstorage sync.
* Rewrite related MRs widget with Vue_acet-related-mrs-widget-rewriteFatih Acet2019-04-052-5/+17
| | | | | This MR rewrites existing Related Merge Requests widget with Vue with reusing shared Related Issues components
* Remove .wiki and @md-typography mixin in favor of .md and .md-fileDouwe Maan2019-03-261-1/+1
| | | | | | | | | | | 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-4/+10
| | | | Also adds specs and fixes existing specs
* Remove Redcarpet markdown engineJan Provaznik2019-02-043-18/+0
| | | | | This engine was replaced with CommonMarker in 11.4, it was deprecated since then.
* lockVersion should be required false and default 019745-forms-with-task-lists-can-be-overwritten-when-editing-simultaneouslyFatih Acet2019-02-011-1/+2
|
* Stop closing issue edit form in error stateFatih Acet2019-01-301-2/+0
|
* Address review comments and fix commented specFatih Acet2019-01-302-16/+17
|
* Some cleanup and improvements on frontent logicFatih Acet2019-01-302-6/+8
|
* Add missing specs.Fatih Acet2019-01-301-3/+5
|
* Add new spec for updateStoreState methodFatih Acet2019-01-301-7/+3
|
* Fix failing specs and lint errors.Fatih Acet2019-01-302-3/+12
|
* Handle tasklist update failed in app componentFatih Acet2019-01-302-2/+13
|
* Fix data coming down to error handler of tasklistFatih Acet2019-01-301-1/+2
|
* Pass tasklist lock versionBrett Walker2019-01-302-0/+11
| | | | receive data on when there is a conflict
* Show error message from backendFatih Acet2019-01-301-1/+7
|
* Accept lockVersion as a prop and add to storeFatih Acet2019-01-302-0/+8
|
* Prevent unload when Recaptcha is openRajat Jain2019-01-281-2/+3
|
* Prettify all the thingsMike Greiling2018-11-2010-116/+43
|
* Prettify issue_show and jobs modulesMike Greiling2018-10-1010-594/+588
|
* Adding qa-selectors for e2e testsRamya Authappan2018-10-054-5/+7
|
* Merge branch 'security-acet-issue-details' into 'master'Bob Van Landuyt2018-10-011-3/+4
|\ | | | | | | | | [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-3/+4
| |
* | Merge branch 'ce-7013-add-epics-close-support' into 'master'Douglas Barbosa Alexandre2018-09-253-1/+20
|\ \ | | | | | | | | | | | | 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-243-1/+20
| |/ | | | | | | Backport of js and vue files from closing epics
* | Resolve eslint-plugin-vue errorsMike Greiling2018-09-201-1/+1
| | | | | | | | | | | | The eslint-plugin-vue upgrade had some breaking changes to vue/attribute-order which needed to be resolved in order to avoid disabling the rule entirely
* | Unite green buttons under one css classDmitriy Zaporozhets2018-09-191-1/+1
|/ | | | | | 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 vue componentsGeorge Tsiolis2018-07-241-1/+1
|
* Use proper markdown rendering for previewsBrett Walker2018-07-063-0/+18
|
* :sparkles: use pre-existing components for title and descriptionPhil Hughes2018-07-051-56/+56
|