Merge branch 'feature/validations' of github.com:DMPRoadmap/roadmap into feature/validations
dev
commit 5aff1b463014e9074e3e0bf869619758359edf00
2 parents 8aa9b48 + c36d9ac
@Bodacious Bodacious authored on 15 Aug 2018
Showing 73 changed files
View
.rubocop.yml 0 → 100644
View
Gemfile
View
Gemfile.lock
View
app/controllers/api/v0/base_controller.rb
View
app/controllers/api/v0/statistics_controller.rb
View
app/controllers/api/v0/templates_controller.rb
View
app/controllers/concerns/conditional_user_mailer.rb
View
app/controllers/concerns/versionable.rb
View
app/controllers/passwords_controller.rb
View
app/controllers/plans_controller.rb
View
app/controllers/registrations_controller.rb
View
app/controllers/super_admin/users_controller.rb
View
app/controllers/users/omniauth_callbacks_controller.rb
View
app/helpers/notifications_helper.rb
View
app/helpers/orgs_helper.rb
View
app/helpers/plans_helper.rb
View
app/helpers/sections_helper.rb
View
app/mailers/user_mailer.rb
View
app/models/annotation.rb
View
app/models/answer.rb
View
app/models/concerns/exportable_plan.rb
View
app/models/guidance.rb
View
app/models/guidance_group.rb
View
app/models/notification.rb
View
app/models/org.rb
View
app/models/phase.rb
View
app/models/plan.rb
View
app/models/pref.rb
View
app/models/question.rb
View
app/models/role.rb
View
app/models/section.rb
View
app/models/theme.rb
View
app/models/token_permission_type.rb
View
app/models/user.rb
View
app/services/guidance_service.rb
View
app/views/guidance_groups/_index_by_theme.html.erb
View
app/views/org_admin/phases/_phase.html.erb
View
app/views/phases/_guidances_notes.html.erb
View
app/views/shared/_create_account_form.html.erb
View
app/views/shared/export/_plan.erb
View
app/views/shared/export/_plan_txt.erb
View
bin/rubocop_changed 0 → 100755
View
db/migrate/20130905073232_remove_slug_from_plans.rb 100644 → 0
View
db/migrate/20170303220255_remove_orcid_id_from_users.rb 100644 → 0
View
db/migrate/20180813114157_remove_logo_file_name_from_orgs.rb 0 → 100644
View
db/migrate/20180813114216_remove_parent_id_from_orgs.rb 0 → 100644
View
db/migrate/20180813114234_remove_wayfless_entity_from_orgs.rb 0 → 100644
View
db/migrate/20180813114348_remove_slug_from_phases.rb 0 → 100644
View
db/migrate/20180813114525_remove_slug_from_plans.rb 0 → 100644
View
db/migrate/20180813114550_drop_table_friendly_id_slugs.rb 0 → 100644
View
db/migrate/20180813114614_drop_table_file_types.rb 0 → 100644
View
db/migrate/20180813114622_drop_table_file_uploads.rb 0 → 100644
View
db/migrate/20180813114628_drop_table_splash_logs.rb 0 → 100644
View
db/migrate/20180813114649_remove_banner_text_from_orgs.rb 0 → 100644
View
db/migrate/20180813114719_remove_question_id_from_guidances.rb 0 → 100644
View
db/migrate/20180813114801_remove_orcid_id_from_users.rb 0 → 100644
View
db/migrate/20180813114813_remove_shibboleth_id_from_users.rb 0 → 100644
View
db/schema.rb
View
lib/branding.rb
View
lib/global_helpers.rb
View
lib/tasks/doc.rake 0 → 100644
View
spec/factories/exported_plans.rb
View
spec/factories/guidances.rb
View
spec/factories/identifier_schemes.rb
View
spec/factories/languages.rb
View
spec/factories/notifications.rb
View
spec/factories/orgs.rb
View
spec/factories/phases.rb
View
spec/factories/plans.rb
View
spec/factories/question_formats.rb
View
spec/factories/themes.rb
View
spec/factories/token_permission_types.rb
View
spec/factories/users.rb