- 25 Mar, 2019 1 commit
-
-
Stan Hu authored
Add option to whitelist _html fields from attributes on CacheMarkdownField See merge request gitlab-org/gitlab-ce!26374 (cherry picked from commit f7fcfc77) 3fd8e612 Add option to not exclude _html fields from attributes bcc988a6 Does not exclude message_html from attributes 69dc893d Fix spec for Gitlab::JsonCache 6264694d Rename the hidden option to whitelisted
-
- 06 Feb, 2019 1 commit
-
-
Jan Provaznik authored
Cached markdown version is composed both from global and local markdown version. This allows admins to bump version locally when needed (e.g. when external URL is changed).
-
- 04 Feb, 2019 1 commit
-
-
Jan Provaznik authored
This engine was replaced with CommonMarker in 11.4, it was deprecated since then.
-
- 31 Jan, 2019 1 commit
-
-
Brett Walker authored
Since we needed to bump the version to 13 in the backports, and we know that an MR on master also bumped it to 13, bump to 14 to ensure that when a customer upgrades to the most recent release, the markdown gets recalcuated as necessary.
-
- 30 Jan, 2019 2 commits
-
-
Brett Walker authored
-
Brett Walker authored
-
- 21 Jan, 2019 1 commit
-
-
Brett Walker authored
Since we needed to bump the version to 13 in the backports, and we know that an MR on master also bumped it to 13, bump to 14 to ensure that when a customer upgrades to the most recent release, the markdown gets recalcuated as necessary.
-
- 17 Jan, 2019 1 commit
-
-
Brett Walker authored
Since the rendering of footnotes is changed, the cached html need to be updated
-
- 29 Nov, 2018 1 commit
-
-
Cindy Pallares authored
[master] XSS in markdown following unrecognized HTML element Closes #2732 See merge request gitlab/gitlabhq!2599
-
- 16 Nov, 2018 1 commit
-
-
Brett Walker authored
-
- 07 Aug, 2018 1 commit
-
-
gfyoung authored
Partially addresses #47424.
-
- 06 Jul, 2018 1 commit
-
-
Brett Walker authored
-
- 14 Jun, 2018 1 commit
-
-
Brett Walker authored
-
- 17 Apr, 2018 1 commit
-
-
Brett Walker authored
and also make sure that if a field is saved, then the existing cache version is maintained or only upgraded to the version with the same markdown engine.
-
- 22 Dec, 2017 1 commit
-
-
Nick Thomas authored
-
- 12 Dec, 2017 1 commit
-
-
Greg Stark authored
Treat empty markdown and html strings as valid cached text, not missing cache that needs to be updated
-
- 02 Nov, 2017 1 commit
-
-
Jarka Kadlecova authored
-
- 06 Oct, 2017 1 commit
-
-
Toon Claes authored
In GitLab EE, a GitLab instance can be read-only (e.g. when it's a Geo secondary node). But in GitLab CE it also might be useful to have the "read-only" idea around. So port it back to GitLab CE. Also having the principle of read-only in GitLab CE would hopefully lead to less errors introduced, doing write operations when there aren't allowed for read-only calls. Closes gitlab-org/gitlab-ce#37534.
-
- 14 Aug, 2017 1 commit
-
-
Robert Speicher authored
An upcoming update to rubocop-gitlab-security added additional violations.
-
- 24 Jul, 2017 1 commit
-
-
Tim Zallmann authored
-
- 05 Jul, 2017 1 commit
-
-
Nick Thomas authored
-
- 02 May, 2017 1 commit
-
-
Bob Van Landuyt authored
If the cached html_field for a markdown_field is `nil` while the mfarkdown_field is not, it needs to be refreshed.
-
- 25 Apr, 2017 1 commit
-
-
Nick Thomas authored
Swap a before_save call with a before_create/before_update pair to avoid a confict with elasticsearch-model
-
- 21 Apr, 2017 2 commits
-
-
Nick Thomas authored
-
Nick Thomas authored
-
- 23 Feb, 2017 2 commits
-
-
Douwe Maan authored
-
Douwe Maan authored
-
- 25 Jan, 2017 1 commit
-
-
Jarka Kadlecova authored
-
- 19 Jan, 2017 1 commit
-
-
Jarka Kadlecova authored
-
- 07 Oct, 2016 1 commit
-
-
Nick Thomas authored
This commit adds a number of _html columns and, with the exception of Note, starts updating them whenever the content of their partner fields changes. Note has a collision with the note_html attr_accessor; that will be fixed later A background worker for clearing these cache columns is also introduced - use `rake cache:clear` to set it off. You can clear the database or Redis caches separately by running `rake cache:clear:db` or `rake cache:clear:redis`, respectively.
-