[openSUSE/open-build-service] d55a7f: Let the admin upload the logo for the header
Branch: refs/heads/master Home: https://github.com/openSUSE/open-build-service Commit: d55a7fa1b9a1e0b4943dc529bdc4f08dd4b1bd1c https://github.com/openSUSE/open-build-service/commit/d55a7fa1b9a1e0b4943dc5... Author: Jacob Michalskie <jacob.michalskie@suse.com> Date: 2024-06-06 (Thu, 06 Jun 2024) Changed paths: M src/api/app/controllers/webui/configuration_controller.rb M src/api/app/models/configuration.rb M src/api/app/views/layouts/webui/_top_navigation.html.haml M src/api/app/views/webui/configuration/index.html.haml Log Message: ----------- Let the admin upload the logo for the header Commit: 82a33a7da853ab81ba6c45dfc7fc1f1301e4e986 https://github.com/openSUSE/open-build-service/commit/82a33a7da853ab81ba6c45... Author: Eduardo Navarro <enavarro@suse.com> Date: 2024-06-10 (Mon, 10 Jun 2024) Changed paths: M src/api/app/models/configuration.rb Log Message: ----------- Invalidate configuration cache by deleting Using the previous Rails.cache.fetch(...) method with `self` resulted in errors after introducing the attachemnt `logo`. Commit: b20ada4b784b9cd38254627776db398f51e49754 https://github.com/openSUSE/open-build-service/commit/b20ada4b784b9cd3825462... Author: Eduardo Navarro <enavarro@suse.com> Date: 2024-06-10 (Mon, 10 Jun 2024) Changed paths: M src/api/app/models/configuration.rb Log Message: ----------- Prevent from performing an SQL query ... ... for `Configuration.logo` calls Commit: 74de7a25a4abe075a7cb0c8aa9f89cd6498700f7 https://github.com/openSUSE/open-build-service/commit/74de7a25a4abe075a7cb0c... Author: Henne Vogelsang <hvogel@opensuse.org> Date: 2024-06-14 (Fri, 14 Jun 2024) Changed paths: M src/api/app/controllers/webui/configuration_controller.rb M src/api/app/models/configuration.rb M src/api/app/views/layouts/webui/_top_navigation.html.haml M src/api/app/views/webui/configuration/index.html.haml Log Message: ----------- Merge pull request #16006 from hellcp-work/logo-upload-ui Allow setting logo in the admin config Compare: https://github.com/openSUSE/open-build-service/compare/d39ca3a46b05...74de7a... To unsubscribe from these emails, change your notification settings at https://github.com/openSUSE/open-build-service/settings/notifications
participants (1)
-
Henne Vogelsang