summaryrefslogtreecommitdiff
path: root/spec/lib/banzai
Commit message (Expand)AuthorAgeFilesLines
* Fix markdown rendering for label references that contains `.`Douglas Barbosa Alexandre2016-07-131-13/+13
* Fix markdown rendering for label references that begin with a digitDouglas Barbosa Alexandre2016-07-131-0/+48
* Fix markdown rendering for consecutive label referencesDouglas Barbosa Alexandre2016-07-131-0/+40
* ObjectRenderer doesn't crash when no objects to cache with Rails.cache.read_m...Paco Guzman2016-07-131-0/+11
* Object renderer read_multi rendered entries from Cacheread-multi-rendered-objectsPaco Guzman2016-07-121-7/+18
* Optimize system note visibility checking by hiding notes thatStan Hu2016-07-112-4/+28
* Merge branch 'blockquote-fence-filter' into 'master' Robert Speicher2016-07-101-0/+14
|\
| * Fix typo in specDouwe Maan2016-07-101-1/+1
| * Add blockquote fence syntax to MarkdownDouwe Maan2016-07-091-0/+14
* | Re-use queries in reference parsersreuse-queries-in-reference-parsersYorick Peterse2016-07-081-0/+75
|/
* Render references for labels that name contains ?, or &Douglas Barbosa Alexandre2016-07-051-0/+50
* Enable Style/EmptyLines cop, remove redundant onesrubocop/enable-cops-for-empty-linesGrzegorz Bizon2016-07-011-1/+0
* Handle external issues in IssueReferenceFilterYorick Peterse2016-06-301-0/+13
* Wrap images in divs with Banzai and limit max-height.image-sizingConnor Shea2016-06-271-0/+5
* Support for rendering/redacting multiple documentsYorick Peterse2016-06-243-0/+198
* Merge branch 'fix-external-issue-links' into 'master' Robert Speicher2016-06-221-0/+36
|\
| * Handle external issues in IssueReferenceFilterfix-external-issue-linksYorick Peterse2016-06-211-0/+36
* | Optimize Banzai::Filter::RelativeLinkFilterAlejandro Rodríguez2016-06-211-5/+2
|/
* Merge branch 'fix-out-of-bounds-markdown-refs' into 'master' Robert Speicher2016-06-183-1/+13
|\
| * Fix RangeError exceptions when referring to issues or merge requests outside ...Stan Hu2016-06-183-1/+13
* | Fix bug in `WikiLinkFilter`.18819-wiki-link-filter-exceptionTimothy Andrew2016-06-181-0/+26
|/
* Merge branch 'banzai-issue-filter-queries' into 'master' Douwe Maan2016-06-162-3/+58
|\
| * Reduce queries in IssueReferenceFilterbanzai-issue-filter-queriesYorick Peterse2016-06-162-3/+58
* | Banzai::Filter::ExternalLinkFilter use XPath18582-banzai-filter-external-link-filterPaco Guzman2016-06-161-11/+23
* | Banzai::Filter::UploadLinkFilter use XPathPaco Guzman2016-06-161-2/+18
|/
* Project members with guest role can't access confidential issuesDouglas Barbosa Alexandre2016-06-131-0/+12
* Fixing specs stubbed objects cannot access databasePaco Guzman2016-06-101-2/+2
* Merge branch '18019-fix-wiki-linking' into 'master' Rémy Coutable2016-06-092-85/+108
|\
| * Implement the correct linking behaviour in `WikiLinkFilter`.Timothy Andrew2016-06-092-85/+108
* | Reduce Namespace queries in UserReferenceFilterbanzai-user-filter-queriesYorick Peterse2016-06-021-0/+19
* | Added ReferenceFilter#nodesYorick Peterse2016-06-021-0/+9
* | Returning enums in ReferenceFilter#each_nodeYorick Peterse2016-06-021-0/+36
|/
* Split Markdown rendering & reference gatheringYorick Peterse2016-05-2620-233/+955
* Merge branch 'adambutler/gitlab-ce-feature/support-diff-of-issue-title-rename'Douwe Maan2016-05-201-0/+68
|\
| * Create DiffFilter and change SystemNoteService#change_title to use Gitlab::Di...Adam Butler2016-05-181-0/+68
* | Merge remote-tracking branch 'origin/master' into eReGeBe/gitlab-ce-feature/m...Rémy Coutable2016-05-183-0/+109
|\ \ | |/
| * Implement @rymai's feedback after review.Timothy Andrew2016-05-121-2/+10
| * Add a spec for `WikiLinkFilter`Timothy Andrew2016-05-121-0/+77
| * Merge branch 'fix/using-uploads-in-global-snippets' into 'master' Robert Speicher2016-05-101-0/+18
| |\
| | * Do not process upload links if no project contextGrzegorz Bizon2016-05-101-3/+3
| | * Fix using link to uploads in global snippetsGrzegorz Bizon2016-05-101-0/+18
| * | Use a case-insensitive comparison in sanitizing URI schemesStan Hu2016-05-091-0/+6
| * | Sanitize milestones and label titlesissue_15394Felipe Artur2016-05-051-1/+1
| |/
* | Merge branch 'master' into eReGeBe/gitlab-ce-feature/milestone-mdDouwe Maan2016-04-232-17/+35
|\ \ | |/
| * Merge branch 'dev_issue_15331' into 'master' Robert Speicher2016-04-211-1/+9
| |\
| | * Fix failing specAlfredo Sumaran2016-04-211-1/+9
| * | Fix cross-project label ref with invalid projectGrzegorz Bizon2016-04-211-16/+26
| |/
* | Using project `path_with_namespace` in milestone's cross project references l...Alejandro Rodríguez2016-04-201-3/+3
* | Escaping the `object_link_text` on cross project milestone referencesAlejandro Rodríguez2016-04-201-0/+6
* | Consistently using iid when treating milestones as referrablesAlejandro Rodríguez2016-04-201-20/+125
|/