2016-12-08
@briley
fixed bug in new config test
briley committed on 8 Dec 2016
@briley
moved devise config checks to a test
briley committed on 8 Dec 2016
@briley
Removed devise/identifier scheme comparison from environment.rb. Cannot run data migrations with it in place because it references the IdentifierScheme model but the table has not yet been defined
briley committed on 8 Dec 2016
@briley
Merge branch 'development' of https://github.com/CDLUC3/roadmap into development
briley committed on 8 Dec 2016
@briley
fixed issue with the oauth hash in the registrations controller
briley committed on 8 Dec 2016
@briley
finished application_helper tests
briley committed on 8 Dec 2016
@briley
renamed hash_to_json_object in application_helper to hash_to_js_json_variable to make its purpose clearer
briley committed on 8 Dec 2016
@briley
removed unused link_to_function and link_to_add_object methods from application_helper
briley committed on 8 Dec 2016
@briley
added initial application_helper tests
briley committed on 8 Dec 2016
@briley
added simplecov gem for testing to provide us with a test coverage report. Added a test for application_helper.rb. Removed tab characters from application_helper.rb and added some lines to help with readability
briley committed on 8 Dec 2016
@xsrust
began changing models to reflect the new model names and relationships, additionally deleting some old/unused models which no longer apply in the new schema.
xsrust committed on 8 Dec 2016
@xsrust
removed unused models
xsrust committed on 8 Dec 2016
@xsrust
updated removing_intermediary_tables to remove some other unused tables
xsrust committed on 8 Dec 2016
@xsrust
Merge branch 'final_schema' of https://github.com/DigitalCurationCentre/roadmap into final_schema
xsrust committed on 8 Dec 2016
@xsrust
updated schema
xsrust committed on 8 Dec 2016
@xsrust
added migration to make a many to one relationship guidances > guidance_groups, additionally, removed the project groups and projects tables
xsrust committed on 8 Dec 2016
@xsrust
added migration to add foreign keys. Also needed to remove the temporary models, and update existing models to reflect the new relationships
xsrust committed on 8 Dec 2016
@xsrust
updated migration to remove all new_table_name structures
xsrust committed on 8 Dec 2016
@xsrust
init commit of migration to remove old tables and rename intermediary ones
xsrust committed on 8 Dec 2016
@xsrust
updated schema
xsrust committed on 8 Dec 2016
@xsrust
additionally stores old project_id for new_plans
xsrust committed on 8 Dec 2016
@xsrust
added migration to make a many to one relationship guidances > guidance_groups, additionally, removed the project groups and projects tables
xsrust committed on 8 Dec 2016
2016-12-06
@xsrust
added migration to add foreign keys. Also needed to remove the temporary models, and update existing models to reflect the new relationships
xsrust committed on 6 Dec 2016
@xsrust
changed the way answers are selected in migration
xsrust committed on 6 Dec 2016
@xsrust
updated migration to remove all new_table_name structures
xsrust committed on 6 Dec 2016
2016-12-05
@xsrust
updated prefetching, relocated index definition, and removed debug for migration
xsrust committed on 5 Dec 2016
@xsrust
wrapped migration in transaction for performance
xsrust committed on 5 Dec 2016
@xsrust
init commit of migration to remove old tables and rename intermediary ones
xsrust committed on 5 Dec 2016
2016-12-02
@Brian Riley
Merge pull request #16 from DMPRoadmap/development ...
Brian Riley authored on 2 Dec 2016 GitHub committed on 2 Dec 2016
@Brian Riley
fixed typo in fr.yml locale file that was introduced while resolving merge conflicts
Brian Riley committed on 2 Dec 2016