Branch: refs/heads/master Home: https://github.com/openSUSE/open-build-service Commit: 48b00893e56625fd5304bc9a8fece58ba46fc49d https://github.com/openSUSE/open-build-service/commit/48b00893e56625fd5304bc... Author: Adrian Schröter <adrian@suse.de> Date: 2014-01-28 (Tue, 28 Jan 2014) Changed paths: M ReleaseNotes-2.5 M docs/api/api/configuration.rng M src/api/app/helpers/maintenance_helper.rb A src/api/app/jobs/project_create_auto_cleanup_requests.rb M src/api/app/models/bs_request.rb M src/api/app/models/configuration.rb M src/api/config/clock.rb M src/api/config/options.yml.example A src/api/db/migrate/20140123063641_auto_cleanup_attribute.rb M src/api/db/seeds.rb M src/api/db/structure.sql M src/api/test/fixtures/attrib_types.yml M src/api/test/fixtures/configurations.yml M src/api/test/functional/attributes_test.rb M src/api/test/functional/source_controller_test.rb M src/api/test/unit/code_quality_test.rb M src/backend/BSXML.pm Log Message: ----------- [api] support autocleanup of projects. Can be enabled globally for ~:branches: projects. Opt-in and Opt-out per project is possible by adding or removing the OBS:AutoCleanup attribute Commit: dd8ca0ae459022421e80222796ca6e94ab30b947 https://github.com/openSUSE/open-build-service/commit/dd8ca0ae459022421e8022... Author: Stephan Kulow <coolo@suse.de> Date: 2014-01-28 (Tue, 28 Jan 2014) Changed paths: M src/api/app/jobs/project_create_auto_cleanup_requests.rb Log Message: ----------- [api] split the perform function for PCACR Compare: https://github.com/openSUSE/open-build-service/compare/15cb625cc25d...dd8ca0...