[obs-commits] [openSUSE/open-build-service] f0885b: [api] Add repositories when branching from remote
Branch: refs/heads/master Home: https://github.com/openSUSE/open-build-service Commit: f0885bbedace8e7561a0c6d061d366b7899d9875 https://github.com/openSUSE/open-build-service/commit/f0885bbedace8e7561a0c6... Author: Ana María Martínez Gómez <ammartinez@suse.de> Date: 2017-04-19 (Wed, 19 Apr 2017) Changed paths: M src/api/app/models/branch_package.rb M src/api/app/models/project.rb A src/api/app/models/project_meta_file.rb M src/api/spec/models/project_spec.rb Log Message: ----------- [api] Add repositories when branching from remote Add repositories when branching from a remote project to the local one. Pair programmed with @ChrisBr. We used some of the changes from: https://github.com/openSUSE/open-build-service/pull/2932 Commit: c0a3edadf1b71d3ee9b4015f9250b4cb2687eff4 https://github.com/openSUSE/open-build-service/commit/c0a3edadf1b71d3ee9b401... Author: Ana María Martínez Gómez <ammartinez@suse.de> Date: 2017-04-19 (Wed, 19 Apr 2017) Changed paths: M src/api/app/models/project.rb A src/api/spec/cassettes/Project/_branch_remote_repositories/kiwi_project/1_6_2_1.yml A src/api/spec/cassettes/Project/_branch_remote_repositories/kiwi_project/1_6_2_2.yml A src/api/spec/cassettes/Project/_branch_remote_repositories/kiwi_project/with_correct_path_links.yml M src/api/spec/models/project_spec.rb Log Message: ----------- [api] Support kiwi for remote branching Support kiwi images when copy repositories from a branched remote project. Commit: bb5ff3529eced48cbcd1749e55586f6379f3f37b https://github.com/openSUSE/open-build-service/commit/bb5ff3529eced48cbcd174... Author: Ana María Martínez Gómez <ammartinez@suse.de> Date: 2017-04-20 (Thu, 20 Apr 2017) Changed paths: M src/api/spec/models/project_spec.rb Log Message: ----------- [ci] Fix failing tests due to login issues There is a race condition in the branch_remote_repositories test. If `User.current` got set by another test, the branching tests fail because of permission errors in `Project#check_write_access!`. Commit: a910a39aef280ca9bce93fe3d534038a2b98b385 https://github.com/openSUSE/open-build-service/commit/a910a39aef280ca9bce93f... Author: Ana María Martínez Gómez <ammartinez@suse.de> Date: 2017-04-20 (Thu, 20 Apr 2017) Changed paths: M src/api/app/models/branch_package.rb M src/api/app/models/project.rb A src/api/app/models/project_meta_file.rb A src/api/spec/cassettes/Project/_branch_remote_repositories/kiwi_project/1_6_2_1.yml A src/api/spec/cassettes/Project/_branch_remote_repositories/kiwi_project/1_6_2_2.yml A src/api/spec/cassettes/Project/_branch_remote_repositories/kiwi_project/with_correct_path_links.yml M src/api/spec/models/project_spec.rb Log Message: ----------- Merge pull request #3000 from Ana06/fix_remote_branching [api] Add repositories when branching from remote Compare: https://github.com/openSUSE/open-build-service/compare/4761c2d86aed...a910a3...
participants (1)
-
Ana María Martínez Gómez