[obs-commits] [openSUSE/open-build-service] ab9d4d: [ci] Convert first attributes test to rspec test s...
Branch: refs/heads/master Home: https://github.com/openSUSE/open-build-service Commit: ab9d4d83050f34d4a37c59c367dfd587c85da5a9 https://github.com/openSUSE/open-build-service/commit/ab9d4d83050f34d4a37c59... Author: Björn Geuken <bgeuken@suse.de> Date: 2016-02-10 (Wed, 10 Feb 2016) Changed paths: A src/api/spec/controllers/webui/attributes_spec.rb M src/api/test/functional/webui/attributes_test.rb Log Message: ----------- [ci] Convert first attributes test to rspec test suite old test: test/functional/webui/attributes_test.rb Commit: c60a937b4e9d8853454a72fba674e188cfa88c75 https://github.com/openSUSE/open-build-service/commit/c60a937b4e9d8853454a72... Author: Björn Geuken <bgeuken@suse.de> Date: 2016-02-11 (Thu, 11 Feb 2016) Changed paths: A src/api/spec/cassettes/Packages/attributes_subtab/add_attribute.yml A src/api/spec/factories/attrib_namespaces.rb A src/api/spec/factories/attrib_types.rb A src/api/spec/factories/packages.rb M src/api/spec/factories/project.rb A src/api/spec/features/webui/attributes_spec.rb Log Message: ----------- [ci] Add test for adding attribute to package Commit: 6526cf457c7ee5f79abaf14c2f589183da83b2e8 https://github.com/openSUSE/open-build-service/commit/6526cf457c7ee5f79abaf1... Author: Björn Geuken <bgeuken@suse.de> Date: 2016-02-11 (Thu, 11 Feb 2016) Changed paths: A src/api/spec/cassettes/Packages/attributes_subtab/add_attribute_with_values.yml M src/api/spec/features/webui/attributes_spec.rb Log Message: ----------- [ci] Extend attribute test to also test attribute values Commit: 105339370d39707b6b3f970abc3418efb072f972 https://github.com/openSUSE/open-build-service/commit/105339370d39707b6b3f97... Author: Björn Geuken <bgeuken@suse.de> Date: 2016-02-11 (Thu, 11 Feb 2016) Changed paths: M src/api/spec/features/webui/attributes_spec.rb Log Message: ----------- [ci] Add an attributes test for projects without packages Commit: 6e8ae8243d5de97da591fd13d50435cae892e97f https://github.com/openSUSE/open-build-service/commit/6e8ae8243d5de97da591fd... Author: Björn Geuken <bgeuken@suse.de> Date: 2016-02-11 (Thu, 11 Feb 2016) Changed paths: M src/api/spec/features/webui/attributes_spec.rb Log Message: ----------- [ci] Add attributes test for users without write permission Commit: 74a246e44c083cbf95b3a1ea0e4454a1a0a30201 https://github.com/openSUSE/open-build-service/commit/74a246e44c083cbf95b3a1... Author: Björn Geuken <bgeuken@suse.de> Date: 2016-02-11 (Thu, 11 Feb 2016) Changed paths: A src/api/spec/factories/attribs.rb M src/api/spec/features/webui/attributes_spec.rb Log Message: ----------- [ci] Add rspec test for removing attributes Commit: 0913f41c8d3ae40ec632334f356e242b5ae7e428 https://github.com/openSUSE/open-build-service/commit/0913f41c8d3ae40ec63233... Author: Björn Geuken <bgeuken@suse.de> Date: 2016-02-11 (Thu, 11 Feb 2016) Changed paths: M src/api/test/functional/webui/attributes_test.rb Log Message: ----------- [ci] Tag tests that got moved to rspec Commit: 432c01f09fc1a299dd9c36cc323a051e5d58bc7a https://github.com/openSUSE/open-build-service/commit/432c01f09fc1a299dd9c36... Author: Henne Vogelsang <hvogel@opensuse.org> Date: 2016-02-11 (Thu, 11 Feb 2016) Changed paths: A src/api/spec/cassettes/Packages/attributes_subtab/add_attribute.yml A src/api/spec/cassettes/Packages/attributes_subtab/add_attribute_with_values.yml A src/api/spec/controllers/webui/attributes_spec.rb A src/api/spec/factories/attrib_namespaces.rb A src/api/spec/factories/attrib_types.rb A src/api/spec/factories/attribs.rb A src/api/spec/factories/packages.rb M src/api/spec/factories/project.rb A src/api/spec/features/webui/attributes_spec.rb M src/api/test/functional/webui/attributes_test.rb Log Message: ----------- Merge pull request #1525 from bgeuken/attribute_test_new Migrate attribute controller tests to new rspec test suite Compare: https://github.com/openSUSE/open-build-service/compare/26af71da96fe...432c01...
participants (1)
-
Henne Vogelsang