summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/behaviors
Commit message (Collapse)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@13-7-stable-eev13.7.0-rc42GitLab Bot2020-12-172-13/+21
|
* Add latest changes from gitlab-org/security/gitlab@13-6-stable-eeGitLab Bot2020-12-041-6/+26
|
* Add latest changes from gitlab-org/gitlab@13-6-stable-eev13.6.0-rc42GitLab Bot2020-11-198-43/+70
|
* Add latest changes from gitlab-org/gitlab@13-5-stable-eev13.5.0-rc42GitLab Bot2020-10-219-26/+148
|
* Add latest changes from gitlab-org/gitlab@13-4-stable-eeGitLab Bot2020-09-198-26/+158
|
* Add latest changes from gitlab-org/gitlab@13-3-stable-eeGitLab Bot2020-08-205-5/+9
|
* Add latest changes from gitlab-org/gitlab@13-2-stable-eeGitLab Bot2020-07-207-62/+132
|
* Add latest changes from gitlab-org/gitlab@13-1-stable-eeGitLab Bot2020-06-181-1/+2
|
* Add latest changes from gitlab-org/gitlab@13-0-stable-eeGitLab Bot2020-05-207-19/+34
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-03-311-7/+27
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-03-181-1/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-03-161-45/+108
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-03-121-0/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-02-174-2/+122
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-02-172-5/+5
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-02-101-0/+3
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-01-311-1/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-01-281-3/+44
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-01-2212-108/+104
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-01-091-30/+64
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-12-311-0/+88
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-12-242-2/+2
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-12-092-2/+2
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-11-141-24/+16
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-10-092-0/+55
|
* Only render fixed number of mermaid blocksRajat Jain2019-09-301-1/+4
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-241-1/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-241-25/+21
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-182-3/+3
|
* Update keyboard shortcuts modal and docMarcel Amirault2019-09-065-15/+1
| | | | | Add missing shortcuts, remove shortcuts that don't exist, and reorder as needed
* Add argument to catchss/fix-sast-failure-on-mastersstern2019-08-301-1/+1
|
* Merge branch 'security-katex-dos-master' into 'master'GitLab Release Tools Bot2019-08-291-18/+128
|\ | | | | | | | | Enforce max chars and max render time in markdown math See merge request gitlab/gitlabhq!3277
| * Enforce max chars and max render time in markdown mathMartin Hanzel2019-08-061-18/+128
| | | | | | | | | | | | KaTeX math will now render progressivly and asynchronously. There are upper limits on the character count of each formula, and on cumulative render time.
* | Add nonce to eval in shortcuts.jsadd-nonce-to-shortcuts-evalHeinrich Lee Yu2019-08-151-2/+2
| | | | | | | | | | Prevents the eval script being blocked when we have CSP rules to disable inline scripts
* | Resolve "Add externalization and fix regression in shortcuts helper modal"Thomas Randolph2019-08-121-0/+2
| |
* | Remove gfm_embed_metrics flag from BETristan Read2019-08-091-3/+1
| | | | | | | | | | | | Removes the feature flag that controls whether metrics dashboard urls unfurl the metrics dashboard charts.
* | Revert "Fixed comparing value to undefined"Natalia Tepluhina2019-08-061-0/+4
|/ | | | This reverts commit d754beb74fbc06a2c744e15be4aa2831d8cef1c0.
* Update Mermaid to v8.2.3sh-update-mermaidStan Hu2019-07-231-0/+1
| | | | | | | | | | This fixes fill colors not working with Mermaid and pulls in a number of other fixes. * https://github.com/knsv/mermaid/blob/master/CHANGELOG.md * https://github.com/knsv/mermaid/#special-note-regarding-version-82 Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/64601
* Add ability to embed metricsTristan Read2019-07-222-0/+28
| | | | See https://gitlab.com/gitlab-org/gitlab-ce/issues/30423
* Fix linebreak rendering in Mermaid flowchartsMartin Hanzel2019-07-161-1/+2
|
* Update Mermaid to 8.1.0Stan Hu2019-06-251-0/+8
| | | | | | | | | This fixes dotted lines not rendering when the htmlLabels setting is false (https://github.com/knsv/mermaid/pull/828). Full list of changes: https://github.com/knsv/mermaid/releases Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/60869
* 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
* Fix typos in the whole gitlab-ce projectYoginth2019-05-201-1/+1
|
* Internationalisation of behaviors directoryBrandon Labuschagne2019-05-014-6/+11
| | | | | | | | This is one of many MRs opened in order to improve the overall internationalisation of the GitLab codebase. i18n documentation https://docs.gitlab.com/ee/development/i18n/externalization.html
* Move EE specific GfmAutocomplete code to EE file10096-gfm-autocomplete-ceRajat Jain2019-04-241-1/+1
| | | | | Refactor GfmAutocomplete and create a new EE counterpart which is referenced through `ee_else_ce`
* Revert "Merge branch 'tz-reorganise-digests-json' into 'master'"tz-revert-new-emojis-loadingTim Zallmann2019-04-101-62/+35
| | | | Reverts the loading of emojis and its images to move forward with RC
* Add .code to all tables holding diffsDouwe Maan2019-03-261-1/+1
| | | | | We need this to be able to distinguish between Markdown tables and diff tables.
* 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 merge request popover with detailsSam Bigelow2019-03-211-0/+2
| | | | | | | | | - Show pipeline status, title, MR Status and project path - Popover attached to gitlab flavored markdown everywhere, including: + MR/Issue Title + MR/Issue description + MR/Issue comments + Rendered markdown files
* Moved all emojis to the public folderTim Zallmann2019-03-071-35/+62
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Created new emojis map in public folder Renamed folder to emojis Loading now the emojis from Localstorage or from Server Moved all emojis to the public folder Loading the emojis.json file now through AJAX Loads now the map in the web element instead when building the emoji tag Updated the custom Element Setup to modern method Fixed Emoji Karma Specs for async loading Loading now the emojis from Localstorage or from Server Loads now the map in the web element instead when building the emoji tag Fixed problem with FIXTURE_PATH for emojis fixtures Fixes Linting Error in gemojione.rake Fixed Emoji Karma Specs Fix static type check in gemojione and check if already registered Testing if the Emoji Support Check is failing Rspec Change of CLass Name, returning true on check to test Fixes failing Emoji RSpec Tests Moved Emojis into public/-/emojis/1/ Fixed Linting Errors in gl_emoji Fix to fixtures creation for emojis Fixed path spec for new subdirectory -/emojis Optimized emojis.json output Fix for Emoji Spec failure due to unicode dataset Better catch handling for emojis