[obs-commits] [openSUSE/open-build-service] de7fbd: [api] support source update hook via token
Branch: refs/heads/master Home: https://github.com/openSUSE/open-build-service Commit: de7fbd45e4e86b77dcb7510dfa43fa3961c9cbfa https://github.com/openSUSE/open-build-service/commit/de7fbd45e4e86b77dcb751... Author: Adrian Schröter <adrian@suse.de> Date: 2013-10-30 (Wed, 30 Oct 2013) Changed paths: M docs/api/api/api.txt M src/api/app/controllers/group_controller.rb M src/api/app/controllers/person_controller.rb M src/api/app/controllers/tag_controller.rb A src/api/app/controllers/trigger_controller.rb M src/api/app/mixins/has_relationships.rb M src/api/app/models/attrib_namespace.rb M src/api/app/models/attrib_type.rb M src/api/app/models/bs_request_action.rb M src/api/app/models/bs_request_action_set_bugowner.rb M src/api/app/models/bs_request_collection.rb M src/api/app/models/group.rb M src/api/app/models/package.rb M src/api/app/models/patchinfo.rb M src/api/app/models/relationship.rb M src/api/app/models/role.rb A src/api/app/models/token.rb M src/api/app/models/user.rb A src/api/app/views/person/command_token.xml.builder A src/api/app/views/person/tokenlist.xml.builder M src/api/config/routes.rb A src/api/db/migrate/20131028085325_add_authorization_token_to_packages.rb M src/api/db/structure.sql M src/api/test/functional/source_services_test.rb Log Message: ----------- [api] support source update hook via token can be used for example for a github service integration Commit: 6e08d3c53ac683a544126e4a87e7caa322da4e92 https://github.com/openSUSE/open-build-service/commit/6e08d3c53ac683a544126e... Author: Adrian Schröter <adrian@suse.de> Date: 2013-10-30 (Wed, 30 Oct 2013) Changed paths: M src/api/app/controllers/person_controller.rb M src/api/test/fixtures/users.yml M src/api/test/functional/person_controller_test.rb M src/api/test/unit/code_quality_test.rb M src/api/test/unit/user_test.rb Log Message: ----------- [api] ensure that users in state deleted are not visible Commit: 182ea8e113c082fa692f70942cd6e77295da0c04 https://github.com/openSUSE/open-build-service/commit/182ea8e113c082fa692f70... Author: Adrian Schröter <adrian@suse.de> Date: 2013-10-30 (Wed, 30 Oct 2013) Changed paths: M src/api/app/controllers/person_controller.rb M src/api/config/routes.rb M src/api/test/functional/person_controller_test.rb M src/api/test/unit/code_quality_test.rb M src/api/webui/app/controllers/webui/package_controller.rb M src/api/webui/app/controllers/webui/project_controller.rb M src/api/webui/app/controllers/webui/user_controller.rb Log Message: ----------- [api][webui] fix (dummy) webui login handling small refactoring Compare: https://github.com/openSUSE/open-build-service/compare/0dc8b2841315...182ea8...
participants (1)
-
Adrian Schröter