gitlab-org--gitlab-foss/spec/lib/gitlab/import_export
Nick Thomas e94cd6fdfe Add markdown cache columns to the database, but don't use them yet
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.
2016-10-07 02:54:25 +01:00
..
all_models.yml fix import/export security specs after merge 2016-09-21 15:47:11 -05:00
attribute_cleaner_spec.rb Prevent claiming associated model IDs via import and added relevant specs 2016-09-27 15:48:10 +02:00
attribute_configuration_spec.rb Add markdown cache columns to the database, but don't use them yet 2016-10-07 02:54:25 +01:00
avatar_restorer_spec.rb fix spec 2016-07-19 14:31:22 +02:00
avatar_saver_spec.rb squashed - added avatar saver/restorer and specs 2016-07-19 13:06:06 +02:00
import_export_spec.rb add project name and namespace to filename on project export 2016-07-15 12:55:28 +02:00
members_mapper_spec.rb Support pending invitation project members importing projects 2016-08-08 17:25:17 +02:00
model_configuration_spec.rb refactored some stuff and added new models / attributes after rebase 2016-09-09 14:56:10 +02:00
project.json fix model order in import/export config and 1to1 relation issue. Added relevant specs. 2016-09-27 14:56:33 +02:00
project_tree_restorer_spec.rb fix model order in import/export config and 1to1 relation issue. Added relevant specs. 2016-09-27 14:56:33 +02:00
project_tree_saver_spec.rb added more specs 2016-09-26 09:49:05 +02:00
reader_spec.rb Project tools visibility level 2016-09-01 11:47:59 -03:00
relation_factory_spec.rb Prevent claiming associated model IDs via import and added relevant specs 2016-09-27 15:48:10 +02:00
repo_bundler_spec.rb Enable Style/EmptyLines cop, remove redundant ones 2016-07-01 21:56:17 +02:00
safe_model_attributes.yml fix import/export security specs after merge 2016-09-21 15:47:11 -05:00
version_checker_spec.rb squashed - Fix DB exceptions raised importing some specific projects. 2016-09-19 09:18:37 +02:00
wiki_repo_bundler_spec.rb Enable Style/EmptyLines cop, remove redundant ones 2016-07-01 21:56:17 +02:00