[openSUSE/open-build-service] 471d39: Move before filters together
Branch: refs/heads/master Home: https://github.com/openSUSE/open-build-service Commit: 471d39ad27f810cf6711063a590ea29cb55f12b4 https://github.com/openSUSE/open-build-service/commit/471d39ad27f810cf671106... Author: Henne Vogelsang <hvogel@opensuse.org> Date: 2023-12-20 (Wed, 20 Dec 2023) Changed paths: M src/api/app/controllers/source_controller.rb Log Message: ----------- Move before filters together Commit: 7bccca79253b487711f45a6958c82adb33fb5d1e https://github.com/openSUSE/open-build-service/commit/7bccca79253b487711f45a... Author: Henne Vogelsang <hvogel@opensuse.org> Date: 2023-12-20 (Wed, 20 Dec 2023) Changed paths: M src/api/app/controllers/source_controller.rb Log Message: ----------- Move constants to the top of the class Commit: e4fb2c6b6f4848cd6179097039c9426b8567ff30 https://github.com/openSUSE/open-build-service/commit/e4fb2c6b6f4848cd617909... Author: Henne Vogelsang <hvogel@opensuse.org> Date: 2023-12-20 (Wed, 20 Dec 2023) Changed paths: M src/api/app/controllers/source_controller.rb Log Message: ----------- Simplify index action No need to put 2 lines into an extra method. Also: projectlist, packagelist and filelist are no actions. Only index is an action... Commit: 625b3bc0818492e471f25d253d0101ec2e0aca1f https://github.com/openSUSE/open-build-service/commit/625b3bc0818492e471f25d... Author: Henne Vogelsang <hvogel@opensuse.org> Date: 2023-12-21 (Thu, 21 Dec 2023) Changed paths: M src/api/app/controllers/source_controller.rb M src/api/app/controllers/source_project_controller.rb Log Message: ----------- Simplify show_package_issues and make it private This is not an action but called from an action, so make it private. Commit: 50dcbdfafe3bc24a17de7c67332ec7db3559beaf https://github.com/openSUSE/open-build-service/commit/50dcbdfafe3bc24a17de7c... Author: Henne Vogelsang <hvogel@opensuse.org> Date: 2023-12-21 (Thu, 21 Dec 2023) Changed paths: M src/api/app/controllers/source_controller.rb Log Message: ----------- Make require_package before action private Commit: a3749587108dffcd33078fd8dd8a436ae5ddd14b https://github.com/openSUSE/open-build-service/commit/a3749587108dffcd33078f... Author: Henne Vogelsang <hvogel@opensuse.org> Date: 2023-12-21 (Thu, 21 Dec 2023) Changed paths: M src/api/app/controllers/source_controller.rb Log Message: ----------- Make verify_can_modify_target_package private It's not an action Commit: 47f15b68ee4d2928aa975c378b08397c8801428c https://github.com/openSUSE/open-build-service/commit/47f15b68ee4d2928aa975c... Author: Henne Vogelsang <hvogel@opensuse.org> Date: 2023-12-21 (Thu, 21 Dec 2023) Changed paths: M src/api/app/controllers/source_controller.rb Log Message: ----------- Make validate_target_for_package_command_exists private It's not an action Commit: 4503919e2491ba465fce62f4d058d7188cd0e040 https://github.com/openSUSE/open-build-service/commit/4503919e2491ba465fce62... Author: Henne Vogelsang <hvogel@opensuse.org> Date: 2023-12-21 (Thu, 21 Dec 2023) Changed paths: A src/api/app/controllers/concerns/check_and_remove_repositories.rb M src/api/app/controllers/source_controller.rb M src/api/app/controllers/source_project_controller.rb M src/api/app/controllers/source_project_meta_controller.rb Log Message: ----------- Move check_and_remove_repositories to a concern It's only used in SourceProjectController and SourceProjectMetaController. Commit: 14d8a6823894cde746167888d3c2d89fd582be22 https://github.com/openSUSE/open-build-service/commit/14d8a6823894cde7461678... Author: Henne Vogelsang <hvogel@opensuse.org> Date: 2023-12-21 (Thu, 21 Dec 2023) Changed paths: M src/api/app/controllers/source_controller.rb Log Message: ----------- Make pubkey_path private It's not an action Commit: 582564aec364d13b3444bea35433e8e5f5dfbe73 https://github.com/openSUSE/open-build-service/commit/582564aec364d13b3444be... Author: Henne Vogelsang <hvogel@opensuse.org> Date: 2023-12-21 (Thu, 21 Dec 2023) Changed paths: M src/api/app/controllers/source_controller.rb Log Message: ----------- Make check_permissions_for_file private It's not an action Commit: 8dfef1bf6697d2eab7f1d5281bc567bfa185b1a4 https://github.com/openSUSE/open-build-service/commit/8dfef1bf6697d2eab7f1d5... Author: Henne Vogelsang <hvogel@opensuse.org> Date: 2023-12-21 (Thu, 21 Dec 2023) Changed paths: A src/api/app/controllers/concerns/check_and_remove_repositories.rb M src/api/app/controllers/source_controller.rb M src/api/app/controllers/source_project_controller.rb M src/api/app/controllers/source_project_meta_controller.rb Log Message: ----------- Merge pull request #15406 from hennevogel/refactoring/source_controller Refactoring source controller Compare: https://github.com/openSUSE/open-build-service/compare/354fef0811c5...8dfef1...
participants (1)
-
Henne Vogelsang