History for dmpopidor / db
2017-03-15
@briley
removed some old empty test files. removed facebook example from identifier_schemes seed
briley committed on 15 Mar 2017
2017-03-03
@Brian Riley
Added a rake task to port orcids from the old field in the users table over to the new user_identifiers table. Removed the old unworking migration (because orcid is not in the table so it never runs). Added a new db migration to remove the old users.orcid_id column. The rake task would need to be run prior to the db migration though so commenting it out for now DMPRoadmap/roadmap#159
Brian Riley committed on 3 Mar 2017
@Brian Riley
Added a rake task to port orcids from the old field in the users table over to the new user_identifiers table. Removed the old unworking migration (because orcid is not in the table so it never runs). Added a new db migration to remove the old users.orcid_id column. The rake task would need to be run prior to the db migration though so commenting it out for now
Brian Riley committed on 3 Mar 2017
2017-03-02
@ray.carrick
leaving the two migrations caused schema issues this cleans it up
ray.carrick committed on 2 Mar 2017
@ray.carrick
change question_format to use enum rather than bits
ray.carrick committed on 2 Mar 2017
2017-03-01
@ray.carrick
merge optimistic locking into dev
ray.carrick committed on 1 Mar 2017
@ray.carrick
Optimistic Locking ...
ray.carrick committed on 1 Mar 2017
2017-02-23
@Jose Lloret
config/initializers/locale.rb getters/setters pointing at FastGettext. en-UK renamed to en_GB. DMPRoadmap/roadmap#98
Jose Lloret committed on 23 Feb 2017
2017-02-15
@Jose Lloret
URLs without locale param
Jose Lloret committed on 15 Feb 2017
2017-02-10
@Brian Riley
updated languages en-US en-UK to en_US en_UK
Brian Riley committed on 10 Feb 2017
2017-02-09
@Brian Riley
Merge pull request #30 from DigitalCurationCentre/final_schema ...
Brian Riley authored on 9 Feb 2017 GitHub committed on 9 Feb 2017
@xsrust
updated migrations to comply with validations, added guidance-guidance_groups many to many relationship back in for migration
xsrust committed on 9 Feb 2017
2017-02-08
@briley
added check to migration to see if new_plan table exists prior to attempt to create a new NewPlan model
briley committed on 8 Feb 2017
2017-02-06
@Ray Carrick
first step in reducing page edit sql queries
Ray Carrick committed on 6 Feb 2017
2017-02-03
@Brian Riley
fixed merge conflicts in schema.rb
Brian Riley committed on 3 Feb 2017
@Brian Riley
ran db:migrate on test
Brian Riley committed on 3 Feb 2017
@xsrust
init commit of deep_copy for templates [untested]
xsrust committed on 3 Feb 2017
2017-02-02
@briley
fixed a few merge conflicts
briley committed on 2 Feb 2017
@briley
added theme unit tests and started cleanup of remaining existing tests
briley committed on 2 Feb 2017
@Ray Carrick
merge in changes from origin
Ray Carrick committed on 2 Feb 2017
@Ray Carrick
port of plan creation and editing to new data model
Ray Carrick committed on 2 Feb 2017
2017-02-01
@briley
removed region_group (and underlying table) and replaced with has_and_belongs_to_many relationship on Region so that we can do region.super_region and region.sub_regions. Added unit tests for Region
briley committed on 1 Feb 2017
@xsrust
added templates history page
xsrust committed on 1 Feb 2017
2017-01-30
@briley
Moved orcid_id from users table to user_identifiers. Added option_based flag to question_formats. switched Object.const_defined to table_exists checks in db migrations because rails loads references to classes on demand so the objects are likely not defined when the migrations run. safer to check for the underlying table's existence
briley committed on 30 Jan 2017
@briley
resolved merge conflicts
briley committed on 30 Jan 2017
2017-01-27
@Brian Riley
replaced use of fixtures with db/seeds.rb. no point in maintaining both
Brian Riley committed on 27 Jan 2017
@Brian Riley
added new seed file that works with new schema. commented out plans and answers for now though because plan model is unfinished
Brian Riley committed on 27 Jan 2017
@Brian Riley
Added checks to migration files that manipulate data to make sure that the model they are attempting to access is defined in the current codebase
Brian Riley committed on 27 Jan 2017
2017-01-26
@briley
added some more attr_accessible attributes for new fields. finished up seed.rb file.
briley committed on 26 Jan 2017
@briley
started seeds.rb rebuild to work with new schema. Removed guidance_in_group association from guidance. added some attr_accessible attributes
briley committed on 26 Jan 2017