summaryrefslogtreecommitdiff
path: root/spec/fixtures
Commit message (Collapse)AuthorAgeFilesLines
* Add support for keyword arguments in label reference methodGrzegorz Bizon2016-03-031-1/+1
|
* Don't load all of GitLab in mail_roomDouwe Maan2016-02-262-0/+22
| | | | Fixes #12731
* Render sanitized SVG imagesStan Hu2016-02-011-0/+27
| | | | Closes https://github.com/gitlabhq/gitlabhq/issues/9265
* Mark inline difference between old and new paths when a file is renamedDouwe Maan2016-01-291-1/+1
|
* Update testsDouwe Maan2016-01-201-1/+1
|
* Merge branch 'master' into issue_3945Douwe Maan2016-01-201-0/+0
|\
| * Update build artifacts metadata fixture to 0.0.2Grzegorz Bizon2016-01-181-0/+0
| |
* | Refactor Gitlab::Highlight and fix testsDouwe Maan2016-01-191-49/+49
| |
* | Merge branch 'master' into issue_3945Rubén Dávila2016-01-143-0/+16
|\ \ | |/
| * Add tests for the wiki pipelineDouglas Barbosa Alexandre2016-01-141-0/+9
| |
| * Support only valid UTF-8 paths in build artifacts browserGrzegorz Bizon2016-01-142-0/+0
| |
| * Change format of artifacts metadata from text to binary 0.0.1Grzegorz Bizon2016-01-141-0/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This changes the format of metadata to handle paths, that may contain whitespace characters, new line characters and non-UTF-8 characters. Now those paths along with metadata in JSON format are stored as length-prefixed strings (uint32 prefix). Metadata file has a custom format: 1. First string field is metadata version field (string) 2. Second string field is metadata errors field (JSON strong) 3. All subsequent fields is pair of path (string) and path metadata in JSON format. Path's metadata contains all fields that where possible to extract from ZIP archive like date of modification, CRC, compressed size, uncompressed size and comment.
| * Update artifacts metadata fixtureGrzegorz Bizon2016-01-141-0/+0
| |
| * Add artifacts metadata uploader filedGrzegorz Bizon2016-01-141-0/+0
| | | | | | | | | | Artifacts metadata field will be used to store a filename of gzipped file containing metadata definition for given artifacts archive.
| * Seed db with CI build artifacts using a zip archiveGrzegorz Bizon2016-01-142-0/+0
| |
| * Add CI build artifacts tarball as a spec fixtureGrzegorz Bizon2016-01-141-0/+0
| |
| * Milestone reference is a Markdown linkmilestone-refDouwe Maan2016-01-071-1/+0
| |
| * Render milestone links as referencesDouwe Maan2015-12-241-0/+8
| |
* | More refactoring from last code review. #3945Rubén Dávila2016-01-141-267/+323
| | | | | | | | | | | | * Use commit objects instead of IDs when generating diffs * Use proper references when generating MR's source and target * Update broken specs
* | Fix broken specs. #3945Rubén Dávila2016-01-081-79/+77
| |
* | Fix broken spec. #3945Rubén Dávila2015-12-311-8/+4
| |
* | Fix broken spec and small refactor. #3945Rubén Dávila2015-12-301-0/+274
|/
* Use URL helpers in specsDouwe Maan2015-12-031-10/+10
|
* Add new references to markdown feature spec.Douwe Maan2015-12-011-0/+17
|
* No HTML-only email pleaseDouwe Maan2015-08-213-94/+43
|
* Use heredocs.Douwe Maan2015-08-201-29/+0
|
* Remove more unused fixtures.Douwe Maan2015-08-205-245/+0
|
* Removed unused fixtures.Douwe Maan2015-08-2010-416/+0
|
* Test EmailReceiverWorker.Douwe Maan2015-08-201-5/+5
|
* Start on tests.Douwe Maan2015-08-1933-0/+2812
|
* Add RelativeLinkFilter section to Markdown fixtureRobert Speicher2015-07-281-0/+7
|
* Make links inside ignored elements uniqueRobert Speicher2015-07-281-3/+3
| | | | | This is to prevent false matches since the Autolink section uses about.gitlab.com as well.
* GoogleCode importer: Do not care about casing of image file extensionsSven Strickroth2015-07-201-0/+5
| | | | Signed-off-by: Sven Strickroth <email@cs-ware.de>
* Add ExternalLinkFilter to Markdown pipeliners-dont-follow-meRobert Speicher2015-05-271-1/+8
| | | | Forces a `rel="nofollow"` attribute on all external links.
* Use to_reference in Markdown feature specRobert Speicher2015-05-261-32/+32
|
* Remove class and id attributes from SanitizationFilter whitelistrs-disallow-id-classRobert Speicher2015-05-081-14/+12
|
* Merge branch 'rs-task_list' into 'master'Dmitriy Zaporozhets2015-05-081-0/+10
|\ | | | | | | | | | | | | | | | | | | 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-0/+10
| |
* | Add Markdown feature specs for markup inside linksrs-issue-1348Robert Speicher2015-05-061-0/+8
|/ | | | | It was already working, just want to make sure we don't break it in the future.
* Remove special handling for the `&#39;` problemRobert Speicher2015-04-301-1/+0
| | | | | | While `escape_once` will create this HTML entity, Nokogiri always translates it back before it gets to IssueReferenceFilter, so there should be no danger of erroneous issue links.
* Add a feature spec for our entire Markdown parsing stackRobert Speicher2015-04-301-0/+179
|
* Import Google Code issue assignee when mapped.google-code-importDouwe Maan2015-04-141-0/+5
|
* Show Google Code image attachments inline.Douwe Maan2015-04-041-0/+5
|
* Allow projects to be imported from Google Code.Douwe Maan2015-04-031-0/+397
|
* Add trailing newline to all text files.Ciro Santilli2014-06-211-1/+1
| | | | Present in the large majority of files of each respective type.
* Implements drag and drop upload in creating issuesEarle Bunao & Neil Calabroso2014-05-233-0/+3
|
* Ability to edit commentsJack Weeden2013-07-011-0/+0