Branch: refs/heads/master Home: https://github.com/openSUSE/open-build-service Commit: ee7c5ed43474e41c25a32840020ad80d1deac163 https://github.com/openSUSE/open-build-service/commit/ee7c5ed43474e41c25a328... Author: mdeniz <mdeniz@suse.com> Date: 2016-01-20 (Wed, 20 Jan 2016) Changed paths: A src/api/app/views/webui/project/_download_on_demand.html.erb M src/api/app/views/webui/project/repositories.html.erb M src/api/test/functional/webui/project_controller_test.rb Log Message: ----------- [webui] Show DoD info in Repositories tab Commit: 6fbbc0b0eeafdbf0a202556553050a3f9008b381 https://github.com/openSUSE/open-build-service/commit/6fbbc0b0eeafdbf0a20255... Author: mdeniz <mdeniz@suse.com> Date: 2016-01-20 (Wed, 20 Jan 2016) Changed paths: A src/api/app/controllers/webui/download_on_demand_controller.rb M src/api/app/models/download_repository.rb A src/api/app/policies/download_repository_policy.rb A src/api/app/views/webui/download_on_demand/_add.html.erb A src/api/app/views/webui/download_on_demand/_edit.html.erb A src/api/app/views/webui/download_on_demand/_form.html.erb A src/api/app/views/webui/download_on_demand/_index.html.erb R src/api/app/views/webui/project/_download_on_demand.html.erb M src/api/app/views/webui/project/repositories.html.erb M src/api/config/routes.rb A src/api/test/fixtures/backend/download_on_demand/project_with_dod.xml A src/api/test/fixtures/backend/download_on_demand/project_without_dod.xml A src/api/test/functional/webui/download_on_demand_controller_test.rb M src/api/test/functional/webui/project_controller_test.rb M src/api/test/test_helper.rb Log Message: ----------- [webui][ci] CRUD actions for Download on Demand repos and tests added Commit: 1422c35f6419590806dcdeb5b866172031c92932 https://github.com/openSUSE/open-build-service/commit/1422c35f6419590806dcde... Author: Moisés Déniz Alemán <mdeniz@users.noreply.github.com> Date: 2016-01-21 (Thu, 21 Jan 2016) Changed paths: A src/api/app/controllers/webui/download_on_demand_controller.rb M src/api/app/models/download_repository.rb A src/api/app/policies/download_repository_policy.rb A src/api/app/views/webui/download_on_demand/_add.html.erb A src/api/app/views/webui/download_on_demand/_edit.html.erb A src/api/app/views/webui/download_on_demand/_form.html.erb A src/api/app/views/webui/download_on_demand/_index.html.erb M src/api/app/views/webui/project/repositories.html.erb M src/api/config/routes.rb A src/api/test/fixtures/backend/download_on_demand/project_with_dod.xml A src/api/test/fixtures/backend/download_on_demand/project_without_dod.xml A src/api/test/functional/webui/download_on_demand_controller_test.rb M src/api/test/test_helper.rb Log Message: ----------- Merge pull request #1453 from mdeniz/dod_links Feature: DoD webui support Compare: https://github.com/openSUSE/open-build-service/compare/dc42fcec3af2...1422c3...