[obs-commits] [openSUSE/software-o-o] 93dfaf: Prevent exceptions when accessing @appdata
Branch: refs/heads/master Home: https://github.com/openSUSE/software-o-o Commit: 93dfafcb82d70baeb31536d4b8ffb498de2a2a2e https://github.com/openSUSE/software-o-o/commit/93dfafcb82d70baeb31536d4b8ff... Author: Alexander Graul <mail@agraul.de> Date: 2020-10-27 (Tue, 27 Oct 2020) Changed paths: M app/controllers/application_controller.rb Log Message: ----------- Prevent exceptions when accessing @appdata For many distributions we don't load @appdata. @appdata is still accessed, expecting that it always exists and contains :apps and :categories. With this change, those accesses don't throw exceptions. Fixes https://github.com/openSUSE/software-o-o/issues/885. Commit: ec8d24084f67dbb2ed3c96f2f009daf473920fa5 https://github.com/openSUSE/software-o-o/commit/ec8d24084f67dbb2ed3c96f2f009... Author: Alexander Graul <mail@agraul.de> Date: 2020-10-29 (Thu, 29 Oct 2020) Changed paths: M app/controllers/application_controller.rb Log Message: ----------- Merge pull request #889 from agraul/fix-appdata-missing-exceptions Prevent exceptions when accessing @appdata Compare: https://github.com/openSUSE/software-o-o/compare/97347c05fe8c...ec8d24084f67
participants (1)
-
Alexander Graul