summaryrefslogtreecommitdiff
path: root/spec/fixtures
Commit message (Collapse)AuthorAgeFilesLines
* Actually render old and new sections of parallel diff next to each otherbetter-parallel-diffDouwe Maan2016-07-131-27/+7
|
* Display new diff notes and allow creation through the web interfaceDouwe Maan2016-07-061-4/+500
|
* optimize png images losslessly using zopflipngPeter Dave Hello2016-06-291-0/+0
|
* Show proper image ID on registry pageKamil Trzcinski2016-06-211-1/+16
|
* Add support for Docker Registry manifest v1Kamil Trzcinski2016-06-151-0/+32
|
* Set target="_blank" for external linksAlfredo Sumaran2016-06-081-1/+1
|
* Merge branch 'adambutler/gitlab-ce-feature/support-diff-of-issue-title-rename'Douwe Maan2016-05-201-0/+13
|\ | | | | | | | | # Conflicts: # app/services/system_note_service.rb
| * Create DiffFilter and change SystemNoteService#change_title to use ↵Adam Butler2016-05-181-0/+13
| | | | | | | | Gitlab::Diff::InlineDiff
* | Merge remote-tracking branch 'origin/master' into ↵Rémy Coutable2016-05-184-0/+102
|\ \ | | | | | | | | | | | | | | | eReGeBe/gitlab-ce-feature/milestone-md Signed-off-by: Rémy Coutable <remy@rymai.me>
| * | Added Docker Registry View testsKamil Trzcinski2016-05-092-0/+2
| |/
| * Update SVG sanitizer to conform to SVG 1.1Stan Hu2016-05-062-0/+100
| | | | | | | | | | | | | | | | | | | | | | Use a custom Loofah scrubber since sanitize 2.x transformers are inadequate to handle case-sensitive SVG attributes. sanitize parses documents as HTML instead of XML, which causes all SVG attribute names (e.g. viewBox) to be downcased. * SVG element list: https://www.w3.org/TR/SVG/eltindex.html * SVG attribute list: https://www.w3.org/TR/SVG/attindex.html Closes #14555
* | Transforming milestones link references to the short reference formAlejandro Rodríguez2016-04-201-0/+1
| |
* | Implementing special GitLab markdown reference for milestonesAlejandro Rodríguez2016-04-201-3/+6
|/ | | | | Using the syntax proposed in #13829 [project_reference]%(milestone_id | milestone_name) to get a link to the referred milestone.
* Improve and finish the fallback to the In-Reply-To and References header for ↵2364-fallback-to-in-reply-to-headerRémy Coutable2016-03-252-4/+4
| | | | | | | | | | | | | | | | the reply-by-email feature A few things to note: - The IncomingEmail feature is now enabled even without a correctly-formatted sub-address - Message-ID for new thread mail are kept the same so that subsequent notifications to this thread are grouped in the thread by the email service that receives the notification (i.e. In-Reply-To of the answer == Message-ID of the first thread message) - To maximize our chance to be able to retrieve the reply key, we look for it in the In-Reply-To header and the References header - The pattern for the fallback reply message id is "reply-[key]@[gitlab_host]" - Improve docs thanks to Axil
* Fix #2364. Fall back to In-Reply-To header when reply key not availableDavid Padilla2016-03-252-1/+45
|
* 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
|