summaryrefslogtreecommitdiff
path: root/spec/features/markdown_spec.rb
Commit message (Collapse)AuthorAgeFilesLines
* Add tests for the wiki pipelineDouglas Barbosa Alexandre2016-01-141-5/+58
|
* Render milestone links as referencesDouwe Maan2015-12-241-0/+1
|
* Add post_process method to Gitlab::MarkdownRobert Speicher2015-09-011-1/+1
|
* Decouple Gitlab::Markdown from the GitlabMarkdownHelperRobert Speicher2015-08-271-1/+1
| | | | | This module is now the sole source of knowledge for *how* we render Markdown (and GFM).
* Fix failing specRobert Speicher2015-08-251-2/+2
|
* Remove user_color_scheme_classRobert Speicher2015-08-251-4/+0
| | | | | | | | | Instead of rendering this value server-side, we use Javascript and Gon to apply the user's color scheme (or the default) to any syntax highlighted code blocks. This will make it easier to cache these blocks in the future because they're no longer state-dependent.
* Remove the `gfm_with_options` helperrs-remove-gfm_with_optionsRobert Speicher2015-08-121-2/+2
| | | | It was redundant because `gfm` also took options.
* Fix setup/teardown for Markdown feature specrs-markdown-feature-pipelinesRobert Speicher2015-07-291-16/+9
| | | | Prior, CI seemed to be freezing after running these specs.
* Update Markdown feature to allow for multiple pipelinesRobert Speicher2015-07-281-163/+53
|
* Move MarkdownFeature to its own support fileRobert Speicher2015-07-281-115/+0
| | | | | This file's about to get much bigger and this removes some of the extra noise.
* Break up SanitizationFilter feature specsRobert Speicher2015-07-281-16/+37
|
* Use aggregate_failures where appropriateRobert Speicher2015-07-281-34/+53
|
* Minor Markdown feature spec reorganizationRobert Speicher2015-07-281-46/+47
|
* Simplify AutolinkFilter specsRobert Speicher2015-07-281-16/+12
|
* Add `feature` tag to feature specsRobert Speicher2015-07-061-1/+1
| | | | | Not to be confused with the RSpec `type: :feature` tag, this tag is used by the `spec:feature` Rake task for filtering/grouping specs.
* Add feature specs for Project and Group description renderingRobert Speicher2015-06-021-0/+2
|
* Add ExternalLinkFilter to Markdown pipeliners-dont-follow-meRobert Speicher2015-05-271-1/+13
| | | | Forces a `rel="nofollow"` attribute on all external links.
* Add a note about the commented-out test in Markdown FeatureRobert Speicher2015-05-261-0/+4
|
* Use to_reference in Markdown feature specRobert Speicher2015-05-261-11/+6
|
* Remove class and id attributes from SanitizationFilter whitelistrs-disallow-id-classRobert Speicher2015-05-081-14/+14
|
* Merge branch 'rs-task_list' into 'master'Dmitriy Zaporozhets2015-05-081-3/+12
|\ | | | | | | | | | | | | | | | | | | Use task_list gem for task lists Task Lists can now be used in comments, and they'll render in previews. :clap: Closes internal https://dev.gitlab.org/gitlab/gitlabhq/issues/2271 See merge request !599
| * Add TaskList to Markdown feature specRobert Speicher2015-05-061-3/+12
| |
* | Fix Markdown feature specRobert Speicher2015-05-061-2/+2
| |
* | Add Markdown feature specs for markup inside linksrs-issue-1348Robert Speicher2015-05-061-0/+13
|/ | | | | It was already working, just want to make sure we don't break it in the future.
* Autolink short URLsRobert Speicher2015-04-301-3/+1
|
* Add a feature spec for our entire Markdown parsing stackRobert Speicher2015-04-301-0/+393