History for dmpopidor / app / models
2017-03-01
@xsrust
completed fixes for guidances and guidance_groups controllers
xsrust committed on 1 Mar 2017
@xsrust
updated all_viewable method of guidances to return an array of guidance
xsrust committed on 1 Mar 2017
@xsrust
updated gudiance api \n - brough auth in line with the rest of site using pundit \n - updated displayed information in line with model changes\n - removed multiple guidance groups and removed templates/guidance groups
xsrust committed on 1 Mar 2017
@xsrust
updated guidance and and perm. added constants to token_permission_types
xsrust committed on 1 Mar 2017
2017-02-24
@Jose Lloret
Fixed merge conflicts
Jose Lloret committed on 24 Feb 2017
2017-02-22
@Ray Carrick
Merge branch 'final_schema' into development ...
Ray Carrick committed on 22 Feb 2017
@Ray Carrick
Chnage progress bar to reduce num queries. Fixes DMPRoadmap/roadmap#103
Ray Carrick committed on 22 Feb 2017
2017-02-21
@xsrust
added plans to prefetching for users
xsrust committed on 21 Feb 2017
@xsrust
set user's default scope to prefetch organisation and permissions
xsrust committed on 21 Feb 2017
@xsrust
added constants for all perms in model
xsrust committed on 21 Feb 2017
2017-02-16
@Jose Lloret
Merge branch 'final_schema' of https://github.com/DigitalCurationCentre/roadmap into final_schema
Jose Lloret committed on 16 Feb 2017
2017-02-15
@Jose Lloret
URLs without locale param
Jose Lloret committed on 15 Feb 2017
@Ray Carrick
sort out post merge issues
Ray Carrick committed on 15 Feb 2017
@Ray Carrick
fix up post merge errors
Ray Carrick committed on 15 Feb 2017
@Ray Carrick
mege in head changes
Ray Carrick committed on 15 Feb 2017
@Ray Carrick
trying to reduce data access queries. Needs more work
Ray Carrick committed on 15 Feb 2017
2017-02-14
@xsrust
Merge branch 'final_schema' of https://github.com/DigitalCurationCentre/roadmap into final_schema
xsrust committed on 14 Feb 2017
@xsrust
removed slugs unique requirement from phases ** may break other code
xsrust committed on 14 Feb 2017
2017-02-09
@briley
finalized helper tests. additional tweaks to Plan tests
briley committed on 9 Feb 2017
@Brian Riley
Merge pull request #30 from DigitalCurationCentre/final_schema ...
Brian Riley authored on 9 Feb 2017 GitHub committed on 9 Feb 2017
@xsrust
re-wrote guidance_for_org fuction to hit the db less
xsrust 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
updted some stale references to Project and Dmptemplate. built more unit tests for Plan methods. Commented out a lot of methods that appear to be unused
briley committed on 8 Feb 2017
@briley
removed NewPlan, AdminUser models. Updated API base controller to check auth via token type and org
briley committed on 8 Feb 2017
@briley
removed org_token_permission and users_perm models. They are declared via a has_and_belongs_to_many relationship which designates the underlying table so there is no need for a model. Removed old organisation_type which has been replaced
briley committed on 8 Feb 2017
@briley
removed old Ability model which was used by the CanCan gem. added some more test coverage for Org and User
briley committed on 8 Feb 2017
@briley
removed User.org_type method and updated calls to in on some template views to use the new org.funder? instead
briley committed on 8 Feb 2017
@briley
filled in test coverage gaps. Removed duplicate User.can_grant_api_to_orgs? method
briley committed on 8 Feb 2017
@briley
Merge branch 'final_schema' of https://github.com/CDLUC3/roadmap into final_schema
briley committed on 8 Feb 2017
@briley
commented out unecessary org_token_permission model. We use a has_and_belongs_to_many relationship which defines the join table directly
briley committed on 8 Feb 2017