Branch: refs/heads/master Home: https://github.com/openSUSE/open-build-service Commit: 755edb3b77c81a3bf321d6f337abbb3149b44721 https://github.com/openSUSE/open-build-service/commit/755edb3b77c81a3bf321d6... Author: Stephan Kulow <coolo@suse.de> Date: 2012-03-12 (Mon, 12 Mar 2012) Changed paths: M src/api/lib/opensuse/validator.rb Log Message: ----------- [api] ruby 1.9: do not access opt[:type] when opt may be a string Commit: 57fbbae0c1ec93a396a9e07c57bc39f0cce057fc https://github.com/openSUSE/open-build-service/commit/57fbbae0c1ec93a396a9e0... Author: Stephan Kulow <coolo@suse.de> Date: 2012-03-12 (Mon, 12 Mar 2012) Changed paths: M src/api/app/models/issue_tracker.rb Log Message: ----------- [api] ruby 1.9: require files at the beginning not in unknown contexts Commit: ae7f1784cfccb2749d5a40392d58a01fdb0e3a48 https://github.com/openSUSE/open-build-service/commit/ae7f1784cfccb2749d5a40... Author: Stephan Kulow <coolo@suse.de> Date: 2012-03-12 (Mon, 12 Mar 2012) Changed paths: M src/api/app/controllers/application_controller.rb M src/api/lib/opensuse/backend.rb Log Message: ----------- [api] ruby 1.9: raise with the response not with the to_s of it Commit: d4951a1f59c844772537c579bdcf7b74258cc0df https://github.com/openSUSE/open-build-service/commit/d4951a1f59c844772537c5... Author: Stephan Kulow <coolo@suse.de> Date: 2012-03-12 (Mon, 12 Mar 2012) Changed paths: M src/api/lib/tasks/extract.rake Log Message: ----------- [api] cast integers to integers to avoid changes between '0' and "0" Commit: 2e0e686d1cccc41c7bebc5d20f3b39e9656f2d18 https://github.com/openSUSE/open-build-service/commit/2e0e686d1cccc41c7bebc5... Author: Stephan Kulow <coolo@suse.de> Date: 2012-03-12 (Mon, 12 Mar 2012) Changed paths: M src/api/test/fixtures/architectures.yml M src/api/test/fixtures/architectures_repositories.yml M src/api/test/fixtures/attrib_allowed_values.yml M src/api/test/fixtures/attrib_namespace_modifiable_bies.yml M src/api/test/fixtures/attrib_namespaces.yml M src/api/test/fixtures/attrib_type_modifiable_bies.yml M src/api/test/fixtures/attrib_types.yml M src/api/test/fixtures/attrib_values.yml M src/api/test/fixtures/attribs.yml M src/api/test/fixtures/blacklist_tags.yml M src/api/test/fixtures/configurations.yml M src/api/test/fixtures/db_package_issues.yml M src/api/test/fixtures/db_package_kinds.yml M src/api/test/fixtures/db_packages.yml M src/api/test/fixtures/db_project_types.yml M src/api/test/fixtures/db_projects.yml M src/api/test/fixtures/download_stats.yml M src/api/test/fixtures/flags.yml M src/api/test/fixtures/groups.yml M src/api/test/fixtures/groups_users.yml M src/api/test/fixtures/issue_trackers.yml M src/api/test/fixtures/issues.yml M src/api/test/fixtures/linked_projects.yml M src/api/test/fixtures/package_group_role_relationships.yml M src/api/test/fixtures/package_user_role_relationships.yml M src/api/test/fixtures/path_elements.yml M src/api/test/fixtures/project_group_role_relationships.yml M src/api/test/fixtures/project_user_role_relationships.yml M src/api/test/fixtures/release_targets.yml M src/api/test/fixtures/repositories.yml M src/api/test/fixtures/roles.yml M src/api/test/fixtures/roles_static_permissions.yml M src/api/test/fixtures/roles_users.yml M src/api/test/fixtures/static_permissions.yml M src/api/test/fixtures/taggings.yml M src/api/test/fixtures/tags.yml M src/api/test/fixtures/users.yml M src/api/test/fixtures/watched_projects.yml Log Message: ----------- [api] reextract fixtures Commit: b84babb455364884cb5f80717502421e62b8d47e https://github.com/openSUSE/open-build-service/commit/b84babb455364884cb5f80... Author: Stephan Kulow <coolo@suse.de> Date: 2012-03-12 (Mon, 12 Mar 2012) Changed paths: M src/api/test/functional/statistics_controller_test.rb Log Message: ----------- [api] ruby 1.9: changed the default for times given without timezone. So to avoid more problems, just discard the check for time format to be extactly the same between installations in statistics test Compare: https://github.com/openSUSE/open-build-service/compare/a2b0fb4...b84babb