Branch: refs/heads/master Home: https://github.com/openSUSE/open-build-service Commit: 579d9ac985039bec1e9c5e416ca390e5b7f0b2ae https://github.com/openSUSE/open-build-service/commit/579d9ac985039bec1e9c5e... Author: Eduardo Navarro <enavarro@suse.com> Date: 2016-11-23 (Wed, 23 Nov 2016) Changed paths: M src/api/app/models/project.rb M src/api/db/attribute_descriptions.rb A src/api/db/migrate/20161123124803_image_templates_attribute.rb M src/api/db/seeds.rb M src/api/db/structure.sql M src/api/spec/models/project_spec.rb Log Message: ----------- [api] Add the OBS:ImageTemplate attribute OBS:ImageTemplates attribute marks a project as source for image templates. You can query for projects with `Project.image_templates` scope. Commit: fd3882924a553b984ad75e65c41982725d778a4c https://github.com/openSUSE/open-build-service/commit/fd3882924a553b984ad75e... Author: Christian Bruckmayer <cbruckmayer@suse.com> Date: 2016-11-24 (Thu, 24 Nov 2016) Changed paths: M src/api/app/models/branch_package.rb M src/api/app/models/project.rb M src/api/spec/cassettes/BranchPackage/_branch/package_with_UpdateProject_attribute/should_create_home_tom_branches_BaseDistro_Update_project.yml M src/api/spec/cassettes/BranchPackage/_branch/package_with_UpdateProject_attribute/should_increase_Package_by_one.yml A src/api/spec/cassettes/BranchPackage/_branch/project_with_ImageTemplates_attribute/auto_cleanup_attribute/is_set_to_14_if_there_is_no_default.yml A src/api/spec/cassettes/BranchPackage/_branch/project_with_ImageTemplates_attribute/auto_cleanup_attribute/is_set_to_the_default.yml A src/api/spec/cassettes/BranchPackage/_branch/project_without_ImageTemplates_attribute/auto_cleanup_attribute/is_not_set.yml A src/api/spec/cassettes/BranchPackage/_branch/project_without_ImageTemplates_attribute/auto_cleanup_attribute/is_set_to_the_default.yml M src/api/spec/models/branch_package_spec.rb M src/api/spec/models/project_spec.rb M src/api/test/unit/code_quality_test.rb Log Message: ----------- [api] Set default auto cleanup for image templates branches Commit: 9b7249d9b2acdc08d6e6fd1d4b54270d3d115ccc https://github.com/openSUSE/open-build-service/commit/9b7249d9b2acdc08d6e6fd... Author: Christian Bruckmayer <cbruckmayer@suse.com> Date: 2016-11-24 (Thu, 24 Nov 2016) Changed paths: M src/api/spec/models/branch_package_spec.rb Log Message: ----------- [ci] Remove all user branches after testrun Commit: 66c384a360139954e677d330ca68684390b1328e https://github.com/openSUSE/open-build-service/commit/66c384a360139954e677d3... Author: Björn Geuken <bgeuken@suse.de> Date: 2016-11-24 (Thu, 24 Nov 2016) Changed paths: M src/api/app/models/branch_package.rb M src/api/app/models/project.rb M src/api/db/attribute_descriptions.rb A src/api/db/migrate/20161123124803_image_templates_attribute.rb M src/api/db/seeds.rb M src/api/db/structure.sql M src/api/spec/cassettes/BranchPackage/_branch/package_with_UpdateProject_attribute/should_create_home_tom_branches_BaseDistro_Update_project.yml M src/api/spec/cassettes/BranchPackage/_branch/package_with_UpdateProject_attribute/should_increase_Package_by_one.yml A src/api/spec/cassettes/BranchPackage/_branch/project_with_ImageTemplates_attribute/auto_cleanup_attribute/is_set_to_14_if_there_is_no_default.yml A src/api/spec/cassettes/BranchPackage/_branch/project_with_ImageTemplates_attribute/auto_cleanup_attribute/is_set_to_the_default.yml A src/api/spec/cassettes/BranchPackage/_branch/project_without_ImageTemplates_attribute/auto_cleanup_attribute/is_not_set.yml A src/api/spec/cassettes/BranchPackage/_branch/project_without_ImageTemplates_attribute/auto_cleanup_attribute/is_set_to_the_default.yml M src/api/spec/models/branch_package_spec.rb M src/api/spec/models/project_spec.rb M src/api/test/unit/code_quality_test.rb Log Message: ----------- Merge pull request #2366 from eduardoj/image_template_scope Scoping part of image template feature Compare: https://github.com/openSUSE/open-build-service/compare/21f5d5cddb76...66c384...