summaryrefslogtreecommitdiff
path: root/spec/lib/gitlab/import_export/attribute_configuration_spec.rb
Commit message (Collapse)AuthorAgeFilesLines
* Remove superfluous lib: true, type: redis, service: true, models: true, ↵Rémy Coutable2017-07-271-1/+1
| | | | | | services: true, no_db: true, api: true Signed-off-by: Rémy Coutable <remy@rymai.me>
* Enable Style/WordArrayDouwe Maan2017-02-231-1/+1
|
* Add markdown cache columns to the database, but don't use them yetNick Thomas2016-10-071-1/+2
| | | | | | | | | | | | 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.
* Enable Lint/StringConversionInInterpolation cop and autocorrect offensesrs-string-conversion-in-interpolationRobert Speicher2016-10-031-1/+1
|
* more spec refactoring based on feedbackJames Lopez2016-09-091-29/+5
|
* fix attributes missing in spec after rebase with masterJames Lopez2016-09-091-2/+2
|
* remove extra lineJames Lopez2016-09-091-1/+0
|
* fix wordingJames Lopez2016-09-091-1/+1
|
* fixing a couple of bugs and lots of refactoring of the export file specJames Lopez2016-09-091-10/+2
|
* add model configuration spec to check for new models. Also refactored ↵James Lopez2016-09-091-14/+2
| | | | attribute_configuration spec
* more refactoring of the specsJames Lopez2016-09-091-2/+15
|
* refactored specs based on feedbackJames Lopez2016-09-091-3/+7
|
* fixed failing specJames Lopez2016-09-091-1/+1
|
* fix specs so they work in EE straight awayJames Lopez2016-09-091-4/+4
|
* Export integration test and attribute change spec - squashedJames Lopez2016-09-091-0/+83
Export file integration test that checks for sensitive info. Also added spec to check new added attributes to models that can be exported.