├── CONTRIBUTING.md ├── README.md ├── best-practices ├── 2FA.md ├── README.md ├── automating_deployment_notifications.md ├── background_processing.md ├── communication.md ├── db_reset.md ├── deploying_maintaining_aws.md ├── deprecation.md ├── documentation │ └── README.md ├── environments.md ├── folio_sdr_integrations.md ├── howto_readme.md ├── infra-accessibility.md ├── javascript_debugging.md ├── kafka.md ├── licensing.md ├── monitoring.md ├── pair_programming.md ├── puppet_prs.md ├── releasing_gems.md ├── robots_txt.md ├── setting_up_ruby_projects.md ├── shared_configs.md ├── solr.md ├── ssh_configuration.md ├── testing.md ├── ticket_writing.md ├── ui_bootstrap.md ├── updating-nodejs.md ├── updating-ruby.md └── version_control.md ├── code-review ├── README.md ├── goals.md ├── guidelines.md ├── infrateam_prs.md └── tools.md ├── code_club.md ├── deployment ├── automated_deployment.md ├── aws-beanstalk.md └── capistrano.md ├── developer_onboarding.md ├── developers_forum.md ├── images ├── honeybadger_breadcrumb.png └── honeybadger_slack_link.png ├── infrateam_first_responder.md └── style ├── README.md ├── exceptions.md ├── infra-style.md ├── infra_template.rubocop.yml └── ruby ├── .rubocop.yml └── README.md /CONTRIBUTING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sul-dlss/DeveloperPlaybook/HEAD/CONTRIBUTING.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sul-dlss/DeveloperPlaybook/HEAD/README.md -------------------------------------------------------------------------------- /best-practices/2FA.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sul-dlss/DeveloperPlaybook/HEAD/best-practices/2FA.md -------------------------------------------------------------------------------- /best-practices/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sul-dlss/DeveloperPlaybook/HEAD/best-practices/README.md -------------------------------------------------------------------------------- /best-practices/automating_deployment_notifications.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sul-dlss/DeveloperPlaybook/HEAD/best-practices/automating_deployment_notifications.md -------------------------------------------------------------------------------- /best-practices/background_processing.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sul-dlss/DeveloperPlaybook/HEAD/best-practices/background_processing.md -------------------------------------------------------------------------------- /best-practices/communication.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sul-dlss/DeveloperPlaybook/HEAD/best-practices/communication.md -------------------------------------------------------------------------------- /best-practices/db_reset.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sul-dlss/DeveloperPlaybook/HEAD/best-practices/db_reset.md -------------------------------------------------------------------------------- /best-practices/deploying_maintaining_aws.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sul-dlss/DeveloperPlaybook/HEAD/best-practices/deploying_maintaining_aws.md -------------------------------------------------------------------------------- /best-practices/deprecation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sul-dlss/DeveloperPlaybook/HEAD/best-practices/deprecation.md -------------------------------------------------------------------------------- /best-practices/documentation/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sul-dlss/DeveloperPlaybook/HEAD/best-practices/documentation/README.md -------------------------------------------------------------------------------- /best-practices/environments.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sul-dlss/DeveloperPlaybook/HEAD/best-practices/environments.md -------------------------------------------------------------------------------- /best-practices/folio_sdr_integrations.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sul-dlss/DeveloperPlaybook/HEAD/best-practices/folio_sdr_integrations.md -------------------------------------------------------------------------------- /best-practices/howto_readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sul-dlss/DeveloperPlaybook/HEAD/best-practices/howto_readme.md -------------------------------------------------------------------------------- /best-practices/infra-accessibility.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sul-dlss/DeveloperPlaybook/HEAD/best-practices/infra-accessibility.md -------------------------------------------------------------------------------- /best-practices/javascript_debugging.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sul-dlss/DeveloperPlaybook/HEAD/best-practices/javascript_debugging.md -------------------------------------------------------------------------------- /best-practices/kafka.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sul-dlss/DeveloperPlaybook/HEAD/best-practices/kafka.md -------------------------------------------------------------------------------- /best-practices/licensing.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sul-dlss/DeveloperPlaybook/HEAD/best-practices/licensing.md -------------------------------------------------------------------------------- /best-practices/monitoring.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sul-dlss/DeveloperPlaybook/HEAD/best-practices/monitoring.md -------------------------------------------------------------------------------- /best-practices/pair_programming.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sul-dlss/DeveloperPlaybook/HEAD/best-practices/pair_programming.md -------------------------------------------------------------------------------- /best-practices/puppet_prs.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sul-dlss/DeveloperPlaybook/HEAD/best-practices/puppet_prs.md -------------------------------------------------------------------------------- /best-practices/releasing_gems.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sul-dlss/DeveloperPlaybook/HEAD/best-practices/releasing_gems.md -------------------------------------------------------------------------------- /best-practices/robots_txt.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sul-dlss/DeveloperPlaybook/HEAD/best-practices/robots_txt.md -------------------------------------------------------------------------------- /best-practices/setting_up_ruby_projects.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sul-dlss/DeveloperPlaybook/HEAD/best-practices/setting_up_ruby_projects.md -------------------------------------------------------------------------------- /best-practices/shared_configs.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sul-dlss/DeveloperPlaybook/HEAD/best-practices/shared_configs.md -------------------------------------------------------------------------------- /best-practices/solr.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sul-dlss/DeveloperPlaybook/HEAD/best-practices/solr.md -------------------------------------------------------------------------------- /best-practices/ssh_configuration.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sul-dlss/DeveloperPlaybook/HEAD/best-practices/ssh_configuration.md -------------------------------------------------------------------------------- /best-practices/testing.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sul-dlss/DeveloperPlaybook/HEAD/best-practices/testing.md -------------------------------------------------------------------------------- /best-practices/ticket_writing.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sul-dlss/DeveloperPlaybook/HEAD/best-practices/ticket_writing.md -------------------------------------------------------------------------------- /best-practices/ui_bootstrap.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sul-dlss/DeveloperPlaybook/HEAD/best-practices/ui_bootstrap.md -------------------------------------------------------------------------------- /best-practices/updating-nodejs.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sul-dlss/DeveloperPlaybook/HEAD/best-practices/updating-nodejs.md -------------------------------------------------------------------------------- /best-practices/updating-ruby.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sul-dlss/DeveloperPlaybook/HEAD/best-practices/updating-ruby.md -------------------------------------------------------------------------------- /best-practices/version_control.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sul-dlss/DeveloperPlaybook/HEAD/best-practices/version_control.md -------------------------------------------------------------------------------- /code-review/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sul-dlss/DeveloperPlaybook/HEAD/code-review/README.md -------------------------------------------------------------------------------- /code-review/goals.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sul-dlss/DeveloperPlaybook/HEAD/code-review/goals.md -------------------------------------------------------------------------------- /code-review/guidelines.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sul-dlss/DeveloperPlaybook/HEAD/code-review/guidelines.md -------------------------------------------------------------------------------- /code-review/infrateam_prs.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sul-dlss/DeveloperPlaybook/HEAD/code-review/infrateam_prs.md -------------------------------------------------------------------------------- /code-review/tools.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sul-dlss/DeveloperPlaybook/HEAD/code-review/tools.md -------------------------------------------------------------------------------- /code_club.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /deployment/automated_deployment.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sul-dlss/DeveloperPlaybook/HEAD/deployment/automated_deployment.md -------------------------------------------------------------------------------- /deployment/aws-beanstalk.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sul-dlss/DeveloperPlaybook/HEAD/deployment/aws-beanstalk.md -------------------------------------------------------------------------------- /deployment/capistrano.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sul-dlss/DeveloperPlaybook/HEAD/deployment/capistrano.md -------------------------------------------------------------------------------- /developer_onboarding.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sul-dlss/DeveloperPlaybook/HEAD/developer_onboarding.md -------------------------------------------------------------------------------- /developers_forum.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sul-dlss/DeveloperPlaybook/HEAD/developers_forum.md -------------------------------------------------------------------------------- /images/honeybadger_breadcrumb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sul-dlss/DeveloperPlaybook/HEAD/images/honeybadger_breadcrumb.png -------------------------------------------------------------------------------- /images/honeybadger_slack_link.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sul-dlss/DeveloperPlaybook/HEAD/images/honeybadger_slack_link.png -------------------------------------------------------------------------------- /infrateam_first_responder.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sul-dlss/DeveloperPlaybook/HEAD/infrateam_first_responder.md -------------------------------------------------------------------------------- /style/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sul-dlss/DeveloperPlaybook/HEAD/style/README.md -------------------------------------------------------------------------------- /style/exceptions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sul-dlss/DeveloperPlaybook/HEAD/style/exceptions.md -------------------------------------------------------------------------------- /style/infra-style.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sul-dlss/DeveloperPlaybook/HEAD/style/infra-style.md -------------------------------------------------------------------------------- /style/infra_template.rubocop.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sul-dlss/DeveloperPlaybook/HEAD/style/infra_template.rubocop.yml -------------------------------------------------------------------------------- /style/ruby/.rubocop.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sul-dlss/DeveloperPlaybook/HEAD/style/ruby/.rubocop.yml -------------------------------------------------------------------------------- /style/ruby/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sul-dlss/DeveloperPlaybook/HEAD/style/ruby/README.md --------------------------------------------------------------------------------