Merge pull request #2397 from DMPRoadmap/development
Sync Development for Release 2.1.5
dev
commit a54f85a85ddd50d5d0e0a0814c120d6d8dc6d1f8
2 parents f807b5f + ddf27e8
@Brian Riley Brian Riley authored on 14 Feb 2020
GitHub committed on 14 Feb 2020
Showing 70 changed files
View
.github/workflows/brakeman.yml 0 → 100644
View
.github/workflows/eslint.yml 0 → 100644
View
.github/workflows/mysql.yml 0 → 100644
View
.github/workflows/postgres.yml 0 → 100644
View
.github/workflows/rubocop.yml 0 → 100644
View
.rubocop.yml
View
.travis.yml
View
Gemfile
View
Gemfile.lock
View
app/controllers/answers_controller.rb
View
app/controllers/api/v0/plans_controller.rb
View
app/controllers/api/v0/statistics_controller.rb
View
app/controllers/guidance_groups_controller.rb
View
app/controllers/guidances_controller.rb
View
app/controllers/home_controller.rb
View
app/controllers/org_admin/plans_controller.rb
View
app/controllers/org_admin/templates_controller.rb
View
app/controllers/paginable/plans_controller.rb
View
app/controllers/paginable/templates_controller.rb
View
app/controllers/public_pages_controller.rb
View
app/controllers/registrations_controller.rb
View
app/controllers/roles_controller.rb
View
app/controllers/sessions_controller.rb
View
app/controllers/settings/plans_controller.rb
View
app/controllers/stat_created_plans_by_template_controller.rb 100644 → 0
View
app/controllers/static_pages_controller.rb
View
app/controllers/usage_controller.rb
View
app/controllers/users/invitations_controller.rb
View
app/controllers/users/omniauth_callbacks_controller.rb
View
app/helpers/usage_helper.rb 0 → 100644
View
app/javascript/packs/application.js
View
app/javascript/utils/charts.js 0 → 100644
View
app/javascript/utils/tinymce.js
View
app/javascript/views/usage/index.js
View
app/models/annotation.rb
View
app/models/concerns/exportable_plan.rb
View
app/models/plan.rb
View
app/models/stat.rb
View
app/models/stat_created_plan.rb
View
app/policies/usage_policy.rb 0 → 100644
View
app/policies/user_policy.rb
View
app/views/api/v0/plans/index.json.jbuilder
View
app/views/api/v0/statistics/plans.json.jbuilder
View
app/views/devise/registrations/_personal_details.html.erb
View
app/views/org_admin/users/edit.html.erb
View
app/views/shared/export/_plan.erb
View
app/views/shared/export/_plan_coversheet.erb
View
app/views/usage/_filter.html.erb 0 → 100644
View
app/views/usage/_filtered_value.html.erb 0 → 100644
View
app/views/usage/_plans_by_template_chart.html.erb 0 → 100644
View
app/views/usage/_plans_created_chart.html.erb 0 → 100644
View
app/views/usage/_total_usage.html.erb 0 → 100644
View
app/views/usage/_users_joined_chart.html.erb 0 → 100644
View
app/views/usage/filter.js.erb 0 → 100644
View
app/views/usage/index.html.erb
View
app/views/usage/plans_by_template.js.erb 0 → 100644
View
config/routes.rb
View
package.json
View
spec/controllers/usage_controller_spec.rb 0 → 100644
View
spec/factories/stat_created_plan.rb
View
spec/helpers/usage_helper_spec.rb 0 → 100644
View
spec/models/plan_spec.rb
View
spec/models/stat_created_plan_spec.rb
View
spec/models/stat_joined_user_spec.rb
View
spec/models/template_spec.rb
View
spec/policies/usage_policy_spec.rb 0 → 100644
View
spec/rails_helper.rb
View
spec/requests/stat_created_plans_by_template_controller_spec.rb 100644 → 0
View
spec/services/org/create_created_plan_service_spec.rb
View
yarn.lock