[openSUSE/open-build-service] fd151a: Can not store files in SCM bridged packages
Branch: refs/heads/master Home: https://github.com/openSUSE/open-build-service Commit: fd151af73564e305c9d72d35c7942b9ac3b5d5d9 https://github.com/openSUSE/open-build-service/commit/fd151af73564e305c9d72d... Author: Henne Vogelsang <hvogel@opensuse.org> Date: 2022-07-26 (Tue, 26 Jul 2022) Changed paths: M src/api/app/controllers/concerns/webui/rescue_handler.rb M src/api/app/controllers/webui/packages/files_controller.rb M src/api/app/models/package.rb M src/api/app/models/package/errors.rb M src/api/app/models/service.rb Log Message: ----------- Can not store files in SCM bridged packages They are maintained on the SCM... Commit: 14c199bb947714d10a4b3450f3fd3254f4f3b236 https://github.com/openSUSE/open-build-service/commit/14c199bb947714d10a4b34... Author: Henne Vogelsang <hvogel@opensuse.org> Date: 2022-07-26 (Tue, 26 Jul 2022) Changed paths: M src/api/app/controllers/webui/package_controller.rb M src/api/app/views/webui/package/_files_view.html.haml M src/api/app/views/webui/package/_side_links.html.haml A src/api/app/views/webui/package/side_links/_show_scmsync.html.haml Log Message: ----------- Show link to SCM for packages with scmsync Also do not offer to change files if scmsync is present Commit: 255c806f05b8baf3fc441643712ff2d0eafae9c1 https://github.com/openSUSE/open-build-service/commit/255c806f05b8baf3fc4416... Author: Lukas Krause <lkrause@suse.de> Date: 2022-07-26 (Tue, 26 Jul 2022) Changed paths: M src/api/app/controllers/source/errors.rb M src/api/app/controllers/source_controller.rb Log Message: ----------- Don't allow update and deletion of scmsynced files through api The sources are handled on an SCM, and should not be updated or deleted through the OBS API. Commit: 414f28bdf3b6fb3d5bef2415b9dca961b06b5a0a https://github.com/openSUSE/open-build-service/commit/414f28bdf3b6fb3d5bef24... Author: Henne Vogelsang <hvogel@opensuse.org> Date: 2022-07-27 (Wed, 27 Jul 2022) Changed paths: M src/api/app/controllers/concerns/webui/rescue_handler.rb M src/api/app/controllers/source/errors.rb M src/api/app/controllers/source_controller.rb M src/api/app/controllers/webui/package_controller.rb M src/api/app/controllers/webui/packages/files_controller.rb M src/api/app/models/package.rb M src/api/app/models/package/errors.rb M src/api/app/models/service.rb M src/api/app/views/webui/package/_files_view.html.haml M src/api/app/views/webui/package/_side_links.html.haml A src/api/app/views/webui/package/side_links/_show_scmsync.html.haml Log Message: ----------- Merge pull request #12277 from hennevogel/feature/readonly-scmsync Can not store files in SCM bridged packages Compare: https://github.com/openSUSE/open-build-service/compare/641614bf6cb7...414f28...
participants (1)
-
Henne Vogelsang