summaryrefslogtreecommitdiff
path: root/spec/features/copy_as_gfm_spec.rb
Commit message (Collapse)AuthorAgeFilesLines
* Remove superfluous type defs in specsKeifer Furzland2017-07-271-1/+1
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Auto-correct ProjectPathHelper violationsRobert Speicher2017-07-061-8/+8
|
* Change gitlab_sign_in to sign_in where possibleRobert Speicher2017-06-291-1/+1
|
* Change `login_as` uses to `gitlab_sign_in`Robert Speicher2017-06-191-1/+1
|
* Add specDouwe Maan2017-05-241-0/+19
|
* Merge branch 'dm-copy-as-gfm-without-empty-elements' into 'master'Filipa Lacerda2017-05-241-3/+13
|\ | | | | | | | | Don't copy empty elements that were not selected on purpose as GFM See merge request !11520
| * Add specDouwe Maan2017-05-231-0/+13
| |
| * Don't copy empty elements that were not selected on purpose as GFMDouwe Maan2017-05-181-3/+0
| |
* | Use wait_for_requests to wait all JS requestwait-for-ajax-handling-all-js-requestsOswaldo Ferreira2017-05-221-2/+2
|/
* Enable the Style/TrailingCommaInArguments copRémy Coutable2017-05-101-1/+1
| | | | | | Use the EnforcedStyleForMultiline: no_comma option. Signed-off-by: Rémy Coutable <remy@rymai.me>
* Use new renamed markup methoddm-blob-viewersDouwe Maan2017-04-271-0/+2
|
* Rename GitlabMarkdownHelper -> MarkupHelperToon Claes2017-04-271-1/+1
| | | | It does more than solely GitLab Markdown, so rename to MarkupHelper.
* Use `:empty_project` where possible in top-level feature specsrs-empty-project-featuresRobert Speicher2017-04-201-1/+1
|
* remove all references to the .es6 in our config files and documentationremove-es6-extension-configurationMike Greiling2017-03-151-1/+1
|
* Remove selectionToGFMdm-copy-code-as-gfmDouwe Maan2017-03-141-2/+7
|
* Fix specsDouwe Maan2017-03-141-1/+1
|
* Document tag option and clarify specDouwe Maan2017-03-141-1/+1
|
* Copy code as GFM from diffs, blobs and GFM code blocksDouwe Maan2017-03-141-315/+467
|
* Merge branch '26371-native-emojis-v3' into 'master' Filipa Lacerda2017-03-071-1/+1
|\ | | | | | | | | | | | | Add emoji images - Base Native Unicode Emojis Closes #26371 See merge request !9569
| * Use native unicode emojisEric Eastwood2017-03-061-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - gl_emoji for falling back to image/css-sprite when the browser doesn't support an emoji - Markdown rendering (Banzai filter) - Autocomplete - Award emoji menu - Perceived perf - Immediate response because we now build client-side - Update `digests.json` generation in gemojione rake task to be more useful and include `unicodeVersion` MR: !9437 See issues - #26371 - #27250 - #22474
* | SanitizationFilter allows html5 details and summary (Issue #21605)James2017-03-061-0/+4
|/ | | | Also adds details/summary tags to Copy-as-GFM
* Correctly transform an anchor link to GFM when copying itDouwe Maan2017-02-091-0/+2
|
* Run tests in a single browser sessionDouwe Maan2017-01-241-66/+81
|
* Improve handling of code blocks containing triple backticksDouwe Maan2017-01-191-1/+11
|
* Improve support for linebreaks, tables and nested blockquotes in listsDouwe Maan2017-01-191-7/+22
|
* Properly copy/paste allowed HTMLDouwe Maan2017-01-191-0/+31
|
* Satisfy RubocopDouwe Maan2017-01-181-2/+0
|
* Add more SyntaxHighlightFilter and MathFilter testsDouwe Maan2017-01-171-16/+141
|
* Improve specDouwe Maan2017-01-161-151/+155
|
* Copying a rendered issue/comment will paste into GFM textareas as actual GFMDouwe Maan2017-01-161-0/+234