Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make banzai module that handles markdown singleton | Grzegorz Bizon | 2016-07-19 | 1 | -7/+9 |
| | |||||
* | ObjectRenderer doesn't crash when no objects to cache with ↵ | Paco Guzman | 2016-07-13 | 1 | -4/+10 |
| | | | | Rails.cache.read_multi | ||||
* | Object renderer read_multi rendered entries from Cacheread-multi-rendered-objects | Paco Guzman | 2016-07-12 | 1 | -1/+55 |
| | |||||
* | Move pre_process into render_resultremove-banzai-pre-process | Yorick Peterse | 2016-06-21 | 1 | -6/+2 |
| | | | | | | | | | | | The method Banzai::Renderer.pre_process would always be called, regardless of whether the Markdown to render was already cached or not. In cache the document _was_ cached the output of the pre-processing pipeline was ignored resulting in it doing nothing but wasting CPU cycles. This commit moves Banzai::Renderer.pre_process into Banzai::Renderer.render_result so that it's _only_ used when needed. | ||||
* | Instrument Banzai code | Yorick Peterse | 2016-04-11 | 1 | -8/+12 |
| | |||||
* | Add a PreProcessPipeline | Robert Speicher | 2016-03-02 | 1 | -0/+6 |
| | |||||
* | Revert "Temporarily disable Markdown caching" | Douwe Maan | 2016-01-06 | 1 | -3/+1 |
| | | | | This reverts commit d337d5e7137d9b3fd0f9b8890a3ba9296323acc7. | ||||
* | Revert "Add DEBUG_BANZAI_CACHE env var to debug Banzai cache issue." | Douwe Maan | 2016-01-06 | 1 | -14/+7 |
| | | | | This reverts commit 4b027bc93a7875c3937f6b90ac1049b4a4d72da5. | ||||
* | Add DEBUG_BANZAI_CACHE env var to debug Banzai cache issue.debug-banzai-cache | Douwe Maan | 2016-01-04 | 1 | -7/+14 |
| | |||||
* | Temporarily disable Markdown caching | Douwe Maan | 2015-12-16 | 1 | -1/+3 |
| | |||||
* | Move Markdown/reference logic from Gitlab::Markdown to Banzai | Douwe Maan | 2015-12-15 | 1 | -0/+76 |