Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Actually render old and new sections of parallel diff next to each otherbetter-parallel-diff | Douwe Maan | 2016-07-13 | 1 | -27/+7 |
| | |||||
* | Display new diff notes and allow creation through the web interface | Douwe Maan | 2016-07-06 | 1 | -4/+500 |
| | |||||
* | optimize png images losslessly using zopflipng | Peter Dave Hello | 2016-06-29 | 1 | -0/+0 |
| | |||||
* | Show proper image ID on registry page | Kamil Trzcinski | 2016-06-21 | 1 | -1/+16 |
| | |||||
* | Add support for Docker Registry manifest v1 | Kamil Trzcinski | 2016-06-15 | 1 | -0/+32 |
| | |||||
* | Set target="_blank" for external links | Alfredo Sumaran | 2016-06-08 | 1 | -1/+1 |
| | |||||
* | Merge branch 'adambutler/gitlab-ce-feature/support-diff-of-issue-title-rename' | Douwe Maan | 2016-05-20 | 1 | -0/+13 |
|\ | | | | | | | | | # Conflicts: # app/services/system_note_service.rb | ||||
| * | Create DiffFilter and change SystemNoteService#change_title to use ↵ | Adam Butler | 2016-05-18 | 1 | -0/+13 |
| | | | | | | | | Gitlab::Diff::InlineDiff | ||||
* | | Merge remote-tracking branch 'origin/master' into ↵ | Rémy Coutable | 2016-05-18 | 4 | -0/+102 |
|\ \ | | | | | | | | | | | | | | | | eReGeBe/gitlab-ce-feature/milestone-md Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
| * | | Added Docker Registry View tests | Kamil Trzcinski | 2016-05-09 | 2 | -0/+2 |
| |/ | |||||
| * | Update SVG sanitizer to conform to SVG 1.1 | Stan Hu | 2016-05-06 | 2 | -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 form | Alejandro Rodríguez | 2016-04-20 | 1 | -0/+1 |
| | | |||||
* | | Implementing special GitLab markdown reference for milestones | Alejandro Rodríguez | 2016-04-20 | 1 | -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-header | Rémy Coutable | 2016-03-25 | 2 | -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 available | David Padilla | 2016-03-25 | 2 | -1/+45 |
| | |||||
* | Add support for keyword arguments in label reference method | Grzegorz Bizon | 2016-03-03 | 1 | -1/+1 |
| | |||||
* | Don't load all of GitLab in mail_room | Douwe Maan | 2016-02-26 | 2 | -0/+22 |
| | | | | Fixes #12731 | ||||
* | Render sanitized SVG images | Stan Hu | 2016-02-01 | 1 | -0/+27 |
| | | | | Closes https://github.com/gitlabhq/gitlabhq/issues/9265 | ||||
* | Mark inline difference between old and new paths when a file is renamed | Douwe Maan | 2016-01-29 | 1 | -1/+1 |
| | |||||
* | Update tests | Douwe Maan | 2016-01-20 | 1 | -1/+1 |
| | |||||
* | Merge branch 'master' into issue_3945 | Douwe Maan | 2016-01-20 | 1 | -0/+0 |
|\ | |||||
| * | Update build artifacts metadata fixture to 0.0.2 | Grzegorz Bizon | 2016-01-18 | 1 | -0/+0 |
| | | |||||
* | | Refactor Gitlab::Highlight and fix tests | Douwe Maan | 2016-01-19 | 1 | -49/+49 |
| | | |||||
* | | Merge branch 'master' into issue_3945 | Rubén Dávila | 2016-01-14 | 3 | -0/+16 |
|\ \ | |/ | |||||
| * | Add tests for the wiki pipeline | Douglas Barbosa Alexandre | 2016-01-14 | 1 | -0/+9 |
| | | |||||
| * | Support only valid UTF-8 paths in build artifacts browser | Grzegorz Bizon | 2016-01-14 | 2 | -0/+0 |
| | | |||||
| * | Change format of artifacts metadata from text to binary 0.0.1 | Grzegorz Bizon | 2016-01-14 | 1 | -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 fixture | Grzegorz Bizon | 2016-01-14 | 1 | -0/+0 |
| | | |||||
| * | Add artifacts metadata uploader filed | Grzegorz Bizon | 2016-01-14 | 1 | -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 archive | Grzegorz Bizon | 2016-01-14 | 2 | -0/+0 |
| | | |||||
| * | Add CI build artifacts tarball as a spec fixture | Grzegorz Bizon | 2016-01-14 | 1 | -0/+0 |
| | | |||||
| * | Milestone reference is a Markdown linkmilestone-ref | Douwe Maan | 2016-01-07 | 1 | -1/+0 |
| | | |||||
| * | Render milestone links as references | Douwe Maan | 2015-12-24 | 1 | -0/+8 |
| | | |||||
* | | More refactoring from last code review. #3945 | Rubén Dávila | 2016-01-14 | 1 | -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. #3945 | Rubén Dávila | 2016-01-08 | 1 | -79/+77 |
| | | |||||
* | | Fix broken spec. #3945 | Rubén Dávila | 2015-12-31 | 1 | -8/+4 |
| | | |||||
* | | Fix broken spec and small refactor. #3945 | Rubén Dávila | 2015-12-30 | 1 | -0/+274 |
|/ | |||||
* | Use URL helpers in specs | Douwe Maan | 2015-12-03 | 1 | -10/+10 |
| | |||||
* | Add new references to markdown feature spec. | Douwe Maan | 2015-12-01 | 1 | -0/+17 |
| | |||||
* | No HTML-only email please | Douwe Maan | 2015-08-21 | 3 | -94/+43 |
| | |||||
* | Use heredocs. | Douwe Maan | 2015-08-20 | 1 | -29/+0 |
| | |||||
* | Remove more unused fixtures. | Douwe Maan | 2015-08-20 | 5 | -245/+0 |
| | |||||
* | Removed unused fixtures. | Douwe Maan | 2015-08-20 | 10 | -416/+0 |
| | |||||
* | Test EmailReceiverWorker. | Douwe Maan | 2015-08-20 | 1 | -5/+5 |
| | |||||
* | Start on tests. | Douwe Maan | 2015-08-19 | 33 | -0/+2812 |
| | |||||
* | Add RelativeLinkFilter section to Markdown fixture | Robert Speicher | 2015-07-28 | 1 | -0/+7 |
| | |||||
* | Make links inside ignored elements unique | Robert Speicher | 2015-07-28 | 1 | -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 extensions | Sven Strickroth | 2015-07-20 | 1 | -0/+5 |
| | | | | Signed-off-by: Sven Strickroth <email@cs-ware.de> | ||||
* | Add ExternalLinkFilter to Markdown pipeliners-dont-follow-me | Robert Speicher | 2015-05-27 | 1 | -1/+8 |
| | | | | Forces a `rel="nofollow"` attribute on all external links. | ||||
* | Use to_reference in Markdown feature spec | Robert Speicher | 2015-05-26 | 1 | -32/+32 |
| |