[obs-commits] [openSUSE/open-build-service] a44a99: [api] fix rollback of OBS:Issue addition
Branch: refs/heads/master Home: https://github.com/openSUSE/open-build-service Commit: a44a99e54a2a5e332d293886a0543df5bc2163a4 https://github.com/openSUSE/open-build-service/commit/a44a99e54a2a5e332d2938... Author: Adrian Schröter <adrian@suse.de> Date: 2013-07-02 (Tue, 02 Jul 2013) Changed paths: M src/api/db/migrate/20130626160000_attribute_issue_marker.rb Log Message: ----------- [api] fix rollback of OBS:Issue addition Commit: 6ff4d16dd4bf97386e99d9c9b44ac6a28b734fd6 https://github.com/openSUSE/open-build-service/commit/6ff4d16dd4bf97386e99d9... Author: Adrian Schröter <adrian@suse.de> Date: 2013-07-02 (Tue, 02 Jul 2013) Changed paths: M docs/api/api/configuration.rng M src/api/app/controllers/application_controller.rb M src/api/app/controllers/configurations_controller.rb M src/api/app/controllers/person_controller.rb M src/api/app/models/configuration.rb M src/api/app/models/project.rb M src/api/app/models/user.rb R src/api/app/views/configurations/show.xml.builder M src/api/config/environment.rb M src/api/config/options.yml.example R src/api/db/migrate/20130619083665_write_configuration.rb A src/api/db/migrate/20130702083665_options_yml_to_configuration.rb A src/api/db/migrate/20130702203665_write_configuration.rb M src/api/db/structure.sql M src/api/test/fixtures/configurations.yml M src/api/test/functional/configurations_controller_test.rb M src/api/test/functional/read_permission_test.rb M src/api/test/functional/source_controller_test.rb M src/backend/BSConfig.pm.template A src/backend/BSConfiguration.pm M src/backend/BSXML.pm M src/backend/bs_publish M src/backend/bs_repserver M src/backend/bs_sched M src/backend/bs_srcserver M src/backend/bs_worker M src/webui/config/options.yml.example Log Message: ----------- [api][backend] move some more configurations from options.yml and BSConfig.pm into /configuration api. values in options.yml are still read and used. But they are not changable via /configuration api and should be remove therefore. This includes - anonymous ( was allow_anonymous ) - registration ( was new_user_registration ) - default_access_disabled ( was default_access_disabled ) - allow_user_to_create_home_project ( was allow_user_to_create_home_project ) - disallow_group_creation ( was disallow_group_creation_with_api ) - change_password ( was change_passwd ) - hide_private_options ( was hide_private_options ) - gravatar ( was use_gravatar ) - download_url ( was download_url ) - ymp_url ( was ymp_url ) - errbit_url ( was errbit_host ) - bugzilla_url ( was bugzilla_host ) - http_proxy ( was http_proxy ) - theme ( was theme ) - download_on_demand (from BSConfig.pm) - project_key_generation (from BSConfig.pm) - multiaction_notify_support (was multiaction_notify_support) Compare: https://github.com/openSUSE/open-build-service/compare/32dc9cd22ada...6ff4d1...
participants (1)
-
Adrian Schröter