docbrown/spec
Michael Kohl c2d23cfc4d
[deploy] Seed profile fields (#9605)
* Fix schema.rb

* Add service objects for base and link fields

* Add link fields to seeds

* Make placeholder a keyword argument

* Add work fields

* Add explanation column to profile fields

* Add coding fields

* Switch from inheritance to mixin

* Add email checkbox to base fields

* Add branding fields

* Add spec for ProfileFields::FieldDefinition

* Move migration back into correct location

* Rename column from explanation to description

* Rename attribute in mixin

* chore: rename from explanation to description

* Add ProfileFields::ImportFromCsv

* Simplify ProfileFields::ImportFromCsv

* Add comment about disabled cop to spec

* Add TODO comment to Rake task

* Document mixin

* Add groups to profile fields

Co-authored-by: Ridhwana <ridhwana.khan16@gmail.com>
2020-08-05 10:11:30 -04:00
..
black_box [deploy] Rubocop: fix violations of Layout/LineLength (#9197) 2020-07-08 08:36:36 -05:00
decorators Flaky Spec Fix:Remove let_it_be Test Prof Helper (#9556) 2020-07-29 11:31:01 +02:00
factories [deploy] Add ProfileField model (#9580) 2020-08-03 16:16:50 -04:00
fixtures [deploy] Seed profile fields (#9605) 2020-08-05 10:11:30 -04:00
helpers [deploy] Add explicit robots instruction meta tag and adjust cloudinary (#9601) 2020-08-02 11:25:46 -04:00
initializers Rubocop: move dot in multi-line calls to leading position (#9262) 2020-07-16 15:51:11 +02:00
labor Flaky Spec Fix:Remove let_it_be Test Prof Helper (#9556) 2020-07-29 11:31:01 +02:00
lib [deploy] Bug Fix:Rename Listing Search Field in Elasticsearch to Fix Searching (#9609) 2020-08-03 10:18:17 -05:00
liquid_tags Update CODEOWNERS and team names in TODO comments (#9460) 2020-07-24 12:17:20 +07:00
mailers [deploy] Rubocop: fix violations of Layout/LineLength (#9197) 2020-07-08 08:36:36 -05:00
models [deploy] Add ProfileField model (#9580) 2020-08-03 16:16:50 -04:00
policies Flaky Spec Fix:Remove let_it_be Test Prof Helper (#9556) 2020-07-29 11:31:01 +02:00
queries/internal Flaky Spec Fix:Remove let_it_be Test Prof Helper (#9556) 2020-07-29 11:31:01 +02:00
requests Correct some lingering /admin paths (#9630) [deploy] 2020-08-04 13:16:17 -05:00
routing [deploy] Display banner if site hasn't been configured (PRE DEPLOYMENT TASKS) (#8435) 2020-07-07 07:37:04 -05:00
serializers/search
services [deploy] Seed profile fields (#9605) 2020-08-05 10:11:30 -04:00
support Flaky Spec Fix:Remove let_it_be Test Prof Helper (#9556) 2020-07-29 11:31:01 +02:00
system [deploy] Move Admin interface paths (#9576) 2020-08-03 08:49:23 -04:00
tasks Flaky Spec Fix:Remove let_it_be Test Prof Helper (#9556) 2020-07-29 11:31:01 +02:00
uploaders Flaky Spec Fix:Remove let_it_be Test Prof Helper (#9556) 2020-07-29 11:31:01 +02:00
view_objects [deploy] Add explicit robots instruction meta tag and adjust cloudinary (#9601) 2020-08-02 11:25:46 -04:00
views [deploy] Allow org admins to delete their organizations (#9357) 2020-07-28 12:00:15 -04:00
workers [deploy] Award badges asynchronously in internal (#9582) 2020-07-31 19:09:51 -04:00
rails_helper.rb Flaky Spec Fix:Remove let_it_be Test Prof Helper (#9556) 2020-07-29 11:31:01 +02:00
spec_helper.rb