|
Merge pull request #20 from CDLUC3/final_schema
More unit tests and some cleanup |
|---|
| app/controllers/answers_controller.rb |
|---|
| app/controllers/api/v0/base_controller.rb |
|---|
| app/controllers/api/v0/plans_controller.rb |
|---|
| app/controllers/api/v0/statistics_controller.rb |
|---|
| app/controllers/guidance_groups_controller.rb |
|---|
| app/controllers/plans_controller.rb |
|---|
| app/controllers/projects_controller.rb |
|---|
| app/controllers/users/omniauth_callbacks_controller.rb |
|---|
| app/controllers/users/omniauth_shibboleth_request_controller.rb |
|---|
| app/helpers/phases_helper.rb 100644 → 0 |
|---|
| app/helpers/plans_helper.rb 0 → 100644 |
|---|
| app/helpers/projects_helper.rb 100644 → 0 |
|---|
| app/models/ability.rb 100644 → 0 |
|---|
| app/models/admin_user.rb 100644 → 0 |
|---|
| app/models/exported_plan.rb |
|---|
| app/models/new_plan.rb 100644 → 0 |
|---|
| app/models/org.rb |
|---|
| app/models/org_token_permission.rb 100644 → 0 |
|---|
| app/models/organisation_type.rb 100644 → 0 |
|---|
| app/models/phase.rb |
|---|
| app/models/plan.rb |
|---|
| app/models/role.rb |
|---|
| app/models/settings/plan_list.rb |
|---|
| app/models/template.rb |
|---|
| app/models/user.rb |
|---|
| app/models/users_perm.rb 100644 → 0 |
|---|
| app/views/api/v0/statistics/plans.json.jbuilder |
|---|
| app/views/api/v0/statistics/plans_by_template.json.jbuilder |
|---|
| app/views/plans/_plan_list_head.html.erb |
|---|
| app/views/plans/_toolbar.html.erb |
|---|
| app/views/projects/_dropdowns_new_project.html.erb |
|---|
| app/views/settings/projects/show.html.erb |
|---|
| app/views/static_pages/public_plans.html.erb |
|---|
| app/views/templates/_admin_nav_tabs.html.erb |
|---|
| app/views/templates/admin_template.html.erb |
|---|
| config/initializers/devise.rb 100644 → 0 |
|---|
| config/locales/de.yml |
|---|
| config/locales/en-UK.yml |
|---|
| config/locales/en-US.yml |
|---|
| config/locales/es.yml |
|---|
| config/locales/fr.yml |
|---|
| config/routes.rb |
|---|
| db/migrate/20161122152339_new_plan_template_structure.rb |
|---|
| db/seeds.rb |
|---|
| test/fixtures/plan_guidance_groups.yml 100644 → 0 |
|---|
| test/functional/answers_controller_test.rb |
|---|
| test/helpers/application_helper_test.rb |
|---|
| test/helpers/plans_helper_test.rb 0 → 100644 |
|---|
| test/test_helper.rb |
|---|
| test/unit/exported_plan_test.rb |
|---|
| test/unit/guidance_group_test.rb |
|---|
| test/unit/guidance_test.rb |
|---|
| test/unit/org_test.rb |
|---|
| test/unit/plan_test.rb |
|---|
| test/unit/question_format_test.rb |
|---|
| test/unit/question_test.rb |
|---|
| test/unit/settings/plan_test.rb 0 → 100644 |
|---|
| test/unit/settings/template_test.rb 0 → 100644 |
|---|
| test/unit/suggested_answer_test.rb |
|---|
| test/unit/template_test.rb |
|---|
| test/unit/token_permission_type_test.rb |
|---|
| test/unit/user_test.rb |
|---|