|
switched visibility to be a bit flag using FlagShihTzu instead of a lookup table. adjusted db migration. Removed all of the empty stub test files generated by the rails scaffolding mechanism.
|
|---|
|
|
| Gemfile |
|---|
| Gemfile.lock |
|---|
| app/models/project.rb |
|---|
| app/models/visibility.rb 100644 → 0 |
|---|
| db/migrate/20170105165111_create_visibilities.rb 100644 → 0 |
|---|
| db/migrate/20170110092511_add_is_test_and_visibility_to_projects.rb 0 → 100644 |
|---|
| db/schema.rb |
|---|
| db/seeds.rb |
|---|
| test/fixtures/projects.yml |
|---|
| test/fixtures/visibilities.yml 100644 → 0 |
|---|
| test/functional/answers_controller_test.rb 100644 → 0 |
|---|
| test/functional/dmptemplates_controller_test.rb 100644 → 0 |
|---|
| test/functional/file_types_controller_test.rb 100644 → 0 |
|---|
| test/functional/file_uploads_controller_test.rb 100644 → 0 |
|---|
| test/functional/guidances_controller_test.rb 100644 → 0 |
|---|
| test/functional/home_controller_test.rb 100644 → 0 |
|---|
| test/functional/organisation_types_controller_test.rb 100644 → 0 |
|---|
| test/functional/organisations_controller_test.rb 100644 → 0 |
|---|
| test/functional/pages_controller_test.rb 100644 → 0 |
|---|
| test/functional/phases_controller_test.rb 100644 → 0 |
|---|
| test/functional/plan_sections_controller_test.rb 100644 → 0 |
|---|
| test/functional/plans_controller_test.rb 100644 → 0 |
|---|
| test/functional/project_groups_controller_test.rb 100644 → 0 |
|---|
| test/functional/project_partners_controller_test.rb 100644 → 0 |
|---|
| test/functional/projects_controller_test.rb 100644 → 0 |
|---|
| test/functional/question_themes_controller_test.rb 100644 → 0 |
|---|
| test/functional/questions_controller_test.rb 100644 → 0 |
|---|
| test/functional/sections_controller_test.rb 100644 → 0 |
|---|
| test/functional/themes_controller_test.rb 100644 → 0 |
|---|
| test/functional/user_org_roles_controller_test.rb 100644 → 0 |
|---|
| test/functional/user_role_types_controller_test.rb 100644 → 0 |
|---|
| test/functional/user_statuses_controller_test.rb 100644 → 0 |
|---|
| test/functional/user_types_controller_test.rb 100644 → 0 |
|---|
| test/functional/versions_controller_test.rb 100644 → 0 |
|---|
| test/test_helper.rb |
|---|
| test/unit/admin_user_test.rb 100644 → 0 |
|---|
| test/unit/comment_test.rb 100644 → 0 |
|---|
| test/unit/guidance_test.rb 100644 → 0 |
|---|
| test/unit/page_test.rb 100644 → 0 |
|---|
| test/unit/phase_test.rb 100644 → 0 |
|---|
| test/unit/plan_section_test.rb 100644 → 0 |
|---|
| test/unit/plan_test.rb 100644 → 0 |
|---|
| test/unit/project_group_test.rb 100644 → 0 |
|---|
| test/unit/project_partner_test.rb 100644 → 0 |
|---|
| test/unit/project_test.rb 100644 → 0 |
|---|
| test/unit/question_test.rb 100644 → 0 |
|---|
| test/unit/section_test.rb 100644 → 0 |
|---|
| test/unit/theme_test.rb 100644 → 0 |
|---|
| test/unit/user_role_type_test.rb 100644 → 0 |
|---|
| test/unit/version_test.rb 100644 → 0 |
|---|