Elijah Hamovitz
Elijah Hamovitz
Now that varnish is disabled everywhere, in preparation for removing `cdo-varnish` entirely. ## Testing story Tested on an adhoc: https://adhoc-remove-varnish-from-cdo-nginx.cdn-code.org/ Also verified via `knife` that we are not overriding the...
Reverts code-dot-org/code-dot-org#47973, restoring https://github.com/code-dot-org/code-dot-org/pull/47703 This was reverted in response to a stalled staging build; specifically, the staging build which included this PR stalled out because it was attempting to regenerate...
Speculative update to resolve `/usr/lib/ruby/2.7.0/bundler/spec_set.rb:86:in ``block in materialize': Could not find mini_portile2-2.6.1 in any of the sources (Bundler::GemNotFound)` Notably, 1.13.0 both updated the `mini_portile2` dependency and dropped support for Ruby...
Since we are no longer using varnish. ## Links ## Testing story ## Deployment strategy ## Follow-up work ## Privacy ## Security ## Caching ## PR Checklist: - [ ]...
This is an odd one; this rule "[Checks for extra underscores in variable assignment.](https://www.rubydoc.info/gems/rubocop/RuboCop/Cop/Style/TrailingUnderscoreVariable)" Specifically, when you're assigning the results of a call that returns an iterable to multiple variables...
## Links ## Testing story ## Deployment strategy ## Follow-up work ## Privacy ## Security ## Caching ## PR Checklist: - [ ] Tests provide adequate coverage - [ ]...
To pick up support for Ruby 2.7, which was added in 3.0 https://github.com/rubygems/rubygems/blob/master/CHANGELOG.md ## Links ## Testing story ## Deployment strategy ## Follow-up work ## Privacy ## Security ## Caching...
Reverts code-dot-org/code-dot-org#47859, restoring https://github.com/code-dot-org/code-dot-org/pull/47643 This failed the first time because the staging server was still running Ruby 2.5. Specifically, there was a stray configuration setting in Chef which was overriding...
I don't actually know what this does; speculatively updating it just to maintain consistency while we're updating all the rest of our site to use 2.6 ## Links ## Testing...
Specifically, autogenerated by running `bin/rails app:update`, as recommended by https://guides.rubyonrails.org/upgrading_ruby_on_rails.html#the-update-task ## Links ## Testing story ## Deployment strategy ## Follow-up work ## Privacy ## Security ## Caching ## PR Checklist:...