summaryrefslogtreecommitdiff
path: root/lib/banzai/renderer.rb
Commit message (Expand)AuthorAgeFilesLines
* Rename Redactor classes to ReferenceRedactorSarah Yasonik2019-07-161-1/+1
* Banzai - avoid redis if attr is in DB cachebanzai-avoid-redis-if-db-cacheMario de la Ossa2019-07-101-11/+31
* Enable more frozen string in lib/**/*.rbgfyoung2018-10-061-0/+2
* Adds Rubocop rule for line break after guard clauseJacopo2017-11-161-0/+2
* Resolve "DashboardController#activity.json is slow due to SQL"Francisco Javier López2017-11-061-7/+4
* Create idea of read-only databasetc-geo-read-only-ideaToon Claes2017-10-061-6/+1
* Adds cacheless render to Banzai object render34509-improves-markdown-rendering-performance-for-commits-listTiago Botelho2017-09-061-0/+4
* Whitelist or fix additional `Gitlab/PublicSend` cop violationsrs-more-public-send-whitelistsRobert Speicher2017-08-141-2/+2
* Don't bother going through an entire Banzai pipeline for empty textrs-minor-banzai-perfRobert Speicher2017-08-031-0/+2
* Start versioning cached markdown fieldsNick Thomas2017-04-211-14/+7
* Remove a use of module_functionNick Thomas2017-04-211-12/+10
* make mentions working when project not specifiedJarka Kadlecova2017-01-181-2/+2
* Split out markdown cache storage into a separate methodNick Thomas2016-11-041-1/+5
* Use module_function in Banzai::Rendererfix-banzai-renderer-instrumentationYorick Peterse2016-10-141-3/+1
* Add markdown cache columns to the database, but don't use them yetNick Thomas2016-10-071-0/+28
* Make banzai module that handles markdown singletonGrzegorz Bizon2016-07-191-7/+9
* ObjectRenderer doesn't crash when no objects to cache with Rails.cache.read_m...Paco Guzman2016-07-131-4/+10
* Object renderer read_multi rendered entries from Cacheread-multi-rendered-objectsPaco Guzman2016-07-121-1/+55
* Move pre_process into render_resultremove-banzai-pre-processYorick Peterse2016-06-211-6/+2
* Instrument Banzai codeYorick Peterse2016-04-111-8/+12
* Add a PreProcessPipelineRobert Speicher2016-03-021-0/+6
* Revert "Temporarily disable Markdown caching"Douwe Maan2016-01-061-3/+1
* Revert "Add DEBUG_BANZAI_CACHE env var to debug Banzai cache issue."Douwe Maan2016-01-061-14/+7
* Add DEBUG_BANZAI_CACHE env var to debug Banzai cache issue.debug-banzai-cacheDouwe Maan2016-01-041-7/+14
* Temporarily disable Markdown cachingDouwe Maan2015-12-161-1/+3
* Move Markdown/reference logic from Gitlab::Markdown to BanzaiDouwe Maan2015-12-151-0/+76