[openSUSE/open-build-service] 11a369: Fix NameError in RoutesHelper::WebuiMatcher
Branch: refs/heads/master Home: https://github.com/openSUSE/open-build-service Commit: 11a369774d007f5e6e9470857aa0b038eb4eede9 https://github.com/openSUSE/open-build-service/commit/11a369774d007f5e6e9470... Author: Dany Marcoux <dmarcoux@posteo.de> Date: 2021-06-16 (Wed, 16 Jun 2021) Changed paths: M src/api/app/lib/routes_helper/webui_matcher.rb Log Message: ----------- Fix NameError in RoutesHelper::WebuiMatcher The error was: NameError: uninitialized constant RoutesHelper::WebuiMatcher::APIError This is due to changes in how Zeitwerk works in Rails 6.1.x. It was fine in Rails 6.0.x, although it was deprecated and there was a deprecation warning. Commit: 9b9e38912b57d2d680e55461af75dd0d7c402ff0 https://github.com/openSUSE/open-build-service/commit/9b9e38912b57d2d680e554... Author: Dany Marcoux <dmarcoux@posteo.de> Date: 2021-06-16 (Wed, 16 Jun 2021) Changed paths: M src/api/Gemfile M src/api/Gemfile.lock M src/api/Gemfile.next.lock M src/api/config/environments/development.rb Log Message: ----------- Install listen gem As documented on https://guides.rubyonrails.org/configuring.html, it's needed for `config.file_watcher = ActiveSupport::EventedFileUpdateChecker` in `src/api/config/environments/development.rb`. Commit: 01025bc4334a4a0eea091ac57819055c6c9364d2 https://github.com/openSUSE/open-build-service/commit/01025bc4334a4a0eea091a... Author: Dany Marcoux <dmarcoux@posteo.de> Date: 2021-06-16 (Wed, 16 Jun 2021) Changed paths: M src/api/.rubocop.yml M src/api/bin/rails M src/api/bin/rake A src/api/bin/setup Log Message: ----------- Apply changes in binaries from Rails' update task The changes were generated with `next bundle exec rails app:update` Commit: f92f8c88f61cbe916eb8bba35cf04c57879de35f https://github.com/openSUSE/open-build-service/commit/f92f8c88f61cbe916eb8bb... Author: Dany Marcoux <dmarcoux@posteo.de> Date: 2021-06-16 (Wed, 16 Jun 2021) Changed paths: M src/api/.rubocop.yml Log Message: ----------- Exclude configuration files for RuboCop Style/StringLiterals Commit: 9a868de4f415e49553d42dc6a3591fcd15a8127d https://github.com/openSUSE/open-build-service/commit/9a868de4f415e49553d42d... Author: Dany Marcoux <dmarcoux@posteo.de> Date: 2021-06-16 (Wed, 16 Jun 2021) Changed paths: M src/api/config/locales/en.yml Log Message: ----------- Apply changes in locales from Rails' update task Commit: 2b316f125d5405cf853899f94f4af791a5bb28dc https://github.com/openSUSE/open-build-service/commit/2b316f125d5405cf853899... Author: Dany Marcoux <dmarcoux@posteo.de> Date: 2021-06-16 (Wed, 16 Jun 2021) Changed paths: M src/api/config.ru Log Message: ----------- Apply changes in config.ru from Rails' update task Commit: 1cd3b61f63b6684bed45766e18b3bc5656614512 https://github.com/openSUSE/open-build-service/commit/1cd3b61f63b6684bed4576... Author: Dany Marcoux <danymarcoux@gmail.com> Date: 2021-06-16 (Wed, 16 Jun 2021) Changed paths: M src/api/.rubocop.yml M src/api/Gemfile M src/api/Gemfile.lock M src/api/Gemfile.next.lock M src/api/app/lib/routes_helper/webui_matcher.rb M src/api/bin/rails M src/api/bin/rake A src/api/bin/setup M src/api/config.ru M src/api/config/environments/development.rb M src/api/config/locales/en.yml Log Message: ----------- Merge pull request #11248 from openSUSE/next_rails-2 Changes from Rails' update task Compare: https://github.com/openSUSE/open-build-service/compare/5f9fa058750f...1cd3b6...
participants (1)
-
Dany Marcoux