Branch: refs/heads/depfu/update/srcapi/sassc-2.2.0
Home: https://github.com/openSUSE/open-build-service
Commit: 002918ca01d2818feca215a74be1ca32e8a9a73c
https://github.com/openSUSE/open-build-service/commit/002918ca01d2818feca21…
Author: David Kang <dkang(a)suse.com>
Date: 2019-08-30 (Fri, 30 Aug 2019)
Changed paths:
M dist/obs-bundled-gems.spec
Log Message:
-----------
Remove chrpath command
In sassc 2.2.0 they removed the precompiled x86_64 binaries, so this
patch is not needed anymore.
Branch: refs/heads/depfu/update/srcapi/sassc-2.2.0
Home: https://github.com/openSUSE/open-build-service
Commit: 74fba32ff4583d9a70b7c0c3c4c25c127a4c28f4
https://github.com/openSUSE/open-build-service/commit/74fba32ff4583d9a70b7c…
Author: David Kang <dkang(a)suse.com>
Date: 2019-08-30 (Fri, 30 Aug 2019)
Changed paths:
M dist/obs-bundled-gems.spec
Log Message:
-----------
Remove chrpath command
In sassc 2.2.0 they removed the precompiled x86_64 binaries, so this
patch is not needed anymore.
Branch: refs/heads/master
Home: https://github.com/openSUSE/osc
Commit: 3da7b9b3d8d2f46ae0ce1d9f84bd8c1666335603
https://github.com/openSUSE/osc/commit/3da7b9b3d8d2f46ae0ce1d9f84bd8c166633…
Author: lethliel <mstrigl(a)suse.com>
Date: 2019-08-30 (Fri, 30 Aug 2019)
Changed paths:
M osc/commandline.py
Log Message:
-----------
simplify osc sr code in submitting prj
Most of the stuff is now done in the API.
For just submitting all in one request the following is sufficient:
<action type="submit"> <source project="%s" /> %s </action>
If a target project is given it looks like this:
<action type="submit"> <source project="%s" /> <target project="%s"> %s </action>
We don't need package name or source package and targets anymore.
This is all handled by the API now.
For the --seperate-requests case the check for the entries in the linkinfo
is not working on most cases. So we handle this in the do_submitrequest
and skip the package if X-Opensuse-Errorcode is missing_action which means
basically nothing to do for this package
redesign target_project handling
Commit: 749f99446538cec09b06e1c78d1ecea92f16b056
https://github.com/openSUSE/osc/commit/749f99446538cec09b06e1c78d1ecea92f16…
Author: Marcus Huewe <suse-tux(a)gmx.de>
Date: 2019-08-30 (Fri, 30 Aug 2019)
Changed paths:
M osc/commandline.py
Log Message:
-----------
Merge branch 'simplify_sr_on_prj_level' of https://github.com/lethliel/osc
Simplify the project sr handling in do_submitrequest a bit. It also fixes
a bug in case a target project and --separate-request is specified.
Other bugs are retained for now (for instance, --update-link is ignored).
Compare: https://github.com/openSUSE/osc/compare/4f73767edb48...749f99446538
Branch: refs/heads/master
Home: https://github.com/openSUSE/open-build-service
Commit: f0935d33e4b1a3487d4b9d2b69eb71e6134618d2
https://github.com/openSUSE/open-build-service/commit/f0935d33e4b1a3487d4b9…
Author: Dany Marcoux <danymarcoux(a)gmail.com>
Date: 2019-08-28 (Wed, 28 Aug 2019)
Changed paths:
M .circleci/config.yml
M src/api/spec/README.md
Log Message:
-----------
Adapt CircleCI config to run all feature specs in Bootstrap
Commit: 1277918552cc080f74ce540feb385197171e4e6f
https://github.com/openSUSE/open-build-service/commit/1277918552cc080f74ce5…
Author: Dany Marcoux <danymarcoux(a)gmail.com>
Date: 2019-08-28 (Wed, 28 Aug 2019)
Changed paths:
M src/api/spec/bootstrap/features/webui/notifications_spec.rb
M src/api/spec/features/webui/notifications_spec.rb
M src/api/spec/features/webui/projects_spec.rb
M src/api/spec/features/webui/search_spec.rb
M src/api/spec/support/features/features_bootstrap.rb
Log Message:
-----------
Remove "is_bootstrap?" from all feature specs
Commit: e41fd367bafc71db09461598056e5f6943d2d96d
https://github.com/openSUSE/open-build-service/commit/e41fd367bafc71db09461…
Author: Dany Marcoux <danymarcoux(a)gmail.com>
Date: 2019-08-28 (Wed, 28 Aug 2019)
Changed paths:
R src/api/spec/features/webui/users/user_admin_edit_spec.rb
Log Message:
-----------
Remove spec/features/webui/users/user_admin_edit_spec.rb
The Bootstrap version is
spec/bootstrap/features/webui/users/user_admin_edit_spec.rb
Commit: 4ac893ba30032d0446bf465f675313226aae0c28
https://github.com/openSUSE/open-build-service/commit/4ac893ba30032d0446bf4…
Author: Dany Marcoux <danymarcoux(a)gmail.com>
Date: 2019-08-28 (Wed, 28 Aug 2019)
Changed paths:
R src/api/spec/features/webui/users/users_notifications_settings_spec.rb
Log Message:
-----------
Remove spec/features/webui/users/users_notifications_settings_spec.rb
The Bootstrap version is
spec/bootstrap/features/webui/notifications_spec.rb
See commit e99d00c
Commit: be9603a2394988222ef16608a7b7ee264f733dae
https://github.com/openSUSE/open-build-service/commit/be9603a2394988222ef16…
Author: Dany Marcoux <danymarcoux(a)gmail.com>
Date: 2019-08-28 (Wed, 28 Aug 2019)
Changed paths:
M src/api/spec/features/webui/users/user_home_page_spec.rb
Log Message:
-----------
Remove "public beta program" scenario in user home page feature specs
The Bootstrap version is in
spec/bootstrap/features/webui/users/profile_spec.rb
Commit: 5521651f6d6151bda90b84f096599520f9e130bc
https://github.com/openSUSE/open-build-service/commit/5521651f6d6151bda90b8…
Author: Dany Marcoux <danymarcoux(a)gmail.com>
Date: 2019-08-28 (Wed, 28 Aug 2019)
Changed paths:
R src/api/spec/features/webui/requests_spec.rb
Log Message:
-----------
Remove spec/features/webui/requests_spec.rb
The Bootstrap version is spec/bootstrap/features/webui/requests_spec.rb
Commit: d1325d790dac6181cf0b7ac1ae23ea1ac596db40
https://github.com/openSUSE/open-build-service/commit/d1325d790dac6181cf0b7…
Author: Dany Marcoux <danymarcoux(a)gmail.com>
Date: 2019-08-28 (Wed, 28 Aug 2019)
Changed paths:
R src/api/spec/features/webui/notifications_spec.rb
Log Message:
-----------
Remove spec/features/webui/notifications_spec.rb
The Bootstrap version is
spec/bootstrap/features/webui/notifications_spec.rb
Commit: a1c9d5a382249ced256297c3ca3c14f1ad941e37
https://github.com/openSUSE/open-build-service/commit/a1c9d5a382249ced25629…
Author: Dany Marcoux <danymarcoux(a)gmail.com>
Date: 2019-08-28 (Wed, 28 Aug 2019)
Changed paths:
M src/api/spec/features/webui/patchinfo_spec.rb
Log Message:
-----------
Remove "delete" scenario in patchinfo feature specs
The Bootstrap version is in
spec/bootstrap/features/webui/patchinfo_spec.rb
Commit: fb2fa3408a320940055bf8ad4e8d3e7ece977460
https://github.com/openSUSE/open-build-service/commit/fb2fa3408a320940055bf…
Author: Dany Marcoux <danymarcoux(a)gmail.com>
Date: 2019-08-28 (Wed, 28 Aug 2019)
Changed paths:
M src/api/spec/features/webui/search_spec.rb
Log Message:
-----------
Remove "search in no types" scenario in search feature specs
It's not needed for Bootstrap
Commit: e503ed940b030a46e878a5c75c874e52f9bd8665
https://github.com/openSUSE/open-build-service/commit/e503ed940b030a46e878a…
Author: Dany Marcoux <danymarcoux(a)gmail.com>
Date: 2019-08-28 (Wed, 28 Aug 2019)
Changed paths:
R src/api/spec/features/webui/watchlists_spec.rb
Log Message:
-----------
Remove spec/features/webui/watchlists_spec.rb
The Bootstrap version is
spec/bootstrap/features/webui/watchlists_spec.rb
Commit: c0bfbf1b266c3f0435d20a86fa0d54999e15c64c
https://github.com/openSUSE/open-build-service/commit/c0bfbf1b266c3f0435d20…
Author: Dany Marcoux <danymarcoux(a)gmail.com>
Date: 2019-08-28 (Wed, 28 Aug 2019)
Changed paths:
R src/api/spec/features/webui/repositories_spec.rb
Log Message:
-----------
Remove spec/features/webui/repositories_spec.rb
The Bootstrap version is in
spec/bootstrap/features/webui/repositories_spec.rb
Commit: 2ebdf909d844e41a71c5d62f64804925552e89ab
https://github.com/openSUSE/open-build-service/commit/2ebdf909d844e41a71c5d…
Author: Dany Marcoux <danymarcoux(a)gmail.com>
Date: 2019-08-28 (Wed, 28 Aug 2019)
Changed paths:
M src/api/spec/features/webui/comments_spec.rb
Log Message:
-----------
Remove "can be answered" scenario from comments feature specs
The Bootstrap version is in
spec/bootstrap/features/webui/comments_spec.rb
Commit: c9e306fc7e02c5ea52a6581d493e13091adb9f36
https://github.com/openSUSE/open-build-service/commit/c9e306fc7e02c5ea52a65…
Author: Dany Marcoux <danymarcoux(a)gmail.com>
Date: 2019-08-28 (Wed, 28 Aug 2019)
Changed paths:
M src/api/spec/features/webui/attributes_spec.rb
Log Message:
-----------
Remove skipped scenarios from attributes feature specs
The Bootstrap version of these scenarios is in
spec/bootstrap/features/webui/attributes_spec.rb
Commit: 3e6ffca772939e93ae096ba3f6f2e06e4525321d
https://github.com/openSUSE/open-build-service/commit/3e6ffca772939e93ae096…
Author: Dany Marcoux <danymarcoux(a)gmail.com>
Date: 2019-08-28 (Wed, 28 Aug 2019)
Changed paths:
R src/api/spec/features/webui/image_templates_spec.rb
Log Message:
-----------
Remove spec/features/webui/image_templates_spec.rb
The Bootstrap version is
spec/bootstrap/features/webui/image_templates_spec.rb
Commit: e087690e25c2f9f612553ac839b10886acee18d0
https://github.com/openSUSE/open-build-service/commit/e087690e25c2f9f612553…
Author: Dany Marcoux <danymarcoux(a)gmail.com>
Date: 2019-08-28 (Wed, 28 Aug 2019)
Changed paths:
M src/api/spec/features/webui/packages_spec.rb
M src/api/spec/features/webui/projects_spec.rb
R src/api/spec/support/shared_examples/features/user_tab.rb
Log Message:
-----------
Remove support/shared_examples/features/user_tab.rb and its usage
The Bootstrap version is
spec/support/shared_examples/features/bootstrap_user_tab.rb
Commit: 3359df835d62ecabaa3aa8459ffb7ff7e90230fe
https://github.com/openSUSE/open-build-service/commit/3359df835d62ecabaa3aa…
Author: Dany Marcoux <danymarcoux(a)gmail.com>
Date: 2019-08-28 (Wed, 28 Aug 2019)
Changed paths:
M src/api/spec/features/webui/packages_spec.rb
Log Message:
-----------
Remove skipped scenarios from packages feature specs
The Bootstrap version of these scenarios is in
spec/bootstrap/features/webui/packages_spec.rb
Commit: 99aa1aa5a54cc9511738b1c66266a54015cfce5a
https://github.com/openSUSE/open-build-service/commit/99aa1aa5a54cc9511738b…
Author: Dany Marcoux <danymarcoux(a)gmail.com>
Date: 2019-08-28 (Wed, 28 Aug 2019)
Changed paths:
M src/api/spec/features/webui/projects_spec.rb
Log Message:
-----------
Remove skipped scenarios from projects feature specs
The Bootstrap version of those scenarios is in
spec/bootstrap/features/webui/projects_spec.rb
Commit: 9bbd879e5ee14b33bead8598ac2ff8956a8dfe68
https://github.com/openSUSE/open-build-service/commit/9bbd879e5ee14b33bead8…
Author: Dany Marcoux <danymarcoux(a)gmail.com>
Date: 2019-08-28 (Wed, 28 Aug 2019)
Changed paths:
M src/api/spec/features/webui/projects_spec.rb
Log Message:
-----------
Remove skipped repositories scenarios from projects features specs
The Bootstrap version of those scenarios is in
spec/bootstrap/features/webui/repositories_spec.rb
Commit: 9496bced549481f94fe7ab7d961b6fa4cc4b8190
https://github.com/openSUSE/open-build-service/commit/9496bced549481f94fe7a…
Author: Dany Marcoux <danymarcoux(a)gmail.com>
Date: 2019-08-28 (Wed, 28 Aug 2019)
Changed paths:
M src/api/spec/features/webui/projects_spec.rb
Log Message:
-----------
Remove skipped monitor scenarios from projects feature specs
Those scenarios are testing a feature which was removed in the commit
b1a3812.
Commit: 1a03f74c82b67910138a13f5f5d8e8da92796162
https://github.com/openSUSE/open-build-service/commit/1a03f74c82b67910138a1…
Author: Dany Marcoux <danymarcoux(a)gmail.com>
Date: 2019-08-28 (Wed, 28 Aug 2019)
Changed paths:
M src/api/spec/features/webui/projects_spec.rb
Log Message:
-----------
Remove skipped maintained projects scenario from projects feature specs
This is covered by the changes from #7379
Commit: e2d084156941b77f6af6a18d58976f3228e1206d
https://github.com/openSUSE/open-build-service/commit/e2d084156941b77f6af6a…
Author: Dany Marcoux <danymarcoux(a)gmail.com>
Date: 2019-08-28 (Wed, 28 Aug 2019)
Changed paths:
M src/api/spec/features/webui/projects_spec.rb
Log Message:
-----------
Enable "creating a maintenance project" scenario for projects feature specs
Commit: 05f05a3977437c31cdc9774f5f47189446ac68ee
https://github.com/openSUSE/open-build-service/commit/05f05a3977437c31cdc97…
Author: Dany Marcoux <danymarcoux(a)gmail.com>
Date: 2019-08-29 (Thu, 29 Aug 2019)
Changed paths:
M src/api/spec/features/webui/projects_spec.rb
Log Message:
-----------
Remove skipped branching scenarios for projects feature specs
Those scenarios are testing validations, not the feature
Commit: e5250bd32092f9d37cd09137a64e5a63ae4a0365
https://github.com/openSUSE/open-build-service/commit/e5250bd32092f9d37cd09…
Author: Dany Marcoux <danymarcoux(a)gmail.com>
Date: 2019-08-29 (Thu, 29 Aug 2019)
Changed paths:
M src/api/spec/bootstrap/features/webui/maintenance_workflow_spec.rb
R src/api/spec/features/webui/maintenance_workflow_spec.rb
Log Message:
-----------
Enable the maintenaince workflow feature specs
Keep the Bootstrap version and delete the Bento version
Commit: 6f0e715ba6913878b9c83739b3c86f23738fb4cd
https://github.com/openSUSE/open-build-service/commit/6f0e715ba6913878b9c83…
Author: Dany Marcoux <danymarcoux(a)gmail.com>
Date: 2019-08-29 (Thu, 29 Aug 2019)
Changed paths:
M src/api/spec/browser_helper.rb
R src/api/spec/support/features/features_bootstrap.rb
Log Message:
-----------
Remove FeaturesBootstrap module
Now that "skip_if_bootstrap" is completely removed from all feature
specs, this module isn't needed anymore.
Commit: 61f7d413aece94a24983fec4a2522480b80ef449
https://github.com/openSUSE/open-build-service/commit/61f7d413aece94a24983f…
Author: Dany Marcoux <danymarcoux(a)gmail.com>
Date: 2019-08-29 (Thu, 29 Aug 2019)
Changed paths:
M src/api/spec/controllers/webui/comments_controller_spec.rb
Log Message:
-----------
Adapt comments controller specs to Bootstrap
The error messages changed a tiny bit.
Commit: 54edcac03397f154b49f86d310420a3a01c26820
https://github.com/openSUSE/open-build-service/commit/54edcac03397f154b49f8…
Author: Dany Marcoux <danymarcoux(a)gmail.com>
Date: 2019-08-29 (Thu, 29 Aug 2019)
Changed paths:
M src/api/spec/bootstrap/features/webui/maintenance_workflow_spec.rb
Log Message:
-----------
Adapt maintenance workflow feature specs to Bootstrap
Some buttons and the flash message ID were slightly changed in the
Bootstrap UI.
"fill_in" calls were changed to match on the field IDs. Matching on the
labels' text didn't work anymore since they were redesigned to mark
fields as mandatory with an asterisk and a note.
Checkboxes are clicked with their label as we always do in the Bootstrap
UI.
Steps 6 and 7 cannot work since it's missing a functionality which was
available in Bento. See the issue #8207 on GitHub.
Commit: 28f9d269b6aaf4814e06e49a9f243f57a831a16d
https://github.com/openSUSE/open-build-service/commit/28f9d269b6aaf4814e06e…
Author: Victor Pereira <vpereira(a)suse.de>
Date: 2019-08-29 (Thu, 29 Aug 2019)
Changed paths:
A src/api/spec/cassettes/Webui_ProjectController/GET_add_maintained_project_dialog/1_36_1.yml
A src/api/spec/cassettes/Webui_ProjectController/GET_create/with_a_namespace_called_base_/1_20_1_1.yml
A src/api/spec/cassettes/Webui_ProjectController/GET_create/with_a_namespace_called_base_/it_should_behave_like_a_valid_project_saved/1_20_1_2_1.yml
A src/api/spec/cassettes/Webui_ProjectController/GET_create/with_a_namespace_called_base_/it_should_behave_like_a_valid_project_saved/1_20_1_2_2.yml
A src/api/spec/cassettes/Webui_ProjectController/GET_create/with_a_param_called_maintenance_project/1_20_2_1.yml
A src/api/spec/cassettes/Webui_ProjectController/GET_create/with_a_param_called_maintenance_project/it_should_behave_like_a_valid_project_saved/1_20_2_2_1.yml
A src/api/spec/cassettes/Webui_ProjectController/GET_create/with_a_param_called_maintenance_project/it_should_behave_like_a_valid_project_saved/1_20_2_2_2.yml
A src/api/spec/cassettes/Webui_ProjectController/GET_create/with_a_param_that_disables_a_flag/it_should_behave_like_a_param_that_creates_a_disabled_flag/1_20_3_1_1.yml
A src/api/spec/cassettes/Webui_ProjectController/GET_create/with_a_param_that_disables_a_flag/it_should_behave_like_a_param_that_creates_a_disabled_flag/1_20_3_1_2.yml
A src/api/spec/cassettes/Webui_ProjectController/GET_create/with_a_param_that_disables_a_flag/it_should_behave_like_a_param_that_creates_a_disabled_flag/1_20_3_2_1.yml
A src/api/spec/cassettes/Webui_ProjectController/GET_create/with_a_param_that_disables_a_flag/it_should_behave_like_a_param_that_creates_a_disabled_flag/1_20_3_2_2.yml
A src/api/spec/cassettes/Webui_ProjectController/GET_create/with_a_param_that_disables_a_flag/it_should_behave_like_a_param_that_creates_a_disabled_flag/1_20_3_3_1.yml
A src/api/spec/cassettes/Webui_ProjectController/GET_create/with_a_param_that_disables_a_flag/it_should_behave_like_a_param_that_creates_a_disabled_flag/1_20_3_3_2.yml
A src/api/spec/cassettes/Webui_ProjectController/GET_create/with_a_param_that_disables_a_flag/it_should_behave_like_a_param_that_creates_a_disabled_flag/it_should_behave_like_a_valid_project_saved/1_20_3_1_3_1.yml
A src/api/spec/cassettes/Webui_ProjectController/GET_create/with_a_param_that_disables_a_flag/it_should_behave_like_a_param_that_creates_a_disabled_flag/it_should_behave_like_a_valid_project_saved/1_20_3_1_3_2.yml
A src/api/spec/cassettes/Webui_ProjectController/GET_create/with_a_param_that_disables_a_flag/it_should_behave_like_a_param_that_creates_a_disabled_flag/it_should_behave_like_a_valid_project_saved/1_20_3_2_3_1.yml
A src/api/spec/cassettes/Webui_ProjectController/GET_create/with_a_param_that_disables_a_flag/it_should_behave_like_a_param_that_creates_a_disabled_flag/it_should_behave_like_a_valid_project_saved/1_20_3_2_3_2.yml
A src/api/spec/cassettes/Webui_ProjectController/GET_create/with_a_param_that_disables_a_flag/it_should_behave_like_a_param_that_creates_a_disabled_flag/it_should_behave_like_a_valid_project_saved/1_20_3_3_3_1.yml
A src/api/spec/cassettes/Webui_ProjectController/GET_create/with_a_param_that_disables_a_flag/it_should_behave_like_a_param_that_creates_a_disabled_flag/it_should_behave_like_a_valid_project_saved/1_20_3_3_3_2.yml
A src/api/spec/cassettes/Webui_ProjectController/GET_create/with_an_invalid_project_data/1_20_4_1.yml
A src/api/spec/cassettes/Webui_ProjectController/GET_create/with_an_invalid_project_data/1_20_4_2.yml
A src/api/spec/cassettes/Webui_ProjectController/GET_maintained_projects/1_39_1.yml
A src/api/spec/cassettes/Webui_ProjectController/GET_maintained_projects/1_39_2.yml
A src/api/spec/cassettes/Webui_ProjectController/GET_monitor/with_a_project/with_buildresult/without_results/1_32_1_4_2_1.yml
A src/api/spec/cassettes/Webui_ProjectController/GET_show/with_patchinfo/1_11_2_1.yml
A src/api/spec/cassettes/Webui_ProjectController/POST_add_maintained_project/with_a_maintenance_project_kind_maintenance_/adding_a_valid_maintained_project/1_27_1_1_1.yml
A src/api/spec/cassettes/Webui_ProjectController/POST_add_maintained_project/with_a_maintenance_project_kind_maintenance_/adding_a_valid_maintained_project/1_27_1_1_2.yml
A src/api/spec/cassettes/Webui_ProjectController/POST_add_maintained_project/with_a_maintenance_project_kind_maintenance_/adding_a_valid_maintained_project/1_27_1_1_3.yml
A src/api/spec/cassettes/Webui_ProjectController/POST_add_maintained_project/with_a_maintenance_project_kind_maintenance_/adding_an_invalid_project/1_27_1_2_1.yml
A src/api/spec/cassettes/Webui_ProjectController/POST_add_maintained_project/with_a_maintenance_project_kind_maintenance_/adding_an_invalid_project/1_27_1_2_2.yml
A src/api/spec/cassettes/Webui_ProjectController/POST_add_maintained_project/with_a_maintenance_project_kind_maintenance_/adding_an_invalid_project/1_27_1_2_3.yml
A src/api/spec/cassettes/Webui_ProjectController/POST_add_maintained_project/without_a_maintenance_project_kind_maintenance_/1_27_2_1.yml
A src/api/spec/cassettes/Webui_ProjectController/POST_add_maintained_project/without_a_maintenance_project_kind_maintenance_/1_27_2_2.yml
A src/api/spec/cassettes/Webui_ProjectController/POST_remove_maintained_project/_remove_maintained_project_fails_without_maintenance_kind_for_a_valid_maintained_project/1_26_2_1.yml
A src/api/spec/cassettes/Webui_ProjectController/POST_remove_maintained_project/with_maintained_kind/maintained_project_successfully_removed/1_26_1_1_1.yml
A src/api/spec/cassettes/Webui_ProjectController/POST_remove_maintained_project/with_maintained_kind/maintained_project_successfully_removed/1_26_1_1_2.yml
A src/api/spec/cassettes/Webui_ProjectController/POST_remove_maintained_project/with_maintained_kind/maintained_project_successfully_removed/1_26_1_1_3.yml
A src/api/spec/cassettes/Webui_ProjectController/POST_remove_maintained_project/with_maintained_kind/with_an_invalid_maintained_project/1_26_1_2_1.yml
A src/api/spec/cassettes/Webui_ProjectController/POST_remove_maintained_project/with_maintained_kind/with_an_invalid_maintained_project/1_26_1_2_2.yml
M src/api/spec/controllers/webui/project_controller_spec.rb
Log Message:
-----------
Adapt project controller specs to Bootstrap
The project#index, and project#subprojects were migrated to DataTables
and therefore, the previous specs didn't make sense anymore. These need
to be feature specs.
The "clear_failed_comment" spec for the "js" format was testing that the
flash message was displayed. This is a feature spec.
Refresh cassettes.
Co-authored-by: Dany Marcoux <dmarcoux(a)suse.com>
Commit: 5453d0b8d2035a205c1759c813c47d4b53a1b384
https://github.com/openSUSE/open-build-service/commit/5453d0b8d2035a205c175…
Author: Dany Marcoux <danymarcoux(a)gmail.com>
Date: 2019-08-29 (Thu, 29 Aug 2019)
Changed paths:
R src/api/spec/cassettes/Webui_PackageController/GET_binaries/with_build_results_and_binaries/1_6_4_1.yml
M src/api/spec/controllers/webui/package_controller_spec.rb
Log Message:
-----------
Adapt package controller specs
Change one redirection from package_edit to package_show to follow
changes from the webui2 version of the package controller.
Remove package#binaries specs and cassettes. Those are feature specs
which we will need to cover, they aren't right now.
Fix the package#statistics specs, but they should be feature specs.
Co-authored-by: Victor Pereira <vpereira(a)suse.com>
Commit: 037216ebd7b83e2ba53ab0e336bf903a9008055c
https://github.com/openSUSE/open-build-service/commit/037216ebd7b83e2ba53ab…
Author: Victor Pereira <vpereira(a)suse.de>
Date: 2019-08-30 (Fri, 30 Aug 2019)
Changed paths:
M dist/obs-api-testsuite-rspec.spec
Log Message:
-----------
Adapt dist/obs-api-testsuite-rspec.spec to run all tests with bootstrap
Commit: a0c64abdded006a0bac8cb16103dcd387d933b02
https://github.com/openSUSE/open-build-service/commit/a0c64abdded006a0bac8c…
Author: Henne Vogelsang <hvogel(a)opensuse.org>
Date: 2019-08-30 (Fri, 30 Aug 2019)
Changed paths:
M .circleci/config.yml
M dist/obs-api-testsuite-rspec.spec
M src/api/spec/README.md
M src/api/spec/bootstrap/features/webui/maintenance_workflow_spec.rb
M src/api/spec/bootstrap/features/webui/notifications_spec.rb
M src/api/spec/browser_helper.rb
R src/api/spec/cassettes/Webui_PackageController/GET_binaries/with_build_results_and_binaries/1_6_4_1.yml
A src/api/spec/cassettes/Webui_ProjectController/GET_add_maintained_project_dialog/1_36_1.yml
A src/api/spec/cassettes/Webui_ProjectController/GET_create/with_a_namespace_called_base_/1_20_1_1.yml
A src/api/spec/cassettes/Webui_ProjectController/GET_create/with_a_namespace_called_base_/it_should_behave_like_a_valid_project_saved/1_20_1_2_1.yml
A src/api/spec/cassettes/Webui_ProjectController/GET_create/with_a_namespace_called_base_/it_should_behave_like_a_valid_project_saved/1_20_1_2_2.yml
A src/api/spec/cassettes/Webui_ProjectController/GET_create/with_a_param_called_maintenance_project/1_20_2_1.yml
A src/api/spec/cassettes/Webui_ProjectController/GET_create/with_a_param_called_maintenance_project/it_should_behave_like_a_valid_project_saved/1_20_2_2_1.yml
A src/api/spec/cassettes/Webui_ProjectController/GET_create/with_a_param_called_maintenance_project/it_should_behave_like_a_valid_project_saved/1_20_2_2_2.yml
A src/api/spec/cassettes/Webui_ProjectController/GET_create/with_a_param_that_disables_a_flag/it_should_behave_like_a_param_that_creates_a_disabled_flag/1_20_3_1_1.yml
A src/api/spec/cassettes/Webui_ProjectController/GET_create/with_a_param_that_disables_a_flag/it_should_behave_like_a_param_that_creates_a_disabled_flag/1_20_3_1_2.yml
A src/api/spec/cassettes/Webui_ProjectController/GET_create/with_a_param_that_disables_a_flag/it_should_behave_like_a_param_that_creates_a_disabled_flag/1_20_3_2_1.yml
A src/api/spec/cassettes/Webui_ProjectController/GET_create/with_a_param_that_disables_a_flag/it_should_behave_like_a_param_that_creates_a_disabled_flag/1_20_3_2_2.yml
A src/api/spec/cassettes/Webui_ProjectController/GET_create/with_a_param_that_disables_a_flag/it_should_behave_like_a_param_that_creates_a_disabled_flag/1_20_3_3_1.yml
A src/api/spec/cassettes/Webui_ProjectController/GET_create/with_a_param_that_disables_a_flag/it_should_behave_like_a_param_that_creates_a_disabled_flag/1_20_3_3_2.yml
A src/api/spec/cassettes/Webui_ProjectController/GET_create/with_a_param_that_disables_a_flag/it_should_behave_like_a_param_that_creates_a_disabled_flag/it_should_behave_like_a_valid_project_saved/1_20_3_1_3_1.yml
A src/api/spec/cassettes/Webui_ProjectController/GET_create/with_a_param_that_disables_a_flag/it_should_behave_like_a_param_that_creates_a_disabled_flag/it_should_behave_like_a_valid_project_saved/1_20_3_1_3_2.yml
A src/api/spec/cassettes/Webui_ProjectController/GET_create/with_a_param_that_disables_a_flag/it_should_behave_like_a_param_that_creates_a_disabled_flag/it_should_behave_like_a_valid_project_saved/1_20_3_2_3_1.yml
A src/api/spec/cassettes/Webui_ProjectController/GET_create/with_a_param_that_disables_a_flag/it_should_behave_like_a_param_that_creates_a_disabled_flag/it_should_behave_like_a_valid_project_saved/1_20_3_2_3_2.yml
A src/api/spec/cassettes/Webui_ProjectController/GET_create/with_a_param_that_disables_a_flag/it_should_behave_like_a_param_that_creates_a_disabled_flag/it_should_behave_like_a_valid_project_saved/1_20_3_3_3_1.yml
A src/api/spec/cassettes/Webui_ProjectController/GET_create/with_a_param_that_disables_a_flag/it_should_behave_like_a_param_that_creates_a_disabled_flag/it_should_behave_like_a_valid_project_saved/1_20_3_3_3_2.yml
A src/api/spec/cassettes/Webui_ProjectController/GET_create/with_an_invalid_project_data/1_20_4_1.yml
A src/api/spec/cassettes/Webui_ProjectController/GET_create/with_an_invalid_project_data/1_20_4_2.yml
A src/api/spec/cassettes/Webui_ProjectController/GET_maintained_projects/1_39_1.yml
A src/api/spec/cassettes/Webui_ProjectController/GET_maintained_projects/1_39_2.yml
A src/api/spec/cassettes/Webui_ProjectController/GET_monitor/with_a_project/with_buildresult/without_results/1_32_1_4_2_1.yml
A src/api/spec/cassettes/Webui_ProjectController/GET_show/with_patchinfo/1_11_2_1.yml
A src/api/spec/cassettes/Webui_ProjectController/POST_add_maintained_project/with_a_maintenance_project_kind_maintenance_/adding_a_valid_maintained_project/1_27_1_1_1.yml
A src/api/spec/cassettes/Webui_ProjectController/POST_add_maintained_project/with_a_maintenance_project_kind_maintenance_/adding_a_valid_maintained_project/1_27_1_1_2.yml
A src/api/spec/cassettes/Webui_ProjectController/POST_add_maintained_project/with_a_maintenance_project_kind_maintenance_/adding_a_valid_maintained_project/1_27_1_1_3.yml
A src/api/spec/cassettes/Webui_ProjectController/POST_add_maintained_project/with_a_maintenance_project_kind_maintenance_/adding_an_invalid_project/1_27_1_2_1.yml
A src/api/spec/cassettes/Webui_ProjectController/POST_add_maintained_project/with_a_maintenance_project_kind_maintenance_/adding_an_invalid_project/1_27_1_2_2.yml
A src/api/spec/cassettes/Webui_ProjectController/POST_add_maintained_project/with_a_maintenance_project_kind_maintenance_/adding_an_invalid_project/1_27_1_2_3.yml
A src/api/spec/cassettes/Webui_ProjectController/POST_add_maintained_project/without_a_maintenance_project_kind_maintenance_/1_27_2_1.yml
A src/api/spec/cassettes/Webui_ProjectController/POST_add_maintained_project/without_a_maintenance_project_kind_maintenance_/1_27_2_2.yml
A src/api/spec/cassettes/Webui_ProjectController/POST_remove_maintained_project/_remove_maintained_project_fails_without_maintenance_kind_for_a_valid_maintained_project/1_26_2_1.yml
A src/api/spec/cassettes/Webui_ProjectController/POST_remove_maintained_project/with_maintained_kind/maintained_project_successfully_removed/1_26_1_1_1.yml
A src/api/spec/cassettes/Webui_ProjectController/POST_remove_maintained_project/with_maintained_kind/maintained_project_successfully_removed/1_26_1_1_2.yml
A src/api/spec/cassettes/Webui_ProjectController/POST_remove_maintained_project/with_maintained_kind/maintained_project_successfully_removed/1_26_1_1_3.yml
A src/api/spec/cassettes/Webui_ProjectController/POST_remove_maintained_project/with_maintained_kind/with_an_invalid_maintained_project/1_26_1_2_1.yml
A src/api/spec/cassettes/Webui_ProjectController/POST_remove_maintained_project/with_maintained_kind/with_an_invalid_maintained_project/1_26_1_2_2.yml
M src/api/spec/controllers/webui/comments_controller_spec.rb
M src/api/spec/controllers/webui/package_controller_spec.rb
M src/api/spec/controllers/webui/project_controller_spec.rb
M src/api/spec/features/webui/attributes_spec.rb
M src/api/spec/features/webui/comments_spec.rb
R src/api/spec/features/webui/image_templates_spec.rb
R src/api/spec/features/webui/maintenance_workflow_spec.rb
R src/api/spec/features/webui/notifications_spec.rb
M src/api/spec/features/webui/packages_spec.rb
M src/api/spec/features/webui/patchinfo_spec.rb
M src/api/spec/features/webui/projects_spec.rb
R src/api/spec/features/webui/repositories_spec.rb
R src/api/spec/features/webui/requests_spec.rb
M src/api/spec/features/webui/search_spec.rb
R src/api/spec/features/webui/users/user_admin_edit_spec.rb
M src/api/spec/features/webui/users/user_home_page_spec.rb
R src/api/spec/features/webui/users/users_notifications_settings_spec.rb
R src/api/spec/features/webui/watchlists_spec.rb
R src/api/spec/support/features/features_bootstrap.rb
R src/api/spec/support/shared_examples/features/user_tab.rb
Log Message:
-----------
Merge pull request #8201 from dmarcoux/CircleCI-remove-bento
CircleCI - Remove Bento
Compare: https://github.com/openSUSE/open-build-service/compare/aaeb02950a12...a0c64…