pull in changes from development
dev
commit ef95f91eace96f07bd3f0101a8bb8f2a365f47dd
2 parents b065e2d + 66e196b
@Sam Rust Sam Rust authored on 17 Mar 2020
Showing 63 changed files
View
.github/workflows/brakeman.yml
View
.github/workflows/eslint.yml
View
.github/workflows/mysql.yml
View
.github/workflows/postgres.yml
View
.github/workflows/rubocop.yml
View
Gemfile
View
Gemfile.lock
View
app/assets/stylesheets/utils/_colours.scss
View
app/assets/stylesheets/utils/_font_size.scss 0 → 100644
View
app/controllers/usage_controller.rb
View
app/models/plan.rb
View
app/models/stat_exported_plan.rb 0 → 100644
View
app/models/stat_exported_plan/create_or_update.rb 0 → 100644
View
app/models/stat_shared_plan.rb 0 → 100644
View
app/models/stat_shared_plan/create_or_update.rb 0 → 100644
View
app/policies/usage_policy.rb
View
app/services/org/create_created_plan_service.rb
View
app/services/org/create_exported_plan_service.rb 0 → 100644
View
app/services/org/create_joined_user_service.rb
View
app/services/org/create_last_month_created_plan_service.rb
View
app/services/org/create_last_month_exported_plan_service.rb 0 → 100644
View
app/services/org/create_last_month_joined_user_service.rb
View
app/services/org/create_last_month_shared_plan_service.rb 0 → 100644
View
app/services/org/create_shared_plan_service.rb 0 → 100644
View
app/services/org/monthly_usage_service.rb 0 → 100644
View
app/views/answers/_locking.html.erb
View
app/views/answers/_status.html.erb
View
app/views/devise/registrations/_password_confirmation.html.erb
View
app/views/devise/registrations/new.html.erb
View
app/views/guidances/admin_index.html.erb
View
app/views/layouts/_branding.html.erb
View
app/views/org_admin/plans/index.html.erb
View
app/views/org_admin/questions/_form.html.erb
View
app/views/orgs/_departments.html.erb
View
app/views/paginable/guidance_groups/_index.html.erb
View
app/views/paginable/guidances/_index.html.erb
View
app/views/paginable/users/_index.html.erb
View
app/views/phases/_edit_plan_answers.html.erb
View
app/views/phases/_overview.html.erb
View
app/views/plans/_show_details.html.erb
View
app/views/shared/_copy_link_modal.html.erb
View
app/views/shared/_create_plan_modal.html.erb
View
app/views/shared/_modal.html.erb
View
app/views/shared/_sign_in_form.html.erb
View
app/views/static_pages/about_us.html.erb
View
app/views/static_pages/help.html.erb
View
app/views/static_pages/privacy.html.erb
View
app/views/static_pages/termsuse.html.erb
View
app/views/super_admin/notifications/edit.html.erb
View
app/views/super_admin/notifications/index.html.erb
View
app/views/super_admin/notifications/new.html.erb
View
app/views/super_admin/themes/edit.html.erb
View
app/views/super_admin/themes/index.html.erb
View
app/views/super_admin/themes/new.html.erb
View
app/views/usage/_filter.html.erb
View
app/views/usage/_total_usage.html.erb
View
app/views/usage/index.html.erb
View
config/database.yml.sample
View
config/routes.rb
View
lib/tasks/stat.rake
View
spec/controllers/usage_controller_spec.rb
View
spec/models/plan_spec.rb
View
spec/policies/usage_policy_spec.rb