| Commit message (Expand) | Author | Age | Files | Lines |
* | Create idea of read-only databasetc-geo-read-only-idea | Toon Claes | 2017-10-06 | 1 | -6/+1 |
* | Merge remote-tracking branch 'upstream/master' into gem/sm/bump-google-api-cl... | Lin Jen-Shin | 2017-10-03 | 1 | -18/+14 |
|\ |
|
| * | Make Redcarpet Markdown renderer thread-safe | Stan Hu | 2017-10-02 | 1 | -18/+14 |
* | | Strip before passing to addressable, otherwise it's invalid | Lin Jen-Shin | 2017-09-28 | 1 | -1/+2 |
|/ |
|
* | Re-allow `name` attribute on user-provided anchor HTML | Robert Speicher | 2017-09-22 | 1 | -1/+2 |
* | Eliminate N+1 queries referencing issuessh-project-feature-eager-load | Stan Hu | 2017-09-18 | 1 | -1/+2 |
* | Remove ImageLazyLoadFilter from EmailPipeline37629-lazy-image-loading-breaks-notification-mails-for-an-added-screenshot | Robert Speicher | 2017-09-12 | 2 | -1/+8 |
* | Merge branch 'rs-issue-36104' into 'security-9-5' | Douwe Maan | 2017-09-07 | 1 | -0/+3 |
* | Merge branch 'rs-issue-36098' into 'security-9-5' | Robert Speicher | 2017-09-07 | 1 | -1/+21 |
* | Merge branch 'anakashima/gitlab-ce-fix_wiki_toc_indent' into 'master' | Sean McGivern | 2017-09-06 | 1 | -18/+72 |
|\ |
|
| * | Refactor table of contents building | Robert Speicher | 2017-09-06 | 1 | -19/+11 |
| * | Refactor `HeaderNode#find_parent` | Robert Speicher | 2017-09-06 | 1 | -6/+7 |
| * | Refactor TableOfContentsFilter's nested table of contents | Robert Speicher | 2017-09-06 | 1 | -42/+64 |
| * | Fix indentation level in Wiki's TOC items to regard header level | Akihiro Nakashima | 2017-09-06 | 1 | -4/+43 |
* | | Adds cacheless render to Banzai object render34509-improves-markdown-rendering-performance-for-commits-list | Tiago Botelho | 2017-09-06 | 4 | -8/+16 |
* | | Adds CommitDescriptionRenderer | Tiago Botelho | 2017-09-06 | 1 | -0/+7 |
|/ |
|
* | Merge branch 'rs-more-public-send-whitelists' into 'master' | Rémy Coutable | 2017-08-16 | 4 | -6/+6 |
|\ |
|
| * | Whitelist or fix additional `Gitlab/PublicSend` cop violationsrs-more-public-send-whitelists | Robert Speicher | 2017-08-14 | 4 | -6/+6 |
* | | Enable Layout/TrailingWhitespace cop and auto-correct offenses | Robert Speicher | 2017-08-15 | 1 | -2/+2 |
|/ |
|
* | DRY up caching in AbstractReferenceFilter | Sean McGivern | 2017-08-07 | 1 | -40/+20 |
* | Support references to group milestones | Sean McGivern | 2017-08-07 | 2 | -11/+64 |
* | Don't bother going through an entire Banzai pipeline for empty textrs-minor-banzai-perf | Robert Speicher | 2017-08-03 | 1 | -0/+2 |
* | Rename more path_with_namespace -> full_path or disk_path | Gabriel Mazetto | 2017-08-01 | 1 | -1/+1 |
* | Rename many path_with_namespace -> full_path | Gabriel Mazetto | 2017-08-01 | 2 | -3/+3 |
* | Resolve "Lazy load images on the Frontend" | Tim Zallmann | 2017-07-24 | 5 | -2/+20 |
* | Support both internal and external issue trackers | Jarka Kadlecova | 2017-07-24 | 2 | -4/+8 |
* | Merge branch 'acet-fix-tooltip-placement' into 'master' | Jacob Schatz | 2017-07-06 | 1 | -0/+2 |
|\ |
|
| * | Banzai: Add tooltip attributes to reference filter.acet-fix-tooltip-placement | Fatih Acet | 2017-07-03 | 1 | -0/+2 |
* | | Create and use project path helpers that only need a project, no namespace | Douwe Maan | 2017-07-05 | 7 | -8/+7 |
|/ |
|
* | Improve support for external issue referencesadam-external-issue-references-spike | Adam Niedzielski | 2017-06-30 | 4 | -49/+5 |
* | Enable Style/DotPosition Rubocop :cop: | Grzegorz Bizon | 2017-06-21 | 3 | -6/+6 |
* | Don't return nil for missing objects from parser cachedm-fix-parser-cache | Douwe Maan | 2017-06-14 | 1 | -1/+1 |
* | Merge branch '25934-project-snippet-vis' into 'security-9-2' | DJ Mountney | 2017-06-08 | 9 | -10/+14 |
* | Fix /unsubscribe slash command creating extra todos33032-invalid-you-directly-addressed-yourself-todo-when-using-unsubscribe | Sean McGivern | 2017-05-30 | 1 | -2/+3 |
* | Merge branch '29852-latex-formatting' into 'master' | Robert Speicher | 2017-05-24 | 3 | -0/+31 |
|\ |
|
| * | Fix LaTeX formatting for AsciiDoc wiki | Jarka Kadlecova | 2017-05-24 | 3 | -0/+31 |
* | | Catch all URI errors in ExternalLinkFilterdm-catch-uri-errors | Douwe Maan | 2017-05-18 | 1 | -1/+1 |
|/ |
|
* | Merge branch 'bvl-security-9-1-validate-urls-in-markdown-using-uri' | Robert Speicher | 2017-05-10 | 1 | -18/+18 |
* | Merge branch 'bvl-security-9-1-markup-pipeline' | Robert Speicher | 2017-05-10 | 1 | -0/+13 |
* | Backport of multiple_assignees_feature [ci skip] | Valery Sizov | 2017-05-04 | 1 | -1/+1 |
* | Remove N+1 queries when checking nodes visible to userfix-n-plus-one-project-features | Sean McGivern | 2017-05-02 | 1 | -1/+2 |
* | Merge branch 'blackst0ne/gitlab-ce-fix_emoji_parser' | Sean McGivern | 2017-04-27 | 1 | -1/+4 |
|\ |
|
| * | Fix rendering emoji inside a string | blackst0ne | 2017-04-25 | 1 | -1/+4 |
* | | issues_for_nodes => issuables_for_nodes31280-skip-issueables-without-project | Lin Jen-Shin | 2017-04-26 | 1 | -3/+3 |
* | | Follow feedback on the review | Lin Jen-Shin | 2017-04-26 | 1 | -4/+4 |
* | | Skip issuable without a project in IssuableExtractor#extract | Lin Jen-Shin | 2017-04-25 | 1 | -1/+5 |
* | | Start versioning cached markdown fields | Nick Thomas | 2017-04-21 | 1 | -14/+7 |
* | | Remove a use of module_function | Nick Thomas | 2017-04-21 | 1 | -12/+10 |
* | | Merge branch 'issuable-state-custom-links' into 'master'
| Sean McGivern | 2017-04-20 | 1 | -2/+2 |
|\ \ |
|
| * | | Do not append issuable state to links with custom anchorissuable-state-custom-links | Adam Niedzielski | 2017-04-19 | 1 | -2/+2 |