[openSUSE/open-build-service] 02afcf: Introduces support for instantiating packages from...
Branch: refs/heads/master Home: https://github.com/openSUSE/open-build-service Commit: 02afcf6faa2e08f067e0fb0464e0dc44329e79cb https://github.com/openSUSE/open-build-service/commit/02afcf6faa2e08f067e0fb... Author: Henne Vogelsang <hvogel@opensuse.org> Date: 2024-08-08 (Thu, 08 Aug 2024) Changed paths: M src/api/app/models/concerns/project_links.rb M src/api/app/models/package.rb Log Message: ----------- Introduces support for instantiating packages from remote project links Instead of returning nil for packages that might come from an remote project link, check if they are known to the backend and return an in-memory, read only Package object. Commit: c414d98ddb1b806ee41ef3199c22d3644d5cbd51 https://github.com/openSUSE/open-build-service/commit/c414d98ddb1b806ee41ef3... Author: Henne Vogelsang <hvogel@opensuse.org> Date: 2024-08-08 (Thu, 08 Aug 2024) Changed paths: M src/api/spec/models/package_get_by_project_and_name_spec.rb Log Message: ----------- Spec out instantiating packages from remote project links Commit: 29072269861fa87c2178fce16a9edcf02d533b93 https://github.com/openSUSE/open-build-service/commit/29072269861fa87c2178fc... Author: Henne Vogelsang <hvogel@opensuse.org> Date: 2024-08-13 (Tue, 13 Aug 2024) Changed paths: M src/api/app/models/concerns/project_links.rb M src/api/app/models/package.rb M src/api/spec/models/package_get_by_project_and_name_spec.rb Log Message: ----------- Merge pull request #16226 from hennevogel/feature/follow_project_remote_links Introduces support for instantiating packages from remote project links Compare: https://github.com/openSUSE/open-build-service/compare/9d40c7442070...290722... To unsubscribe from these emails, change your notification settings at https://github.com/openSUSE/open-build-service/settings/notifications
participants (1)
-
Henne Vogelsang