removed travis
Briri GitHub tests (#2312)

* Created Github workflow for tests

Github workflow for Rubocop (#2315)

* Create ruby.yml

* updated to get ruby ver from gem file.lock

Update rubocop.yml

Update rubocop.yml

pulling in our rubocop gem

reverted rubocop file

Pulled all of the separate gem's rubocop stuff into the repo's rubocop file

Removed 'Rails' from rubocop.yml

added brakeman workflow

fixed bad rubocop disable lines

restricted brakeman workflow to PR on master

added ES lint workflow

fixed typo

added workflow for mysql tests

chenged workflow names and updated mysql

chenged workflow names and updated mysql

chenged workflow names and updated mysql

chenged workflow names and updated mysql

chenged workflow names and updated mysql

chenged workflow names and updated mysql

added password for mysql tests and fixed spec

removed blank line

added rails_env environment var

added RAILS_ENV to bundle commands

removed rails_env from rspec line
dev
1 parent f99a19e commit ec1818c7a611f41bbf46482d69e28a85a6b9dd5a
@briri briri authored on 12 Dec 2019
Showing 22 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 100644 → 0
View
app/controllers/answers_controller.rb
View
app/controllers/guidance_groups_controller.rb
View
app/controllers/guidances_controller.rb
View
app/controllers/org_admin/plans_controller.rb
View
app/controllers/org_admin/templates_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/users/invitations_controller.rb
View
app/controllers/users/omniauth_callbacks_controller.rb
View
app/models/annotation.rb
View
spec/models/template_spec.rb