summaryrefslogtreecommitdiff
path: root/spec/models/concerns/cache_markdown_field_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@15-7-stable-eev15.7.0-rc42GitLab Bot2022-12-201-7/+11
* Add latest changes from gitlab-org/gitlab@15-2-stable-eev15.2.0-rc42GitLab Bot2022-07-201-0/+2
* Add latest changes from gitlab-org/gitlab@15-1-stable-eev15.1.0-rc42GitLab Bot2022-06-201-0/+10
* Add latest changes from gitlab-org/gitlab@15-0-stable-eev15.0.0-rc42GitLab Bot2022-05-191-1/+1
* Add latest changes from gitlab-org/gitlab@14-1-stable-eev14.1.0-rc42GitLab Bot2021-07-201-2/+2
* Add latest changes from gitlab-org/gitlab@13-11-stable-eev13.11.0-rc43GitLab Bot2021-04-201-3/+7
* Add latest changes from gitlab-org/gitlab@13-7-stable-eev13.7.0-rc42GitLab Bot2020-12-171-1/+92
* Add latest changes from gitlab-org/gitlab@13-5-stable-eev13.5.0-rc42GitLab Bot2020-10-211-3/+3
* Add latest changes from gitlab-org/gitlab@13-3-stable-eeGitLab Bot2020-08-201-4/+27
* Add latest changes from gitlab-org/gitlab@13-2-stable-eeGitLab Bot2020-07-201-1/+1
* Add latest changes from gitlab-org/gitlab@13-0-stable-eeGitLab Bot2020-05-291-4/+4
* Add latest changes from gitlab-org/gitlab@13-0-stable-eeGitLab Bot2020-05-201-0/+52
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-02-281-0/+20
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-12-191-0/+2
* Banzai - avoid redis if attr is in DB cachebanzai-avoid-redis-if-db-cacheMario de la Ossa2019-07-101-0/+30
* Remove requirement for id for #markdown_cache_keyPatrick Bajao2019-06-051-4/+0
* Use #cache_key of subject for generated redis keyPatrick Bajao2019-06-051-0/+4
* Use Redis for CacheMarkDownField on non AR modelsPatrick Bajao2019-06-051-308/+138
* Add # frozen_string_literal to spec/modelsThong Kuah2019-04-011-0/+2
* Rename the hidden option to whitelistedDouglas Barbosa Alexandre2019-03-201-2/+2
* Add option to not exclude _html fields from attributesDouglas Barbosa Alexandre2019-03-201-4/+10
* Add local markdown versionlocal-markdown-versionJan Provaznik2019-02-061-21/+34
* Remove Redcarpet markdown engineJan Provaznik2019-02-041-133/+69
* Address review commentsBrett Walker2019-01-311-1/+1
* Use the sourcepos attribute for finding tasksBrett Walker2019-01-301-0/+24
* Specs for caching and issue controller changesBrett Walker2019-01-301-0/+9
* Fix review commentsBrett Walker2019-01-211-12/+9
* Enable CommonMark source line position informationBrett Walker2019-01-211-5/+12
* Support short reference to group entities from project entitiesce-7287-epic-referencesJarka Košanová2018-10-041-2/+3
* Use proper markdown rendering for previewsBrett Walker2018-07-061-0/+16
* enable CommonMark as the defaultBrett Walker2018-06-141-5/+5
* for cached markdown fields, select the correct engineBrett Walker2018-04-171-68/+115
* Treat empty markdown and html strings as valid cached text, not missing cache...optimize-issues-avoid-noop-empty-cache-updates2Greg Stark2017-12-121-0/+20
* Create idea of read-only databasetc-geo-read-only-ideaToon Claes2017-10-061-35/+37
* Refresh the markdown cache if it was `nil`Bob Van Landuyt2017-05-021-0/+6
* Fix a failing specNick Thomas2017-04-251-2/+2
* Start versioning cached markdown fieldsNick Thomas2017-04-211-67/+194
* Remove the ClearDatabaseCacheWorkerNick Thomas2017-04-211-14/+3
* Fix specsDouwe Maan2017-02-231-2/+3
* Add RTL support to markdown rendererEbrahim Byagowi2016-10-161-1/+1
* Add markdown cache columns to the database, but don't use them yetNick Thomas2016-10-071-0/+181