From b519944d23bec892d64c8f5f8844464ecfd5f980 Mon Sep 17 00:00:00 2001 From: David Kang Date: Wed, 29 Mar 2017 15:38:18 +0200 Subject: [PATCH] [ci] Increase spec coverage for Webui::ProjectController --- .../GET_maintenance_incidents/1_42_1.yml | 40 + .../GET_maintenance_incidents/1_42_2.yml | 40 + .../with_results/1_40_2_2_1_1.yml | 44 + .../with_results/1_40_2_2_1_2.yml | 44 + .../with_results/1_40_2_2_1_3.yml | 44 + .../with_results/1_40_2_2_1_4.yml | 44 + .../with_results/1_40_2_2_1_5.yml | 44 + .../without_results/1_40_2_2_2_1.yml | 79 ++ .../without_results/1_40_2_2_2_2.yml | 79 ++ .../with_project_and_package/1_44_2_1.yml | 122 ++ .../with_project_and_package/1_44_2_2.yml | 122 ++ .../with_project_and_package/1_44_2_3.yml | 122 ++ .../with_xhr_request/1_44_1_1.yml | 85 ++ .../with_xhr_request/1_44_1_2.yml | 85 ++ .../with_xhr_request/1_44_1_3.yml | 85 ++ .../with_xhr_request/1_44_1_4.yml | 44 + .../with_project/1_44_1_1_1.yml | 44 + .../with_project/1_44_1_1_2.yml | 44 + .../with_project/1_44_1_1_3.yml | 44 + .../with_project_and_package/1_44_1_2_1.yml | 122 ++ .../with_project_and_package/1_44_1_2_2.yml | 122 ++ .../with_project_and_package/1_44_1_2_3.yml | 122 ++ .../without_xhr_request/1_44_2_1.yml | 44 + .../without_xhr_request/1_44_3_1.yml | 44 + .../Can_load_project_config/1_33_1_1.yml | 24 +- .../Can_load_project_config/1_33_1_2.yml | 30 +- .../Can_load_project_config/1_35_1_1.yml | 34 + .../Can_load_project_config/1_35_1_2.yml | 34 + .../Can_not_load_project_config/1_33_2_1.yml | 17 +- .../Can_not_load_project_config/1_33_2_2.yml | 18 +- .../GET_status/with_No_Project_/1_41_5_1.yml | 479 +++++++ .../GET_status/with_No_Project_/1_41_5_2.yml | 726 ++++++++++ .../GET_status/with_No_Project_/1_41_5_3.yml | 479 +++++++ .../GET_status/with_No_Project_/1_41_5_4.yml | 323 +++++ .../with_custom_filters/1_41_2_1.yml | 479 +++++++ .../with_custom_filters/1_41_2_2.yml | 557 ++++++++ .../with_custom_filters/1_41_2_3.yml | 988 ++++++++++++++ .../with_custom_filters/1_41_2_4.yml | 557 ++++++++ .../with_custom_filters/1_41_2_5.yml | 804 +++++++++++ .../with_custom_filters/1_41_2_6.yml | 557 ++++++++ .../with_custom_filters/1_41_2_7.yml | 557 ++++++++ .../with_custom_filters/1_41_2_8.yml | 557 ++++++++ .../with_custom_filters/1_41_2_9.yml | 557 ++++++++ .../with_default_filters/1_41_1_1.yml | 804 +++++++++++ .../with_default_filters/1_41_1_2.yml | 1094 +++++++++++++++ .../with_default_filters/1_41_1_3.yml | 910 +++++++++++++ .../with_default_filters/1_41_1_4.yml | 557 ++++++++ .../with_default_filters/1_41_1_5.yml | 988 ++++++++++++++ .../with_default_filters/1_41_1_6.yml | 557 ++++++++ .../with_default_filters/1_41_1_7.yml | 988 ++++++++++++++ .../with_default_filters/1_41_1_8.yml | 910 +++++++++++++ .../with_default_filters/1_41_1_9.yml | 726 ++++++++++ .../GET_status/with_develpackage/1_41_3_1.yml | 988 ++++++++++++++ .../GET_status/with_develpackage/1_41_3_2.yml | 804 +++++++++++ .../GET_status/with_develpackage/1_41_3_3.yml | 557 ++++++++ .../GET_status/with_develpackage/1_41_3_4.yml | 401 ++++++ .../without_develpackage/1_41_4_1.yml | 1172 +++++++++++++++++ .../without_develpackage/1_41_4_2.yml | 1092 +++++++++++++++ .../without_develpackage/1_41_4_3.yml | 985 ++++++++++++++ .../without_develpackage/1_41_4_4.yml | 1043 +++++++++++++++ .../1_32_1_1_1.yml | 44 + .../1_32_1_1_2.yml | 44 + .../1_32_1_1_3.yml | 44 + .../adding_an_invalid_project/1_32_1_2_1.yml | 44 + .../adding_an_invalid_project/1_32_1_2_2.yml | 44 + .../adding_an_invalid_project/1_32_1_2_3.yml | 44 + .../1_32_2_1.yml | 44 + .../1_32_2_2.yml | 44 + .../1_31_2_1.yml | 44 + .../1_31_1_1_1.yml | 44 + .../1_31_1_1_2.yml | 44 + .../1_31_1_1_3.yml | 44 + .../1_31_1_2_1.yml | 44 + .../1_31_1_2_2.yml | 44 + .../can_save_a_project_config/1_36_1_1.yml | 36 + .../can_save_a_project_config/1_36_1_2.yml | 36 + .../webui/project_controller_spec.rb | 338 +++++ 77 files changed, 25044 insertions(+), 44 deletions(-) create mode 100644 src/api/spec/cassettes/Webui_ProjectController/GET_maintenance_incidents/1_42_1.yml create mode 100644 src/api/spec/cassettes/Webui_ProjectController/GET_maintenance_incidents/1_42_2.yml create mode 100644 src/api/spec/cassettes/Webui_ProjectController/GET_monitor/with_a_project/with_buildresult/with_results/1_40_2_2_1_1.yml create mode 100644 src/api/spec/cassettes/Webui_ProjectController/GET_monitor/with_a_project/with_buildresult/with_results/1_40_2_2_1_2.yml create mode 100644 src/api/spec/cassettes/Webui_ProjectController/GET_monitor/with_a_project/with_buildresult/with_results/1_40_2_2_1_3.yml create mode 100644 src/api/spec/cassettes/Webui_ProjectController/GET_monitor/with_a_project/with_buildresult/with_results/1_40_2_2_1_4.yml create mode 100644 src/api/spec/cassettes/Webui_ProjectController/GET_monitor/with_a_project/with_buildresult/with_results/1_40_2_2_1_5.yml create mode 100644 src/api/spec/cassettes/Webui_ProjectController/GET_monitor/with_a_project/with_buildresult/without_results/1_40_2_2_2_1.yml create mode 100644 src/api/spec/cassettes/Webui_ProjectController/GET_monitor/with_a_project/with_buildresult/without_results/1_40_2_2_2_2.yml create mode 100644 src/api/spec/cassettes/Webui_ProjectController/GET_package_buildresult/with_project_and_package/1_44_2_1.yml create mode 100644 src/api/spec/cassettes/Webui_ProjectController/GET_package_buildresult/with_project_and_package/1_44_2_2.yml create mode 100644 src/api/spec/cassettes/Webui_ProjectController/GET_package_buildresult/with_project_and_package/1_44_2_3.yml create mode 100644 src/api/spec/cassettes/Webui_ProjectController/GET_package_buildresult/with_xhr_request/1_44_1_1.yml create mode 100644 src/api/spec/cassettes/Webui_ProjectController/GET_package_buildresult/with_xhr_request/1_44_1_2.yml create mode 100644 src/api/spec/cassettes/Webui_ProjectController/GET_package_buildresult/with_xhr_request/1_44_1_3.yml create mode 100644 src/api/spec/cassettes/Webui_ProjectController/GET_package_buildresult/with_xhr_request/1_44_1_4.yml create mode 100644 src/api/spec/cassettes/Webui_ProjectController/GET_package_buildresult/with_xhr_request/with_project/1_44_1_1_1.yml create mode 100644 src/api/spec/cassettes/Webui_ProjectController/GET_package_buildresult/with_xhr_request/with_project/1_44_1_1_2.yml create mode 100644 src/api/spec/cassettes/Webui_ProjectController/GET_package_buildresult/with_xhr_request/with_project/1_44_1_1_3.yml create mode 100644 src/api/spec/cassettes/Webui_ProjectController/GET_package_buildresult/with_xhr_request/with_project_and_package/1_44_1_2_1.yml create mode 100644 src/api/spec/cassettes/Webui_ProjectController/GET_package_buildresult/with_xhr_request/with_project_and_package/1_44_1_2_2.yml create mode 100644 src/api/spec/cassettes/Webui_ProjectController/GET_package_buildresult/with_xhr_request/with_project_and_package/1_44_1_2_3.yml create mode 100644 src/api/spec/cassettes/Webui_ProjectController/GET_package_buildresult/without_xhr_request/1_44_2_1.yml create mode 100644 src/api/spec/cassettes/Webui_ProjectController/GET_package_buildresult/without_xhr_request/1_44_3_1.yml create mode 100644 src/api/spec/cassettes/Webui_ProjectController/GET_prjconf/Can_load_project_config/1_35_1_1.yml create mode 100644 src/api/spec/cassettes/Webui_ProjectController/GET_prjconf/Can_load_project_config/1_35_1_2.yml create mode 100644 src/api/spec/cassettes/Webui_ProjectController/GET_status/with_No_Project_/1_41_5_1.yml create mode 100644 src/api/spec/cassettes/Webui_ProjectController/GET_status/with_No_Project_/1_41_5_2.yml create mode 100644 src/api/spec/cassettes/Webui_ProjectController/GET_status/with_No_Project_/1_41_5_3.yml create mode 100644 src/api/spec/cassettes/Webui_ProjectController/GET_status/with_No_Project_/1_41_5_4.yml create mode 100644 src/api/spec/cassettes/Webui_ProjectController/GET_status/with_custom_filters/1_41_2_1.yml create mode 100644 src/api/spec/cassettes/Webui_ProjectController/GET_status/with_custom_filters/1_41_2_2.yml create mode 100644 src/api/spec/cassettes/Webui_ProjectController/GET_status/with_custom_filters/1_41_2_3.yml create mode 100644 src/api/spec/cassettes/Webui_ProjectController/GET_status/with_custom_filters/1_41_2_4.yml create mode 100644 src/api/spec/cassettes/Webui_ProjectController/GET_status/with_custom_filters/1_41_2_5.yml create mode 100644 src/api/spec/cassettes/Webui_ProjectController/GET_status/with_custom_filters/1_41_2_6.yml create mode 100644 src/api/spec/cassettes/Webui_ProjectController/GET_status/with_custom_filters/1_41_2_7.yml create mode 100644 src/api/spec/cassettes/Webui_ProjectController/GET_status/with_custom_filters/1_41_2_8.yml create mode 100644 src/api/spec/cassettes/Webui_ProjectController/GET_status/with_custom_filters/1_41_2_9.yml create mode 100644 src/api/spec/cassettes/Webui_ProjectController/GET_status/with_default_filters/1_41_1_1.yml create mode 100644 src/api/spec/cassettes/Webui_ProjectController/GET_status/with_default_filters/1_41_1_2.yml create mode 100644 src/api/spec/cassettes/Webui_ProjectController/GET_status/with_default_filters/1_41_1_3.yml create mode 100644 src/api/spec/cassettes/Webui_ProjectController/GET_status/with_default_filters/1_41_1_4.yml create mode 100644 src/api/spec/cassettes/Webui_ProjectController/GET_status/with_default_filters/1_41_1_5.yml create mode 100644 src/api/spec/cassettes/Webui_ProjectController/GET_status/with_default_filters/1_41_1_6.yml create mode 100644 src/api/spec/cassettes/Webui_ProjectController/GET_status/with_default_filters/1_41_1_7.yml create mode 100644 src/api/spec/cassettes/Webui_ProjectController/GET_status/with_default_filters/1_41_1_8.yml create mode 100644 src/api/spec/cassettes/Webui_ProjectController/GET_status/with_default_filters/1_41_1_9.yml create mode 100644 src/api/spec/cassettes/Webui_ProjectController/GET_status/with_develpackage/1_41_3_1.yml create mode 100644 src/api/spec/cassettes/Webui_ProjectController/GET_status/with_develpackage/1_41_3_2.yml create mode 100644 src/api/spec/cassettes/Webui_ProjectController/GET_status/with_develpackage/1_41_3_3.yml create mode 100644 src/api/spec/cassettes/Webui_ProjectController/GET_status/with_develpackage/1_41_3_4.yml create mode 100644 src/api/spec/cassettes/Webui_ProjectController/GET_status/without_develpackage/1_41_4_1.yml create mode 100644 src/api/spec/cassettes/Webui_ProjectController/GET_status/without_develpackage/1_41_4_2.yml create mode 100644 src/api/spec/cassettes/Webui_ProjectController/GET_status/without_develpackage/1_41_4_3.yml create mode 100644 src/api/spec/cassettes/Webui_ProjectController/GET_status/without_develpackage/1_41_4_4.yml create mode 100644 src/api/spec/cassettes/Webui_ProjectController/POST_add_maintained_project/with_a_maintenance_project_kind_maintenance_/adding_a_valid_maintained_project/1_32_1_1_1.yml create mode 100644 src/api/spec/cassettes/Webui_ProjectController/POST_add_maintained_project/with_a_maintenance_project_kind_maintenance_/adding_a_valid_maintained_project/1_32_1_1_2.yml create mode 100644 src/api/spec/cassettes/Webui_ProjectController/POST_add_maintained_project/with_a_maintenance_project_kind_maintenance_/adding_a_valid_maintained_project/1_32_1_1_3.yml create mode 100644 src/api/spec/cassettes/Webui_ProjectController/POST_add_maintained_project/with_a_maintenance_project_kind_maintenance_/adding_an_invalid_project/1_32_1_2_1.yml create mode 100644 src/api/spec/cassettes/Webui_ProjectController/POST_add_maintained_project/with_a_maintenance_project_kind_maintenance_/adding_an_invalid_project/1_32_1_2_2.yml create mode 100644 src/api/spec/cassettes/Webui_ProjectController/POST_add_maintained_project/with_a_maintenance_project_kind_maintenance_/adding_an_invalid_project/1_32_1_2_3.yml create mode 100644 src/api/spec/cassettes/Webui_ProjectController/POST_add_maintained_project/without_a_maintenance_project_kind_maintenance_/1_32_2_1.yml create mode 100644 src/api/spec/cassettes/Webui_ProjectController/POST_add_maintained_project/without_a_maintenance_project_kind_maintenance_/1_32_2_2.yml create mode 100644 src/api/spec/cassettes/Webui_ProjectController/POST_remove_maintained_project/_remove_maintained_project_fails_without_maintenance_kind_for_a_valid_maintained_project/1_31_2_1.yml create mode 100644 src/api/spec/cassettes/Webui_ProjectController/POST_remove_maintained_project/with_maintained_kind/maintained_project_successfully_removed/1_31_1_1_1.yml create mode 100644 src/api/spec/cassettes/Webui_ProjectController/POST_remove_maintained_project/with_maintained_kind/maintained_project_successfully_removed/1_31_1_1_2.yml create mode 100644 src/api/spec/cassettes/Webui_ProjectController/POST_remove_maintained_project/with_maintained_kind/maintained_project_successfully_removed/1_31_1_1_3.yml create mode 100644 src/api/spec/cassettes/Webui_ProjectController/POST_remove_maintained_project/with_maintained_kind/with_an_invalid_maintained_project/1_31_1_2_1.yml create mode 100644 src/api/spec/cassettes/Webui_ProjectController/POST_remove_maintained_project/with_maintained_kind/with_an_invalid_maintained_project/1_31_1_2_2.yml create mode 100644 src/api/spec/cassettes/Webui_ProjectController/POST_save_prjconf/can_save_a_project_config/1_36_1_1.yml create mode 100644 src/api/spec/cassettes/Webui_ProjectController/POST_save_prjconf/can_save_a_project_config/1_36_1_2.yml diff --git a/src/api/spec/cassettes/Webui_ProjectController/GET_maintenance_incidents/1_42_1.yml b/src/api/spec/cassettes/Webui_ProjectController/GET_maintenance_incidents/1_42_1.yml new file mode 100644 index 00000000000..8b6ff81984a --- /dev/null +++ b/src/api/spec/cassettes/Webui_ProjectController/GET_maintenance_incidents/1_42_1.yml @@ -0,0 +1,40 @@ +--- +http_interactions: +- request: + method: get + uri: http://localhost:3200/build/maintenance_project/_result?code=unresolvable&view=status + body: + encoding: US-ASCII + string: '' + headers: + Content-Type: + - text/plain + Accept-Encoding: + - identity + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 404 + message: project 'maintenance_project' does not exist + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '166' + body: + encoding: UTF-8 + string: | + + project 'maintenance_project' does not exist +
404 project 'maintenance_project' does not exist
+
+ http_version: + recorded_at: Wed, 05 Apr 2017 07:33:58 GMT +recorded_with: VCR 3.0.3 diff --git a/src/api/spec/cassettes/Webui_ProjectController/GET_maintenance_incidents/1_42_2.yml b/src/api/spec/cassettes/Webui_ProjectController/GET_maintenance_incidents/1_42_2.yml new file mode 100644 index 00000000000..8b6ff81984a --- /dev/null +++ b/src/api/spec/cassettes/Webui_ProjectController/GET_maintenance_incidents/1_42_2.yml @@ -0,0 +1,40 @@ +--- +http_interactions: +- request: + method: get + uri: http://localhost:3200/build/maintenance_project/_result?code=unresolvable&view=status + body: + encoding: US-ASCII + string: '' + headers: + Content-Type: + - text/plain + Accept-Encoding: + - identity + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 404 + message: project 'maintenance_project' does not exist + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '166' + body: + encoding: UTF-8 + string: | + + project 'maintenance_project' does not exist +
404 project 'maintenance_project' does not exist
+
+ http_version: + recorded_at: Wed, 05 Apr 2017 07:33:58 GMT +recorded_with: VCR 3.0.3 diff --git a/src/api/spec/cassettes/Webui_ProjectController/GET_monitor/with_a_project/with_buildresult/with_results/1_40_2_2_1_1.yml b/src/api/spec/cassettes/Webui_ProjectController/GET_monitor/with_a_project/with_buildresult/with_results/1_40_2_2_1_1.yml new file mode 100644 index 00000000000..890e730b4c9 --- /dev/null +++ b/src/api/spec/cassettes/Webui_ProjectController/GET_monitor/with_a_project/with_buildresult/with_results/1_40_2_2_1_1.yml @@ -0,0 +1,44 @@ +--- +http_interactions: +- request: + method: put + uri: http://localhost:3200/source/home:tom/_meta?user=tom + body: + encoding: UTF-8 + string: | + + + <description/> + <person userid="tom" role="maintainer"/> + </project> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '129' + body: + encoding: UTF-8 + string: | + <project name="home:tom"> + <title> + + + + http_version: + recorded_at: Wed, 05 Apr 2017 08:56:22 GMT +recorded_with: VCR 3.0.3 diff --git a/src/api/spec/cassettes/Webui_ProjectController/GET_monitor/with_a_project/with_buildresult/with_results/1_40_2_2_1_2.yml b/src/api/spec/cassettes/Webui_ProjectController/GET_monitor/with_a_project/with_buildresult/with_results/1_40_2_2_1_2.yml new file mode 100644 index 00000000000..fb1355620dd --- /dev/null +++ b/src/api/spec/cassettes/Webui_ProjectController/GET_monitor/with_a_project/with_buildresult/with_results/1_40_2_2_1_2.yml @@ -0,0 +1,44 @@ +--- +http_interactions: +- request: + method: put + uri: http://localhost:3200/source/home:tom/_meta?user=tom + body: + encoding: UTF-8 + string: | + + + <description/> + <person userid="tom" role="maintainer"/> + </project> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '129' + body: + encoding: UTF-8 + string: | + <project name="home:tom"> + <title> + + + + http_version: + recorded_at: Wed, 05 Apr 2017 08:56:21 GMT +recorded_with: VCR 3.0.3 diff --git a/src/api/spec/cassettes/Webui_ProjectController/GET_monitor/with_a_project/with_buildresult/with_results/1_40_2_2_1_3.yml b/src/api/spec/cassettes/Webui_ProjectController/GET_monitor/with_a_project/with_buildresult/with_results/1_40_2_2_1_3.yml new file mode 100644 index 00000000000..890e730b4c9 --- /dev/null +++ b/src/api/spec/cassettes/Webui_ProjectController/GET_monitor/with_a_project/with_buildresult/with_results/1_40_2_2_1_3.yml @@ -0,0 +1,44 @@ +--- +http_interactions: +- request: + method: put + uri: http://localhost:3200/source/home:tom/_meta?user=tom + body: + encoding: UTF-8 + string: | + + + <description/> + <person userid="tom" role="maintainer"/> + </project> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '129' + body: + encoding: UTF-8 + string: | + <project name="home:tom"> + <title> + + + + http_version: + recorded_at: Wed, 05 Apr 2017 08:56:22 GMT +recorded_with: VCR 3.0.3 diff --git a/src/api/spec/cassettes/Webui_ProjectController/GET_monitor/with_a_project/with_buildresult/with_results/1_40_2_2_1_4.yml b/src/api/spec/cassettes/Webui_ProjectController/GET_monitor/with_a_project/with_buildresult/with_results/1_40_2_2_1_4.yml new file mode 100644 index 00000000000..890e730b4c9 --- /dev/null +++ b/src/api/spec/cassettes/Webui_ProjectController/GET_monitor/with_a_project/with_buildresult/with_results/1_40_2_2_1_4.yml @@ -0,0 +1,44 @@ +--- +http_interactions: +- request: + method: put + uri: http://localhost:3200/source/home:tom/_meta?user=tom + body: + encoding: UTF-8 + string: | + + + <description/> + <person userid="tom" role="maintainer"/> + </project> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '129' + body: + encoding: UTF-8 + string: | + <project name="home:tom"> + <title> + + + + http_version: + recorded_at: Wed, 05 Apr 2017 08:56:22 GMT +recorded_with: VCR 3.0.3 diff --git a/src/api/spec/cassettes/Webui_ProjectController/GET_monitor/with_a_project/with_buildresult/with_results/1_40_2_2_1_5.yml b/src/api/spec/cassettes/Webui_ProjectController/GET_monitor/with_a_project/with_buildresult/with_results/1_40_2_2_1_5.yml new file mode 100644 index 00000000000..890e730b4c9 --- /dev/null +++ b/src/api/spec/cassettes/Webui_ProjectController/GET_monitor/with_a_project/with_buildresult/with_results/1_40_2_2_1_5.yml @@ -0,0 +1,44 @@ +--- +http_interactions: +- request: + method: put + uri: http://localhost:3200/source/home:tom/_meta?user=tom + body: + encoding: UTF-8 + string: | + + + <description/> + <person userid="tom" role="maintainer"/> + </project> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '129' + body: + encoding: UTF-8 + string: | + <project name="home:tom"> + <title> + + + + http_version: + recorded_at: Wed, 05 Apr 2017 08:56:22 GMT +recorded_with: VCR 3.0.3 diff --git a/src/api/spec/cassettes/Webui_ProjectController/GET_monitor/with_a_project/with_buildresult/without_results/1_40_2_2_2_1.yml b/src/api/spec/cassettes/Webui_ProjectController/GET_monitor/with_a_project/with_buildresult/without_results/1_40_2_2_2_1.yml new file mode 100644 index 00000000000..8fb7f016445 --- /dev/null +++ b/src/api/spec/cassettes/Webui_ProjectController/GET_monitor/with_a_project/with_buildresult/without_results/1_40_2_2_2_1.yml @@ -0,0 +1,79 @@ +--- +http_interactions: +- request: + method: put + uri: http://localhost:3200/source/home:tom/_meta?user=tom + body: + encoding: UTF-8 + string: | + + + <description/> + <person userid="tom" role="maintainer"/> + </project> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '129' + body: + encoding: UTF-8 + string: | + <project name="home:tom"> + <title> + + + + http_version: + recorded_at: Wed, 05 Apr 2017 08:56:22 GMT +- request: + method: get + uri: http://localhost:3200/build/home:tom/_result?code=deleting&view=status + body: + encoding: US-ASCII + string: '' + headers: + Content-Type: + - text/plain + Accept-Encoding: + - identity + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '56' + body: + encoding: UTF-8 + string: ' + +' + http_version: + recorded_at: Wed, 05 Apr 2017 08:56:22 GMT +recorded_with: VCR 3.0.3 diff --git a/src/api/spec/cassettes/Webui_ProjectController/GET_monitor/with_a_project/with_buildresult/without_results/1_40_2_2_2_2.yml b/src/api/spec/cassettes/Webui_ProjectController/GET_monitor/with_a_project/with_buildresult/without_results/1_40_2_2_2_2.yml new file mode 100644 index 00000000000..8fb7f016445 --- /dev/null +++ b/src/api/spec/cassettes/Webui_ProjectController/GET_monitor/with_a_project/with_buildresult/without_results/1_40_2_2_2_2.yml @@ -0,0 +1,79 @@ +--- +http_interactions: +- request: + method: put + uri: http://localhost:3200/source/home:tom/_meta?user=tom + body: + encoding: UTF-8 + string: | + + + <description/> + <person userid="tom" role="maintainer"/> + </project> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '129' + body: + encoding: UTF-8 + string: | + <project name="home:tom"> + <title> + + + + http_version: + recorded_at: Wed, 05 Apr 2017 08:56:22 GMT +- request: + method: get + uri: http://localhost:3200/build/home:tom/_result?code=deleting&view=status + body: + encoding: US-ASCII + string: '' + headers: + Content-Type: + - text/plain + Accept-Encoding: + - identity + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '56' + body: + encoding: UTF-8 + string: ' + +' + http_version: + recorded_at: Wed, 05 Apr 2017 08:56:22 GMT +recorded_with: VCR 3.0.3 diff --git a/src/api/spec/cassettes/Webui_ProjectController/GET_package_buildresult/with_project_and_package/1_44_2_1.yml b/src/api/spec/cassettes/Webui_ProjectController/GET_package_buildresult/with_project_and_package/1_44_2_1.yml new file mode 100644 index 00000000000..e771049438b --- /dev/null +++ b/src/api/spec/cassettes/Webui_ProjectController/GET_package_buildresult/with_project_and_package/1_44_2_1.yml @@ -0,0 +1,122 @@ +--- +http_interactions: +- request: + method: put + uri: http://localhost:3200/source/home:tom/_meta?user=tom + body: + encoding: UTF-8 + string: | + + + <description/> + <person userid="tom" role="maintainer"/> + </project> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '129' + body: + encoding: UTF-8 + string: | + <project name="home:tom"> + <title> + + + + http_version: + recorded_at: Thu, 06 Apr 2017 15:26:33 GMT +- request: + method: put + uri: http://localhost:3200/source/home:tom/obs-server/_meta?user=_nobody_ + body: + encoding: UTF-8 + string: | + + + <description/> + </package> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '106' + body: + encoding: UTF-8 + string: | + <package name="obs-server" project="home:tom"> + <title> + + + http_version: + recorded_at: Thu, 06 Apr 2017 15:26:33 GMT +- request: + method: put + uri: http://localhost:3200/source/home:tom/obs-server/_meta + body: + encoding: UTF-8 + string: | + + + <description/> + </package> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '106' + body: + encoding: UTF-8 + string: | + <package name="obs-server" project="home:tom"> + <title> + + + http_version: + recorded_at: Thu, 06 Apr 2017 15:26:33 GMT +recorded_with: VCR 3.0.3 diff --git a/src/api/spec/cassettes/Webui_ProjectController/GET_package_buildresult/with_project_and_package/1_44_2_2.yml b/src/api/spec/cassettes/Webui_ProjectController/GET_package_buildresult/with_project_and_package/1_44_2_2.yml new file mode 100644 index 00000000000..e771049438b --- /dev/null +++ b/src/api/spec/cassettes/Webui_ProjectController/GET_package_buildresult/with_project_and_package/1_44_2_2.yml @@ -0,0 +1,122 @@ +--- +http_interactions: +- request: + method: put + uri: http://localhost:3200/source/home:tom/_meta?user=tom + body: + encoding: UTF-8 + string: | + + + <description/> + <person userid="tom" role="maintainer"/> + </project> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '129' + body: + encoding: UTF-8 + string: | + <project name="home:tom"> + <title> + + + + http_version: + recorded_at: Thu, 06 Apr 2017 15:26:33 GMT +- request: + method: put + uri: http://localhost:3200/source/home:tom/obs-server/_meta?user=_nobody_ + body: + encoding: UTF-8 + string: | + + + <description/> + </package> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '106' + body: + encoding: UTF-8 + string: | + <package name="obs-server" project="home:tom"> + <title> + + + http_version: + recorded_at: Thu, 06 Apr 2017 15:26:33 GMT +- request: + method: put + uri: http://localhost:3200/source/home:tom/obs-server/_meta + body: + encoding: UTF-8 + string: | + + + <description/> + </package> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '106' + body: + encoding: UTF-8 + string: | + <package name="obs-server" project="home:tom"> + <title> + + + http_version: + recorded_at: Thu, 06 Apr 2017 15:26:33 GMT +recorded_with: VCR 3.0.3 diff --git a/src/api/spec/cassettes/Webui_ProjectController/GET_package_buildresult/with_project_and_package/1_44_2_3.yml b/src/api/spec/cassettes/Webui_ProjectController/GET_package_buildresult/with_project_and_package/1_44_2_3.yml new file mode 100644 index 00000000000..e771049438b --- /dev/null +++ b/src/api/spec/cassettes/Webui_ProjectController/GET_package_buildresult/with_project_and_package/1_44_2_3.yml @@ -0,0 +1,122 @@ +--- +http_interactions: +- request: + method: put + uri: http://localhost:3200/source/home:tom/_meta?user=tom + body: + encoding: UTF-8 + string: | + + + <description/> + <person userid="tom" role="maintainer"/> + </project> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '129' + body: + encoding: UTF-8 + string: | + <project name="home:tom"> + <title> + + + + http_version: + recorded_at: Thu, 06 Apr 2017 15:26:33 GMT +- request: + method: put + uri: http://localhost:3200/source/home:tom/obs-server/_meta?user=_nobody_ + body: + encoding: UTF-8 + string: | + + + <description/> + </package> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '106' + body: + encoding: UTF-8 + string: | + <package name="obs-server" project="home:tom"> + <title> + + + http_version: + recorded_at: Thu, 06 Apr 2017 15:26:33 GMT +- request: + method: put + uri: http://localhost:3200/source/home:tom/obs-server/_meta + body: + encoding: UTF-8 + string: | + + + <description/> + </package> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '106' + body: + encoding: UTF-8 + string: | + <package name="obs-server" project="home:tom"> + <title> + + + http_version: + recorded_at: Thu, 06 Apr 2017 15:26:33 GMT +recorded_with: VCR 3.0.3 diff --git a/src/api/spec/cassettes/Webui_ProjectController/GET_package_buildresult/with_xhr_request/1_44_1_1.yml b/src/api/spec/cassettes/Webui_ProjectController/GET_package_buildresult/with_xhr_request/1_44_1_1.yml new file mode 100644 index 00000000000..01c8d8600ba --- /dev/null +++ b/src/api/spec/cassettes/Webui_ProjectController/GET_package_buildresult/with_xhr_request/1_44_1_1.yml @@ -0,0 +1,85 @@ +--- +http_interactions: +- request: + method: get + uri: http://localhost:3200/build/home:tom/_result?lastbuild=1&view=status + body: + encoding: US-ASCII + string: '' + headers: + Content-Type: + - text/plain + Accept-Encoding: + - identity + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '762' + body: + encoding: UTF-8 + string: | + + + + + + + + + http_version: + recorded_at: Thu, 06 Apr 2017 09:21:30 GMT +- request: + method: put + uri: http://localhost:3200/source/home:tom/_meta?user=tom + body: + encoding: UTF-8 + string: | + + + <description/> + <person userid="tom" role="maintainer"/> + </project> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '129' + body: + encoding: UTF-8 + string: | + <project name="home:tom"> + <title> + + + + http_version: + recorded_at: Thu, 06 Apr 2017 11:13:59 GMT +recorded_with: VCR 3.0.3 diff --git a/src/api/spec/cassettes/Webui_ProjectController/GET_package_buildresult/with_xhr_request/1_44_1_2.yml b/src/api/spec/cassettes/Webui_ProjectController/GET_package_buildresult/with_xhr_request/1_44_1_2.yml new file mode 100644 index 00000000000..43ff7c3f7d1 --- /dev/null +++ b/src/api/spec/cassettes/Webui_ProjectController/GET_package_buildresult/with_xhr_request/1_44_1_2.yml @@ -0,0 +1,85 @@ +--- +http_interactions: +- request: + method: get + uri: http://localhost:3200/build/home:tom/_result?lastbuild=1&view=status + body: + encoding: US-ASCII + string: '' + headers: + Content-Type: + - text/plain + Accept-Encoding: + - identity + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '762' + body: + encoding: UTF-8 + string: | + + + + + + + + + http_version: + recorded_at: Thu, 06 Apr 2017 09:23:40 GMT +- request: + method: put + uri: http://localhost:3200/source/home:tom/_meta?user=tom + body: + encoding: UTF-8 + string: | + + + <description/> + <person userid="tom" role="maintainer"/> + </project> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '129' + body: + encoding: UTF-8 + string: | + <project name="home:tom"> + <title> + + + + http_version: + recorded_at: Thu, 06 Apr 2017 11:13:58 GMT +recorded_with: VCR 3.0.3 diff --git a/src/api/spec/cassettes/Webui_ProjectController/GET_package_buildresult/with_xhr_request/1_44_1_3.yml b/src/api/spec/cassettes/Webui_ProjectController/GET_package_buildresult/with_xhr_request/1_44_1_3.yml new file mode 100644 index 00000000000..2ecd04355a8 --- /dev/null +++ b/src/api/spec/cassettes/Webui_ProjectController/GET_package_buildresult/with_xhr_request/1_44_1_3.yml @@ -0,0 +1,85 @@ +--- +http_interactions: +- request: + method: get + uri: http://localhost:3200/build/home:tom/_result?lastbuild=1&view=status + body: + encoding: US-ASCII + string: '' + headers: + Content-Type: + - text/plain + Accept-Encoding: + - identity + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '762' + body: + encoding: UTF-8 + string: | + + + + + + + + + http_version: + recorded_at: Thu, 06 Apr 2017 09:23:40 GMT +- request: + method: put + uri: http://localhost:3200/source/home:tom/_meta?user=tom + body: + encoding: UTF-8 + string: | + + + <description/> + <person userid="tom" role="maintainer"/> + </project> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '129' + body: + encoding: UTF-8 + string: | + <project name="home:tom"> + <title> + + + + http_version: + recorded_at: Thu, 06 Apr 2017 11:13:59 GMT +recorded_with: VCR 3.0.3 diff --git a/src/api/spec/cassettes/Webui_ProjectController/GET_package_buildresult/with_xhr_request/1_44_1_4.yml b/src/api/spec/cassettes/Webui_ProjectController/GET_package_buildresult/with_xhr_request/1_44_1_4.yml new file mode 100644 index 00000000000..72341abc669 --- /dev/null +++ b/src/api/spec/cassettes/Webui_ProjectController/GET_package_buildresult/with_xhr_request/1_44_1_4.yml @@ -0,0 +1,44 @@ +--- +http_interactions: +- request: + method: get + uri: http://localhost:3200/build/home:tom/_result?lastbuild=1&view=status + body: + encoding: US-ASCII + string: '' + headers: + Content-Type: + - text/plain + Accept-Encoding: + - identity + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '762' + body: + encoding: UTF-8 + string: | + + + + + + + + + http_version: + recorded_at: Thu, 06 Apr 2017 09:23:40 GMT +recorded_with: VCR 3.0.3 diff --git a/src/api/spec/cassettes/Webui_ProjectController/GET_package_buildresult/with_xhr_request/with_project/1_44_1_1_1.yml b/src/api/spec/cassettes/Webui_ProjectController/GET_package_buildresult/with_xhr_request/with_project/1_44_1_1_1.yml new file mode 100644 index 00000000000..b7621080fcc --- /dev/null +++ b/src/api/spec/cassettes/Webui_ProjectController/GET_package_buildresult/with_xhr_request/with_project/1_44_1_1_1.yml @@ -0,0 +1,44 @@ +--- +http_interactions: +- request: + method: put + uri: http://localhost:3200/source/home:tom/_meta?user=tom + body: + encoding: UTF-8 + string: | + + + <description/> + <person userid="tom" role="maintainer"/> + </project> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '129' + body: + encoding: UTF-8 + string: | + <project name="home:tom"> + <title> + + + + http_version: + recorded_at: Thu, 06 Apr 2017 15:29:03 GMT +recorded_with: VCR 3.0.3 diff --git a/src/api/spec/cassettes/Webui_ProjectController/GET_package_buildresult/with_xhr_request/with_project/1_44_1_1_2.yml b/src/api/spec/cassettes/Webui_ProjectController/GET_package_buildresult/with_xhr_request/with_project/1_44_1_1_2.yml new file mode 100644 index 00000000000..d82e7a789c0 --- /dev/null +++ b/src/api/spec/cassettes/Webui_ProjectController/GET_package_buildresult/with_xhr_request/with_project/1_44_1_1_2.yml @@ -0,0 +1,44 @@ +--- +http_interactions: +- request: + method: put + uri: http://localhost:3200/source/home:tom/_meta?user=tom + body: + encoding: UTF-8 + string: | + + + <description/> + <person userid="tom" role="maintainer"/> + </project> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '129' + body: + encoding: UTF-8 + string: | + <project name="home:tom"> + <title> + + + + http_version: + recorded_at: Thu, 06 Apr 2017 15:29:02 GMT +recorded_with: VCR 3.0.3 diff --git a/src/api/spec/cassettes/Webui_ProjectController/GET_package_buildresult/with_xhr_request/with_project/1_44_1_1_3.yml b/src/api/spec/cassettes/Webui_ProjectController/GET_package_buildresult/with_xhr_request/with_project/1_44_1_1_3.yml new file mode 100644 index 00000000000..b7621080fcc --- /dev/null +++ b/src/api/spec/cassettes/Webui_ProjectController/GET_package_buildresult/with_xhr_request/with_project/1_44_1_1_3.yml @@ -0,0 +1,44 @@ +--- +http_interactions: +- request: + method: put + uri: http://localhost:3200/source/home:tom/_meta?user=tom + body: + encoding: UTF-8 + string: | + + + <description/> + <person userid="tom" role="maintainer"/> + </project> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '129' + body: + encoding: UTF-8 + string: | + <project name="home:tom"> + <title> + + + + http_version: + recorded_at: Thu, 06 Apr 2017 15:29:03 GMT +recorded_with: VCR 3.0.3 diff --git a/src/api/spec/cassettes/Webui_ProjectController/GET_package_buildresult/with_xhr_request/with_project_and_package/1_44_1_2_1.yml b/src/api/spec/cassettes/Webui_ProjectController/GET_package_buildresult/with_xhr_request/with_project_and_package/1_44_1_2_1.yml new file mode 100644 index 00000000000..3c94eb8bfad --- /dev/null +++ b/src/api/spec/cassettes/Webui_ProjectController/GET_package_buildresult/with_xhr_request/with_project_and_package/1_44_1_2_1.yml @@ -0,0 +1,122 @@ +--- +http_interactions: +- request: + method: put + uri: http://localhost:3200/source/home:tom/_meta?user=tom + body: + encoding: UTF-8 + string: | + + + <description/> + <person userid="tom" role="maintainer"/> + </project> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '129' + body: + encoding: UTF-8 + string: | + <project name="home:tom"> + <title> + + + + http_version: + recorded_at: Thu, 06 Apr 2017 15:29:03 GMT +- request: + method: put + uri: http://localhost:3200/source/home:tom/obs-server/_meta?user=_nobody_ + body: + encoding: UTF-8 + string: | + + + <description/> + </package> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '106' + body: + encoding: UTF-8 + string: | + <package name="obs-server" project="home:tom"> + <title> + + + http_version: + recorded_at: Thu, 06 Apr 2017 15:29:03 GMT +- request: + method: put + uri: http://localhost:3200/source/home:tom/obs-server/_meta + body: + encoding: UTF-8 + string: | + + + <description/> + </package> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '106' + body: + encoding: UTF-8 + string: | + <package name="obs-server" project="home:tom"> + <title> + + + http_version: + recorded_at: Thu, 06 Apr 2017 15:29:03 GMT +recorded_with: VCR 3.0.3 diff --git a/src/api/spec/cassettes/Webui_ProjectController/GET_package_buildresult/with_xhr_request/with_project_and_package/1_44_1_2_2.yml b/src/api/spec/cassettes/Webui_ProjectController/GET_package_buildresult/with_xhr_request/with_project_and_package/1_44_1_2_2.yml new file mode 100644 index 00000000000..3c94eb8bfad --- /dev/null +++ b/src/api/spec/cassettes/Webui_ProjectController/GET_package_buildresult/with_xhr_request/with_project_and_package/1_44_1_2_2.yml @@ -0,0 +1,122 @@ +--- +http_interactions: +- request: + method: put + uri: http://localhost:3200/source/home:tom/_meta?user=tom + body: + encoding: UTF-8 + string: | + + + <description/> + <person userid="tom" role="maintainer"/> + </project> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '129' + body: + encoding: UTF-8 + string: | + <project name="home:tom"> + <title> + + + + http_version: + recorded_at: Thu, 06 Apr 2017 15:29:03 GMT +- request: + method: put + uri: http://localhost:3200/source/home:tom/obs-server/_meta?user=_nobody_ + body: + encoding: UTF-8 + string: | + + + <description/> + </package> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '106' + body: + encoding: UTF-8 + string: | + <package name="obs-server" project="home:tom"> + <title> + + + http_version: + recorded_at: Thu, 06 Apr 2017 15:29:03 GMT +- request: + method: put + uri: http://localhost:3200/source/home:tom/obs-server/_meta + body: + encoding: UTF-8 + string: | + + + <description/> + </package> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '106' + body: + encoding: UTF-8 + string: | + <package name="obs-server" project="home:tom"> + <title> + + + http_version: + recorded_at: Thu, 06 Apr 2017 15:29:03 GMT +recorded_with: VCR 3.0.3 diff --git a/src/api/spec/cassettes/Webui_ProjectController/GET_package_buildresult/with_xhr_request/with_project_and_package/1_44_1_2_3.yml b/src/api/spec/cassettes/Webui_ProjectController/GET_package_buildresult/with_xhr_request/with_project_and_package/1_44_1_2_3.yml new file mode 100644 index 00000000000..3c94eb8bfad --- /dev/null +++ b/src/api/spec/cassettes/Webui_ProjectController/GET_package_buildresult/with_xhr_request/with_project_and_package/1_44_1_2_3.yml @@ -0,0 +1,122 @@ +--- +http_interactions: +- request: + method: put + uri: http://localhost:3200/source/home:tom/_meta?user=tom + body: + encoding: UTF-8 + string: | + + + <description/> + <person userid="tom" role="maintainer"/> + </project> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '129' + body: + encoding: UTF-8 + string: | + <project name="home:tom"> + <title> + + + + http_version: + recorded_at: Thu, 06 Apr 2017 15:29:03 GMT +- request: + method: put + uri: http://localhost:3200/source/home:tom/obs-server/_meta?user=_nobody_ + body: + encoding: UTF-8 + string: | + + + <description/> + </package> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '106' + body: + encoding: UTF-8 + string: | + <package name="obs-server" project="home:tom"> + <title> + + + http_version: + recorded_at: Thu, 06 Apr 2017 15:29:03 GMT +- request: + method: put + uri: http://localhost:3200/source/home:tom/obs-server/_meta + body: + encoding: UTF-8 + string: | + + + <description/> + </package> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '106' + body: + encoding: UTF-8 + string: | + <package name="obs-server" project="home:tom"> + <title> + + + http_version: + recorded_at: Thu, 06 Apr 2017 15:29:03 GMT +recorded_with: VCR 3.0.3 diff --git a/src/api/spec/cassettes/Webui_ProjectController/GET_package_buildresult/without_xhr_request/1_44_2_1.yml b/src/api/spec/cassettes/Webui_ProjectController/GET_package_buildresult/without_xhr_request/1_44_2_1.yml new file mode 100644 index 00000000000..1ad77693c94 --- /dev/null +++ b/src/api/spec/cassettes/Webui_ProjectController/GET_package_buildresult/without_xhr_request/1_44_2_1.yml @@ -0,0 +1,44 @@ +--- +http_interactions: +- request: + method: put + uri: http://localhost:3200/source/home:tom/_meta?user=tom + body: + encoding: UTF-8 + string: | + + + <description/> + <person userid="tom" role="maintainer"/> + </project> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '129' + body: + encoding: UTF-8 + string: | + <project name="home:tom"> + <title> + + + + http_version: + recorded_at: Thu, 06 Apr 2017 11:13:58 GMT +recorded_with: VCR 3.0.3 diff --git a/src/api/spec/cassettes/Webui_ProjectController/GET_package_buildresult/without_xhr_request/1_44_3_1.yml b/src/api/spec/cassettes/Webui_ProjectController/GET_package_buildresult/without_xhr_request/1_44_3_1.yml new file mode 100644 index 00000000000..8da601ca41f --- /dev/null +++ b/src/api/spec/cassettes/Webui_ProjectController/GET_package_buildresult/without_xhr_request/1_44_3_1.yml @@ -0,0 +1,44 @@ +--- +http_interactions: +- request: + method: put + uri: http://localhost:3200/source/home:tom/_meta?user=tom + body: + encoding: UTF-8 + string: | + + + <description/> + <person userid="tom" role="maintainer"/> + </project> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '129' + body: + encoding: UTF-8 + string: | + <project name="home:tom"> + <title> + + + + http_version: + recorded_at: Thu, 06 Apr 2017 15:26:32 GMT +recorded_with: VCR 3.0.3 diff --git a/src/api/spec/cassettes/Webui_ProjectController/GET_prjconf/Can_load_project_config/1_33_1_1.yml b/src/api/spec/cassettes/Webui_ProjectController/GET_prjconf/Can_load_project_config/1_33_1_1.yml index 967c850705f..8b6c0213eb0 100644 --- a/src/api/spec/cassettes/Webui_ProjectController/GET_prjconf/Can_load_project_config/1_33_1_1.yml +++ b/src/api/spec/cassettes/Webui_ProjectController/GET_prjconf/Can_load_project_config/1_33_1_1.yml @@ -40,7 +40,7 @@ http_interactions: http_version: - recorded_at: Tue, 03 Jan 2017 10:31:06 GMT + recorded_at: Wed, 05 Apr 2017 09:38:20 GMT - request: method: put uri: http://localhost:3200/source/Apache/_meta @@ -48,7 +48,7 @@ http_interactions: encoding: UTF-8 string: | - The Waste Land + The Last Temptation headers: @@ -70,23 +70,23 @@ http_interactions: Connection: - close Content-Length: - - '97' + - '102' body: encoding: UTF-8 string: | - The Waste Land + The Last Temptation http_version: - recorded_at: Tue, 03 Jan 2017 10:31:06 GMT + recorded_at: Wed, 05 Apr 2017 09:38:20 GMT - request: method: put uri: http://localhost:3200/source/Apache/_config body: encoding: UTF-8 - string: Architecto vitae recusandae quos. Nam quas animi in. Repudiandae quas - qui atque non eum nobis nostrum. Voluptates et dolorem et. + string: Voluptatem facilis ex. Possimus ut accusamus dolores rem ut ut. Est + non molestiae excepturi. headers: Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 @@ -113,7 +113,7 @@ http_interactions: ' http_version: - recorded_at: Tue, 03 Jan 2017 10:31:06 GMT + recorded_at: Wed, 05 Apr 2017 09:38:20 GMT - request: method: get uri: http://localhost:3200/source/Apache/_config @@ -139,11 +139,11 @@ http_interactions: Connection: - close Content-Length: - - '128' + - '92' body: encoding: UTF-8 - string: Architecto vitae recusandae quos. Nam quas animi in. Repudiandae quas - qui atque non eum nobis nostrum. Voluptates et dolorem et. + string: Voluptatem facilis ex. Possimus ut accusamus dolores rem ut ut. Est + non molestiae excepturi. http_version: - recorded_at: Tue, 03 Jan 2017 10:31:06 GMT + recorded_at: Wed, 05 Apr 2017 09:38:20 GMT recorded_with: VCR 3.0.3 diff --git a/src/api/spec/cassettes/Webui_ProjectController/GET_prjconf/Can_load_project_config/1_33_1_2.yml b/src/api/spec/cassettes/Webui_ProjectController/GET_prjconf/Can_load_project_config/1_33_1_2.yml index d914f8da555..793fe1e8e77 100644 --- a/src/api/spec/cassettes/Webui_ProjectController/GET_prjconf/Can_load_project_config/1_33_1_2.yml +++ b/src/api/spec/cassettes/Webui_ProjectController/GET_prjconf/Can_load_project_config/1_33_1_2.yml @@ -40,7 +40,7 @@ http_interactions: http_version: - recorded_at: Tue, 03 Jan 2017 10:31:06 GMT + recorded_at: Wed, 05 Apr 2017 09:38:20 GMT - request: method: put uri: http://localhost:3200/source/Apache/_meta @@ -48,7 +48,7 @@ http_interactions: encoding: UTF-8 string: | - Cabbages and Kings + Ring of Bright Water headers: @@ -70,24 +70,25 @@ http_interactions: Connection: - close Content-Length: - - '101' + - '103' body: encoding: UTF-8 string: | - Cabbages and Kings + Ring of Bright Water http_version: - recorded_at: Tue, 03 Jan 2017 10:31:06 GMT + recorded_at: Wed, 05 Apr 2017 09:38:20 GMT - request: method: put uri: http://localhost:3200/source/Apache/_config body: encoding: UTF-8 - string: Natus voluptas quas eos repellat qui labore. Vero nihil delectus atque - repellendus nam. Beatae repellat officiis aut. Voluptas animi et quia non - et incidunt ut. + string: Nemo aut sed occaecati ipsum et fugit. Incidunt perferendis voluptatem + expedita deserunt eligendi omnis excepturi. Dolorem maxime pariatur eveniet + quia non qui ut. Accusantium dolores ut consequatur est laborum laudantium + modi. Velit enim ut maxime mollitia rerum omnis possimus. headers: Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 @@ -114,7 +115,7 @@ http_interactions: ' http_version: - recorded_at: Tue, 03 Jan 2017 10:31:06 GMT + recorded_at: Wed, 05 Apr 2017 09:38:20 GMT - request: method: get uri: http://localhost:3200/source/Apache/_config @@ -140,12 +141,13 @@ http_interactions: Connection: - close Content-Length: - - '160' + - '279' body: encoding: UTF-8 - string: Natus voluptas quas eos repellat qui labore. Vero nihil delectus atque - repellendus nam. Beatae repellat officiis aut. Voluptas animi et quia non - et incidunt ut. + string: Nemo aut sed occaecati ipsum et fugit. Incidunt perferendis voluptatem + expedita deserunt eligendi omnis excepturi. Dolorem maxime pariatur eveniet + quia non qui ut. Accusantium dolores ut consequatur est laborum laudantium + modi. Velit enim ut maxime mollitia rerum omnis possimus. http_version: - recorded_at: Tue, 03 Jan 2017 10:31:06 GMT + recorded_at: Wed, 05 Apr 2017 09:38:20 GMT recorded_with: VCR 3.0.3 diff --git a/src/api/spec/cassettes/Webui_ProjectController/GET_prjconf/Can_load_project_config/1_35_1_1.yml b/src/api/spec/cassettes/Webui_ProjectController/GET_prjconf/Can_load_project_config/1_35_1_1.yml new file mode 100644 index 00000000000..1b84ab2274f --- /dev/null +++ b/src/api/spec/cassettes/Webui_ProjectController/GET_prjconf/Can_load_project_config/1_35_1_1.yml @@ -0,0 +1,34 @@ +--- +http_interactions: +- request: + method: get + uri: http://localhost:3200/source/Apache/_config + body: + encoding: US-ASCII + string: '' + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/plain + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '0' + body: + encoding: UTF-8 + string: '' + http_version: + recorded_at: Thu, 06 Apr 2017 09:39:34 GMT +recorded_with: VCR 3.0.3 diff --git a/src/api/spec/cassettes/Webui_ProjectController/GET_prjconf/Can_load_project_config/1_35_1_2.yml b/src/api/spec/cassettes/Webui_ProjectController/GET_prjconf/Can_load_project_config/1_35_1_2.yml new file mode 100644 index 00000000000..1b84ab2274f --- /dev/null +++ b/src/api/spec/cassettes/Webui_ProjectController/GET_prjconf/Can_load_project_config/1_35_1_2.yml @@ -0,0 +1,34 @@ +--- +http_interactions: +- request: + method: get + uri: http://localhost:3200/source/Apache/_config + body: + encoding: US-ASCII + string: '' + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/plain + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '0' + body: + encoding: UTF-8 + string: '' + http_version: + recorded_at: Thu, 06 Apr 2017 09:39:34 GMT +recorded_with: VCR 3.0.3 diff --git a/src/api/spec/cassettes/Webui_ProjectController/GET_prjconf/Can_not_load_project_config/1_33_2_1.yml b/src/api/spec/cassettes/Webui_ProjectController/GET_prjconf/Can_not_load_project_config/1_33_2_1.yml index e180c8ed448..f0348b3430c 100644 --- a/src/api/spec/cassettes/Webui_ProjectController/GET_prjconf/Can_not_load_project_config/1_33_2_1.yml +++ b/src/api/spec/cassettes/Webui_ProjectController/GET_prjconf/Can_not_load_project_config/1_33_2_1.yml @@ -40,7 +40,7 @@ http_interactions: http_version: - recorded_at: Tue, 03 Jan 2017 10:31:06 GMT + recorded_at: Wed, 05 Apr 2017 09:38:20 GMT - request: method: put uri: http://localhost:3200/source/Apache/_meta @@ -48,7 +48,7 @@ http_interactions: encoding: UTF-8 string: | - Now Sleeps the Crimson Petal + In a Glass Darkly headers: @@ -70,24 +70,23 @@ http_interactions: Connection: - close Content-Length: - - '111' + - '100' body: encoding: UTF-8 string: | - Now Sleeps the Crimson Petal + In a Glass Darkly http_version: - recorded_at: Tue, 03 Jan 2017 10:31:06 GMT + recorded_at: Wed, 05 Apr 2017 09:38:20 GMT - request: method: put uri: http://localhost:3200/source/Apache/_config body: encoding: UTF-8 - string: Doloremque expedita atque quidem et eligendi eum. Porro et sint eum - eos tempore. Est corporis accusantium natus quia ex. Veniam illum voluptates - aut et debitis. + string: Sapiente voluptas laborum impedit velit. Qui ad molestiae temporibus + ipsam porro sequi ea. Ab sint ipsum qui assumenda. headers: Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 @@ -114,5 +113,5 @@ http_interactions: ' http_version: - recorded_at: Tue, 03 Jan 2017 10:31:06 GMT + recorded_at: Wed, 05 Apr 2017 09:38:20 GMT recorded_with: VCR 3.0.3 diff --git a/src/api/spec/cassettes/Webui_ProjectController/GET_prjconf/Can_not_load_project_config/1_33_2_2.yml b/src/api/spec/cassettes/Webui_ProjectController/GET_prjconf/Can_not_load_project_config/1_33_2_2.yml index 3b981fbc2d8..d721a238527 100644 --- a/src/api/spec/cassettes/Webui_ProjectController/GET_prjconf/Can_not_load_project_config/1_33_2_2.yml +++ b/src/api/spec/cassettes/Webui_ProjectController/GET_prjconf/Can_not_load_project_config/1_33_2_2.yml @@ -40,7 +40,7 @@ http_interactions: http_version: - recorded_at: Tue, 03 Jan 2017 10:31:06 GMT + recorded_at: Wed, 05 Apr 2017 09:38:21 GMT - request: method: put uri: http://localhost:3200/source/Apache/_meta @@ -48,7 +48,7 @@ http_interactions: encoding: UTF-8 string: | - Some Buried Caesar + A Glass of Blessings headers: @@ -70,24 +70,24 @@ http_interactions: Connection: - close Content-Length: - - '101' + - '103' body: encoding: UTF-8 string: | - Some Buried Caesar + A Glass of Blessings http_version: - recorded_at: Tue, 03 Jan 2017 10:31:06 GMT + recorded_at: Wed, 05 Apr 2017 09:38:21 GMT - request: method: put uri: http://localhost:3200/source/Apache/_config body: encoding: UTF-8 - string: Et dolore accusamus quod error. Culpa et mollitia ut voluptatem. Aut - quasi aperiam rem vel dolorem unde porro. Explicabo id consequuntur necessitatibus - accusamus. Blanditiis ea saepe perferendis. + string: Rerum sit odit omnis sed reiciendis. Voluptas est minus suscipit et + ipsam excepturi autem. Maiores dignissimos repudiandae pariatur qui et perspiciatis. + Qui sed ab quia in cupiditate enim perspiciatis. headers: Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 @@ -114,5 +114,5 @@ http_interactions: ' http_version: - recorded_at: Tue, 03 Jan 2017 10:31:06 GMT + recorded_at: Wed, 05 Apr 2017 09:38:21 GMT recorded_with: VCR 3.0.3 diff --git a/src/api/spec/cassettes/Webui_ProjectController/GET_status/with_No_Project_/1_41_5_1.yml b/src/api/spec/cassettes/Webui_ProjectController/GET_status/with_No_Project_/1_41_5_1.yml new file mode 100644 index 00000000000..7ce7f41cb8b --- /dev/null +++ b/src/api/spec/cassettes/Webui_ProjectController/GET_status/with_No_Project_/1_41_5_1.yml @@ -0,0 +1,479 @@ +--- +http_interactions: +- request: + method: put + uri: http://localhost:3200/source/home:tom/_meta?user=tom + body: + encoding: UTF-8 + string: | + + + <description/> + <person userid="tom" role="maintainer"/> + </project> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '129' + body: + encoding: UTF-8 + string: | + <project name="home:tom"> + <title> + + + + http_version: + recorded_at: Thu, 06 Apr 2017 15:38:50 GMT +- request: + method: put + uri: http://localhost:3200/source/home:other_user/_meta?user=other_user + body: + encoding: UTF-8 + string: | + + + <description/> + <person userid="other_user" role="maintainer"/> + </project> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '143' + body: + encoding: UTF-8 + string: | + <project name="home:other_user"> + <title> + + + + http_version: + recorded_at: Thu, 06 Apr 2017 15:38:50 GMT +- request: + method: put + uri: http://localhost:3200/source/home:other_user/develpackage/_meta?user=_nobody_ + body: + encoding: UTF-8 + string: | + + + <description/> + </package> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '115' + body: + encoding: UTF-8 + string: | + <package name="develpackage" project="home:other_user"> + <title> + + + http_version: + recorded_at: Thu, 06 Apr 2017 15:38:50 GMT +- request: + method: put + uri: http://localhost:3200/source/home:other_user/develpackage/_meta + body: + encoding: UTF-8 + string: | + + + <description/> + </package> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '115' + body: + encoding: UTF-8 + string: | + <package name="develpackage" project="home:other_user"> + <title> + + + http_version: + recorded_at: Thu, 06 Apr 2017 15:38:50 GMT +- request: + method: put + uri: http://localhost:3200/source/home:tom/package_with_develpackage/_meta?user=_nobody_ + body: + encoding: UTF-8 + string: | + + + <description/> + <devel project="home:other_user" package="develpackage"/> + </package> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '182' + body: + encoding: UTF-8 + string: | + <package name="package_with_develpackage" project="home:tom"> + <title> + + + + http_version: + recorded_at: Thu, 06 Apr 2017 15:38:50 GMT +- request: + method: put + uri: http://localhost:3200/source/home:tom/package_with_develpackage/_meta + body: + encoding: UTF-8 + string: | + + + <description/> + <devel project="home:other_user" package="develpackage"/> + </package> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '182' + body: + encoding: UTF-8 + string: | + <package name="package_with_develpackage" project="home:tom"> + <title> + + + + http_version: + recorded_at: Thu, 06 Apr 2017 15:38:50 GMT +- request: + method: put + uri: http://localhost:3200/source/home:other_user/package_17/_meta?user=_nobody_ + body: + encoding: UTF-8 + string: | + + + <description/> + </package> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '113' + body: + encoding: UTF-8 + string: | + <package name="package_17" project="home:other_user"> + <title> + + + http_version: + recorded_at: Thu, 06 Apr 2017 15:38:50 GMT +- request: + method: put + uri: http://localhost:3200/source/home:other_user/package_17/_meta + body: + encoding: UTF-8 + string: | + + + <description/> + </package> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '113' + body: + encoding: UTF-8 + string: | + <package name="package_17" project="home:other_user"> + <title> + + + http_version: + recorded_at: Thu, 06 Apr 2017 15:38:50 GMT +- request: + method: put + uri: http://localhost:3200/source/home:other_user/package_25/_meta?user=_nobody_ + body: + encoding: UTF-8 + string: | + + + <description/> + </package> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '113' + body: + encoding: UTF-8 + string: | + <package name="package_25" project="home:other_user"> + <title> + + + http_version: + recorded_at: Thu, 06 Apr 2017 15:48:33 GMT +- request: + method: put + uri: http://localhost:3200/source/home:other_user/package_25/_meta + body: + encoding: UTF-8 + string: | + + + <description/> + </package> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '113' + body: + encoding: UTF-8 + string: | + <package name="package_25" project="home:other_user"> + <title> + + + http_version: + recorded_at: Thu, 06 Apr 2017 15:48:33 GMT +- request: + method: put + uri: http://localhost:3200/source/home:other_user/package_14/_meta?user=_nobody_ + body: + encoding: UTF-8 + string: | + + + <description/> + </package> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '113' + body: + encoding: UTF-8 + string: | + <package name="package_14" project="home:other_user"> + <title> + + + http_version: + recorded_at: Thu, 06 Apr 2017 15:49:31 GMT +- request: + method: put + uri: http://localhost:3200/source/home:other_user/package_14/_meta + body: + encoding: UTF-8 + string: | + + + <description/> + </package> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '113' + body: + encoding: UTF-8 + string: | + <package name="package_14" project="home:other_user"> + <title> + + + http_version: + recorded_at: Thu, 06 Apr 2017 15:49:31 GMT +recorded_with: VCR 3.0.3 diff --git a/src/api/spec/cassettes/Webui_ProjectController/GET_status/with_No_Project_/1_41_5_2.yml b/src/api/spec/cassettes/Webui_ProjectController/GET_status/with_No_Project_/1_41_5_2.yml new file mode 100644 index 00000000000..e09a30b3f4c --- /dev/null +++ b/src/api/spec/cassettes/Webui_ProjectController/GET_status/with_No_Project_/1_41_5_2.yml @@ -0,0 +1,726 @@ +--- +http_interactions: +- request: + method: put + uri: http://localhost:3200/source/home:tom/_meta?user=tom + body: + encoding: UTF-8 + string: | + + + <description/> + <person userid="tom" role="maintainer"/> + </project> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '129' + body: + encoding: UTF-8 + string: | + <project name="home:tom"> + <title> + + + + http_version: + recorded_at: Thu, 06 Apr 2017 15:38:49 GMT +- request: + method: put + uri: http://localhost:3200/source/home:other_user/_meta?user=other_user + body: + encoding: UTF-8 + string: | + + + <description/> + <person userid="other_user" role="maintainer"/> + </project> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '143' + body: + encoding: UTF-8 + string: | + <project name="home:other_user"> + <title> + + + + http_version: + recorded_at: Thu, 06 Apr 2017 15:38:49 GMT +- request: + method: put + uri: http://localhost:3200/source/home:other_user/develpackage/_meta?user=_nobody_ + body: + encoding: UTF-8 + string: | + + + <description/> + </package> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '115' + body: + encoding: UTF-8 + string: | + <package name="develpackage" project="home:other_user"> + <title> + + + http_version: + recorded_at: Thu, 06 Apr 2017 15:38:49 GMT +- request: + method: put + uri: http://localhost:3200/source/home:other_user/develpackage/_meta + body: + encoding: UTF-8 + string: | + + + <description/> + </package> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '115' + body: + encoding: UTF-8 + string: | + <package name="develpackage" project="home:other_user"> + <title> + + + http_version: + recorded_at: Thu, 06 Apr 2017 15:38:49 GMT +- request: + method: put + uri: http://localhost:3200/source/home:tom/package_with_develpackage/_meta?user=_nobody_ + body: + encoding: UTF-8 + string: | + + + <description/> + <devel project="home:other_user" package="develpackage"/> + </package> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '182' + body: + encoding: UTF-8 + string: | + <package name="package_with_develpackage" project="home:tom"> + <title> + + + + http_version: + recorded_at: Thu, 06 Apr 2017 15:38:49 GMT +- request: + method: put + uri: http://localhost:3200/source/home:tom/package_with_develpackage/_meta + body: + encoding: UTF-8 + string: | + + + <description/> + <devel project="home:other_user" package="develpackage"/> + </package> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '182' + body: + encoding: UTF-8 + string: | + <package name="package_with_develpackage" project="home:tom"> + <title> + + + + http_version: + recorded_at: Thu, 06 Apr 2017 15:38:49 GMT +- request: + method: put + uri: http://localhost:3200/source/home:other_user/package_16/_meta?user=_nobody_ + body: + encoding: UTF-8 + string: | + + + <description/> + </package> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '113' + body: + encoding: UTF-8 + string: | + <package name="package_16" project="home:other_user"> + <title> + + + http_version: + recorded_at: Thu, 06 Apr 2017 15:38:49 GMT +- request: + method: put + uri: http://localhost:3200/source/home:other_user/package_16/_meta + body: + encoding: UTF-8 + string: | + + + <description/> + </package> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '113' + body: + encoding: UTF-8 + string: | + <package name="package_16" project="home:other_user"> + <title> + + + http_version: + recorded_at: Thu, 06 Apr 2017 15:38:49 GMT +- request: + method: get + uri: http://localhost:3200/source/home:other_user/develpackage?nofilename=1&view=info&withchangesmd5=1 + body: + encoding: US-ASCII + string: '' + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '150' + body: + encoding: UTF-8 + string: | + + + + http_version: + recorded_at: Thu, 06 Apr 2017 15:48:06 GMT +- request: + method: get + uri: http://localhost:3200/source/home:other_user/develpackage + body: + encoding: US-ASCII + string: '' + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '87' + body: + encoding: UTF-8 + string: | + + + http_version: + recorded_at: Thu, 06 Apr 2017 15:48:06 GMT +- request: + method: post + uri: http://localhost:3200/source/home:other_user/develpackage?cmd=diff&linkrev=base&onlyissues=1&orev=0&view=xml + body: + encoding: UTF-8 + string: '' + headers: + Content-Type: + - application/octet-stream + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '296' + body: + encoding: UTF-8 + string: | + + + + + + http_version: + recorded_at: Thu, 06 Apr 2017 15:48:06 GMT +- request: + method: get + uri: http://localhost:3200/source/home:tom/package_with_develpackage?nofilename=1&view=info&withchangesmd5=1 + body: + encoding: US-ASCII + string: '' + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '163' + body: + encoding: UTF-8 + string: | + + + + http_version: + recorded_at: Thu, 06 Apr 2017 15:48:06 GMT +- request: + method: get + uri: http://localhost:3200/source/home:tom/package_with_develpackage + body: + encoding: US-ASCII + string: '' + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '100' + body: + encoding: UTF-8 + string: | + + + http_version: + recorded_at: Thu, 06 Apr 2017 15:48:06 GMT +- request: + method: post + uri: http://localhost:3200/source/home:tom/package_with_develpackage?cmd=diff&linkrev=base&onlyissues=1&orev=0&view=xml + body: + encoding: UTF-8 + string: '' + headers: + Content-Type: + - application/octet-stream + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '308' + body: + encoding: UTF-8 + string: | + + + + + + http_version: + recorded_at: Thu, 06 Apr 2017 15:48:06 GMT +- request: + method: get + uri: http://localhost:3200/getprojpack?expandedrepos&nopackages&project=home:tom&withrepos + body: + encoding: US-ASCII + string: '' + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '135' + body: + encoding: UTF-8 + string: | + + + + + + + http_version: + recorded_at: Thu, 06 Apr 2017 15:48:06 GMT +- request: + method: put + uri: http://localhost:3200/source/home:other_user/package_27/_meta?user=_nobody_ + body: + encoding: UTF-8 + string: | + + + <description/> + </package> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '113' + body: + encoding: UTF-8 + string: | + <package name="package_27" project="home:other_user"> + <title> + + + http_version: + recorded_at: Thu, 06 Apr 2017 15:48:33 GMT +- request: + method: put + uri: http://localhost:3200/source/home:other_user/package_27/_meta + body: + encoding: UTF-8 + string: | + + + <description/> + </package> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '113' + body: + encoding: UTF-8 + string: | + <package name="package_27" project="home:other_user"> + <title> + + + http_version: + recorded_at: Thu, 06 Apr 2017 15:48:33 GMT +- request: + method: put + uri: http://localhost:3200/source/home:other_user/package_15/_meta?user=_nobody_ + body: + encoding: UTF-8 + string: | + + + <description/> + </package> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '113' + body: + encoding: UTF-8 + string: | + <package name="package_15" project="home:other_user"> + <title> + + + http_version: + recorded_at: Thu, 06 Apr 2017 15:49:32 GMT +- request: + method: put + uri: http://localhost:3200/source/home:other_user/package_15/_meta + body: + encoding: UTF-8 + string: | + + + <description/> + </package> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '113' + body: + encoding: UTF-8 + string: | + <package name="package_15" project="home:other_user"> + <title> + + + http_version: + recorded_at: Thu, 06 Apr 2017 15:49:32 GMT +recorded_with: VCR 3.0.3 diff --git a/src/api/spec/cassettes/Webui_ProjectController/GET_status/with_No_Project_/1_41_5_3.yml b/src/api/spec/cassettes/Webui_ProjectController/GET_status/with_No_Project_/1_41_5_3.yml new file mode 100644 index 00000000000..9d47b1dbd07 --- /dev/null +++ b/src/api/spec/cassettes/Webui_ProjectController/GET_status/with_No_Project_/1_41_5_3.yml @@ -0,0 +1,479 @@ +--- +http_interactions: +- request: + method: put + uri: http://localhost:3200/source/home:tom/_meta?user=tom + body: + encoding: UTF-8 + string: | + + + <description/> + <person userid="tom" role="maintainer"/> + </project> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '129' + body: + encoding: UTF-8 + string: | + <project name="home:tom"> + <title> + + + + http_version: + recorded_at: Thu, 06 Apr 2017 15:38:48 GMT +- request: + method: put + uri: http://localhost:3200/source/home:other_user/_meta?user=other_user + body: + encoding: UTF-8 + string: | + + + <description/> + <person userid="other_user" role="maintainer"/> + </project> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '143' + body: + encoding: UTF-8 + string: | + <project name="home:other_user"> + <title> + + + + http_version: + recorded_at: Thu, 06 Apr 2017 15:38:48 GMT +- request: + method: put + uri: http://localhost:3200/source/home:other_user/develpackage/_meta?user=_nobody_ + body: + encoding: UTF-8 + string: | + + + <description/> + </package> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '115' + body: + encoding: UTF-8 + string: | + <package name="develpackage" project="home:other_user"> + <title> + + + http_version: + recorded_at: Thu, 06 Apr 2017 15:38:48 GMT +- request: + method: put + uri: http://localhost:3200/source/home:other_user/develpackage/_meta + body: + encoding: UTF-8 + string: | + + + <description/> + </package> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '115' + body: + encoding: UTF-8 + string: | + <package name="develpackage" project="home:other_user"> + <title> + + + http_version: + recorded_at: Thu, 06 Apr 2017 15:38:48 GMT +- request: + method: put + uri: http://localhost:3200/source/home:tom/package_with_develpackage/_meta?user=_nobody_ + body: + encoding: UTF-8 + string: | + + + <description/> + <devel project="home:other_user" package="develpackage"/> + </package> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '182' + body: + encoding: UTF-8 + string: | + <package name="package_with_develpackage" project="home:tom"> + <title> + + + + http_version: + recorded_at: Thu, 06 Apr 2017 15:38:48 GMT +- request: + method: put + uri: http://localhost:3200/source/home:tom/package_with_develpackage/_meta + body: + encoding: UTF-8 + string: | + + + <description/> + <devel project="home:other_user" package="develpackage"/> + </package> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '182' + body: + encoding: UTF-8 + string: | + <package name="package_with_develpackage" project="home:tom"> + <title> + + + + http_version: + recorded_at: Thu, 06 Apr 2017 15:38:48 GMT +- request: + method: put + uri: http://localhost:3200/source/home:other_user/package_14/_meta?user=_nobody_ + body: + encoding: UTF-8 + string: | + + + <description/> + </package> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '113' + body: + encoding: UTF-8 + string: | + <package name="package_14" project="home:other_user"> + <title> + + + http_version: + recorded_at: Thu, 06 Apr 2017 15:38:48 GMT +- request: + method: put + uri: http://localhost:3200/source/home:other_user/package_14/_meta + body: + encoding: UTF-8 + string: | + + + <description/> + </package> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '113' + body: + encoding: UTF-8 + string: | + <package name="package_14" project="home:other_user"> + <title> + + + http_version: + recorded_at: Thu, 06 Apr 2017 15:38:48 GMT +- request: + method: put + uri: http://localhost:3200/source/home:other_user/package_26/_meta?user=_nobody_ + body: + encoding: UTF-8 + string: | + + + <description/> + </package> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '113' + body: + encoding: UTF-8 + string: | + <package name="package_26" project="home:other_user"> + <title> + + + http_version: + recorded_at: Thu, 06 Apr 2017 15:48:33 GMT +- request: + method: put + uri: http://localhost:3200/source/home:other_user/package_26/_meta + body: + encoding: UTF-8 + string: | + + + <description/> + </package> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '113' + body: + encoding: UTF-8 + string: | + <package name="package_26" project="home:other_user"> + <title> + + + http_version: + recorded_at: Thu, 06 Apr 2017 15:48:33 GMT +- request: + method: put + uri: http://localhost:3200/source/home:other_user/package_13/_meta?user=_nobody_ + body: + encoding: UTF-8 + string: | + + + <description/> + </package> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '113' + body: + encoding: UTF-8 + string: | + <package name="package_13" project="home:other_user"> + <title> + + + http_version: + recorded_at: Thu, 06 Apr 2017 15:49:31 GMT +- request: + method: put + uri: http://localhost:3200/source/home:other_user/package_13/_meta + body: + encoding: UTF-8 + string: | + + + <description/> + </package> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '113' + body: + encoding: UTF-8 + string: | + <package name="package_13" project="home:other_user"> + <title> + + + http_version: + recorded_at: Thu, 06 Apr 2017 15:49:31 GMT +recorded_with: VCR 3.0.3 diff --git a/src/api/spec/cassettes/Webui_ProjectController/GET_status/with_No_Project_/1_41_5_4.yml b/src/api/spec/cassettes/Webui_ProjectController/GET_status/with_No_Project_/1_41_5_4.yml new file mode 100644 index 00000000000..d620166ed27 --- /dev/null +++ b/src/api/spec/cassettes/Webui_ProjectController/GET_status/with_No_Project_/1_41_5_4.yml @@ -0,0 +1,323 @@ +--- +http_interactions: +- request: + method: put + uri: http://localhost:3200/source/home:tom/_meta?user=tom + body: + encoding: UTF-8 + string: | + + + <description/> + <person userid="tom" role="maintainer"/> + </project> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '129' + body: + encoding: UTF-8 + string: | + <project name="home:tom"> + <title> + + + + http_version: + recorded_at: Thu, 06 Apr 2017 15:38:48 GMT +- request: + method: put + uri: http://localhost:3200/source/home:other_user/_meta?user=other_user + body: + encoding: UTF-8 + string: | + + + <description/> + <person userid="other_user" role="maintainer"/> + </project> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '143' + body: + encoding: UTF-8 + string: | + <project name="home:other_user"> + <title> + + + + http_version: + recorded_at: Thu, 06 Apr 2017 15:38:49 GMT +- request: + method: put + uri: http://localhost:3200/source/home:other_user/develpackage/_meta?user=_nobody_ + body: + encoding: UTF-8 + string: | + + + <description/> + </package> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '115' + body: + encoding: UTF-8 + string: | + <package name="develpackage" project="home:other_user"> + <title> + + + http_version: + recorded_at: Thu, 06 Apr 2017 15:38:49 GMT +- request: + method: put + uri: http://localhost:3200/source/home:other_user/develpackage/_meta + body: + encoding: UTF-8 + string: | + + + <description/> + </package> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '115' + body: + encoding: UTF-8 + string: | + <package name="develpackage" project="home:other_user"> + <title> + + + http_version: + recorded_at: Thu, 06 Apr 2017 15:38:49 GMT +- request: + method: put + uri: http://localhost:3200/source/home:tom/package_with_develpackage/_meta?user=_nobody_ + body: + encoding: UTF-8 + string: | + + + <description/> + <devel project="home:other_user" package="develpackage"/> + </package> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '182' + body: + encoding: UTF-8 + string: | + <package name="package_with_develpackage" project="home:tom"> + <title> + + + + http_version: + recorded_at: Thu, 06 Apr 2017 15:38:49 GMT +- request: + method: put + uri: http://localhost:3200/source/home:tom/package_with_develpackage/_meta + body: + encoding: UTF-8 + string: | + + + <description/> + <devel project="home:other_user" package="develpackage"/> + </package> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '182' + body: + encoding: UTF-8 + string: | + <package name="package_with_develpackage" project="home:tom"> + <title> + + + + http_version: + recorded_at: Thu, 06 Apr 2017 15:38:49 GMT +- request: + method: put + uri: http://localhost:3200/source/home:other_user/package_15/_meta?user=_nobody_ + body: + encoding: UTF-8 + string: | + + + <description/> + </package> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '113' + body: + encoding: UTF-8 + string: | + <package name="package_15" project="home:other_user"> + <title> + + + http_version: + recorded_at: Thu, 06 Apr 2017 15:38:49 GMT +- request: + method: put + uri: http://localhost:3200/source/home:other_user/package_15/_meta + body: + encoding: UTF-8 + string: | + + + <description/> + </package> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '113' + body: + encoding: UTF-8 + string: | + <package name="package_15" project="home:other_user"> + <title> + + + http_version: + recorded_at: Thu, 06 Apr 2017 15:38:49 GMT +recorded_with: VCR 3.0.3 diff --git a/src/api/spec/cassettes/Webui_ProjectController/GET_status/with_custom_filters/1_41_2_1.yml b/src/api/spec/cassettes/Webui_ProjectController/GET_status/with_custom_filters/1_41_2_1.yml new file mode 100644 index 00000000000..ee6de1860f0 --- /dev/null +++ b/src/api/spec/cassettes/Webui_ProjectController/GET_status/with_custom_filters/1_41_2_1.yml @@ -0,0 +1,479 @@ +--- +http_interactions: +- request: + method: put + uri: http://localhost:3200/source/home:tom/_meta?user=tom + body: + encoding: UTF-8 + string: | + + + <description/> + <person userid="tom" role="maintainer"/> + </project> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '129' + body: + encoding: UTF-8 + string: | + <project name="home:tom"> + <title> + + + + http_version: + recorded_at: Wed, 05 Apr 2017 11:49:49 GMT +- request: + method: put + uri: http://localhost:3200/source/home:other_user/_meta?user=other_user + body: + encoding: UTF-8 + string: | + + + <description/> + <person userid="other_user" role="maintainer"/> + </project> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '143' + body: + encoding: UTF-8 + string: | + <project name="home:other_user"> + <title> + + + + http_version: + recorded_at: Wed, 05 Apr 2017 11:49:49 GMT +- request: + method: put + uri: http://localhost:3200/source/home:other_user/develpackage/_meta?user=_nobody_ + body: + encoding: UTF-8 + string: | + + + <description/> + </package> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '115' + body: + encoding: UTF-8 + string: | + <package name="develpackage" project="home:other_user"> + <title> + + + http_version: + recorded_at: Wed, 05 Apr 2017 11:49:49 GMT +- request: + method: put + uri: http://localhost:3200/source/home:other_user/develpackage/_meta + body: + encoding: UTF-8 + string: | + + + <description/> + </package> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '115' + body: + encoding: UTF-8 + string: | + <package name="develpackage" project="home:other_user"> + <title> + + + http_version: + recorded_at: Wed, 05 Apr 2017 11:49:49 GMT +- request: + method: put + uri: http://localhost:3200/source/home:tom/package_with_develpackage/_meta?user=_nobody_ + body: + encoding: UTF-8 + string: | + + + <description/> + <devel project="home:other_user" package="develpackage"/> + </package> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '182' + body: + encoding: UTF-8 + string: | + <package name="package_with_develpackage" project="home:tom"> + <title> + + + + http_version: + recorded_at: Wed, 05 Apr 2017 11:49:50 GMT +- request: + method: put + uri: http://localhost:3200/source/home:tom/package_with_develpackage/_meta + body: + encoding: UTF-8 + string: | + + + <description/> + <devel project="home:other_user" package="develpackage"/> + </package> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '182' + body: + encoding: UTF-8 + string: | + <package name="package_with_develpackage" project="home:tom"> + <title> + + + + http_version: + recorded_at: Wed, 05 Apr 2017 11:49:50 GMT +- request: + method: put + uri: http://localhost:3200/source/home:other_user/package_17/_meta?user=_nobody_ + body: + encoding: UTF-8 + string: | + + + <description/> + </package> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '113' + body: + encoding: UTF-8 + string: | + <package name="package_17" project="home:other_user"> + <title> + + + http_version: + recorded_at: Thu, 06 Apr 2017 11:33:48 GMT +- request: + method: put + uri: http://localhost:3200/source/home:other_user/package_17/_meta + body: + encoding: UTF-8 + string: | + + + <description/> + </package> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '113' + body: + encoding: UTF-8 + string: | + <package name="package_17" project="home:other_user"> + <title> + + + http_version: + recorded_at: Thu, 06 Apr 2017 11:33:48 GMT +- request: + method: put + uri: http://localhost:3200/source/home:other_user/package_24/_meta?user=_nobody_ + body: + encoding: UTF-8 + string: | + + + <description/> + </package> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '113' + body: + encoding: UTF-8 + string: | + <package name="package_24" project="home:other_user"> + <title> + + + http_version: + recorded_at: Thu, 06 Apr 2017 15:38:53 GMT +- request: + method: put + uri: http://localhost:3200/source/home:other_user/package_24/_meta + body: + encoding: UTF-8 + string: | + + + <description/> + </package> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '113' + body: + encoding: UTF-8 + string: | + <package name="package_24" project="home:other_user"> + <title> + + + http_version: + recorded_at: Thu, 06 Apr 2017 15:38:53 GMT +- request: + method: put + uri: http://localhost:3200/source/home:other_user/package_6/_meta?user=_nobody_ + body: + encoding: UTF-8 + string: | + + + <description/> + </package> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '112' + body: + encoding: UTF-8 + string: | + <package name="package_6" project="home:other_user"> + <title> + + + http_version: + recorded_at: Thu, 06 Apr 2017 15:48:27 GMT +- request: + method: put + uri: http://localhost:3200/source/home:other_user/package_6/_meta + body: + encoding: UTF-8 + string: | + + + <description/> + </package> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '112' + body: + encoding: UTF-8 + string: | + <package name="package_6" project="home:other_user"> + <title> + + + http_version: + recorded_at: Thu, 06 Apr 2017 15:48:27 GMT +recorded_with: VCR 3.0.3 diff --git a/src/api/spec/cassettes/Webui_ProjectController/GET_status/with_custom_filters/1_41_2_2.yml b/src/api/spec/cassettes/Webui_ProjectController/GET_status/with_custom_filters/1_41_2_2.yml new file mode 100644 index 00000000000..c13a5d0f455 --- /dev/null +++ b/src/api/spec/cassettes/Webui_ProjectController/GET_status/with_custom_filters/1_41_2_2.yml @@ -0,0 +1,557 @@ +--- +http_interactions: +- request: + method: put + uri: http://localhost:3200/source/home:tom/_meta?user=tom + body: + encoding: UTF-8 + string: | + + + <description/> + <person userid="tom" role="maintainer"/> + </project> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '129' + body: + encoding: UTF-8 + string: | + <project name="home:tom"> + <title> + + + + http_version: + recorded_at: Wed, 05 Apr 2017 11:49:49 GMT +- request: + method: put + uri: http://localhost:3200/source/home:other_user/_meta?user=other_user + body: + encoding: UTF-8 + string: | + + + <description/> + <person userid="other_user" role="maintainer"/> + </project> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '143' + body: + encoding: UTF-8 + string: | + <project name="home:other_user"> + <title> + + + + http_version: + recorded_at: Wed, 05 Apr 2017 11:49:49 GMT +- request: + method: put + uri: http://localhost:3200/source/home:other_user/develpackage/_meta?user=_nobody_ + body: + encoding: UTF-8 + string: | + + + <description/> + </package> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '115' + body: + encoding: UTF-8 + string: | + <package name="develpackage" project="home:other_user"> + <title> + + + http_version: + recorded_at: Wed, 05 Apr 2017 11:49:49 GMT +- request: + method: put + uri: http://localhost:3200/source/home:other_user/develpackage/_meta + body: + encoding: UTF-8 + string: | + + + <description/> + </package> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '115' + body: + encoding: UTF-8 + string: | + <package name="develpackage" project="home:other_user"> + <title> + + + http_version: + recorded_at: Wed, 05 Apr 2017 11:49:49 GMT +- request: + method: put + uri: http://localhost:3200/source/home:tom/package_with_develpackage/_meta?user=_nobody_ + body: + encoding: UTF-8 + string: | + + + <description/> + <devel project="home:other_user" package="develpackage"/> + </package> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '182' + body: + encoding: UTF-8 + string: | + <package name="package_with_develpackage" project="home:tom"> + <title> + + + + http_version: + recorded_at: Wed, 05 Apr 2017 11:49:49 GMT +- request: + method: put + uri: http://localhost:3200/source/home:tom/package_with_develpackage/_meta + body: + encoding: UTF-8 + string: | + + + <description/> + <devel project="home:other_user" package="develpackage"/> + </package> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '182' + body: + encoding: UTF-8 + string: | + <package name="package_with_develpackage" project="home:tom"> + <title> + + + + http_version: + recorded_at: Wed, 05 Apr 2017 11:49:49 GMT +- request: + method: put + uri: http://localhost:3200/source/home:other_user/package_15/_meta?user=_nobody_ + body: + encoding: UTF-8 + string: | + + + <description/> + </package> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '113' + body: + encoding: UTF-8 + string: | + <package name="package_15" project="home:other_user"> + <title> + + + http_version: + recorded_at: Thu, 06 Apr 2017 11:33:47 GMT +- request: + method: put + uri: http://localhost:3200/source/home:other_user/package_15/_meta + body: + encoding: UTF-8 + string: | + + + <description/> + </package> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '113' + body: + encoding: UTF-8 + string: | + <package name="package_15" project="home:other_user"> + <title> + + + http_version: + recorded_at: Thu, 06 Apr 2017 11:33:47 GMT +- request: + method: put + uri: http://localhost:3200/source/home:other_user/package_26/_meta?user=_nobody_ + body: + encoding: UTF-8 + string: | + + + <description/> + </package> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '113' + body: + encoding: UTF-8 + string: | + <package name="package_26" project="home:other_user"> + <title> + + + http_version: + recorded_at: Thu, 06 Apr 2017 15:38:54 GMT +- request: + method: put + uri: http://localhost:3200/source/home:other_user/package_26/_meta + body: + encoding: UTF-8 + string: | + + + <description/> + </package> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '113' + body: + encoding: UTF-8 + string: | + <package name="package_26" project="home:other_user"> + <title> + + + http_version: + recorded_at: Thu, 06 Apr 2017 15:38:54 GMT +- request: + method: put + uri: http://localhost:3200/source/home:other_user/package_9/_meta?user=_nobody_ + body: + encoding: UTF-8 + string: | + + + <description/> + </package> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '112' + body: + encoding: UTF-8 + string: | + <package name="package_9" project="home:other_user"> + <title> + + + http_version: + recorded_at: Thu, 06 Apr 2017 15:48:28 GMT +- request: + method: put + uri: http://localhost:3200/source/home:other_user/package_9/_meta + body: + encoding: UTF-8 + string: | + + + <description/> + </package> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '112' + body: + encoding: UTF-8 + string: | + <package name="package_9" project="home:other_user"> + <title> + + + http_version: + recorded_at: Thu, 06 Apr 2017 15:48:28 GMT +- request: + method: put + uri: http://localhost:3200/source/home:other_user/package_16/_meta?user=_nobody_ + body: + encoding: UTF-8 + string: | + + + <description/> + </package> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '113' + body: + encoding: UTF-8 + string: | + <package name="package_16" project="home:other_user"> + <title> + + + http_version: + recorded_at: Thu, 06 Apr 2017 15:49:32 GMT +- request: + method: put + uri: http://localhost:3200/source/home:other_user/package_16/_meta + body: + encoding: UTF-8 + string: | + + + <description/> + </package> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '113' + body: + encoding: UTF-8 + string: | + <package name="package_16" project="home:other_user"> + <title> + + + http_version: + recorded_at: Thu, 06 Apr 2017 15:49:32 GMT +recorded_with: VCR 3.0.3 diff --git a/src/api/spec/cassettes/Webui_ProjectController/GET_status/with_custom_filters/1_41_2_3.yml b/src/api/spec/cassettes/Webui_ProjectController/GET_status/with_custom_filters/1_41_2_3.yml new file mode 100644 index 00000000000..419b0ae0b4b --- /dev/null +++ b/src/api/spec/cassettes/Webui_ProjectController/GET_status/with_custom_filters/1_41_2_3.yml @@ -0,0 +1,988 @@ +--- +http_interactions: +- request: + method: put + uri: http://localhost:3200/source/home:tom/_meta?user=tom + body: + encoding: UTF-8 + string: | + + + <description/> + <person userid="tom" role="maintainer"/> + </project> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '129' + body: + encoding: UTF-8 + string: | + <project name="home:tom"> + <title> + + + + http_version: + recorded_at: Wed, 05 Apr 2017 11:49:50 GMT +- request: + method: put + uri: http://localhost:3200/source/home:other_user/_meta?user=other_user + body: + encoding: UTF-8 + string: | + + + <description/> + <person userid="other_user" role="maintainer"/> + </project> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '143' + body: + encoding: UTF-8 + string: | + <project name="home:other_user"> + <title> + + + + http_version: + recorded_at: Wed, 05 Apr 2017 11:49:50 GMT +- request: + method: put + uri: http://localhost:3200/source/home:other_user/develpackage/_meta?user=_nobody_ + body: + encoding: UTF-8 + string: | + + + <description/> + </package> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '115' + body: + encoding: UTF-8 + string: | + <package name="develpackage" project="home:other_user"> + <title> + + + http_version: + recorded_at: Wed, 05 Apr 2017 11:49:50 GMT +- request: + method: put + uri: http://localhost:3200/source/home:other_user/develpackage/_meta + body: + encoding: UTF-8 + string: | + + + <description/> + </package> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '115' + body: + encoding: UTF-8 + string: | + <package name="develpackage" project="home:other_user"> + <title> + + + http_version: + recorded_at: Wed, 05 Apr 2017 11:49:50 GMT +- request: + method: put + uri: http://localhost:3200/source/home:tom/package_with_develpackage/_meta?user=_nobody_ + body: + encoding: UTF-8 + string: | + + + <description/> + <devel project="home:other_user" package="develpackage"/> + </package> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '182' + body: + encoding: UTF-8 + string: | + <package name="package_with_develpackage" project="home:tom"> + <title> + + + + http_version: + recorded_at: Wed, 05 Apr 2017 11:49:50 GMT +- request: + method: put + uri: http://localhost:3200/source/home:tom/package_with_develpackage/_meta + body: + encoding: UTF-8 + string: | + + + <description/> + <devel project="home:other_user" package="develpackage"/> + </package> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '182' + body: + encoding: UTF-8 + string: | + <package name="package_with_develpackage" project="home:tom"> + <title> + + + + http_version: + recorded_at: Wed, 05 Apr 2017 11:49:50 GMT +- request: + method: get + uri: http://localhost:3200/source/home:other_user/develpackage?nofilename=1&view=info&withchangesmd5=1 + body: + encoding: US-ASCII + string: '' + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 404 + message: project 'home other_user' does not exist + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '158' + body: + encoding: UTF-8 + string: | + + project 'home:other_user' does not exist +
404 project 'home:other_user' does not exist
+
+ http_version: + recorded_at: Thu, 06 Apr 2017 08:52:57 GMT +- request: + method: get + uri: http://localhost:3200/source/home:other_user/develpackage + body: + encoding: US-ASCII + string: '' + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 404 + message: project 'home other_user' does not exist + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '158' + body: + encoding: UTF-8 + string: | + + project 'home:other_user' does not exist +
404 project 'home:other_user' does not exist
+
+ http_version: + recorded_at: Thu, 06 Apr 2017 08:52:57 GMT +- request: + method: post + uri: http://localhost:3200/source/home:other_user/develpackage?cmd=diff&linkrev=base&onlyissues=1&orev=0&view=xml + body: + encoding: UTF-8 + string: '' + headers: + Content-Type: + - application/octet-stream + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 404 + message: project 'home other_user' does not exist + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '158' + body: + encoding: UTF-8 + string: | + + project 'home:other_user' does not exist +
404 project 'home:other_user' does not exist
+
+ http_version: + recorded_at: Thu, 06 Apr 2017 08:52:57 GMT +- request: + method: get + uri: http://localhost:3200/source/home:tom/package_with_develpackage?nofilename=1&view=info&withchangesmd5=1 + body: + encoding: US-ASCII + string: '' + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '135' + body: + encoding: UTF-8 + string: | + + 404 package 'package_with_develpackage' does not exist + + http_version: + recorded_at: Thu, 06 Apr 2017 08:52:57 GMT +- request: + method: get + uri: http://localhost:3200/source/home:tom/package_with_develpackage + body: + encoding: US-ASCII + string: '' + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 404 + message: package 'package_with_develpackage' does not exist + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '178' + body: + encoding: UTF-8 + string: | + + package 'package_with_develpackage' does not exist +
404 package 'package_with_develpackage' does not exist
+
+ http_version: + recorded_at: Thu, 06 Apr 2017 08:52:57 GMT +- request: + method: post + uri: http://localhost:3200/source/home:tom/package_with_develpackage?cmd=diff&linkrev=base&onlyissues=1&orev=0&view=xml + body: + encoding: UTF-8 + string: '' + headers: + Content-Type: + - application/octet-stream + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 404 + message: package 'package_with_develpackage' does not exist + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '178' + body: + encoding: UTF-8 + string: | + + package 'package_with_develpackage' does not exist +
404 package 'package_with_develpackage' does not exist
+
+ http_version: + recorded_at: Thu, 06 Apr 2017 08:52:57 GMT +- request: + method: get + uri: http://localhost:3200/getprojpack?expandedrepos&nopackages&project=home:tom&withrepos + body: + encoding: US-ASCII + string: '' + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '1823' + body: + encoding: ASCII-8BIT + string: !binary |- + PHByb2pwYWNrIHJlcG9pZD0iMTkxMDIwNzg4Ij4KICA8cHJvamVjdCBuYW1lPSJob21lOnRvbSI+CiAgICA8dGl0bGU+0K3RgtGR0LDQvCDQstC+0LrRj9Cx0Y7RhyDQtdGO0LYg0Y3QuDwvdGl0bGU+CiAgICA8ZGVzY3JpcHRpb24+56qe57aG6IWkIOWfseWoteW+liDmuK7mubjmuaQg5q6gIOWUsuWglCwg5buy57GX57O0IOmGhumLjemejiDom6Poornot5wg5rym5r6MIOi3rCwg5bueIOmWjembiCDngYnnpK3omKAg6biZ6K6f6ZKDIOi4mSDoq6joq78g5qOw5qS75qWSIOeNq+eYr+eauyDmv57mv6Lnh6gsIOiqmeizl+i3vyDop7borYjorYAg57CF57itIOiqmSwg6YuxIOamk+eUguedriDolIrok7TolJYg6YyJ6ZyLIOicreicuOimnyDng7rnhIbnkIAg5oWh5oirIOa+giwg5qaz5qaTIOimv+iuhOiuhSDnparnrLDnrLEg5bG05aW/5bCVIOaGiSwg5YOj5YqB5ZiVIOmHuOmHquWCmyDlqJ7lvLPlvLAg6Z+OIOaUh+arpyDpiocg6ba36beH6ba+IOiguOihi+mGviDmtb3ng6IsIOi8mOi8oOi8lyDotqHotpvouKAg57SS57+AIOi3vywg5Zi9IOiUsOidr+iduiDouobovZbovZUg5ae05oCkIOeut+eur+e3tyDpiIrph7/plo0g5oOA5qG3IOaFliwg6bei6buz6by2IOm8j+WZs+WiuiDmopzmt4rmt60g6YmMIOaQi+acoCDluZMg5Z6l5aiAIOmEnOmFs+mKqiDmm5LmqoPmqpEg6bS46byi5puYLCDmupnmu4rnhYEg6aa75ZmI5au2IOavvOavuSDmu40sIOm9peW7siDluYsg5YSu5ay85oerIOamk+eUguedriDovZ7pqLnpvJo8L2Rlc2NyaXB0aW9uPgogICAgPHJlcG9zaXRvcnkgbmFtZT0iaG9tZV9jb29sb19zdGFuZGFyZCI+CiAgICAgIDxwYXRoIHByb2plY3Q9ImhvbWU6dG9tIiByZXBvc2l0b3J5PSJob21lX2Nvb2xvX3N0YW5kYXJkIiAvPgogICAgICA8cGF0aCBwcm9qZWN0PSJCYXNlRGlzdHJvMyIgcmVwb3NpdG9yeT0iQmFzZURpc3RybzNfcmVwbyIgLz4KICAgICAgPHBhdGggcHJvamVjdD0iaG9tZTpjb29sbyIgcmVwb3NpdG9yeT0ic3RhbmRhcmQiIC8+CiAgICAgIDxiYXNlIHByb2plY3Q9ImhvbWU6Y29vbG8iIHJlcG9zaXRvcnk9InN0YW5kYXJkIiAvPgogICAgICA8YXJjaD5pNTg2PC9hcmNoPgogICAgICA8YXJjaD54ODZfNjQ8L2FyY2g+CiAgICA8L3JlcG9zaXRvcnk+CiAgICA8cmVwb3NpdG9yeSBuYW1lPSJob21lX2Fkcmlhbl9Qcm90ZWN0aW9uVGVzdF9yZXBvIj4KICAgICAgPHBhdGggcHJvamVjdD0iaG9tZTp0b20iIHJlcG9zaXRvcnk9ImhvbWVfYWRyaWFuX1Byb3RlY3Rpb25UZXN0X3JlcG8iIC8+CiAgICAgIDxwYXRoIHByb2plY3Q9ImhvbWU6YWRyaWFuOlByb3RlY3Rpb25UZXN0IiByZXBvc2l0b3J5PSJyZXBvIiAvPgogICAgICA8YmFzZSBwcm9qZWN0PSJob21lOmFkcmlhbjpQcm90ZWN0aW9uVGVzdCIgcmVwb3NpdG9yeT0icmVwbyIgLz4KICAgICAgPGFyY2g+aTU4NjwvYXJjaD4KICAgICAgPGFyY2g+eDg2XzY0PC9hcmNoPgogICAgPC9yZXBvc2l0b3J5PgogICAgPHJlcG9zaXRvcnkgbmFtZT0iU291cmNlcHJvdGVjdGVkUHJvamVjdF9yZXBvIj4KICAgICAgPHBhdGggcHJvamVjdD0iaG9tZTp0b20iIHJlcG9zaXRvcnk9IlNvdXJjZXByb3RlY3RlZFByb2plY3RfcmVwbyIgLz4KICAgICAgPHBhdGggcHJvamVjdD0iQmFzZURpc3RybzMiIHJlcG9zaXRvcnk9IkJhc2VEaXN0cm8zX3JlcG8iIC8+CiAgICAgIDxiYXNlIHByb2plY3Q9IkJhc2VEaXN0cm8zIiByZXBvc2l0b3J5PSJCYXNlRGlzdHJvM19yZXBvIiAvPgogICAgICA8YXJjaD5pNTg2PC9hcmNoPgogICAgICA8YXJjaD54ODZfNjQ8L2FyY2g+CiAgICA8L3JlcG9zaXRvcnk+CiAgPC9wcm9qZWN0Pgo8L3Byb2pwYWNrPgo= + http_version: + recorded_at: Thu, 06 Apr 2017 08:52:57 GMT +- request: + method: get + uri: http://localhost:3200/build/home:tom/home_coolo_standard/i586/_jobhistory?code=lastfailures + body: + encoding: US-ASCII + string: '' + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '16' + body: + encoding: UTF-8 + string: "\n" + http_version: + recorded_at: Thu, 06 Apr 2017 08:52:57 GMT +- request: + method: get + uri: http://localhost:3200/build/home:tom/home_coolo_standard/x86_64/_jobhistory?code=lastfailures + body: + encoding: US-ASCII + string: '' + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '16' + body: + encoding: UTF-8 + string: "\n" + http_version: + recorded_at: Thu, 06 Apr 2017 08:52:57 GMT +- request: + method: get + uri: http://localhost:3200/build/home:tom/home_adrian_ProtectionTest_repo/i586/_jobhistory?code=lastfailures + body: + encoding: US-ASCII + string: '' + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '16' + body: + encoding: UTF-8 + string: "\n" + http_version: + recorded_at: Thu, 06 Apr 2017 08:52:57 GMT +- request: + method: get + uri: http://localhost:3200/build/home:tom/home_adrian_ProtectionTest_repo/x86_64/_jobhistory?code=lastfailures + body: + encoding: US-ASCII + string: '' + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '16' + body: + encoding: UTF-8 + string: "\n" + http_version: + recorded_at: Thu, 06 Apr 2017 08:52:57 GMT +- request: + method: get + uri: http://localhost:3200/build/home:tom/SourceprotectedProject_repo/i586/_jobhistory?code=lastfailures + body: + encoding: US-ASCII + string: '' + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '16' + body: + encoding: UTF-8 + string: "\n" + http_version: + recorded_at: Thu, 06 Apr 2017 08:52:57 GMT +- request: + method: get + uri: http://localhost:3200/build/home:tom/SourceprotectedProject_repo/x86_64/_jobhistory?code=lastfailures + body: + encoding: US-ASCII + string: '' + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '16' + body: + encoding: UTF-8 + string: "\n" + http_version: + recorded_at: Thu, 06 Apr 2017 08:52:57 GMT +- request: + method: put + uri: http://localhost:3200/source/home:other_user/package_16/_meta?user=_nobody_ + body: + encoding: UTF-8 + string: | + + + <description/> + </package> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '113' + body: + encoding: UTF-8 + string: | + <package name="package_16" project="home:other_user"> + <title> + + + http_version: + recorded_at: Thu, 06 Apr 2017 11:33:47 GMT +- request: + method: put + uri: http://localhost:3200/source/home:other_user/package_16/_meta + body: + encoding: UTF-8 + string: | + + + <description/> + </package> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '113' + body: + encoding: UTF-8 + string: | + <package name="package_16" project="home:other_user"> + <title> + + + http_version: + recorded_at: Thu, 06 Apr 2017 11:33:47 GMT +- request: + method: put + uri: http://localhost:3200/source/home:other_user/package_29/_meta?user=_nobody_ + body: + encoding: UTF-8 + string: | + + + <description/> + </package> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '113' + body: + encoding: UTF-8 + string: | + <package name="package_29" project="home:other_user"> + <title> + + + http_version: + recorded_at: Thu, 06 Apr 2017 15:38:55 GMT +- request: + method: put + uri: http://localhost:3200/source/home:other_user/package_29/_meta + body: + encoding: UTF-8 + string: | + + + <description/> + </package> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '113' + body: + encoding: UTF-8 + string: | + <package name="package_29" project="home:other_user"> + <title> + + + http_version: + recorded_at: Thu, 06 Apr 2017 15:38:55 GMT +- request: + method: put + uri: http://localhost:3200/source/home:other_user/package_7/_meta?user=_nobody_ + body: + encoding: UTF-8 + string: | + + + <description/> + </package> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '112' + body: + encoding: UTF-8 + string: | + <package name="package_7" project="home:other_user"> + <title> + + + http_version: + recorded_at: Thu, 06 Apr 2017 15:48:28 GMT +- request: + method: put + uri: http://localhost:3200/source/home:other_user/package_7/_meta + body: + encoding: UTF-8 + string: | + + + <description/> + </package> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '112' + body: + encoding: UTF-8 + string: | + <package name="package_7" project="home:other_user"> + <title> + + + http_version: + recorded_at: Thu, 06 Apr 2017 15:48:28 GMT +- request: + method: put + uri: http://localhost:3200/source/home:other_user/package_22/_meta?user=_nobody_ + body: + encoding: UTF-8 + string: | + + + <description/> + </package> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '113' + body: + encoding: UTF-8 + string: | + <package name="package_22" project="home:other_user"> + <title> + + + http_version: + recorded_at: Thu, 06 Apr 2017 15:49:34 GMT +- request: + method: put + uri: http://localhost:3200/source/home:other_user/package_22/_meta + body: + encoding: UTF-8 + string: | + + + <description/> + </package> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '113' + body: + encoding: UTF-8 + string: | + <package name="package_22" project="home:other_user"> + <title> + + + http_version: + recorded_at: Thu, 06 Apr 2017 15:49:34 GMT +recorded_with: VCR 3.0.3 diff --git a/src/api/spec/cassettes/Webui_ProjectController/GET_status/with_custom_filters/1_41_2_4.yml b/src/api/spec/cassettes/Webui_ProjectController/GET_status/with_custom_filters/1_41_2_4.yml new file mode 100644 index 00000000000..1fb43dde6ac --- /dev/null +++ b/src/api/spec/cassettes/Webui_ProjectController/GET_status/with_custom_filters/1_41_2_4.yml @@ -0,0 +1,557 @@ +--- +http_interactions: +- request: + method: put + uri: http://localhost:3200/source/home:tom/_meta?user=tom + body: + encoding: UTF-8 + string: | + + + <description/> + <person userid="tom" role="maintainer"/> + </project> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '129' + body: + encoding: UTF-8 + string: | + <project name="home:tom"> + <title> + + + + http_version: + recorded_at: Wed, 05 Apr 2017 11:49:50 GMT +- request: + method: put + uri: http://localhost:3200/source/home:other_user/_meta?user=other_user + body: + encoding: UTF-8 + string: | + + + <description/> + <person userid="other_user" role="maintainer"/> + </project> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '143' + body: + encoding: UTF-8 + string: | + <project name="home:other_user"> + <title> + + + + http_version: + recorded_at: Wed, 05 Apr 2017 11:49:50 GMT +- request: + method: put + uri: http://localhost:3200/source/home:other_user/develpackage/_meta?user=_nobody_ + body: + encoding: UTF-8 + string: | + + + <description/> + </package> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '115' + body: + encoding: UTF-8 + string: | + <package name="develpackage" project="home:other_user"> + <title> + + + http_version: + recorded_at: Wed, 05 Apr 2017 11:49:50 GMT +- request: + method: put + uri: http://localhost:3200/source/home:other_user/develpackage/_meta + body: + encoding: UTF-8 + string: | + + + <description/> + </package> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '115' + body: + encoding: UTF-8 + string: | + <package name="develpackage" project="home:other_user"> + <title> + + + http_version: + recorded_at: Wed, 05 Apr 2017 11:49:50 GMT +- request: + method: put + uri: http://localhost:3200/source/home:tom/package_with_develpackage/_meta?user=_nobody_ + body: + encoding: UTF-8 + string: | + + + <description/> + <devel project="home:other_user" package="develpackage"/> + </package> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '182' + body: + encoding: UTF-8 + string: | + <package name="package_with_develpackage" project="home:tom"> + <title> + + + + http_version: + recorded_at: Wed, 05 Apr 2017 11:49:50 GMT +- request: + method: put + uri: http://localhost:3200/source/home:tom/package_with_develpackage/_meta + body: + encoding: UTF-8 + string: | + + + <description/> + <devel project="home:other_user" package="develpackage"/> + </package> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '182' + body: + encoding: UTF-8 + string: | + <package name="package_with_develpackage" project="home:tom"> + <title> + + + + http_version: + recorded_at: Wed, 05 Apr 2017 11:49:50 GMT +- request: + method: put + uri: http://localhost:3200/source/home:other_user/package_14/_meta?user=_nobody_ + body: + encoding: UTF-8 + string: | + + + <description/> + </package> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '113' + body: + encoding: UTF-8 + string: | + <package name="package_14" project="home:other_user"> + <title> + + + http_version: + recorded_at: Thu, 06 Apr 2017 11:33:47 GMT +- request: + method: put + uri: http://localhost:3200/source/home:other_user/package_14/_meta + body: + encoding: UTF-8 + string: | + + + <description/> + </package> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '113' + body: + encoding: UTF-8 + string: | + <package name="package_14" project="home:other_user"> + <title> + + + http_version: + recorded_at: Thu, 06 Apr 2017 11:33:47 GMT +- request: + method: put + uri: http://localhost:3200/source/home:other_user/package_28/_meta?user=_nobody_ + body: + encoding: UTF-8 + string: | + + + <description/> + </package> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '113' + body: + encoding: UTF-8 + string: | + <package name="package_28" project="home:other_user"> + <title> + + + http_version: + recorded_at: Thu, 06 Apr 2017 15:38:54 GMT +- request: + method: put + uri: http://localhost:3200/source/home:other_user/package_28/_meta + body: + encoding: UTF-8 + string: | + + + <description/> + </package> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '113' + body: + encoding: UTF-8 + string: | + <package name="package_28" project="home:other_user"> + <title> + + + http_version: + recorded_at: Thu, 06 Apr 2017 15:38:54 GMT +- request: + method: put + uri: http://localhost:3200/source/home:other_user/package_11/_meta?user=_nobody_ + body: + encoding: UTF-8 + string: | + + + <description/> + </package> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '113' + body: + encoding: UTF-8 + string: | + <package name="package_11" project="home:other_user"> + <title> + + + http_version: + recorded_at: Thu, 06 Apr 2017 15:48:29 GMT +- request: + method: put + uri: http://localhost:3200/source/home:other_user/package_11/_meta + body: + encoding: UTF-8 + string: | + + + <description/> + </package> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '113' + body: + encoding: UTF-8 + string: | + <package name="package_11" project="home:other_user"> + <title> + + + http_version: + recorded_at: Thu, 06 Apr 2017 15:48:29 GMT +- request: + method: put + uri: http://localhost:3200/source/home:other_user/package_24/_meta?user=_nobody_ + body: + encoding: UTF-8 + string: | + + + <description/> + </package> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '113' + body: + encoding: UTF-8 + string: | + <package name="package_24" project="home:other_user"> + <title> + + + http_version: + recorded_at: Thu, 06 Apr 2017 15:49:35 GMT +- request: + method: put + uri: http://localhost:3200/source/home:other_user/package_24/_meta + body: + encoding: UTF-8 + string: | + + + <description/> + </package> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '113' + body: + encoding: UTF-8 + string: | + <package name="package_24" project="home:other_user"> + <title> + + + http_version: + recorded_at: Thu, 06 Apr 2017 15:49:35 GMT +recorded_with: VCR 3.0.3 diff --git a/src/api/spec/cassettes/Webui_ProjectController/GET_status/with_custom_filters/1_41_2_5.yml b/src/api/spec/cassettes/Webui_ProjectController/GET_status/with_custom_filters/1_41_2_5.yml new file mode 100644 index 00000000000..3e8fe68d34a --- /dev/null +++ b/src/api/spec/cassettes/Webui_ProjectController/GET_status/with_custom_filters/1_41_2_5.yml @@ -0,0 +1,804 @@ +--- +http_interactions: +- request: + method: put + uri: http://localhost:3200/source/home:tom/_meta?user=tom + body: + encoding: UTF-8 + string: | + + + <description/> + <person userid="tom" role="maintainer"/> + </project> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '129' + body: + encoding: UTF-8 + string: | + <project name="home:tom"> + <title> + + + + http_version: + recorded_at: Wed, 05 Apr 2017 11:49:50 GMT +- request: + method: put + uri: http://localhost:3200/source/home:other_user/_meta?user=other_user + body: + encoding: UTF-8 + string: | + + + <description/> + <person userid="other_user" role="maintainer"/> + </project> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '143' + body: + encoding: UTF-8 + string: | + <project name="home:other_user"> + <title> + + + + http_version: + recorded_at: Wed, 05 Apr 2017 11:49:50 GMT +- request: + method: put + uri: http://localhost:3200/source/home:other_user/develpackage/_meta?user=_nobody_ + body: + encoding: UTF-8 + string: | + + + <description/> + </package> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '115' + body: + encoding: UTF-8 + string: | + <package name="develpackage" project="home:other_user"> + <title> + + + http_version: + recorded_at: Wed, 05 Apr 2017 11:49:50 GMT +- request: + method: put + uri: http://localhost:3200/source/home:other_user/develpackage/_meta + body: + encoding: UTF-8 + string: | + + + <description/> + </package> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '115' + body: + encoding: UTF-8 + string: | + <package name="develpackage" project="home:other_user"> + <title> + + + http_version: + recorded_at: Wed, 05 Apr 2017 11:49:50 GMT +- request: + method: put + uri: http://localhost:3200/source/home:tom/package_with_develpackage/_meta?user=_nobody_ + body: + encoding: UTF-8 + string: | + + + <description/> + <devel project="home:other_user" package="develpackage"/> + </package> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '182' + body: + encoding: UTF-8 + string: | + <package name="package_with_develpackage" project="home:tom"> + <title> + + + + http_version: + recorded_at: Wed, 05 Apr 2017 11:49:50 GMT +- request: + method: put + uri: http://localhost:3200/source/home:tom/package_with_develpackage/_meta + body: + encoding: UTF-8 + string: | + + + <description/> + <devel project="home:other_user" package="develpackage"/> + </package> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '182' + body: + encoding: UTF-8 + string: | + <package name="package_with_develpackage" project="home:tom"> + <title> + + + + http_version: + recorded_at: Wed, 05 Apr 2017 11:49:50 GMT +- request: + method: put + uri: http://localhost:3200/source/home:other_user/package_19/_meta?user=_nobody_ + body: + encoding: UTF-8 + string: | + + + <description/> + </package> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '113' + body: + encoding: UTF-8 + string: | + <package name="package_19" project="home:other_user"> + <title> + + + http_version: + recorded_at: Thu, 06 Apr 2017 11:33:48 GMT +- request: + method: put + uri: http://localhost:3200/source/home:other_user/package_19/_meta + body: + encoding: UTF-8 + string: | + + + <description/> + </package> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '113' + body: + encoding: UTF-8 + string: | + <package name="package_19" project="home:other_user"> + <title> + + + http_version: + recorded_at: Thu, 06 Apr 2017 11:33:48 GMT +- request: + method: put + uri: http://localhost:3200/source/home:other_user/package_27/_meta?user=_nobody_ + body: + encoding: UTF-8 + string: | + + + <description/> + </package> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '113' + body: + encoding: UTF-8 + string: | + <package name="package_27" project="home:other_user"> + <title> + + + http_version: + recorded_at: Thu, 06 Apr 2017 15:38:54 GMT +- request: + method: put + uri: http://localhost:3200/source/home:other_user/package_27/_meta + body: + encoding: UTF-8 + string: | + + + <description/> + </package> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '113' + body: + encoding: UTF-8 + string: | + <package name="package_27" project="home:other_user"> + <title> + + + http_version: + recorded_at: Thu, 06 Apr 2017 15:38:54 GMT +- request: + method: put + uri: http://localhost:3200/source/home:other_user/package_4/_meta?user=_nobody_ + body: + encoding: UTF-8 + string: | + + + <description/> + </package> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '112' + body: + encoding: UTF-8 + string: | + <package name="package_4" project="home:other_user"> + <title> + + + http_version: + recorded_at: Thu, 06 Apr 2017 15:48:27 GMT +- request: + method: put + uri: http://localhost:3200/source/home:other_user/package_4/_meta + body: + encoding: UTF-8 + string: | + + + <description/> + </package> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '112' + body: + encoding: UTF-8 + string: | + <package name="package_4" project="home:other_user"> + <title> + + + http_version: + recorded_at: Thu, 06 Apr 2017 15:48:27 GMT +- request: + method: get + uri: http://localhost:3200/source/home:other_user/develpackage?nofilename=1&view=info&withchangesmd5=1 + body: + encoding: US-ASCII + string: '' + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '150' + body: + encoding: UTF-8 + string: | + + + + http_version: + recorded_at: Thu, 06 Apr 2017 15:48:27 GMT +- request: + method: get + uri: http://localhost:3200/source/home:other_user/develpackage + body: + encoding: US-ASCII + string: '' + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '87' + body: + encoding: UTF-8 + string: | + + + http_version: + recorded_at: Thu, 06 Apr 2017 15:48:27 GMT +- request: + method: post + uri: http://localhost:3200/source/home:other_user/develpackage?cmd=diff&linkrev=base&onlyissues=1&orev=0&view=xml + body: + encoding: UTF-8 + string: '' + headers: + Content-Type: + - application/octet-stream + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '296' + body: + encoding: UTF-8 + string: | + + + + + + http_version: + recorded_at: Thu, 06 Apr 2017 15:48:27 GMT +- request: + method: get + uri: http://localhost:3200/source/home:tom/package_with_develpackage?nofilename=1&view=info&withchangesmd5=1 + body: + encoding: US-ASCII + string: '' + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '163' + body: + encoding: UTF-8 + string: | + + + + http_version: + recorded_at: Thu, 06 Apr 2017 15:48:27 GMT +- request: + method: get + uri: http://localhost:3200/source/home:tom/package_with_develpackage + body: + encoding: US-ASCII + string: '' + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '100' + body: + encoding: UTF-8 + string: | + + + http_version: + recorded_at: Thu, 06 Apr 2017 15:48:27 GMT +- request: + method: post + uri: http://localhost:3200/source/home:tom/package_with_develpackage?cmd=diff&linkrev=base&onlyissues=1&orev=0&view=xml + body: + encoding: UTF-8 + string: '' + headers: + Content-Type: + - application/octet-stream + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '308' + body: + encoding: UTF-8 + string: | + + + + + + http_version: + recorded_at: Thu, 06 Apr 2017 15:48:27 GMT +- request: + method: get + uri: http://localhost:3200/getprojpack?expandedrepos&nopackages&project=home:tom&withrepos + body: + encoding: US-ASCII + string: '' + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '135' + body: + encoding: UTF-8 + string: | + + + + + + + http_version: + recorded_at: Thu, 06 Apr 2017 15:48:27 GMT +- request: + method: put + uri: http://localhost:3200/source/home:other_user/package_20/_meta?user=_nobody_ + body: + encoding: UTF-8 + string: | + + + <description/> + </package> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '113' + body: + encoding: UTF-8 + string: | + <package name="package_20" project="home:other_user"> + <title> + + + http_version: + recorded_at: Thu, 06 Apr 2017 15:49:33 GMT +- request: + method: put + uri: http://localhost:3200/source/home:other_user/package_20/_meta + body: + encoding: UTF-8 + string: | + + + <description/> + </package> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '113' + body: + encoding: UTF-8 + string: | + <package name="package_20" project="home:other_user"> + <title> + + + http_version: + recorded_at: Thu, 06 Apr 2017 15:49:33 GMT +recorded_with: VCR 3.0.3 diff --git a/src/api/spec/cassettes/Webui_ProjectController/GET_status/with_custom_filters/1_41_2_6.yml b/src/api/spec/cassettes/Webui_ProjectController/GET_status/with_custom_filters/1_41_2_6.yml new file mode 100644 index 00000000000..99571923327 --- /dev/null +++ b/src/api/spec/cassettes/Webui_ProjectController/GET_status/with_custom_filters/1_41_2_6.yml @@ -0,0 +1,557 @@ +--- +http_interactions: +- request: + method: put + uri: http://localhost:3200/source/home:tom/_meta?user=tom + body: + encoding: UTF-8 + string: | + + + <description/> + <person userid="tom" role="maintainer"/> + </project> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '129' + body: + encoding: UTF-8 + string: | + <project name="home:tom"> + <title> + + + + http_version: + recorded_at: Wed, 05 Apr 2017 11:49:48 GMT +- request: + method: put + uri: http://localhost:3200/source/home:other_user/_meta?user=other_user + body: + encoding: UTF-8 + string: | + + + <description/> + <person userid="other_user" role="maintainer"/> + </project> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '143' + body: + encoding: UTF-8 + string: | + <project name="home:other_user"> + <title> + + + + http_version: + recorded_at: Wed, 05 Apr 2017 11:49:48 GMT +- request: + method: put + uri: http://localhost:3200/source/home:other_user/develpackage/_meta?user=_nobody_ + body: + encoding: UTF-8 + string: | + + + <description/> + </package> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '115' + body: + encoding: UTF-8 + string: | + <package name="develpackage" project="home:other_user"> + <title> + + + http_version: + recorded_at: Wed, 05 Apr 2017 11:49:49 GMT +- request: + method: put + uri: http://localhost:3200/source/home:other_user/develpackage/_meta + body: + encoding: UTF-8 + string: | + + + <description/> + </package> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '115' + body: + encoding: UTF-8 + string: | + <package name="develpackage" project="home:other_user"> + <title> + + + http_version: + recorded_at: Wed, 05 Apr 2017 11:49:49 GMT +- request: + method: put + uri: http://localhost:3200/source/home:tom/package_with_develpackage/_meta?user=_nobody_ + body: + encoding: UTF-8 + string: | + + + <description/> + <devel project="home:other_user" package="develpackage"/> + </package> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '182' + body: + encoding: UTF-8 + string: | + <package name="package_with_develpackage" project="home:tom"> + <title> + + + + http_version: + recorded_at: Wed, 05 Apr 2017 11:49:49 GMT +- request: + method: put + uri: http://localhost:3200/source/home:tom/package_with_develpackage/_meta + body: + encoding: UTF-8 + string: | + + + <description/> + <devel project="home:other_user" package="develpackage"/> + </package> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '182' + body: + encoding: UTF-8 + string: | + <package name="package_with_develpackage" project="home:tom"> + <title> + + + + http_version: + recorded_at: Wed, 05 Apr 2017 11:49:49 GMT +- request: + method: put + uri: http://localhost:3200/source/home:other_user/package_20/_meta?user=_nobody_ + body: + encoding: UTF-8 + string: | + + + <description/> + </package> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '113' + body: + encoding: UTF-8 + string: | + <package name="package_20" project="home:other_user"> + <title> + + + http_version: + recorded_at: Thu, 06 Apr 2017 11:33:49 GMT +- request: + method: put + uri: http://localhost:3200/source/home:other_user/package_20/_meta + body: + encoding: UTF-8 + string: | + + + <description/> + </package> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '113' + body: + encoding: UTF-8 + string: | + <package name="package_20" project="home:other_user"> + <title> + + + http_version: + recorded_at: Thu, 06 Apr 2017 11:33:49 GMT +- request: + method: put + uri: http://localhost:3200/source/home:other_user/package_22/_meta?user=_nobody_ + body: + encoding: UTF-8 + string: | + + + <description/> + </package> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '113' + body: + encoding: UTF-8 + string: | + <package name="package_22" project="home:other_user"> + <title> + + + http_version: + recorded_at: Thu, 06 Apr 2017 15:38:52 GMT +- request: + method: put + uri: http://localhost:3200/source/home:other_user/package_22/_meta + body: + encoding: UTF-8 + string: | + + + <description/> + </package> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '113' + body: + encoding: UTF-8 + string: | + <package name="package_22" project="home:other_user"> + <title> + + + http_version: + recorded_at: Thu, 06 Apr 2017 15:38:52 GMT +- request: + method: put + uri: http://localhost:3200/source/home:other_user/package_12/_meta?user=_nobody_ + body: + encoding: UTF-8 + string: | + + + <description/> + </package> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '113' + body: + encoding: UTF-8 + string: | + <package name="package_12" project="home:other_user"> + <title> + + + http_version: + recorded_at: Thu, 06 Apr 2017 15:48:29 GMT +- request: + method: put + uri: http://localhost:3200/source/home:other_user/package_12/_meta + body: + encoding: UTF-8 + string: | + + + <description/> + </package> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '113' + body: + encoding: UTF-8 + string: | + <package name="package_12" project="home:other_user"> + <title> + + + http_version: + recorded_at: Thu, 06 Apr 2017 15:48:29 GMT +- request: + method: put + uri: http://localhost:3200/source/home:other_user/package_23/_meta?user=_nobody_ + body: + encoding: UTF-8 + string: | + + + <description/> + </package> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '113' + body: + encoding: UTF-8 + string: | + <package name="package_23" project="home:other_user"> + <title> + + + http_version: + recorded_at: Thu, 06 Apr 2017 15:49:34 GMT +- request: + method: put + uri: http://localhost:3200/source/home:other_user/package_23/_meta + body: + encoding: UTF-8 + string: | + + + <description/> + </package> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '113' + body: + encoding: UTF-8 + string: | + <package name="package_23" project="home:other_user"> + <title> + + + http_version: + recorded_at: Thu, 06 Apr 2017 15:49:34 GMT +recorded_with: VCR 3.0.3 diff --git a/src/api/spec/cassettes/Webui_ProjectController/GET_status/with_custom_filters/1_41_2_7.yml b/src/api/spec/cassettes/Webui_ProjectController/GET_status/with_custom_filters/1_41_2_7.yml new file mode 100644 index 00000000000..26d44cd39a0 --- /dev/null +++ b/src/api/spec/cassettes/Webui_ProjectController/GET_status/with_custom_filters/1_41_2_7.yml @@ -0,0 +1,557 @@ +--- +http_interactions: +- request: + method: put + uri: http://localhost:3200/source/home:tom/_meta?user=tom + body: + encoding: UTF-8 + string: | + + + <description/> + <person userid="tom" role="maintainer"/> + </project> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '129' + body: + encoding: UTF-8 + string: | + <project name="home:tom"> + <title> + + + + http_version: + recorded_at: Wed, 05 Apr 2017 11:49:49 GMT +- request: + method: put + uri: http://localhost:3200/source/home:other_user/_meta?user=other_user + body: + encoding: UTF-8 + string: | + + + <description/> + <person userid="other_user" role="maintainer"/> + </project> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '143' + body: + encoding: UTF-8 + string: | + <project name="home:other_user"> + <title> + + + + http_version: + recorded_at: Wed, 05 Apr 2017 11:49:49 GMT +- request: + method: put + uri: http://localhost:3200/source/home:other_user/develpackage/_meta?user=_nobody_ + body: + encoding: UTF-8 + string: | + + + <description/> + </package> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '115' + body: + encoding: UTF-8 + string: | + <package name="develpackage" project="home:other_user"> + <title> + + + http_version: + recorded_at: Wed, 05 Apr 2017 11:49:49 GMT +- request: + method: put + uri: http://localhost:3200/source/home:other_user/develpackage/_meta + body: + encoding: UTF-8 + string: | + + + <description/> + </package> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '115' + body: + encoding: UTF-8 + string: | + <package name="develpackage" project="home:other_user"> + <title> + + + http_version: + recorded_at: Wed, 05 Apr 2017 11:49:49 GMT +- request: + method: put + uri: http://localhost:3200/source/home:tom/package_with_develpackage/_meta?user=_nobody_ + body: + encoding: UTF-8 + string: | + + + <description/> + <devel project="home:other_user" package="develpackage"/> + </package> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '182' + body: + encoding: UTF-8 + string: | + <package name="package_with_develpackage" project="home:tom"> + <title> + + + + http_version: + recorded_at: Wed, 05 Apr 2017 11:49:49 GMT +- request: + method: put + uri: http://localhost:3200/source/home:tom/package_with_develpackage/_meta + body: + encoding: UTF-8 + string: | + + + <description/> + <devel project="home:other_user" package="develpackage"/> + </package> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '182' + body: + encoding: UTF-8 + string: | + <package name="package_with_develpackage" project="home:tom"> + <title> + + + + http_version: + recorded_at: Wed, 05 Apr 2017 11:49:49 GMT +- request: + method: put + uri: http://localhost:3200/source/home:other_user/package_21/_meta?user=_nobody_ + body: + encoding: UTF-8 + string: | + + + <description/> + </package> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '113' + body: + encoding: UTF-8 + string: | + <package name="package_21" project="home:other_user"> + <title> + + + http_version: + recorded_at: Thu, 06 Apr 2017 11:33:49 GMT +- request: + method: put + uri: http://localhost:3200/source/home:other_user/package_21/_meta + body: + encoding: UTF-8 + string: | + + + <description/> + </package> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '113' + body: + encoding: UTF-8 + string: | + <package name="package_21" project="home:other_user"> + <title> + + + http_version: + recorded_at: Thu, 06 Apr 2017 11:33:49 GMT +- request: + method: put + uri: http://localhost:3200/source/home:other_user/package_23/_meta?user=_nobody_ + body: + encoding: UTF-8 + string: | + + + <description/> + </package> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '113' + body: + encoding: UTF-8 + string: | + <package name="package_23" project="home:other_user"> + <title> + + + http_version: + recorded_at: Thu, 06 Apr 2017 15:38:52 GMT +- request: + method: put + uri: http://localhost:3200/source/home:other_user/package_23/_meta + body: + encoding: UTF-8 + string: | + + + <description/> + </package> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '113' + body: + encoding: UTF-8 + string: | + <package name="package_23" project="home:other_user"> + <title> + + + http_version: + recorded_at: Thu, 06 Apr 2017 15:38:52 GMT +- request: + method: put + uri: http://localhost:3200/source/home:other_user/package_10/_meta?user=_nobody_ + body: + encoding: UTF-8 + string: | + + + <description/> + </package> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '113' + body: + encoding: UTF-8 + string: | + <package name="package_10" project="home:other_user"> + <title> + + + http_version: + recorded_at: Thu, 06 Apr 2017 15:48:28 GMT +- request: + method: put + uri: http://localhost:3200/source/home:other_user/package_10/_meta + body: + encoding: UTF-8 + string: | + + + <description/> + </package> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '113' + body: + encoding: UTF-8 + string: | + <package name="package_10" project="home:other_user"> + <title> + + + http_version: + recorded_at: Thu, 06 Apr 2017 15:48:28 GMT +- request: + method: put + uri: http://localhost:3200/source/home:other_user/package_18/_meta?user=_nobody_ + body: + encoding: UTF-8 + string: | + + + <description/> + </package> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '113' + body: + encoding: UTF-8 + string: | + <package name="package_18" project="home:other_user"> + <title> + + + http_version: + recorded_at: Thu, 06 Apr 2017 15:49:32 GMT +- request: + method: put + uri: http://localhost:3200/source/home:other_user/package_18/_meta + body: + encoding: UTF-8 + string: | + + + <description/> + </package> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '113' + body: + encoding: UTF-8 + string: | + <package name="package_18" project="home:other_user"> + <title> + + + http_version: + recorded_at: Thu, 06 Apr 2017 15:49:33 GMT +recorded_with: VCR 3.0.3 diff --git a/src/api/spec/cassettes/Webui_ProjectController/GET_status/with_custom_filters/1_41_2_8.yml b/src/api/spec/cassettes/Webui_ProjectController/GET_status/with_custom_filters/1_41_2_8.yml new file mode 100644 index 00000000000..a1c6262ef8f --- /dev/null +++ b/src/api/spec/cassettes/Webui_ProjectController/GET_status/with_custom_filters/1_41_2_8.yml @@ -0,0 +1,557 @@ +--- +http_interactions: +- request: + method: put + uri: http://localhost:3200/source/home:tom/_meta?user=tom + body: + encoding: UTF-8 + string: | + + + <description/> + <person userid="tom" role="maintainer"/> + </project> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '129' + body: + encoding: UTF-8 + string: | + <project name="home:tom"> + <title> + + + + http_version: + recorded_at: Wed, 05 Apr 2017 11:49:51 GMT +- request: + method: put + uri: http://localhost:3200/source/home:other_user/_meta?user=other_user + body: + encoding: UTF-8 + string: | + + + <description/> + <person userid="other_user" role="maintainer"/> + </project> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '143' + body: + encoding: UTF-8 + string: | + <project name="home:other_user"> + <title> + + + + http_version: + recorded_at: Wed, 05 Apr 2017 11:49:51 GMT +- request: + method: put + uri: http://localhost:3200/source/home:other_user/develpackage/_meta?user=_nobody_ + body: + encoding: UTF-8 + string: | + + + <description/> + </package> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '115' + body: + encoding: UTF-8 + string: | + <package name="develpackage" project="home:other_user"> + <title> + + + http_version: + recorded_at: Wed, 05 Apr 2017 11:49:51 GMT +- request: + method: put + uri: http://localhost:3200/source/home:other_user/develpackage/_meta + body: + encoding: UTF-8 + string: | + + + <description/> + </package> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '115' + body: + encoding: UTF-8 + string: | + <package name="develpackage" project="home:other_user"> + <title> + + + http_version: + recorded_at: Wed, 05 Apr 2017 11:49:51 GMT +- request: + method: put + uri: http://localhost:3200/source/home:tom/package_with_develpackage/_meta?user=_nobody_ + body: + encoding: UTF-8 + string: | + + + <description/> + <devel project="home:other_user" package="develpackage"/> + </package> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '182' + body: + encoding: UTF-8 + string: | + <package name="package_with_develpackage" project="home:tom"> + <title> + + + + http_version: + recorded_at: Wed, 05 Apr 2017 11:49:51 GMT +- request: + method: put + uri: http://localhost:3200/source/home:tom/package_with_develpackage/_meta + body: + encoding: UTF-8 + string: | + + + <description/> + <devel project="home:other_user" package="develpackage"/> + </package> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '182' + body: + encoding: UTF-8 + string: | + <package name="package_with_develpackage" project="home:tom"> + <title> + + + + http_version: + recorded_at: Wed, 05 Apr 2017 11:49:51 GMT +- request: + method: put + uri: http://localhost:3200/source/home:other_user/package_22/_meta?user=_nobody_ + body: + encoding: UTF-8 + string: | + + + <description/> + </package> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '113' + body: + encoding: UTF-8 + string: | + <package name="package_22" project="home:other_user"> + <title> + + + http_version: + recorded_at: Thu, 06 Apr 2017 11:33:49 GMT +- request: + method: put + uri: http://localhost:3200/source/home:other_user/package_22/_meta + body: + encoding: UTF-8 + string: | + + + <description/> + </package> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '113' + body: + encoding: UTF-8 + string: | + <package name="package_22" project="home:other_user"> + <title> + + + http_version: + recorded_at: Thu, 06 Apr 2017 11:33:49 GMT +- request: + method: put + uri: http://localhost:3200/source/home:other_user/package_30/_meta?user=_nobody_ + body: + encoding: UTF-8 + string: | + + + <description/> + </package> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '113' + body: + encoding: UTF-8 + string: | + <package name="package_30" project="home:other_user"> + <title> + + + http_version: + recorded_at: Thu, 06 Apr 2017 15:38:55 GMT +- request: + method: put + uri: http://localhost:3200/source/home:other_user/package_30/_meta + body: + encoding: UTF-8 + string: | + + + <description/> + </package> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '113' + body: + encoding: UTF-8 + string: | + <package name="package_30" project="home:other_user"> + <title> + + + http_version: + recorded_at: Thu, 06 Apr 2017 15:38:55 GMT +- request: + method: put + uri: http://localhost:3200/source/home:other_user/package_5/_meta?user=_nobody_ + body: + encoding: UTF-8 + string: | + + + <description/> + </package> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '112' + body: + encoding: UTF-8 + string: | + <package name="package_5" project="home:other_user"> + <title> + + + http_version: + recorded_at: Thu, 06 Apr 2017 15:48:27 GMT +- request: + method: put + uri: http://localhost:3200/source/home:other_user/package_5/_meta + body: + encoding: UTF-8 + string: | + + + <description/> + </package> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '112' + body: + encoding: UTF-8 + string: | + <package name="package_5" project="home:other_user"> + <title> + + + http_version: + recorded_at: Thu, 06 Apr 2017 15:48:27 GMT +- request: + method: put + uri: http://localhost:3200/source/home:other_user/package_21/_meta?user=_nobody_ + body: + encoding: UTF-8 + string: | + + + <description/> + </package> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '113' + body: + encoding: UTF-8 + string: | + <package name="package_21" project="home:other_user"> + <title> + + + http_version: + recorded_at: Thu, 06 Apr 2017 15:49:34 GMT +- request: + method: put + uri: http://localhost:3200/source/home:other_user/package_21/_meta + body: + encoding: UTF-8 + string: | + + + <description/> + </package> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '113' + body: + encoding: UTF-8 + string: | + <package name="package_21" project="home:other_user"> + <title> + + + http_version: + recorded_at: Thu, 06 Apr 2017 15:49:34 GMT +recorded_with: VCR 3.0.3 diff --git a/src/api/spec/cassettes/Webui_ProjectController/GET_status/with_custom_filters/1_41_2_9.yml b/src/api/spec/cassettes/Webui_ProjectController/GET_status/with_custom_filters/1_41_2_9.yml new file mode 100644 index 00000000000..c59a18198cb --- /dev/null +++ b/src/api/spec/cassettes/Webui_ProjectController/GET_status/with_custom_filters/1_41_2_9.yml @@ -0,0 +1,557 @@ +--- +http_interactions: +- request: + method: put + uri: http://localhost:3200/source/home:tom/_meta?user=tom + body: + encoding: UTF-8 + string: | + + + <description/> + <person userid="tom" role="maintainer"/> + </project> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '129' + body: + encoding: UTF-8 + string: | + <project name="home:tom"> + <title> + + + + http_version: + recorded_at: Wed, 05 Apr 2017 11:49:51 GMT +- request: + method: put + uri: http://localhost:3200/source/home:other_user/_meta?user=other_user + body: + encoding: UTF-8 + string: | + + + <description/> + <person userid="other_user" role="maintainer"/> + </project> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '143' + body: + encoding: UTF-8 + string: | + <project name="home:other_user"> + <title> + + + + http_version: + recorded_at: Wed, 05 Apr 2017 11:49:51 GMT +- request: + method: put + uri: http://localhost:3200/source/home:other_user/develpackage/_meta?user=_nobody_ + body: + encoding: UTF-8 + string: | + + + <description/> + </package> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '115' + body: + encoding: UTF-8 + string: | + <package name="develpackage" project="home:other_user"> + <title> + + + http_version: + recorded_at: Wed, 05 Apr 2017 11:49:51 GMT +- request: + method: put + uri: http://localhost:3200/source/home:other_user/develpackage/_meta + body: + encoding: UTF-8 + string: | + + + <description/> + </package> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '115' + body: + encoding: UTF-8 + string: | + <package name="develpackage" project="home:other_user"> + <title> + + + http_version: + recorded_at: Wed, 05 Apr 2017 11:49:51 GMT +- request: + method: put + uri: http://localhost:3200/source/home:tom/package_with_develpackage/_meta?user=_nobody_ + body: + encoding: UTF-8 + string: | + + + <description/> + <devel project="home:other_user" package="develpackage"/> + </package> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '182' + body: + encoding: UTF-8 + string: | + <package name="package_with_develpackage" project="home:tom"> + <title> + + + + http_version: + recorded_at: Wed, 05 Apr 2017 11:49:51 GMT +- request: + method: put + uri: http://localhost:3200/source/home:tom/package_with_develpackage/_meta + body: + encoding: UTF-8 + string: | + + + <description/> + <devel project="home:other_user" package="develpackage"/> + </package> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '182' + body: + encoding: UTF-8 + string: | + <package name="package_with_develpackage" project="home:tom"> + <title> + + + + http_version: + recorded_at: Wed, 05 Apr 2017 11:49:51 GMT +- request: + method: put + uri: http://localhost:3200/source/home:other_user/package_18/_meta?user=_nobody_ + body: + encoding: UTF-8 + string: | + + + <description/> + </package> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '113' + body: + encoding: UTF-8 + string: | + <package name="package_18" project="home:other_user"> + <title> + + + http_version: + recorded_at: Thu, 06 Apr 2017 11:33:48 GMT +- request: + method: put + uri: http://localhost:3200/source/home:other_user/package_18/_meta + body: + encoding: UTF-8 + string: | + + + <description/> + </package> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '113' + body: + encoding: UTF-8 + string: | + <package name="package_18" project="home:other_user"> + <title> + + + http_version: + recorded_at: Thu, 06 Apr 2017 11:33:48 GMT +- request: + method: put + uri: http://localhost:3200/source/home:other_user/package_25/_meta?user=_nobody_ + body: + encoding: UTF-8 + string: | + + + <description/> + </package> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '113' + body: + encoding: UTF-8 + string: | + <package name="package_25" project="home:other_user"> + <title> + + + http_version: + recorded_at: Thu, 06 Apr 2017 15:38:53 GMT +- request: + method: put + uri: http://localhost:3200/source/home:other_user/package_25/_meta + body: + encoding: UTF-8 + string: | + + + <description/> + </package> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '113' + body: + encoding: UTF-8 + string: | + <package name="package_25" project="home:other_user"> + <title> + + + http_version: + recorded_at: Thu, 06 Apr 2017 15:38:53 GMT +- request: + method: put + uri: http://localhost:3200/source/home:other_user/package_8/_meta?user=_nobody_ + body: + encoding: UTF-8 + string: | + + + <description/> + </package> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '112' + body: + encoding: UTF-8 + string: | + <package name="package_8" project="home:other_user"> + <title> + + + http_version: + recorded_at: Thu, 06 Apr 2017 15:48:28 GMT +- request: + method: put + uri: http://localhost:3200/source/home:other_user/package_8/_meta + body: + encoding: UTF-8 + string: | + + + <description/> + </package> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '112' + body: + encoding: UTF-8 + string: | + <package name="package_8" project="home:other_user"> + <title> + + + http_version: + recorded_at: Thu, 06 Apr 2017 15:48:28 GMT +- request: + method: put + uri: http://localhost:3200/source/home:other_user/package_19/_meta?user=_nobody_ + body: + encoding: UTF-8 + string: | + + + <description/> + </package> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '113' + body: + encoding: UTF-8 + string: | + <package name="package_19" project="home:other_user"> + <title> + + + http_version: + recorded_at: Thu, 06 Apr 2017 15:49:33 GMT +- request: + method: put + uri: http://localhost:3200/source/home:other_user/package_19/_meta + body: + encoding: UTF-8 + string: | + + + <description/> + </package> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '113' + body: + encoding: UTF-8 + string: | + <package name="package_19" project="home:other_user"> + <title> + + + http_version: + recorded_at: Thu, 06 Apr 2017 15:49:33 GMT +recorded_with: VCR 3.0.3 diff --git a/src/api/spec/cassettes/Webui_ProjectController/GET_status/with_default_filters/1_41_1_1.yml b/src/api/spec/cassettes/Webui_ProjectController/GET_status/with_default_filters/1_41_1_1.yml new file mode 100644 index 00000000000..efee1edd14d --- /dev/null +++ b/src/api/spec/cassettes/Webui_ProjectController/GET_status/with_default_filters/1_41_1_1.yml @@ -0,0 +1,804 @@ +--- +http_interactions: +- request: + method: put + uri: http://localhost:3200/source/home:tom/_meta?user=tom + body: + encoding: UTF-8 + string: | + + + <description/> + <person userid="tom" role="maintainer"/> + </project> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '129' + body: + encoding: UTF-8 + string: | + <project name="home:tom"> + <title> + + + + http_version: + recorded_at: Thu, 06 Apr 2017 11:33:45 GMT +- request: + method: put + uri: http://localhost:3200/source/home:other_user/_meta?user=other_user + body: + encoding: UTF-8 + string: | + + + <description/> + <person userid="other_user" role="maintainer"/> + </project> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '143' + body: + encoding: UTF-8 + string: | + <project name="home:other_user"> + <title> + + + + http_version: + recorded_at: Thu, 06 Apr 2017 11:33:45 GMT +- request: + method: put + uri: http://localhost:3200/source/home:other_user/develpackage/_meta?user=_nobody_ + body: + encoding: UTF-8 + string: | + + + <description/> + </package> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '115' + body: + encoding: UTF-8 + string: | + <package name="develpackage" project="home:other_user"> + <title> + + + http_version: + recorded_at: Thu, 06 Apr 2017 11:33:45 GMT +- request: + method: put + uri: http://localhost:3200/source/home:other_user/develpackage/_meta + body: + encoding: UTF-8 + string: | + + + <description/> + </package> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '115' + body: + encoding: UTF-8 + string: | + <package name="develpackage" project="home:other_user"> + <title> + + + http_version: + recorded_at: Thu, 06 Apr 2017 11:33:45 GMT +- request: + method: put + uri: http://localhost:3200/source/home:tom/package_with_develpackage/_meta?user=_nobody_ + body: + encoding: UTF-8 + string: | + + + <description/> + <devel project="home:other_user" package="develpackage"/> + </package> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '182' + body: + encoding: UTF-8 + string: | + <package name="package_with_develpackage" project="home:tom"> + <title> + + + + http_version: + recorded_at: Thu, 06 Apr 2017 11:33:45 GMT +- request: + method: put + uri: http://localhost:3200/source/home:tom/package_with_develpackage/_meta + body: + encoding: UTF-8 + string: | + + + <description/> + <devel project="home:other_user" package="develpackage"/> + </package> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '182' + body: + encoding: UTF-8 + string: | + <package name="package_with_develpackage" project="home:tom"> + <title> + + + + http_version: + recorded_at: Thu, 06 Apr 2017 11:33:45 GMT +- request: + method: put + uri: http://localhost:3200/source/home:other_user/package_11/_meta?user=_nobody_ + body: + encoding: UTF-8 + string: | + + + <description/> + </package> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '113' + body: + encoding: UTF-8 + string: | + <package name="package_11" project="home:other_user"> + <title> + + + http_version: + recorded_at: Thu, 06 Apr 2017 11:33:45 GMT +- request: + method: put + uri: http://localhost:3200/source/home:other_user/package_11/_meta + body: + encoding: UTF-8 + string: | + + + <description/> + </package> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '113' + body: + encoding: UTF-8 + string: | + <package name="package_11" project="home:other_user"> + <title> + + + http_version: + recorded_at: Thu, 06 Apr 2017 11:33:45 GMT +- request: + method: put + uri: http://localhost:3200/source/home:other_user/package_7/_meta?user=_nobody_ + body: + encoding: UTF-8 + string: | + + + <description/> + </package> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '112' + body: + encoding: UTF-8 + string: | + <package name="package_7" project="home:other_user"> + <title> + + + http_version: + recorded_at: Thu, 06 Apr 2017 15:38:45 GMT +- request: + method: put + uri: http://localhost:3200/source/home:other_user/package_7/_meta + body: + encoding: UTF-8 + string: | + + + <description/> + </package> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '112' + body: + encoding: UTF-8 + string: | + <package name="package_7" project="home:other_user"> + <title> + + + http_version: + recorded_at: Thu, 06 Apr 2017 15:38:45 GMT +- request: + method: put + uri: http://localhost:3200/source/home:other_user/package_22/_meta?user=_nobody_ + body: + encoding: UTF-8 + string: | + + + <description/> + </package> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '113' + body: + encoding: UTF-8 + string: | + <package name="package_22" project="home:other_user"> + <title> + + + http_version: + recorded_at: Thu, 06 Apr 2017 15:48:32 GMT +- request: + method: put + uri: http://localhost:3200/source/home:other_user/package_22/_meta + body: + encoding: UTF-8 + string: | + + + <description/> + </package> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '113' + body: + encoding: UTF-8 + string: | + <package name="package_22" project="home:other_user"> + <title> + + + http_version: + recorded_at: Thu, 06 Apr 2017 15:48:32 GMT +- request: + method: put + uri: http://localhost:3200/source/home:other_user/package_1/_meta?user=_nobody_ + body: + encoding: UTF-8 + string: | + + + <description/> + </package> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '112' + body: + encoding: UTF-8 + string: | + <package name="package_1" project="home:other_user"> + <title> + + + http_version: + recorded_at: Thu, 06 Apr 2017 15:49:26 GMT +- request: + method: put + uri: http://localhost:3200/source/home:other_user/package_1/_meta + body: + encoding: UTF-8 + string: | + + + <description/> + </package> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '112' + body: + encoding: UTF-8 + string: | + <package name="package_1" project="home:other_user"> + <title> + + + http_version: + recorded_at: Thu, 06 Apr 2017 15:49:26 GMT +- request: + method: get + uri: http://localhost:3200/source/home:other_user/develpackage?nofilename=1&view=info&withchangesmd5=1 + body: + encoding: US-ASCII + string: '' + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '150' + body: + encoding: UTF-8 + string: | + + + + http_version: + recorded_at: Thu, 06 Apr 2017 15:49:27 GMT +- request: + method: get + uri: http://localhost:3200/source/home:other_user/develpackage + body: + encoding: US-ASCII + string: '' + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '87' + body: + encoding: UTF-8 + string: | + + + http_version: + recorded_at: Thu, 06 Apr 2017 15:49:27 GMT +- request: + method: post + uri: http://localhost:3200/source/home:other_user/develpackage?cmd=diff&linkrev=base&onlyissues=1&orev=0&view=xml + body: + encoding: UTF-8 + string: '' + headers: + Content-Type: + - application/octet-stream + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '296' + body: + encoding: UTF-8 + string: | + + + + + + http_version: + recorded_at: Thu, 06 Apr 2017 15:49:27 GMT +- request: + method: get + uri: http://localhost:3200/source/home:tom/package_with_develpackage?nofilename=1&view=info&withchangesmd5=1 + body: + encoding: US-ASCII + string: '' + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '163' + body: + encoding: UTF-8 + string: | + + + + http_version: + recorded_at: Thu, 06 Apr 2017 15:49:27 GMT +- request: + method: get + uri: http://localhost:3200/source/home:tom/package_with_develpackage + body: + encoding: US-ASCII + string: '' + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '100' + body: + encoding: UTF-8 + string: | + + + http_version: + recorded_at: Thu, 06 Apr 2017 15:49:27 GMT +- request: + method: post + uri: http://localhost:3200/source/home:tom/package_with_develpackage?cmd=diff&linkrev=base&onlyissues=1&orev=0&view=xml + body: + encoding: UTF-8 + string: '' + headers: + Content-Type: + - application/octet-stream + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '308' + body: + encoding: UTF-8 + string: | + + + + + + http_version: + recorded_at: Thu, 06 Apr 2017 15:49:27 GMT +- request: + method: get + uri: http://localhost:3200/getprojpack?expandedrepos&nopackages&project=home:tom&withrepos + body: + encoding: US-ASCII + string: '' + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '135' + body: + encoding: UTF-8 + string: | + + + + + + + http_version: + recorded_at: Thu, 06 Apr 2017 15:49:27 GMT +recorded_with: VCR 3.0.3 diff --git a/src/api/spec/cassettes/Webui_ProjectController/GET_status/with_default_filters/1_41_1_2.yml b/src/api/spec/cassettes/Webui_ProjectController/GET_status/with_default_filters/1_41_1_2.yml new file mode 100644 index 00000000000..6c6b1566546 --- /dev/null +++ b/src/api/spec/cassettes/Webui_ProjectController/GET_status/with_default_filters/1_41_1_2.yml @@ -0,0 +1,1094 @@ +--- +http_interactions: +- request: + method: get + uri: http://localhost:3200/source/home:other_user/develpackage?nofilename=1&view=info&withchangesmd5=1 + body: + encoding: US-ASCII + string: '' + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 404 + message: project 'home other_user' does not exist + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '158' + body: + encoding: UTF-8 + string: | + + project 'home:other_user' does not exist +
404 project 'home:other_user' does not exist
+
+ http_version: + recorded_at: Thu, 06 Apr 2017 08:50:09 GMT +- request: + method: get + uri: http://localhost:3200/source/home:other_user/develpackage + body: + encoding: US-ASCII + string: '' + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 404 + message: project 'home other_user' does not exist + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '158' + body: + encoding: UTF-8 + string: | + + project 'home:other_user' does not exist +
404 project 'home:other_user' does not exist
+
+ http_version: + recorded_at: Thu, 06 Apr 2017 08:50:09 GMT +- request: + method: post + uri: http://localhost:3200/source/home:other_user/develpackage?cmd=diff&linkrev=base&onlyissues=1&orev=0&view=xml + body: + encoding: UTF-8 + string: '' + headers: + Content-Type: + - application/octet-stream + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 404 + message: project 'home other_user' does not exist + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '158' + body: + encoding: UTF-8 + string: | + + project 'home:other_user' does not exist +
404 project 'home:other_user' does not exist
+
+ http_version: + recorded_at: Thu, 06 Apr 2017 08:50:09 GMT +- request: + method: get + uri: http://localhost:3200/source/home:tom/package_with_develpackage?nofilename=1&view=info&withchangesmd5=1 + body: + encoding: US-ASCII + string: '' + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '135' + body: + encoding: UTF-8 + string: | + + 404 package 'package_with_develpackage' does not exist + + http_version: + recorded_at: Thu, 06 Apr 2017 08:50:10 GMT +- request: + method: get + uri: http://localhost:3200/source/home:tom/package_with_develpackage + body: + encoding: US-ASCII + string: '' + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 404 + message: package 'package_with_develpackage' does not exist + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '178' + body: + encoding: UTF-8 + string: | + + package 'package_with_develpackage' does not exist +
404 package 'package_with_develpackage' does not exist
+
+ http_version: + recorded_at: Thu, 06 Apr 2017 08:50:10 GMT +- request: + method: post + uri: http://localhost:3200/source/home:tom/package_with_develpackage?cmd=diff&linkrev=base&onlyissues=1&orev=0&view=xml + body: + encoding: UTF-8 + string: '' + headers: + Content-Type: + - application/octet-stream + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 404 + message: package 'package_with_develpackage' does not exist + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '178' + body: + encoding: UTF-8 + string: | + + package 'package_with_develpackage' does not exist +
404 package 'package_with_develpackage' does not exist
+
+ http_version: + recorded_at: Thu, 06 Apr 2017 08:50:10 GMT +- request: + method: get + uri: http://localhost:3200/source/home:tom/package_1?nofilename=1&view=info&withchangesmd5=1 + body: + encoding: US-ASCII + string: '' + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '103' + body: + encoding: UTF-8 + string: | + + 404 package 'package_1' does not exist + + http_version: + recorded_at: Thu, 06 Apr 2017 08:50:10 GMT +- request: + method: get + uri: http://localhost:3200/source/home:tom/package_1 + body: + encoding: US-ASCII + string: '' + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 404 + message: package 'package_1' does not exist + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '146' + body: + encoding: UTF-8 + string: | + + package 'package_1' does not exist +
404 package 'package_1' does not exist
+
+ http_version: + recorded_at: Thu, 06 Apr 2017 08:50:10 GMT +- request: + method: post + uri: http://localhost:3200/source/home:tom/package_1?cmd=diff&linkrev=base&onlyissues=1&orev=0&view=xml + body: + encoding: UTF-8 + string: '' + headers: + Content-Type: + - application/octet-stream + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 404 + message: package 'package_1' does not exist + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '146' + body: + encoding: UTF-8 + string: | + + package 'package_1' does not exist +
404 package 'package_1' does not exist
+
+ http_version: + recorded_at: Thu, 06 Apr 2017 08:50:10 GMT +- request: + method: get + uri: http://localhost:3200/getprojpack?expandedrepos&nopackages&project=home:tom&withrepos + body: + encoding: US-ASCII + string: '' + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '1823' + body: + encoding: ASCII-8BIT + string: !binary |- + PHByb2pwYWNrIHJlcG9pZD0iMTkxMDIwNzg4Ij4KICA8cHJvamVjdCBuYW1lPSJob21lOnRvbSI+CiAgICA8dGl0bGU+0K3RgtGR0LDQvCDQstC+0LrRj9Cx0Y7RhyDQtdGO0LYg0Y3QuDwvdGl0bGU+CiAgICA8ZGVzY3JpcHRpb24+56qe57aG6IWkIOWfseWoteW+liDmuK7mubjmuaQg5q6gIOWUsuWglCwg5buy57GX57O0IOmGhumLjemejiDom6Poornot5wg5rym5r6MIOi3rCwg5bueIOmWjembiCDngYnnpK3omKAg6biZ6K6f6ZKDIOi4mSDoq6joq78g5qOw5qS75qWSIOeNq+eYr+eauyDmv57mv6Lnh6gsIOiqmeizl+i3vyDop7borYjorYAg57CF57itIOiqmSwg6YuxIOamk+eUguedriDolIrok7TolJYg6YyJ6ZyLIOicreicuOimnyDng7rnhIbnkIAg5oWh5oirIOa+giwg5qaz5qaTIOimv+iuhOiuhSDnparnrLDnrLEg5bG05aW/5bCVIOaGiSwg5YOj5YqB5ZiVIOmHuOmHquWCmyDlqJ7lvLPlvLAg6Z+OIOaUh+arpyDpiocg6ba36beH6ba+IOiguOihi+mGviDmtb3ng6IsIOi8mOi8oOi8lyDotqHotpvouKAg57SS57+AIOi3vywg5Zi9IOiUsOidr+iduiDouobovZbovZUg5ae05oCkIOeut+eur+e3tyDpiIrph7/plo0g5oOA5qG3IOaFliwg6bei6buz6by2IOm8j+WZs+WiuiDmopzmt4rmt60g6YmMIOaQi+acoCDluZMg5Z6l5aiAIOmEnOmFs+mKqiDmm5LmqoPmqpEg6bS46byi5puYLCDmupnmu4rnhYEg6aa75ZmI5au2IOavvOavuSDmu40sIOm9peW7siDluYsg5YSu5ay85oerIOamk+eUguedriDovZ7pqLnpvJo8L2Rlc2NyaXB0aW9uPgogICAgPHJlcG9zaXRvcnkgbmFtZT0iaG9tZV9jb29sb19zdGFuZGFyZCI+CiAgICAgIDxwYXRoIHByb2plY3Q9ImhvbWU6dG9tIiByZXBvc2l0b3J5PSJob21lX2Nvb2xvX3N0YW5kYXJkIiAvPgogICAgICA8cGF0aCBwcm9qZWN0PSJCYXNlRGlzdHJvMyIgcmVwb3NpdG9yeT0iQmFzZURpc3RybzNfcmVwbyIgLz4KICAgICAgPHBhdGggcHJvamVjdD0iaG9tZTpjb29sbyIgcmVwb3NpdG9yeT0ic3RhbmRhcmQiIC8+CiAgICAgIDxiYXNlIHByb2plY3Q9ImhvbWU6Y29vbG8iIHJlcG9zaXRvcnk9InN0YW5kYXJkIiAvPgogICAgICA8YXJjaD5pNTg2PC9hcmNoPgogICAgICA8YXJjaD54ODZfNjQ8L2FyY2g+CiAgICA8L3JlcG9zaXRvcnk+CiAgICA8cmVwb3NpdG9yeSBuYW1lPSJob21lX2Fkcmlhbl9Qcm90ZWN0aW9uVGVzdF9yZXBvIj4KICAgICAgPHBhdGggcHJvamVjdD0iaG9tZTp0b20iIHJlcG9zaXRvcnk9ImhvbWVfYWRyaWFuX1Byb3RlY3Rpb25UZXN0X3JlcG8iIC8+CiAgICAgIDxwYXRoIHByb2plY3Q9ImhvbWU6YWRyaWFuOlByb3RlY3Rpb25UZXN0IiByZXBvc2l0b3J5PSJyZXBvIiAvPgogICAgICA8YmFzZSBwcm9qZWN0PSJob21lOmFkcmlhbjpQcm90ZWN0aW9uVGVzdCIgcmVwb3NpdG9yeT0icmVwbyIgLz4KICAgICAgPGFyY2g+aTU4NjwvYXJjaD4KICAgICAgPGFyY2g+eDg2XzY0PC9hcmNoPgogICAgPC9yZXBvc2l0b3J5PgogICAgPHJlcG9zaXRvcnkgbmFtZT0iU291cmNlcHJvdGVjdGVkUHJvamVjdF9yZXBvIj4KICAgICAgPHBhdGggcHJvamVjdD0iaG9tZTp0b20iIHJlcG9zaXRvcnk9IlNvdXJjZXByb3RlY3RlZFByb2plY3RfcmVwbyIgLz4KICAgICAgPHBhdGggcHJvamVjdD0iQmFzZURpc3RybzMiIHJlcG9zaXRvcnk9IkJhc2VEaXN0cm8zX3JlcG8iIC8+CiAgICAgIDxiYXNlIHByb2plY3Q9IkJhc2VEaXN0cm8zIiByZXBvc2l0b3J5PSJCYXNlRGlzdHJvM19yZXBvIiAvPgogICAgICA8YXJjaD5pNTg2PC9hcmNoPgogICAgICA8YXJjaD54ODZfNjQ8L2FyY2g+CiAgICA8L3JlcG9zaXRvcnk+CiAgPC9wcm9qZWN0Pgo8L3Byb2pwYWNrPgo= + http_version: + recorded_at: Thu, 06 Apr 2017 08:50:10 GMT +- request: + method: get + uri: http://localhost:3200/build/home:tom/home_coolo_standard/i586/_jobhistory?code=lastfailures + body: + encoding: US-ASCII + string: '' + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '16' + body: + encoding: UTF-8 + string: "\n" + http_version: + recorded_at: Thu, 06 Apr 2017 08:50:10 GMT +- request: + method: get + uri: http://localhost:3200/build/home:tom/home_coolo_standard/x86_64/_jobhistory?code=lastfailures + body: + encoding: US-ASCII + string: '' + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '16' + body: + encoding: UTF-8 + string: "\n" + http_version: + recorded_at: Thu, 06 Apr 2017 08:50:10 GMT +- request: + method: get + uri: http://localhost:3200/build/home:tom/home_adrian_ProtectionTest_repo/i586/_jobhistory?code=lastfailures + body: + encoding: US-ASCII + string: '' + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '16' + body: + encoding: UTF-8 + string: "\n" + http_version: + recorded_at: Thu, 06 Apr 2017 08:50:10 GMT +- request: + method: get + uri: http://localhost:3200/build/home:tom/home_adrian_ProtectionTest_repo/x86_64/_jobhistory?code=lastfailures + body: + encoding: US-ASCII + string: '' + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '16' + body: + encoding: UTF-8 + string: "\n" + http_version: + recorded_at: Thu, 06 Apr 2017 08:50:10 GMT +- request: + method: get + uri: http://localhost:3200/build/home:tom/SourceprotectedProject_repo/i586/_jobhistory?code=lastfailures + body: + encoding: US-ASCII + string: '' + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '16' + body: + encoding: UTF-8 + string: "\n" + http_version: + recorded_at: Thu, 06 Apr 2017 08:50:10 GMT +- request: + method: get + uri: http://localhost:3200/build/home:tom/SourceprotectedProject_repo/x86_64/_jobhistory?code=lastfailures + body: + encoding: US-ASCII + string: '' + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '16' + body: + encoding: UTF-8 + string: "\n" + http_version: + recorded_at: Thu, 06 Apr 2017 08:50:10 GMT +- request: + method: put + uri: http://localhost:3200/source/home:tom/_meta?user=tom + body: + encoding: UTF-8 + string: | + + + <description/> + <person userid="tom" role="maintainer"/> + </project> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '129' + body: + encoding: UTF-8 + string: | + <project name="home:tom"> + <title> + + + + http_version: + recorded_at: Thu, 06 Apr 2017 11:33:44 GMT +- request: + method: put + uri: http://localhost:3200/source/home:other_user/_meta?user=other_user + body: + encoding: UTF-8 + string: | + + + <description/> + <person userid="other_user" role="maintainer"/> + </project> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '143' + body: + encoding: UTF-8 + string: | + <project name="home:other_user"> + <title> + + + + http_version: + recorded_at: Thu, 06 Apr 2017 11:33:44 GMT +- request: + method: put + uri: http://localhost:3200/source/home:other_user/develpackage/_meta?user=_nobody_ + body: + encoding: UTF-8 + string: | + + + <description/> + </package> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '115' + body: + encoding: UTF-8 + string: | + <package name="develpackage" project="home:other_user"> + <title> + + + http_version: + recorded_at: Thu, 06 Apr 2017 11:33:44 GMT +- request: + method: put + uri: http://localhost:3200/source/home:other_user/develpackage/_meta + body: + encoding: UTF-8 + string: | + + + <description/> + </package> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '115' + body: + encoding: UTF-8 + string: | + <package name="develpackage" project="home:other_user"> + <title> + + + http_version: + recorded_at: Thu, 06 Apr 2017 11:33:44 GMT +- request: + method: put + uri: http://localhost:3200/source/home:tom/package_with_develpackage/_meta?user=_nobody_ + body: + encoding: UTF-8 + string: | + + + <description/> + <devel project="home:other_user" package="develpackage"/> + </package> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '182' + body: + encoding: UTF-8 + string: | + <package name="package_with_develpackage" project="home:tom"> + <title> + + + + http_version: + recorded_at: Thu, 06 Apr 2017 11:33:44 GMT +- request: + method: put + uri: http://localhost:3200/source/home:tom/package_with_develpackage/_meta + body: + encoding: UTF-8 + string: | + + + <description/> + <devel project="home:other_user" package="develpackage"/> + </package> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '182' + body: + encoding: UTF-8 + string: | + <package name="package_with_develpackage" project="home:tom"> + <title> + + + + http_version: + recorded_at: Thu, 06 Apr 2017 11:33:44 GMT +- request: + method: put + uri: http://localhost:3200/source/home:other_user/package_8/_meta?user=_nobody_ + body: + encoding: UTF-8 + string: | + + + <description/> + </package> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '112' + body: + encoding: UTF-8 + string: | + <package name="package_8" project="home:other_user"> + <title> + + + http_version: + recorded_at: Thu, 06 Apr 2017 11:33:44 GMT +- request: + method: put + uri: http://localhost:3200/source/home:other_user/package_8/_meta + body: + encoding: UTF-8 + string: | + + + <description/> + </package> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '112' + body: + encoding: UTF-8 + string: | + <package name="package_8" project="home:other_user"> + <title> + + + http_version: + recorded_at: Thu, 06 Apr 2017 11:33:44 GMT +- request: + method: put + uri: http://localhost:3200/source/home:other_user/package_5/_meta?user=_nobody_ + body: + encoding: UTF-8 + string: | + + + <description/> + </package> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '112' + body: + encoding: UTF-8 + string: | + <package name="package_5" project="home:other_user"> + <title> + + + http_version: + recorded_at: Thu, 06 Apr 2017 15:38:44 GMT +- request: + method: put + uri: http://localhost:3200/source/home:other_user/package_5/_meta + body: + encoding: UTF-8 + string: | + + + <description/> + </package> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '112' + body: + encoding: UTF-8 + string: | + <package name="package_5" project="home:other_user"> + <title> + + + http_version: + recorded_at: Thu, 06 Apr 2017 15:38:44 GMT +- request: + method: put + uri: http://localhost:3200/source/home:other_user/package_16/_meta?user=_nobody_ + body: + encoding: UTF-8 + string: | + + + <description/> + </package> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '113' + body: + encoding: UTF-8 + string: | + <package name="package_16" project="home:other_user"> + <title> + + + http_version: + recorded_at: Thu, 06 Apr 2017 15:48:30 GMT +- request: + method: put + uri: http://localhost:3200/source/home:other_user/package_16/_meta + body: + encoding: UTF-8 + string: | + + + <description/> + </package> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '113' + body: + encoding: UTF-8 + string: | + <package name="package_16" project="home:other_user"> + <title> + + + http_version: + recorded_at: Thu, 06 Apr 2017 15:48:30 GMT +- request: + method: put + uri: http://localhost:3200/source/home:other_user/package_3/_meta?user=_nobody_ + body: + encoding: UTF-8 + string: | + + + <description/> + </package> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '112' + body: + encoding: UTF-8 + string: | + <package name="package_3" project="home:other_user"> + <title> + + + http_version: + recorded_at: Thu, 06 Apr 2017 15:49:28 GMT +- request: + method: put + uri: http://localhost:3200/source/home:other_user/package_3/_meta + body: + encoding: UTF-8 + string: | + + + <description/> + </package> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '112' + body: + encoding: UTF-8 + string: | + <package name="package_3" project="home:other_user"> + <title> + + + http_version: + recorded_at: Thu, 06 Apr 2017 15:49:28 GMT +recorded_with: VCR 3.0.3 diff --git a/src/api/spec/cassettes/Webui_ProjectController/GET_status/with_default_filters/1_41_1_3.yml b/src/api/spec/cassettes/Webui_ProjectController/GET_status/with_default_filters/1_41_1_3.yml new file mode 100644 index 00000000000..0428baa67ab --- /dev/null +++ b/src/api/spec/cassettes/Webui_ProjectController/GET_status/with_default_filters/1_41_1_3.yml @@ -0,0 +1,910 @@ +--- +http_interactions: +- request: + method: get + uri: http://localhost:3200/source/home:other_user/develpackage?nofilename=1&view=info&withchangesmd5=1 + body: + encoding: US-ASCII + string: '' + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 404 + message: project 'home other_user' does not exist + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '158' + body: + encoding: UTF-8 + string: | + + project 'home:other_user' does not exist +
404 project 'home:other_user' does not exist
+
+ http_version: + recorded_at: Thu, 06 Apr 2017 08:56:43 GMT +- request: + method: get + uri: http://localhost:3200/source/home:other_user/develpackage + body: + encoding: US-ASCII + string: '' + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 404 + message: project 'home other_user' does not exist + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '158' + body: + encoding: UTF-8 + string: | + + project 'home:other_user' does not exist +
404 project 'home:other_user' does not exist
+
+ http_version: + recorded_at: Thu, 06 Apr 2017 08:56:43 GMT +- request: + method: post + uri: http://localhost:3200/source/home:other_user/develpackage?cmd=diff&linkrev=base&onlyissues=1&orev=0&view=xml + body: + encoding: UTF-8 + string: '' + headers: + Content-Type: + - application/octet-stream + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 404 + message: project 'home other_user' does not exist + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '158' + body: + encoding: UTF-8 + string: | + + project 'home:other_user' does not exist +
404 project 'home:other_user' does not exist
+
+ http_version: + recorded_at: Thu, 06 Apr 2017 08:56:43 GMT +- request: + method: get + uri: http://localhost:3200/source/home:tom/package_with_develpackage?nofilename=1&view=info&withchangesmd5=1 + body: + encoding: US-ASCII + string: '' + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '135' + body: + encoding: UTF-8 + string: | + + 404 package 'package_with_develpackage' does not exist + + http_version: + recorded_at: Thu, 06 Apr 2017 08:56:43 GMT +- request: + method: get + uri: http://localhost:3200/source/home:tom/package_with_develpackage + body: + encoding: US-ASCII + string: '' + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 404 + message: package 'package_with_develpackage' does not exist + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '178' + body: + encoding: UTF-8 + string: | + + package 'package_with_develpackage' does not exist +
404 package 'package_with_develpackage' does not exist
+
+ http_version: + recorded_at: Thu, 06 Apr 2017 08:56:43 GMT +- request: + method: post + uri: http://localhost:3200/source/home:tom/package_with_develpackage?cmd=diff&linkrev=base&onlyissues=1&orev=0&view=xml + body: + encoding: UTF-8 + string: '' + headers: + Content-Type: + - application/octet-stream + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 404 + message: package 'package_with_develpackage' does not exist + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '178' + body: + encoding: UTF-8 + string: | + + package 'package_with_develpackage' does not exist +
404 package 'package_with_develpackage' does not exist
+
+ http_version: + recorded_at: Thu, 06 Apr 2017 08:56:43 GMT +- request: + method: get + uri: http://localhost:3200/getprojpack?expandedrepos&nopackages&project=home:tom&withrepos + body: + encoding: US-ASCII + string: '' + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '1823' + body: + encoding: ASCII-8BIT + string: !binary |- + PHByb2pwYWNrIHJlcG9pZD0iMTkxMDIwNzg4Ij4KICA8cHJvamVjdCBuYW1lPSJob21lOnRvbSI+CiAgICA8dGl0bGU+0K3RgtGR0LDQvCDQstC+0LrRj9Cx0Y7RhyDQtdGO0LYg0Y3QuDwvdGl0bGU+CiAgICA8ZGVzY3JpcHRpb24+56qe57aG6IWkIOWfseWoteW+liDmuK7mubjmuaQg5q6gIOWUsuWglCwg5buy57GX57O0IOmGhumLjemejiDom6Poornot5wg5rym5r6MIOi3rCwg5bueIOmWjembiCDngYnnpK3omKAg6biZ6K6f6ZKDIOi4mSDoq6joq78g5qOw5qS75qWSIOeNq+eYr+eauyDmv57mv6Lnh6gsIOiqmeizl+i3vyDop7borYjorYAg57CF57itIOiqmSwg6YuxIOamk+eUguedriDolIrok7TolJYg6YyJ6ZyLIOicreicuOimnyDng7rnhIbnkIAg5oWh5oirIOa+giwg5qaz5qaTIOimv+iuhOiuhSDnparnrLDnrLEg5bG05aW/5bCVIOaGiSwg5YOj5YqB5ZiVIOmHuOmHquWCmyDlqJ7lvLPlvLAg6Z+OIOaUh+arpyDpiocg6ba36beH6ba+IOiguOihi+mGviDmtb3ng6IsIOi8mOi8oOi8lyDotqHotpvouKAg57SS57+AIOi3vywg5Zi9IOiUsOidr+iduiDouobovZbovZUg5ae05oCkIOeut+eur+e3tyDpiIrph7/plo0g5oOA5qG3IOaFliwg6bei6buz6by2IOm8j+WZs+WiuiDmopzmt4rmt60g6YmMIOaQi+acoCDluZMg5Z6l5aiAIOmEnOmFs+mKqiDmm5LmqoPmqpEg6bS46byi5puYLCDmupnmu4rnhYEg6aa75ZmI5au2IOavvOavuSDmu40sIOm9peW7siDluYsg5YSu5ay85oerIOamk+eUguedriDovZ7pqLnpvJo8L2Rlc2NyaXB0aW9uPgogICAgPHJlcG9zaXRvcnkgbmFtZT0iaG9tZV9jb29sb19zdGFuZGFyZCI+CiAgICAgIDxwYXRoIHByb2plY3Q9ImhvbWU6dG9tIiByZXBvc2l0b3J5PSJob21lX2Nvb2xvX3N0YW5kYXJkIiAvPgogICAgICA8cGF0aCBwcm9qZWN0PSJCYXNlRGlzdHJvMyIgcmVwb3NpdG9yeT0iQmFzZURpc3RybzNfcmVwbyIgLz4KICAgICAgPHBhdGggcHJvamVjdD0iaG9tZTpjb29sbyIgcmVwb3NpdG9yeT0ic3RhbmRhcmQiIC8+CiAgICAgIDxiYXNlIHByb2plY3Q9ImhvbWU6Y29vbG8iIHJlcG9zaXRvcnk9InN0YW5kYXJkIiAvPgogICAgICA8YXJjaD5pNTg2PC9hcmNoPgogICAgICA8YXJjaD54ODZfNjQ8L2FyY2g+CiAgICA8L3JlcG9zaXRvcnk+CiAgICA8cmVwb3NpdG9yeSBuYW1lPSJob21lX2Fkcmlhbl9Qcm90ZWN0aW9uVGVzdF9yZXBvIj4KICAgICAgPHBhdGggcHJvamVjdD0iaG9tZTp0b20iIHJlcG9zaXRvcnk9ImhvbWVfYWRyaWFuX1Byb3RlY3Rpb25UZXN0X3JlcG8iIC8+CiAgICAgIDxwYXRoIHByb2plY3Q9ImhvbWU6YWRyaWFuOlByb3RlY3Rpb25UZXN0IiByZXBvc2l0b3J5PSJyZXBvIiAvPgogICAgICA8YmFzZSBwcm9qZWN0PSJob21lOmFkcmlhbjpQcm90ZWN0aW9uVGVzdCIgcmVwb3NpdG9yeT0icmVwbyIgLz4KICAgICAgPGFyY2g+aTU4NjwvYXJjaD4KICAgICAgPGFyY2g+eDg2XzY0PC9hcmNoPgogICAgPC9yZXBvc2l0b3J5PgogICAgPHJlcG9zaXRvcnkgbmFtZT0iU291cmNlcHJvdGVjdGVkUHJvamVjdF9yZXBvIj4KICAgICAgPHBhdGggcHJvamVjdD0iaG9tZTp0b20iIHJlcG9zaXRvcnk9IlNvdXJjZXByb3RlY3RlZFByb2plY3RfcmVwbyIgLz4KICAgICAgPHBhdGggcHJvamVjdD0iQmFzZURpc3RybzMiIHJlcG9zaXRvcnk9IkJhc2VEaXN0cm8zX3JlcG8iIC8+CiAgICAgIDxiYXNlIHByb2plY3Q9IkJhc2VEaXN0cm8zIiByZXBvc2l0b3J5PSJCYXNlRGlzdHJvM19yZXBvIiAvPgogICAgICA8YXJjaD5pNTg2PC9hcmNoPgogICAgICA8YXJjaD54ODZfNjQ8L2FyY2g+CiAgICA8L3JlcG9zaXRvcnk+CiAgPC9wcm9qZWN0Pgo8L3Byb2pwYWNrPgo= + http_version: + recorded_at: Thu, 06 Apr 2017 08:56:43 GMT +- request: + method: get + uri: http://localhost:3200/build/home:tom/home_coolo_standard/i586/_jobhistory?code=lastfailures + body: + encoding: US-ASCII + string: '' + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '16' + body: + encoding: UTF-8 + string: "\n" + http_version: + recorded_at: Thu, 06 Apr 2017 08:56:43 GMT +- request: + method: get + uri: http://localhost:3200/build/home:tom/home_coolo_standard/x86_64/_jobhistory?code=lastfailures + body: + encoding: US-ASCII + string: '' + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '16' + body: + encoding: UTF-8 + string: "\n" + http_version: + recorded_at: Thu, 06 Apr 2017 08:56:43 GMT +- request: + method: get + uri: http://localhost:3200/build/home:tom/home_adrian_ProtectionTest_repo/i586/_jobhistory?code=lastfailures + body: + encoding: US-ASCII + string: '' + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '16' + body: + encoding: UTF-8 + string: "\n" + http_version: + recorded_at: Thu, 06 Apr 2017 08:56:43 GMT +- request: + method: get + uri: http://localhost:3200/build/home:tom/home_adrian_ProtectionTest_repo/x86_64/_jobhistory?code=lastfailures + body: + encoding: US-ASCII + string: '' + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '16' + body: + encoding: UTF-8 + string: "\n" + http_version: + recorded_at: Thu, 06 Apr 2017 08:56:43 GMT +- request: + method: get + uri: http://localhost:3200/build/home:tom/SourceprotectedProject_repo/i586/_jobhistory?code=lastfailures + body: + encoding: US-ASCII + string: '' + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '16' + body: + encoding: UTF-8 + string: "\n" + http_version: + recorded_at: Thu, 06 Apr 2017 08:56:43 GMT +- request: + method: get + uri: http://localhost:3200/build/home:tom/SourceprotectedProject_repo/x86_64/_jobhistory?code=lastfailures + body: + encoding: US-ASCII + string: '' + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '16' + body: + encoding: UTF-8 + string: "\n" + http_version: + recorded_at: Thu, 06 Apr 2017 08:56:43 GMT +- request: + method: put + uri: http://localhost:3200/source/home:tom/_meta?user=tom + body: + encoding: UTF-8 + string: | + + + <description/> + <person userid="tom" role="maintainer"/> + </project> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '129' + body: + encoding: UTF-8 + string: | + <project name="home:tom"> + <title> + + + + http_version: + recorded_at: Thu, 06 Apr 2017 11:33:43 GMT +- request: + method: put + uri: http://localhost:3200/source/home:other_user/_meta?user=other_user + body: + encoding: UTF-8 + string: | + + + <description/> + <person userid="other_user" role="maintainer"/> + </project> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '143' + body: + encoding: UTF-8 + string: | + <project name="home:other_user"> + <title> + + + + http_version: + recorded_at: Thu, 06 Apr 2017 11:33:43 GMT +- request: + method: put + uri: http://localhost:3200/source/home:other_user/develpackage/_meta?user=_nobody_ + body: + encoding: UTF-8 + string: | + + + <description/> + </package> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '115' + body: + encoding: UTF-8 + string: | + <package name="develpackage" project="home:other_user"> + <title> + + + http_version: + recorded_at: Thu, 06 Apr 2017 11:33:43 GMT +- request: + method: put + uri: http://localhost:3200/source/home:other_user/develpackage/_meta + body: + encoding: UTF-8 + string: | + + + <description/> + </package> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '115' + body: + encoding: UTF-8 + string: | + <package name="develpackage" project="home:other_user"> + <title> + + + http_version: + recorded_at: Thu, 06 Apr 2017 11:33:43 GMT +- request: + method: put + uri: http://localhost:3200/source/home:tom/package_with_develpackage/_meta?user=_nobody_ + body: + encoding: UTF-8 + string: | + + + <description/> + <devel project="home:other_user" package="develpackage"/> + </package> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '182' + body: + encoding: UTF-8 + string: | + <package name="package_with_develpackage" project="home:tom"> + <title> + + + + http_version: + recorded_at: Thu, 06 Apr 2017 11:33:43 GMT +- request: + method: put + uri: http://localhost:3200/source/home:tom/package_with_develpackage/_meta + body: + encoding: UTF-8 + string: | + + + <description/> + <devel project="home:other_user" package="develpackage"/> + </package> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '182' + body: + encoding: UTF-8 + string: | + <package name="package_with_develpackage" project="home:tom"> + <title> + + + + http_version: + recorded_at: Thu, 06 Apr 2017 11:33:43 GMT +- request: + method: put + uri: http://localhost:3200/source/home:other_user/package_6/_meta?user=_nobody_ + body: + encoding: UTF-8 + string: | + + + <description/> + </package> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '112' + body: + encoding: UTF-8 + string: | + <package name="package_6" project="home:other_user"> + <title> + + + http_version: + recorded_at: Thu, 06 Apr 2017 11:33:43 GMT +- request: + method: put + uri: http://localhost:3200/source/home:other_user/package_6/_meta + body: + encoding: UTF-8 + string: | + + + <description/> + </package> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '112' + body: + encoding: UTF-8 + string: | + <package name="package_6" project="home:other_user"> + <title> + + + http_version: + recorded_at: Thu, 06 Apr 2017 11:33:43 GMT +- request: + method: put + uri: http://localhost:3200/source/home:other_user/package_11/_meta?user=_nobody_ + body: + encoding: UTF-8 + string: | + + + <description/> + </package> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '113' + body: + encoding: UTF-8 + string: | + <package name="package_11" project="home:other_user"> + <title> + + + http_version: + recorded_at: Thu, 06 Apr 2017 15:38:47 GMT +- request: + method: put + uri: http://localhost:3200/source/home:other_user/package_11/_meta + body: + encoding: UTF-8 + string: | + + + <description/> + </package> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '113' + body: + encoding: UTF-8 + string: | + <package name="package_11" project="home:other_user"> + <title> + + + http_version: + recorded_at: Thu, 06 Apr 2017 15:38:47 GMT +- request: + method: put + uri: http://localhost:3200/source/home:other_user/package_21/_meta?user=_nobody_ + body: + encoding: UTF-8 + string: | + + + <description/> + </package> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '113' + body: + encoding: UTF-8 + string: | + <package name="package_21" project="home:other_user"> + <title> + + + http_version: + recorded_at: Thu, 06 Apr 2017 15:48:32 GMT +- request: + method: put + uri: http://localhost:3200/source/home:other_user/package_21/_meta + body: + encoding: UTF-8 + string: | + + + <description/> + </package> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '113' + body: + encoding: UTF-8 + string: | + <package name="package_21" project="home:other_user"> + <title> + + + http_version: + recorded_at: Thu, 06 Apr 2017 15:48:32 GMT +recorded_with: VCR 3.0.3 diff --git a/src/api/spec/cassettes/Webui_ProjectController/GET_status/with_default_filters/1_41_1_4.yml b/src/api/spec/cassettes/Webui_ProjectController/GET_status/with_default_filters/1_41_1_4.yml new file mode 100644 index 00000000000..6f30e622333 --- /dev/null +++ b/src/api/spec/cassettes/Webui_ProjectController/GET_status/with_default_filters/1_41_1_4.yml @@ -0,0 +1,557 @@ +--- +http_interactions: +- request: + method: put + uri: http://localhost:3200/source/home:tom/_meta?user=tom + body: + encoding: UTF-8 + string: | + + + <description/> + <person userid="tom" role="maintainer"/> + </project> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '129' + body: + encoding: UTF-8 + string: | + <project name="home:tom"> + <title> + + + + http_version: + recorded_at: Thu, 06 Apr 2017 11:33:45 GMT +- request: + method: put + uri: http://localhost:3200/source/home:other_user/_meta?user=other_user + body: + encoding: UTF-8 + string: | + + + <description/> + <person userid="other_user" role="maintainer"/> + </project> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '143' + body: + encoding: UTF-8 + string: | + <project name="home:other_user"> + <title> + + + + http_version: + recorded_at: Thu, 06 Apr 2017 11:33:45 GMT +- request: + method: put + uri: http://localhost:3200/source/home:other_user/develpackage/_meta?user=_nobody_ + body: + encoding: UTF-8 + string: | + + + <description/> + </package> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '115' + body: + encoding: UTF-8 + string: | + <package name="develpackage" project="home:other_user"> + <title> + + + http_version: + recorded_at: Thu, 06 Apr 2017 11:33:45 GMT +- request: + method: put + uri: http://localhost:3200/source/home:other_user/develpackage/_meta + body: + encoding: UTF-8 + string: | + + + <description/> + </package> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '115' + body: + encoding: UTF-8 + string: | + <package name="develpackage" project="home:other_user"> + <title> + + + http_version: + recorded_at: Thu, 06 Apr 2017 11:33:45 GMT +- request: + method: put + uri: http://localhost:3200/source/home:tom/package_with_develpackage/_meta?user=_nobody_ + body: + encoding: UTF-8 + string: | + + + <description/> + <devel project="home:other_user" package="develpackage"/> + </package> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '182' + body: + encoding: UTF-8 + string: | + <package name="package_with_develpackage" project="home:tom"> + <title> + + + + http_version: + recorded_at: Thu, 06 Apr 2017 11:33:45 GMT +- request: + method: put + uri: http://localhost:3200/source/home:tom/package_with_develpackage/_meta + body: + encoding: UTF-8 + string: | + + + <description/> + <devel project="home:other_user" package="develpackage"/> + </package> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '182' + body: + encoding: UTF-8 + string: | + <package name="package_with_develpackage" project="home:tom"> + <title> + + + + http_version: + recorded_at: Thu, 06 Apr 2017 11:33:45 GMT +- request: + method: put + uri: http://localhost:3200/source/home:other_user/package_10/_meta?user=_nobody_ + body: + encoding: UTF-8 + string: | + + + <description/> + </package> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '113' + body: + encoding: UTF-8 + string: | + <package name="package_10" project="home:other_user"> + <title> + + + http_version: + recorded_at: Thu, 06 Apr 2017 11:33:45 GMT +- request: + method: put + uri: http://localhost:3200/source/home:other_user/package_10/_meta + body: + encoding: UTF-8 + string: | + + + <description/> + </package> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '113' + body: + encoding: UTF-8 + string: | + <package name="package_10" project="home:other_user"> + <title> + + + http_version: + recorded_at: Thu, 06 Apr 2017 11:33:45 GMT +- request: + method: put + uri: http://localhost:3200/source/home:other_user/package_9/_meta?user=_nobody_ + body: + encoding: UTF-8 + string: | + + + <description/> + </package> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '112' + body: + encoding: UTF-8 + string: | + <package name="package_9" project="home:other_user"> + <title> + + + http_version: + recorded_at: Thu, 06 Apr 2017 15:38:46 GMT +- request: + method: put + uri: http://localhost:3200/source/home:other_user/package_9/_meta + body: + encoding: UTF-8 + string: | + + + <description/> + </package> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '112' + body: + encoding: UTF-8 + string: | + <package name="package_9" project="home:other_user"> + <title> + + + http_version: + recorded_at: Thu, 06 Apr 2017 15:38:46 GMT +- request: + method: put + uri: http://localhost:3200/source/home:other_user/package_19/_meta?user=_nobody_ + body: + encoding: UTF-8 + string: | + + + <description/> + </package> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '113' + body: + encoding: UTF-8 + string: | + <package name="package_19" project="home:other_user"> + <title> + + + http_version: + recorded_at: Thu, 06 Apr 2017 15:48:31 GMT +- request: + method: put + uri: http://localhost:3200/source/home:other_user/package_19/_meta + body: + encoding: UTF-8 + string: | + + + <description/> + </package> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '113' + body: + encoding: UTF-8 + string: | + <package name="package_19" project="home:other_user"> + <title> + + + http_version: + recorded_at: Thu, 06 Apr 2017 15:48:31 GMT +- request: + method: put + uri: http://localhost:3200/source/home:other_user/package_2/_meta?user=_nobody_ + body: + encoding: UTF-8 + string: | + + + <description/> + </package> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '112' + body: + encoding: UTF-8 + string: | + <package name="package_2" project="home:other_user"> + <title> + + + http_version: + recorded_at: Thu, 06 Apr 2017 15:49:28 GMT +- request: + method: put + uri: http://localhost:3200/source/home:other_user/package_2/_meta + body: + encoding: UTF-8 + string: | + + + <description/> + </package> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '112' + body: + encoding: UTF-8 + string: | + <package name="package_2" project="home:other_user"> + <title> + + + http_version: + recorded_at: Thu, 06 Apr 2017 15:49:28 GMT +recorded_with: VCR 3.0.3 diff --git a/src/api/spec/cassettes/Webui_ProjectController/GET_status/with_default_filters/1_41_1_5.yml b/src/api/spec/cassettes/Webui_ProjectController/GET_status/with_default_filters/1_41_1_5.yml new file mode 100644 index 00000000000..df40bee1a93 --- /dev/null +++ b/src/api/spec/cassettes/Webui_ProjectController/GET_status/with_default_filters/1_41_1_5.yml @@ -0,0 +1,988 @@ +--- +http_interactions: +- request: + method: get + uri: http://localhost:3200/source/home:other_user/develpackage?nofilename=1&view=info&withchangesmd5=1 + body: + encoding: US-ASCII + string: '' + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 404 + message: project 'home other_user' does not exist + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '158' + body: + encoding: UTF-8 + string: | + + project 'home:other_user' does not exist +
404 project 'home:other_user' does not exist
+
+ http_version: + recorded_at: Wed, 05 Apr 2017 15:06:35 GMT +- request: + method: get + uri: http://localhost:3200/source/home:other_user/develpackage + body: + encoding: US-ASCII + string: '' + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 404 + message: project 'home other_user' does not exist + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '158' + body: + encoding: UTF-8 + string: | + + project 'home:other_user' does not exist +
404 project 'home:other_user' does not exist
+
+ http_version: + recorded_at: Wed, 05 Apr 2017 15:06:35 GMT +- request: + method: post + uri: http://localhost:3200/source/home:other_user/develpackage?cmd=diff&linkrev=base&onlyissues=1&orev=0&view=xml + body: + encoding: UTF-8 + string: '' + headers: + Content-Type: + - application/octet-stream + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 404 + message: project 'home other_user' does not exist + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '158' + body: + encoding: UTF-8 + string: | + + project 'home:other_user' does not exist +
404 project 'home:other_user' does not exist
+
+ http_version: + recorded_at: Wed, 05 Apr 2017 15:06:35 GMT +- request: + method: get + uri: http://localhost:3200/source/home:tom/package_with_develpackage?nofilename=1&view=info&withchangesmd5=1 + body: + encoding: US-ASCII + string: '' + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '135' + body: + encoding: UTF-8 + string: | + + 404 package 'package_with_develpackage' does not exist + + http_version: + recorded_at: Wed, 05 Apr 2017 15:06:35 GMT +- request: + method: get + uri: http://localhost:3200/source/home:tom/package_with_develpackage + body: + encoding: US-ASCII + string: '' + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 404 + message: package 'package_with_develpackage' does not exist + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '178' + body: + encoding: UTF-8 + string: | + + package 'package_with_develpackage' does not exist +
404 package 'package_with_develpackage' does not exist
+
+ http_version: + recorded_at: Wed, 05 Apr 2017 15:06:35 GMT +- request: + method: post + uri: http://localhost:3200/source/home:tom/package_with_develpackage?cmd=diff&linkrev=base&onlyissues=1&orev=0&view=xml + body: + encoding: UTF-8 + string: '' + headers: + Content-Type: + - application/octet-stream + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 404 + message: package 'package_with_develpackage' does not exist + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '178' + body: + encoding: UTF-8 + string: | + + package 'package_with_develpackage' does not exist +
404 package 'package_with_develpackage' does not exist
+
+ http_version: + recorded_at: Wed, 05 Apr 2017 15:06:35 GMT +- request: + method: get + uri: http://localhost:3200/getprojpack?expandedrepos&nopackages&project=home:tom&withrepos + body: + encoding: US-ASCII + string: '' + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '1823' + body: + encoding: ASCII-8BIT + string: !binary |- + PHByb2pwYWNrIHJlcG9pZD0iMTkxMDIwNzg4Ij4KICA8cHJvamVjdCBuYW1lPSJob21lOnRvbSI+CiAgICA8dGl0bGU+0K3RgtGR0LDQvCDQstC+0LrRj9Cx0Y7RhyDQtdGO0LYg0Y3QuDwvdGl0bGU+CiAgICA8ZGVzY3JpcHRpb24+56qe57aG6IWkIOWfseWoteW+liDmuK7mubjmuaQg5q6gIOWUsuWglCwg5buy57GX57O0IOmGhumLjemejiDom6Poornot5wg5rym5r6MIOi3rCwg5bueIOmWjembiCDngYnnpK3omKAg6biZ6K6f6ZKDIOi4mSDoq6joq78g5qOw5qS75qWSIOeNq+eYr+eauyDmv57mv6Lnh6gsIOiqmeizl+i3vyDop7borYjorYAg57CF57itIOiqmSwg6YuxIOamk+eUguedriDolIrok7TolJYg6YyJ6ZyLIOicreicuOimnyDng7rnhIbnkIAg5oWh5oirIOa+giwg5qaz5qaTIOimv+iuhOiuhSDnparnrLDnrLEg5bG05aW/5bCVIOaGiSwg5YOj5YqB5ZiVIOmHuOmHquWCmyDlqJ7lvLPlvLAg6Z+OIOaUh+arpyDpiocg6ba36beH6ba+IOiguOihi+mGviDmtb3ng6IsIOi8mOi8oOi8lyDotqHotpvouKAg57SS57+AIOi3vywg5Zi9IOiUsOidr+iduiDouobovZbovZUg5ae05oCkIOeut+eur+e3tyDpiIrph7/plo0g5oOA5qG3IOaFliwg6bei6buz6by2IOm8j+WZs+WiuiDmopzmt4rmt60g6YmMIOaQi+acoCDluZMg5Z6l5aiAIOmEnOmFs+mKqiDmm5LmqoPmqpEg6bS46byi5puYLCDmupnmu4rnhYEg6aa75ZmI5au2IOavvOavuSDmu40sIOm9peW7siDluYsg5YSu5ay85oerIOamk+eUguedriDovZ7pqLnpvJo8L2Rlc2NyaXB0aW9uPgogICAgPHJlcG9zaXRvcnkgbmFtZT0iaG9tZV9jb29sb19zdGFuZGFyZCI+CiAgICAgIDxwYXRoIHByb2plY3Q9ImhvbWU6dG9tIiByZXBvc2l0b3J5PSJob21lX2Nvb2xvX3N0YW5kYXJkIiAvPgogICAgICA8cGF0aCBwcm9qZWN0PSJCYXNlRGlzdHJvMyIgcmVwb3NpdG9yeT0iQmFzZURpc3RybzNfcmVwbyIgLz4KICAgICAgPHBhdGggcHJvamVjdD0iaG9tZTpjb29sbyIgcmVwb3NpdG9yeT0ic3RhbmRhcmQiIC8+CiAgICAgIDxiYXNlIHByb2plY3Q9ImhvbWU6Y29vbG8iIHJlcG9zaXRvcnk9InN0YW5kYXJkIiAvPgogICAgICA8YXJjaD5pNTg2PC9hcmNoPgogICAgICA8YXJjaD54ODZfNjQ8L2FyY2g+CiAgICA8L3JlcG9zaXRvcnk+CiAgICA8cmVwb3NpdG9yeSBuYW1lPSJob21lX2Fkcmlhbl9Qcm90ZWN0aW9uVGVzdF9yZXBvIj4KICAgICAgPHBhdGggcHJvamVjdD0iaG9tZTp0b20iIHJlcG9zaXRvcnk9ImhvbWVfYWRyaWFuX1Byb3RlY3Rpb25UZXN0X3JlcG8iIC8+CiAgICAgIDxwYXRoIHByb2plY3Q9ImhvbWU6YWRyaWFuOlByb3RlY3Rpb25UZXN0IiByZXBvc2l0b3J5PSJyZXBvIiAvPgogICAgICA8YmFzZSBwcm9qZWN0PSJob21lOmFkcmlhbjpQcm90ZWN0aW9uVGVzdCIgcmVwb3NpdG9yeT0icmVwbyIgLz4KICAgICAgPGFyY2g+aTU4NjwvYXJjaD4KICAgICAgPGFyY2g+eDg2XzY0PC9hcmNoPgogICAgPC9yZXBvc2l0b3J5PgogICAgPHJlcG9zaXRvcnkgbmFtZT0iU291cmNlcHJvdGVjdGVkUHJvamVjdF9yZXBvIj4KICAgICAgPHBhdGggcHJvamVjdD0iaG9tZTp0b20iIHJlcG9zaXRvcnk9IlNvdXJjZXByb3RlY3RlZFByb2plY3RfcmVwbyIgLz4KICAgICAgPHBhdGggcHJvamVjdD0iQmFzZURpc3RybzMiIHJlcG9zaXRvcnk9IkJhc2VEaXN0cm8zX3JlcG8iIC8+CiAgICAgIDxiYXNlIHByb2plY3Q9IkJhc2VEaXN0cm8zIiByZXBvc2l0b3J5PSJCYXNlRGlzdHJvM19yZXBvIiAvPgogICAgICA8YXJjaD5pNTg2PC9hcmNoPgogICAgICA8YXJjaD54ODZfNjQ8L2FyY2g+CiAgICA8L3JlcG9zaXRvcnk+CiAgPC9wcm9qZWN0Pgo8L3Byb2pwYWNrPgo= + http_version: + recorded_at: Wed, 05 Apr 2017 15:06:35 GMT +- request: + method: get + uri: http://localhost:3200/build/home:tom/home_coolo_standard/i586/_jobhistory?code=lastfailures + body: + encoding: US-ASCII + string: '' + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '16' + body: + encoding: UTF-8 + string: "\n" + http_version: + recorded_at: Wed, 05 Apr 2017 15:06:35 GMT +- request: + method: get + uri: http://localhost:3200/build/home:tom/home_coolo_standard/x86_64/_jobhistory?code=lastfailures + body: + encoding: US-ASCII + string: '' + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '16' + body: + encoding: UTF-8 + string: "\n" + http_version: + recorded_at: Wed, 05 Apr 2017 15:06:35 GMT +- request: + method: get + uri: http://localhost:3200/build/home:tom/home_adrian_ProtectionTest_repo/i586/_jobhistory?code=lastfailures + body: + encoding: US-ASCII + string: '' + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '16' + body: + encoding: UTF-8 + string: "\n" + http_version: + recorded_at: Wed, 05 Apr 2017 15:06:35 GMT +- request: + method: get + uri: http://localhost:3200/build/home:tom/home_adrian_ProtectionTest_repo/x86_64/_jobhistory?code=lastfailures + body: + encoding: US-ASCII + string: '' + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '16' + body: + encoding: UTF-8 + string: "\n" + http_version: + recorded_at: Wed, 05 Apr 2017 15:06:35 GMT +- request: + method: get + uri: http://localhost:3200/build/home:tom/SourceprotectedProject_repo/i586/_jobhistory?code=lastfailures + body: + encoding: US-ASCII + string: '' + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '16' + body: + encoding: UTF-8 + string: "\n" + http_version: + recorded_at: Wed, 05 Apr 2017 15:06:35 GMT +- request: + method: get + uri: http://localhost:3200/build/home:tom/SourceprotectedProject_repo/x86_64/_jobhistory?code=lastfailures + body: + encoding: US-ASCII + string: '' + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '16' + body: + encoding: UTF-8 + string: "\n" + http_version: + recorded_at: Wed, 05 Apr 2017 15:06:35 GMT +- request: + method: put + uri: http://localhost:3200/source/home:tom/_meta?user=tom + body: + encoding: UTF-8 + string: | + + + <description/> + <person userid="tom" role="maintainer"/> + </project> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '129' + body: + encoding: UTF-8 + string: | + <project name="home:tom"> + <title> + + + + http_version: + recorded_at: Thu, 06 Apr 2017 11:33:44 GMT +- request: + method: put + uri: http://localhost:3200/source/home:other_user/_meta?user=other_user + body: + encoding: UTF-8 + string: | + + + <description/> + <person userid="other_user" role="maintainer"/> + </project> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '143' + body: + encoding: UTF-8 + string: | + <project name="home:other_user"> + <title> + + + + http_version: + recorded_at: Thu, 06 Apr 2017 11:33:44 GMT +- request: + method: put + uri: http://localhost:3200/source/home:other_user/develpackage/_meta?user=_nobody_ + body: + encoding: UTF-8 + string: | + + + <description/> + </package> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '115' + body: + encoding: UTF-8 + string: | + <package name="develpackage" project="home:other_user"> + <title> + + + http_version: + recorded_at: Thu, 06 Apr 2017 11:33:44 GMT +- request: + method: put + uri: http://localhost:3200/source/home:other_user/develpackage/_meta + body: + encoding: UTF-8 + string: | + + + <description/> + </package> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '115' + body: + encoding: UTF-8 + string: | + <package name="develpackage" project="home:other_user"> + <title> + + + http_version: + recorded_at: Thu, 06 Apr 2017 11:33:44 GMT +- request: + method: put + uri: http://localhost:3200/source/home:tom/package_with_develpackage/_meta?user=_nobody_ + body: + encoding: UTF-8 + string: | + + + <description/> + <devel project="home:other_user" package="develpackage"/> + </package> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '182' + body: + encoding: UTF-8 + string: | + <package name="package_with_develpackage" project="home:tom"> + <title> + + + + http_version: + recorded_at: Thu, 06 Apr 2017 11:33:44 GMT +- request: + method: put + uri: http://localhost:3200/source/home:tom/package_with_develpackage/_meta + body: + encoding: UTF-8 + string: | + + + <description/> + <devel project="home:other_user" package="develpackage"/> + </package> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '182' + body: + encoding: UTF-8 + string: | + <package name="package_with_develpackage" project="home:tom"> + <title> + + + + http_version: + recorded_at: Thu, 06 Apr 2017 11:33:44 GMT +- request: + method: put + uri: http://localhost:3200/source/home:other_user/package_9/_meta?user=_nobody_ + body: + encoding: UTF-8 + string: | + + + <description/> + </package> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '112' + body: + encoding: UTF-8 + string: | + <package name="package_9" project="home:other_user"> + <title> + + + http_version: + recorded_at: Thu, 06 Apr 2017 11:33:44 GMT +- request: + method: put + uri: http://localhost:3200/source/home:other_user/package_9/_meta + body: + encoding: UTF-8 + string: | + + + <description/> + </package> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '112' + body: + encoding: UTF-8 + string: | + <package name="package_9" project="home:other_user"> + <title> + + + http_version: + recorded_at: Thu, 06 Apr 2017 11:33:44 GMT +- request: + method: put + uri: http://localhost:3200/source/home:other_user/package_10/_meta?user=_nobody_ + body: + encoding: UTF-8 + string: | + + + <description/> + </package> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '113' + body: + encoding: UTF-8 + string: | + <package name="package_10" project="home:other_user"> + <title> + + + http_version: + recorded_at: Thu, 06 Apr 2017 15:38:47 GMT +- request: + method: put + uri: http://localhost:3200/source/home:other_user/package_10/_meta + body: + encoding: UTF-8 + string: | + + + <description/> + </package> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '113' + body: + encoding: UTF-8 + string: | + <package name="package_10" project="home:other_user"> + <title> + + + http_version: + recorded_at: Thu, 06 Apr 2017 15:38:47 GMT +- request: + method: put + uri: http://localhost:3200/source/home:other_user/package_24/_meta?user=_nobody_ + body: + encoding: UTF-8 + string: | + + + <description/> + </package> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '113' + body: + encoding: UTF-8 + string: | + <package name="package_24" project="home:other_user"> + <title> + + + http_version: + recorded_at: Thu, 06 Apr 2017 15:48:32 GMT +- request: + method: put + uri: http://localhost:3200/source/home:other_user/package_24/_meta + body: + encoding: UTF-8 + string: | + + + <description/> + </package> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '113' + body: + encoding: UTF-8 + string: | + <package name="package_24" project="home:other_user"> + <title> + + + http_version: + recorded_at: Thu, 06 Apr 2017 15:48:32 GMT +- request: + method: put + uri: http://localhost:3200/source/home:other_user/package_7/_meta?user=_nobody_ + body: + encoding: UTF-8 + string: | + + + <description/> + </package> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '112' + body: + encoding: UTF-8 + string: | + <package name="package_7" project="home:other_user"> + <title> + + + http_version: + recorded_at: Thu, 06 Apr 2017 15:49:29 GMT +- request: + method: put + uri: http://localhost:3200/source/home:other_user/package_7/_meta + body: + encoding: UTF-8 + string: | + + + <description/> + </package> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '112' + body: + encoding: UTF-8 + string: | + <package name="package_7" project="home:other_user"> + <title> + + + http_version: + recorded_at: Thu, 06 Apr 2017 15:49:29 GMT +recorded_with: VCR 3.0.3 diff --git a/src/api/spec/cassettes/Webui_ProjectController/GET_status/with_default_filters/1_41_1_6.yml b/src/api/spec/cassettes/Webui_ProjectController/GET_status/with_default_filters/1_41_1_6.yml new file mode 100644 index 00000000000..badfe49b887 --- /dev/null +++ b/src/api/spec/cassettes/Webui_ProjectController/GET_status/with_default_filters/1_41_1_6.yml @@ -0,0 +1,557 @@ +--- +http_interactions: +- request: + method: put + uri: http://localhost:3200/source/home:tom/_meta?user=tom + body: + encoding: UTF-8 + string: | + + + <description/> + <person userid="tom" role="maintainer"/> + </project> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '129' + body: + encoding: UTF-8 + string: | + <project name="home:tom"> + <title> + + + + http_version: + recorded_at: Thu, 06 Apr 2017 11:33:45 GMT +- request: + method: put + uri: http://localhost:3200/source/home:other_user/_meta?user=other_user + body: + encoding: UTF-8 + string: | + + + <description/> + <person userid="other_user" role="maintainer"/> + </project> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '143' + body: + encoding: UTF-8 + string: | + <project name="home:other_user"> + <title> + + + + http_version: + recorded_at: Thu, 06 Apr 2017 11:33:46 GMT +- request: + method: put + uri: http://localhost:3200/source/home:other_user/develpackage/_meta?user=_nobody_ + body: + encoding: UTF-8 + string: | + + + <description/> + </package> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '115' + body: + encoding: UTF-8 + string: | + <package name="develpackage" project="home:other_user"> + <title> + + + http_version: + recorded_at: Thu, 06 Apr 2017 11:33:46 GMT +- request: + method: put + uri: http://localhost:3200/source/home:other_user/develpackage/_meta + body: + encoding: UTF-8 + string: | + + + <description/> + </package> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '115' + body: + encoding: UTF-8 + string: | + <package name="develpackage" project="home:other_user"> + <title> + + + http_version: + recorded_at: Thu, 06 Apr 2017 11:33:46 GMT +- request: + method: put + uri: http://localhost:3200/source/home:tom/package_with_develpackage/_meta?user=_nobody_ + body: + encoding: UTF-8 + string: | + + + <description/> + <devel project="home:other_user" package="develpackage"/> + </package> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '182' + body: + encoding: UTF-8 + string: | + <package name="package_with_develpackage" project="home:tom"> + <title> + + + + http_version: + recorded_at: Thu, 06 Apr 2017 11:33:46 GMT +- request: + method: put + uri: http://localhost:3200/source/home:tom/package_with_develpackage/_meta + body: + encoding: UTF-8 + string: | + + + <description/> + <devel project="home:other_user" package="develpackage"/> + </package> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '182' + body: + encoding: UTF-8 + string: | + <package name="package_with_develpackage" project="home:tom"> + <title> + + + + http_version: + recorded_at: Thu, 06 Apr 2017 11:33:46 GMT +- request: + method: put + uri: http://localhost:3200/source/home:other_user/package_12/_meta?user=_nobody_ + body: + encoding: UTF-8 + string: | + + + <description/> + </package> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '113' + body: + encoding: UTF-8 + string: | + <package name="package_12" project="home:other_user"> + <title> + + + http_version: + recorded_at: Thu, 06 Apr 2017 11:33:46 GMT +- request: + method: put + uri: http://localhost:3200/source/home:other_user/package_12/_meta + body: + encoding: UTF-8 + string: | + + + <description/> + </package> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '113' + body: + encoding: UTF-8 + string: | + <package name="package_12" project="home:other_user"> + <title> + + + http_version: + recorded_at: Thu, 06 Apr 2017 11:33:46 GMT +- request: + method: put + uri: http://localhost:3200/source/home:other_user/package_6/_meta?user=_nobody_ + body: + encoding: UTF-8 + string: | + + + <description/> + </package> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '112' + body: + encoding: UTF-8 + string: | + <package name="package_6" project="home:other_user"> + <title> + + + http_version: + recorded_at: Thu, 06 Apr 2017 15:38:45 GMT +- request: + method: put + uri: http://localhost:3200/source/home:other_user/package_6/_meta + body: + encoding: UTF-8 + string: | + + + <description/> + </package> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '112' + body: + encoding: UTF-8 + string: | + <package name="package_6" project="home:other_user"> + <title> + + + http_version: + recorded_at: Thu, 06 Apr 2017 15:38:45 GMT +- request: + method: put + uri: http://localhost:3200/source/home:other_user/package_18/_meta?user=_nobody_ + body: + encoding: UTF-8 + string: | + + + <description/> + </package> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '113' + body: + encoding: UTF-8 + string: | + <package name="package_18" project="home:other_user"> + <title> + + + http_version: + recorded_at: Thu, 06 Apr 2017 15:48:31 GMT +- request: + method: put + uri: http://localhost:3200/source/home:other_user/package_18/_meta + body: + encoding: UTF-8 + string: | + + + <description/> + </package> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '113' + body: + encoding: UTF-8 + string: | + <package name="package_18" project="home:other_user"> + <title> + + + http_version: + recorded_at: Thu, 06 Apr 2017 15:48:31 GMT +- request: + method: put + uri: http://localhost:3200/source/home:other_user/package_9/_meta?user=_nobody_ + body: + encoding: UTF-8 + string: | + + + <description/> + </package> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '112' + body: + encoding: UTF-8 + string: | + <package name="package_9" project="home:other_user"> + <title> + + + http_version: + recorded_at: Thu, 06 Apr 2017 15:49:30 GMT +- request: + method: put + uri: http://localhost:3200/source/home:other_user/package_9/_meta + body: + encoding: UTF-8 + string: | + + + <description/> + </package> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '112' + body: + encoding: UTF-8 + string: | + <package name="package_9" project="home:other_user"> + <title> + + + http_version: + recorded_at: Thu, 06 Apr 2017 15:49:30 GMT +recorded_with: VCR 3.0.3 diff --git a/src/api/spec/cassettes/Webui_ProjectController/GET_status/with_default_filters/1_41_1_7.yml b/src/api/spec/cassettes/Webui_ProjectController/GET_status/with_default_filters/1_41_1_7.yml new file mode 100644 index 00000000000..73b34d4ba03 --- /dev/null +++ b/src/api/spec/cassettes/Webui_ProjectController/GET_status/with_default_filters/1_41_1_7.yml @@ -0,0 +1,988 @@ +--- +http_interactions: +- request: + method: get + uri: http://localhost:3200/source/home:other_user/develpackage?nofilename=1&view=info&withchangesmd5=1 + body: + encoding: US-ASCII + string: '' + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 404 + message: project 'home other_user' does not exist + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '158' + body: + encoding: UTF-8 + string: | + + project 'home:other_user' does not exist +
404 project 'home:other_user' does not exist
+
+ http_version: + recorded_at: Thu, 06 Apr 2017 08:57:40 GMT +- request: + method: get + uri: http://localhost:3200/source/home:other_user/develpackage + body: + encoding: US-ASCII + string: '' + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 404 + message: project 'home other_user' does not exist + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '158' + body: + encoding: UTF-8 + string: | + + project 'home:other_user' does not exist +
404 project 'home:other_user' does not exist
+
+ http_version: + recorded_at: Thu, 06 Apr 2017 08:57:40 GMT +- request: + method: post + uri: http://localhost:3200/source/home:other_user/develpackage?cmd=diff&linkrev=base&onlyissues=1&orev=0&view=xml + body: + encoding: UTF-8 + string: '' + headers: + Content-Type: + - application/octet-stream + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 404 + message: project 'home other_user' does not exist + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '158' + body: + encoding: UTF-8 + string: | + + project 'home:other_user' does not exist +
404 project 'home:other_user' does not exist
+
+ http_version: + recorded_at: Thu, 06 Apr 2017 08:57:40 GMT +- request: + method: get + uri: http://localhost:3200/source/home:tom/package_with_develpackage?nofilename=1&view=info&withchangesmd5=1 + body: + encoding: US-ASCII + string: '' + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '135' + body: + encoding: UTF-8 + string: | + + 404 package 'package_with_develpackage' does not exist + + http_version: + recorded_at: Thu, 06 Apr 2017 08:57:40 GMT +- request: + method: get + uri: http://localhost:3200/source/home:tom/package_with_develpackage + body: + encoding: US-ASCII + string: '' + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 404 + message: package 'package_with_develpackage' does not exist + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '178' + body: + encoding: UTF-8 + string: | + + package 'package_with_develpackage' does not exist +
404 package 'package_with_develpackage' does not exist
+
+ http_version: + recorded_at: Thu, 06 Apr 2017 08:57:40 GMT +- request: + method: post + uri: http://localhost:3200/source/home:tom/package_with_develpackage?cmd=diff&linkrev=base&onlyissues=1&orev=0&view=xml + body: + encoding: UTF-8 + string: '' + headers: + Content-Type: + - application/octet-stream + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 404 + message: package 'package_with_develpackage' does not exist + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '178' + body: + encoding: UTF-8 + string: | + + package 'package_with_develpackage' does not exist +
404 package 'package_with_develpackage' does not exist
+
+ http_version: + recorded_at: Thu, 06 Apr 2017 08:57:40 GMT +- request: + method: get + uri: http://localhost:3200/getprojpack?expandedrepos&nopackages&project=home:tom&withrepos + body: + encoding: US-ASCII + string: '' + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '1823' + body: + encoding: ASCII-8BIT + string: !binary |- + PHByb2pwYWNrIHJlcG9pZD0iMTkxMDIwNzg4Ij4KICA8cHJvamVjdCBuYW1lPSJob21lOnRvbSI+CiAgICA8dGl0bGU+0K3RgtGR0LDQvCDQstC+0LrRj9Cx0Y7RhyDQtdGO0LYg0Y3QuDwvdGl0bGU+CiAgICA8ZGVzY3JpcHRpb24+56qe57aG6IWkIOWfseWoteW+liDmuK7mubjmuaQg5q6gIOWUsuWglCwg5buy57GX57O0IOmGhumLjemejiDom6Poornot5wg5rym5r6MIOi3rCwg5bueIOmWjembiCDngYnnpK3omKAg6biZ6K6f6ZKDIOi4mSDoq6joq78g5qOw5qS75qWSIOeNq+eYr+eauyDmv57mv6Lnh6gsIOiqmeizl+i3vyDop7borYjorYAg57CF57itIOiqmSwg6YuxIOamk+eUguedriDolIrok7TolJYg6YyJ6ZyLIOicreicuOimnyDng7rnhIbnkIAg5oWh5oirIOa+giwg5qaz5qaTIOimv+iuhOiuhSDnparnrLDnrLEg5bG05aW/5bCVIOaGiSwg5YOj5YqB5ZiVIOmHuOmHquWCmyDlqJ7lvLPlvLAg6Z+OIOaUh+arpyDpiocg6ba36beH6ba+IOiguOihi+mGviDmtb3ng6IsIOi8mOi8oOi8lyDotqHotpvouKAg57SS57+AIOi3vywg5Zi9IOiUsOidr+iduiDouobovZbovZUg5ae05oCkIOeut+eur+e3tyDpiIrph7/plo0g5oOA5qG3IOaFliwg6bei6buz6by2IOm8j+WZs+WiuiDmopzmt4rmt60g6YmMIOaQi+acoCDluZMg5Z6l5aiAIOmEnOmFs+mKqiDmm5LmqoPmqpEg6bS46byi5puYLCDmupnmu4rnhYEg6aa75ZmI5au2IOavvOavuSDmu40sIOm9peW7siDluYsg5YSu5ay85oerIOamk+eUguedriDovZ7pqLnpvJo8L2Rlc2NyaXB0aW9uPgogICAgPHJlcG9zaXRvcnkgbmFtZT0iaG9tZV9jb29sb19zdGFuZGFyZCI+CiAgICAgIDxwYXRoIHByb2plY3Q9ImhvbWU6dG9tIiByZXBvc2l0b3J5PSJob21lX2Nvb2xvX3N0YW5kYXJkIiAvPgogICAgICA8cGF0aCBwcm9qZWN0PSJCYXNlRGlzdHJvMyIgcmVwb3NpdG9yeT0iQmFzZURpc3RybzNfcmVwbyIgLz4KICAgICAgPHBhdGggcHJvamVjdD0iaG9tZTpjb29sbyIgcmVwb3NpdG9yeT0ic3RhbmRhcmQiIC8+CiAgICAgIDxiYXNlIHByb2plY3Q9ImhvbWU6Y29vbG8iIHJlcG9zaXRvcnk9InN0YW5kYXJkIiAvPgogICAgICA8YXJjaD5pNTg2PC9hcmNoPgogICAgICA8YXJjaD54ODZfNjQ8L2FyY2g+CiAgICA8L3JlcG9zaXRvcnk+CiAgICA8cmVwb3NpdG9yeSBuYW1lPSJob21lX2Fkcmlhbl9Qcm90ZWN0aW9uVGVzdF9yZXBvIj4KICAgICAgPHBhdGggcHJvamVjdD0iaG9tZTp0b20iIHJlcG9zaXRvcnk9ImhvbWVfYWRyaWFuX1Byb3RlY3Rpb25UZXN0X3JlcG8iIC8+CiAgICAgIDxwYXRoIHByb2plY3Q9ImhvbWU6YWRyaWFuOlByb3RlY3Rpb25UZXN0IiByZXBvc2l0b3J5PSJyZXBvIiAvPgogICAgICA8YmFzZSBwcm9qZWN0PSJob21lOmFkcmlhbjpQcm90ZWN0aW9uVGVzdCIgcmVwb3NpdG9yeT0icmVwbyIgLz4KICAgICAgPGFyY2g+aTU4NjwvYXJjaD4KICAgICAgPGFyY2g+eDg2XzY0PC9hcmNoPgogICAgPC9yZXBvc2l0b3J5PgogICAgPHJlcG9zaXRvcnkgbmFtZT0iU291cmNlcHJvdGVjdGVkUHJvamVjdF9yZXBvIj4KICAgICAgPHBhdGggcHJvamVjdD0iaG9tZTp0b20iIHJlcG9zaXRvcnk9IlNvdXJjZXByb3RlY3RlZFByb2plY3RfcmVwbyIgLz4KICAgICAgPHBhdGggcHJvamVjdD0iQmFzZURpc3RybzMiIHJlcG9zaXRvcnk9IkJhc2VEaXN0cm8zX3JlcG8iIC8+CiAgICAgIDxiYXNlIHByb2plY3Q9IkJhc2VEaXN0cm8zIiByZXBvc2l0b3J5PSJCYXNlRGlzdHJvM19yZXBvIiAvPgogICAgICA8YXJjaD5pNTg2PC9hcmNoPgogICAgICA8YXJjaD54ODZfNjQ8L2FyY2g+CiAgICA8L3JlcG9zaXRvcnk+CiAgPC9wcm9qZWN0Pgo8L3Byb2pwYWNrPgo= + http_version: + recorded_at: Thu, 06 Apr 2017 08:57:40 GMT +- request: + method: get + uri: http://localhost:3200/build/home:tom/home_coolo_standard/i586/_jobhistory?code=lastfailures + body: + encoding: US-ASCII + string: '' + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '16' + body: + encoding: UTF-8 + string: "\n" + http_version: + recorded_at: Thu, 06 Apr 2017 08:57:40 GMT +- request: + method: get + uri: http://localhost:3200/build/home:tom/home_coolo_standard/x86_64/_jobhistory?code=lastfailures + body: + encoding: US-ASCII + string: '' + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '16' + body: + encoding: UTF-8 + string: "\n" + http_version: + recorded_at: Thu, 06 Apr 2017 08:57:40 GMT +- request: + method: get + uri: http://localhost:3200/build/home:tom/home_adrian_ProtectionTest_repo/i586/_jobhistory?code=lastfailures + body: + encoding: US-ASCII + string: '' + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '16' + body: + encoding: UTF-8 + string: "\n" + http_version: + recorded_at: Thu, 06 Apr 2017 08:57:40 GMT +- request: + method: get + uri: http://localhost:3200/build/home:tom/home_adrian_ProtectionTest_repo/x86_64/_jobhistory?code=lastfailures + body: + encoding: US-ASCII + string: '' + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '16' + body: + encoding: UTF-8 + string: "\n" + http_version: + recorded_at: Thu, 06 Apr 2017 08:57:40 GMT +- request: + method: get + uri: http://localhost:3200/build/home:tom/SourceprotectedProject_repo/i586/_jobhistory?code=lastfailures + body: + encoding: US-ASCII + string: '' + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '16' + body: + encoding: UTF-8 + string: "\n" + http_version: + recorded_at: Thu, 06 Apr 2017 08:57:40 GMT +- request: + method: get + uri: http://localhost:3200/build/home:tom/SourceprotectedProject_repo/x86_64/_jobhistory?code=lastfailures + body: + encoding: US-ASCII + string: '' + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '16' + body: + encoding: UTF-8 + string: "\n" + http_version: + recorded_at: Thu, 06 Apr 2017 08:57:40 GMT +- request: + method: put + uri: http://localhost:3200/source/home:tom/_meta?user=tom + body: + encoding: UTF-8 + string: | + + + <description/> + <person userid="tom" role="maintainer"/> + </project> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '129' + body: + encoding: UTF-8 + string: | + <project name="home:tom"> + <title> + + + + http_version: + recorded_at: Thu, 06 Apr 2017 11:33:43 GMT +- request: + method: put + uri: http://localhost:3200/source/home:other_user/_meta?user=other_user + body: + encoding: UTF-8 + string: | + + + <description/> + <person userid="other_user" role="maintainer"/> + </project> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '143' + body: + encoding: UTF-8 + string: | + <project name="home:other_user"> + <title> + + + + http_version: + recorded_at: Thu, 06 Apr 2017 11:33:43 GMT +- request: + method: put + uri: http://localhost:3200/source/home:other_user/develpackage/_meta?user=_nobody_ + body: + encoding: UTF-8 + string: | + + + <description/> + </package> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '115' + body: + encoding: UTF-8 + string: | + <package name="develpackage" project="home:other_user"> + <title> + + + http_version: + recorded_at: Thu, 06 Apr 2017 11:33:43 GMT +- request: + method: put + uri: http://localhost:3200/source/home:other_user/develpackage/_meta + body: + encoding: UTF-8 + string: | + + + <description/> + </package> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '115' + body: + encoding: UTF-8 + string: | + <package name="develpackage" project="home:other_user"> + <title> + + + http_version: + recorded_at: Thu, 06 Apr 2017 11:33:43 GMT +- request: + method: put + uri: http://localhost:3200/source/home:tom/package_with_develpackage/_meta?user=_nobody_ + body: + encoding: UTF-8 + string: | + + + <description/> + <devel project="home:other_user" package="develpackage"/> + </package> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '182' + body: + encoding: UTF-8 + string: | + <package name="package_with_develpackage" project="home:tom"> + <title> + + + + http_version: + recorded_at: Thu, 06 Apr 2017 11:33:43 GMT +- request: + method: put + uri: http://localhost:3200/source/home:tom/package_with_develpackage/_meta + body: + encoding: UTF-8 + string: | + + + <description/> + <devel project="home:other_user" package="develpackage"/> + </package> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '182' + body: + encoding: UTF-8 + string: | + <package name="package_with_develpackage" project="home:tom"> + <title> + + + + http_version: + recorded_at: Thu, 06 Apr 2017 11:33:43 GMT +- request: + method: put + uri: http://localhost:3200/source/home:other_user/package_7/_meta?user=_nobody_ + body: + encoding: UTF-8 + string: | + + + <description/> + </package> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '112' + body: + encoding: UTF-8 + string: | + <package name="package_7" project="home:other_user"> + <title> + + + http_version: + recorded_at: Thu, 06 Apr 2017 11:33:43 GMT +- request: + method: put + uri: http://localhost:3200/source/home:other_user/package_7/_meta + body: + encoding: UTF-8 + string: | + + + <description/> + </package> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '112' + body: + encoding: UTF-8 + string: | + <package name="package_7" project="home:other_user"> + <title> + + + http_version: + recorded_at: Thu, 06 Apr 2017 11:33:43 GMT +- request: + method: put + uri: http://localhost:3200/source/home:other_user/package_12/_meta?user=_nobody_ + body: + encoding: UTF-8 + string: | + + + <description/> + </package> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '113' + body: + encoding: UTF-8 + string: | + <package name="package_12" project="home:other_user"> + <title> + + + http_version: + recorded_at: Thu, 06 Apr 2017 15:38:47 GMT +- request: + method: put + uri: http://localhost:3200/source/home:other_user/package_12/_meta + body: + encoding: UTF-8 + string: | + + + <description/> + </package> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '113' + body: + encoding: UTF-8 + string: | + <package name="package_12" project="home:other_user"> + <title> + + + http_version: + recorded_at: Thu, 06 Apr 2017 15:38:47 GMT +- request: + method: put + uri: http://localhost:3200/source/home:other_user/package_23/_meta?user=_nobody_ + body: + encoding: UTF-8 + string: | + + + <description/> + </package> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '113' + body: + encoding: UTF-8 + string: | + <package name="package_23" project="home:other_user"> + <title> + + + http_version: + recorded_at: Thu, 06 Apr 2017 15:48:32 GMT +- request: + method: put + uri: http://localhost:3200/source/home:other_user/package_23/_meta + body: + encoding: UTF-8 + string: | + + + <description/> + </package> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '113' + body: + encoding: UTF-8 + string: | + <package name="package_23" project="home:other_user"> + <title> + + + http_version: + recorded_at: Thu, 06 Apr 2017 15:48:32 GMT +- request: + method: put + uri: http://localhost:3200/source/home:other_user/package_8/_meta?user=_nobody_ + body: + encoding: UTF-8 + string: | + + + <description/> + </package> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '112' + body: + encoding: UTF-8 + string: | + <package name="package_8" project="home:other_user"> + <title> + + + http_version: + recorded_at: Thu, 06 Apr 2017 15:49:29 GMT +- request: + method: put + uri: http://localhost:3200/source/home:other_user/package_8/_meta + body: + encoding: UTF-8 + string: | + + + <description/> + </package> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '112' + body: + encoding: UTF-8 + string: | + <package name="package_8" project="home:other_user"> + <title> + + + http_version: + recorded_at: Thu, 06 Apr 2017 15:49:29 GMT +recorded_with: VCR 3.0.3 diff --git a/src/api/spec/cassettes/Webui_ProjectController/GET_status/with_default_filters/1_41_1_8.yml b/src/api/spec/cassettes/Webui_ProjectController/GET_status/with_default_filters/1_41_1_8.yml new file mode 100644 index 00000000000..d1e29cb999b --- /dev/null +++ b/src/api/spec/cassettes/Webui_ProjectController/GET_status/with_default_filters/1_41_1_8.yml @@ -0,0 +1,910 @@ +--- +http_interactions: +- request: + method: get + uri: http://localhost:3200/source/home:other_user/develpackage?nofilename=1&view=info&withchangesmd5=1 + body: + encoding: US-ASCII + string: '' + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 404 + message: project 'home other_user' does not exist + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '158' + body: + encoding: UTF-8 + string: | + + project 'home:other_user' does not exist +
404 project 'home:other_user' does not exist
+
+ http_version: + recorded_at: Thu, 06 Apr 2017 08:54:00 GMT +- request: + method: get + uri: http://localhost:3200/source/home:other_user/develpackage + body: + encoding: US-ASCII + string: '' + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 404 + message: project 'home other_user' does not exist + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '158' + body: + encoding: UTF-8 + string: | + + project 'home:other_user' does not exist +
404 project 'home:other_user' does not exist
+
+ http_version: + recorded_at: Thu, 06 Apr 2017 08:54:00 GMT +- request: + method: post + uri: http://localhost:3200/source/home:other_user/develpackage?cmd=diff&linkrev=base&onlyissues=1&orev=0&view=xml + body: + encoding: UTF-8 + string: '' + headers: + Content-Type: + - application/octet-stream + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 404 + message: project 'home other_user' does not exist + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '158' + body: + encoding: UTF-8 + string: | + + project 'home:other_user' does not exist +
404 project 'home:other_user' does not exist
+
+ http_version: + recorded_at: Thu, 06 Apr 2017 08:54:00 GMT +- request: + method: get + uri: http://localhost:3200/source/home:tom/package_with_develpackage?nofilename=1&view=info&withchangesmd5=1 + body: + encoding: US-ASCII + string: '' + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '135' + body: + encoding: UTF-8 + string: | + + 404 package 'package_with_develpackage' does not exist + + http_version: + recorded_at: Thu, 06 Apr 2017 08:54:00 GMT +- request: + method: get + uri: http://localhost:3200/source/home:tom/package_with_develpackage + body: + encoding: US-ASCII + string: '' + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 404 + message: package 'package_with_develpackage' does not exist + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '178' + body: + encoding: UTF-8 + string: | + + package 'package_with_develpackage' does not exist +
404 package 'package_with_develpackage' does not exist
+
+ http_version: + recorded_at: Thu, 06 Apr 2017 08:54:00 GMT +- request: + method: post + uri: http://localhost:3200/source/home:tom/package_with_develpackage?cmd=diff&linkrev=base&onlyissues=1&orev=0&view=xml + body: + encoding: UTF-8 + string: '' + headers: + Content-Type: + - application/octet-stream + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 404 + message: package 'package_with_develpackage' does not exist + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '178' + body: + encoding: UTF-8 + string: | + + package 'package_with_develpackage' does not exist +
404 package 'package_with_develpackage' does not exist
+
+ http_version: + recorded_at: Thu, 06 Apr 2017 08:54:00 GMT +- request: + method: get + uri: http://localhost:3200/getprojpack?expandedrepos&nopackages&project=home:tom&withrepos + body: + encoding: US-ASCII + string: '' + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '1823' + body: + encoding: ASCII-8BIT + string: !binary |- + PHByb2pwYWNrIHJlcG9pZD0iMTkxMDIwNzg4Ij4KICA8cHJvamVjdCBuYW1lPSJob21lOnRvbSI+CiAgICA8dGl0bGU+0K3RgtGR0LDQvCDQstC+0LrRj9Cx0Y7RhyDQtdGO0LYg0Y3QuDwvdGl0bGU+CiAgICA8ZGVzY3JpcHRpb24+56qe57aG6IWkIOWfseWoteW+liDmuK7mubjmuaQg5q6gIOWUsuWglCwg5buy57GX57O0IOmGhumLjemejiDom6Poornot5wg5rym5r6MIOi3rCwg5bueIOmWjembiCDngYnnpK3omKAg6biZ6K6f6ZKDIOi4mSDoq6joq78g5qOw5qS75qWSIOeNq+eYr+eauyDmv57mv6Lnh6gsIOiqmeizl+i3vyDop7borYjorYAg57CF57itIOiqmSwg6YuxIOamk+eUguedriDolIrok7TolJYg6YyJ6ZyLIOicreicuOimnyDng7rnhIbnkIAg5oWh5oirIOa+giwg5qaz5qaTIOimv+iuhOiuhSDnparnrLDnrLEg5bG05aW/5bCVIOaGiSwg5YOj5YqB5ZiVIOmHuOmHquWCmyDlqJ7lvLPlvLAg6Z+OIOaUh+arpyDpiocg6ba36beH6ba+IOiguOihi+mGviDmtb3ng6IsIOi8mOi8oOi8lyDotqHotpvouKAg57SS57+AIOi3vywg5Zi9IOiUsOidr+iduiDouobovZbovZUg5ae05oCkIOeut+eur+e3tyDpiIrph7/plo0g5oOA5qG3IOaFliwg6bei6buz6by2IOm8j+WZs+WiuiDmopzmt4rmt60g6YmMIOaQi+acoCDluZMg5Z6l5aiAIOmEnOmFs+mKqiDmm5LmqoPmqpEg6bS46byi5puYLCDmupnmu4rnhYEg6aa75ZmI5au2IOavvOavuSDmu40sIOm9peW7siDluYsg5YSu5ay85oerIOamk+eUguedriDovZ7pqLnpvJo8L2Rlc2NyaXB0aW9uPgogICAgPHJlcG9zaXRvcnkgbmFtZT0iaG9tZV9jb29sb19zdGFuZGFyZCI+CiAgICAgIDxwYXRoIHByb2plY3Q9ImhvbWU6dG9tIiByZXBvc2l0b3J5PSJob21lX2Nvb2xvX3N0YW5kYXJkIiAvPgogICAgICA8cGF0aCBwcm9qZWN0PSJCYXNlRGlzdHJvMyIgcmVwb3NpdG9yeT0iQmFzZURpc3RybzNfcmVwbyIgLz4KICAgICAgPHBhdGggcHJvamVjdD0iaG9tZTpjb29sbyIgcmVwb3NpdG9yeT0ic3RhbmRhcmQiIC8+CiAgICAgIDxiYXNlIHByb2plY3Q9ImhvbWU6Y29vbG8iIHJlcG9zaXRvcnk9InN0YW5kYXJkIiAvPgogICAgICA8YXJjaD5pNTg2PC9hcmNoPgogICAgICA8YXJjaD54ODZfNjQ8L2FyY2g+CiAgICA8L3JlcG9zaXRvcnk+CiAgICA8cmVwb3NpdG9yeSBuYW1lPSJob21lX2Fkcmlhbl9Qcm90ZWN0aW9uVGVzdF9yZXBvIj4KICAgICAgPHBhdGggcHJvamVjdD0iaG9tZTp0b20iIHJlcG9zaXRvcnk9ImhvbWVfYWRyaWFuX1Byb3RlY3Rpb25UZXN0X3JlcG8iIC8+CiAgICAgIDxwYXRoIHByb2plY3Q9ImhvbWU6YWRyaWFuOlByb3RlY3Rpb25UZXN0IiByZXBvc2l0b3J5PSJyZXBvIiAvPgogICAgICA8YmFzZSBwcm9qZWN0PSJob21lOmFkcmlhbjpQcm90ZWN0aW9uVGVzdCIgcmVwb3NpdG9yeT0icmVwbyIgLz4KICAgICAgPGFyY2g+aTU4NjwvYXJjaD4KICAgICAgPGFyY2g+eDg2XzY0PC9hcmNoPgogICAgPC9yZXBvc2l0b3J5PgogICAgPHJlcG9zaXRvcnkgbmFtZT0iU291cmNlcHJvdGVjdGVkUHJvamVjdF9yZXBvIj4KICAgICAgPHBhdGggcHJvamVjdD0iaG9tZTp0b20iIHJlcG9zaXRvcnk9IlNvdXJjZXByb3RlY3RlZFByb2plY3RfcmVwbyIgLz4KICAgICAgPHBhdGggcHJvamVjdD0iQmFzZURpc3RybzMiIHJlcG9zaXRvcnk9IkJhc2VEaXN0cm8zX3JlcG8iIC8+CiAgICAgIDxiYXNlIHByb2plY3Q9IkJhc2VEaXN0cm8zIiByZXBvc2l0b3J5PSJCYXNlRGlzdHJvM19yZXBvIiAvPgogICAgICA8YXJjaD5pNTg2PC9hcmNoPgogICAgICA8YXJjaD54ODZfNjQ8L2FyY2g+CiAgICA8L3JlcG9zaXRvcnk+CiAgPC9wcm9qZWN0Pgo8L3Byb2pwYWNrPgo= + http_version: + recorded_at: Thu, 06 Apr 2017 08:54:00 GMT +- request: + method: get + uri: http://localhost:3200/build/home:tom/home_coolo_standard/i586/_jobhistory?code=lastfailures + body: + encoding: US-ASCII + string: '' + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '16' + body: + encoding: UTF-8 + string: "\n" + http_version: + recorded_at: Thu, 06 Apr 2017 08:54:00 GMT +- request: + method: get + uri: http://localhost:3200/build/home:tom/home_coolo_standard/x86_64/_jobhistory?code=lastfailures + body: + encoding: US-ASCII + string: '' + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '16' + body: + encoding: UTF-8 + string: "\n" + http_version: + recorded_at: Thu, 06 Apr 2017 08:54:00 GMT +- request: + method: get + uri: http://localhost:3200/build/home:tom/home_adrian_ProtectionTest_repo/i586/_jobhistory?code=lastfailures + body: + encoding: US-ASCII + string: '' + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '16' + body: + encoding: UTF-8 + string: "\n" + http_version: + recorded_at: Thu, 06 Apr 2017 08:54:00 GMT +- request: + method: get + uri: http://localhost:3200/build/home:tom/home_adrian_ProtectionTest_repo/x86_64/_jobhistory?code=lastfailures + body: + encoding: US-ASCII + string: '' + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '16' + body: + encoding: UTF-8 + string: "\n" + http_version: + recorded_at: Thu, 06 Apr 2017 08:54:00 GMT +- request: + method: get + uri: http://localhost:3200/build/home:tom/SourceprotectedProject_repo/i586/_jobhistory?code=lastfailures + body: + encoding: US-ASCII + string: '' + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '16' + body: + encoding: UTF-8 + string: "\n" + http_version: + recorded_at: Thu, 06 Apr 2017 08:54:00 GMT +- request: + method: get + uri: http://localhost:3200/build/home:tom/SourceprotectedProject_repo/x86_64/_jobhistory?code=lastfailures + body: + encoding: US-ASCII + string: '' + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '16' + body: + encoding: UTF-8 + string: "\n" + http_version: + recorded_at: Thu, 06 Apr 2017 08:54:00 GMT +- request: + method: put + uri: http://localhost:3200/source/home:tom/_meta?user=tom + body: + encoding: UTF-8 + string: | + + + <description/> + <person userid="tom" role="maintainer"/> + </project> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '129' + body: + encoding: UTF-8 + string: | + <project name="home:tom"> + <title> + + + + http_version: + recorded_at: Thu, 06 Apr 2017 11:33:46 GMT +- request: + method: put + uri: http://localhost:3200/source/home:other_user/_meta?user=other_user + body: + encoding: UTF-8 + string: | + + + <description/> + <person userid="other_user" role="maintainer"/> + </project> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '143' + body: + encoding: UTF-8 + string: | + <project name="home:other_user"> + <title> + + + + http_version: + recorded_at: Thu, 06 Apr 2017 11:33:46 GMT +- request: + method: put + uri: http://localhost:3200/source/home:other_user/develpackage/_meta?user=_nobody_ + body: + encoding: UTF-8 + string: | + + + <description/> + </package> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '115' + body: + encoding: UTF-8 + string: | + <package name="develpackage" project="home:other_user"> + <title> + + + http_version: + recorded_at: Thu, 06 Apr 2017 11:33:46 GMT +- request: + method: put + uri: http://localhost:3200/source/home:other_user/develpackage/_meta + body: + encoding: UTF-8 + string: | + + + <description/> + </package> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '115' + body: + encoding: UTF-8 + string: | + <package name="develpackage" project="home:other_user"> + <title> + + + http_version: + recorded_at: Thu, 06 Apr 2017 11:33:46 GMT +- request: + method: put + uri: http://localhost:3200/source/home:tom/package_with_develpackage/_meta?user=_nobody_ + body: + encoding: UTF-8 + string: | + + + <description/> + <devel project="home:other_user" package="develpackage"/> + </package> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '182' + body: + encoding: UTF-8 + string: | + <package name="package_with_develpackage" project="home:tom"> + <title> + + + + http_version: + recorded_at: Thu, 06 Apr 2017 11:33:46 GMT +- request: + method: put + uri: http://localhost:3200/source/home:tom/package_with_develpackage/_meta + body: + encoding: UTF-8 + string: | + + + <description/> + <devel project="home:other_user" package="develpackage"/> + </package> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '182' + body: + encoding: UTF-8 + string: | + <package name="package_with_develpackage" project="home:tom"> + <title> + + + + http_version: + recorded_at: Thu, 06 Apr 2017 11:33:46 GMT +- request: + method: put + uri: http://localhost:3200/source/home:other_user/package_13/_meta?user=_nobody_ + body: + encoding: UTF-8 + string: | + + + <description/> + </package> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '113' + body: + encoding: UTF-8 + string: | + <package name="package_13" project="home:other_user"> + <title> + + + http_version: + recorded_at: Thu, 06 Apr 2017 11:33:46 GMT +- request: + method: put + uri: http://localhost:3200/source/home:other_user/package_13/_meta + body: + encoding: UTF-8 + string: | + + + <description/> + </package> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '113' + body: + encoding: UTF-8 + string: | + <package name="package_13" project="home:other_user"> + <title> + + + http_version: + recorded_at: Thu, 06 Apr 2017 11:33:46 GMT +- request: + method: put + uri: http://localhost:3200/source/home:other_user/package_17/_meta?user=_nobody_ + body: + encoding: UTF-8 + string: | + + + <description/> + </package> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '113' + body: + encoding: UTF-8 + string: | + <package name="package_17" project="home:other_user"> + <title> + + + http_version: + recorded_at: Thu, 06 Apr 2017 15:48:30 GMT +- request: + method: put + uri: http://localhost:3200/source/home:other_user/package_17/_meta + body: + encoding: UTF-8 + string: | + + + <description/> + </package> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '113' + body: + encoding: UTF-8 + string: | + <package name="package_17" project="home:other_user"> + <title> + + + http_version: + recorded_at: Thu, 06 Apr 2017 15:48:30 GMT +- request: + method: put + uri: http://localhost:3200/source/home:other_user/package_4/_meta?user=_nobody_ + body: + encoding: UTF-8 + string: | + + + <description/> + </package> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '112' + body: + encoding: UTF-8 + string: | + <package name="package_4" project="home:other_user"> + <title> + + + http_version: + recorded_at: Thu, 06 Apr 2017 15:49:28 GMT +- request: + method: put + uri: http://localhost:3200/source/home:other_user/package_4/_meta + body: + encoding: UTF-8 + string: | + + + <description/> + </package> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '112' + body: + encoding: UTF-8 + string: | + <package name="package_4" project="home:other_user"> + <title> + + + http_version: + recorded_at: Thu, 06 Apr 2017 15:49:28 GMT +recorded_with: VCR 3.0.3 diff --git a/src/api/spec/cassettes/Webui_ProjectController/GET_status/with_default_filters/1_41_1_9.yml b/src/api/spec/cassettes/Webui_ProjectController/GET_status/with_default_filters/1_41_1_9.yml new file mode 100644 index 00000000000..ec0956726ed --- /dev/null +++ b/src/api/spec/cassettes/Webui_ProjectController/GET_status/with_default_filters/1_41_1_9.yml @@ -0,0 +1,726 @@ +--- +http_interactions: +- request: + method: put + uri: http://localhost:3200/source/home:tom/_meta?user=tom + body: + encoding: UTF-8 + string: | + + + <description/> + <person userid="tom" role="maintainer"/> + </project> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '129' + body: + encoding: UTF-8 + string: | + <project name="home:tom"> + <title> + + + + http_version: + recorded_at: Thu, 06 Apr 2017 11:33:42 GMT +- request: + method: put + uri: http://localhost:3200/source/home:other_user/_meta?user=other_user + body: + encoding: UTF-8 + string: | + + + <description/> + <person userid="other_user" role="maintainer"/> + </project> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '143' + body: + encoding: UTF-8 + string: | + <project name="home:other_user"> + <title> + + + + http_version: + recorded_at: Thu, 06 Apr 2017 11:33:42 GMT +- request: + method: put + uri: http://localhost:3200/source/home:other_user/develpackage/_meta?user=_nobody_ + body: + encoding: UTF-8 + string: | + + + <description/> + </package> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '115' + body: + encoding: UTF-8 + string: | + <package name="develpackage" project="home:other_user"> + <title> + + + http_version: + recorded_at: Thu, 06 Apr 2017 11:33:42 GMT +- request: + method: put + uri: http://localhost:3200/source/home:other_user/develpackage/_meta + body: + encoding: UTF-8 + string: | + + + <description/> + </package> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '115' + body: + encoding: UTF-8 + string: | + <package name="develpackage" project="home:other_user"> + <title> + + + http_version: + recorded_at: Thu, 06 Apr 2017 11:33:42 GMT +- request: + method: put + uri: http://localhost:3200/source/home:tom/package_with_develpackage/_meta?user=_nobody_ + body: + encoding: UTF-8 + string: | + + + <description/> + <devel project="home:other_user" package="develpackage"/> + </package> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '182' + body: + encoding: UTF-8 + string: | + <package name="package_with_develpackage" project="home:tom"> + <title> + + + + http_version: + recorded_at: Thu, 06 Apr 2017 11:33:42 GMT +- request: + method: put + uri: http://localhost:3200/source/home:tom/package_with_develpackage/_meta + body: + encoding: UTF-8 + string: | + + + <description/> + <devel project="home:other_user" package="develpackage"/> + </package> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '182' + body: + encoding: UTF-8 + string: | + <package name="package_with_develpackage" project="home:tom"> + <title> + + + + http_version: + recorded_at: Thu, 06 Apr 2017 11:33:42 GMT +- request: + method: put + uri: http://localhost:3200/source/home:other_user/package_5/_meta?user=_nobody_ + body: + encoding: UTF-8 + string: | + + + <description/> + </package> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '112' + body: + encoding: UTF-8 + string: | + <package name="package_5" project="home:other_user"> + <title> + + + http_version: + recorded_at: Thu, 06 Apr 2017 11:33:42 GMT +- request: + method: put + uri: http://localhost:3200/source/home:other_user/package_5/_meta + body: + encoding: UTF-8 + string: | + + + <description/> + </package> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '112' + body: + encoding: UTF-8 + string: | + <package name="package_5" project="home:other_user"> + <title> + + + http_version: + recorded_at: Thu, 06 Apr 2017 11:33:42 GMT +- request: + method: get + uri: http://localhost:3200/source/home:other_user/develpackage?nofilename=1&view=info&withchangesmd5=1 + body: + encoding: US-ASCII + string: '' + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '150' + body: + encoding: UTF-8 + string: | + + + + http_version: + recorded_at: Thu, 06 Apr 2017 11:33:42 GMT +- request: + method: get + uri: http://localhost:3200/source/home:other_user/develpackage + body: + encoding: US-ASCII + string: '' + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '87' + body: + encoding: UTF-8 + string: | + + + http_version: + recorded_at: Thu, 06 Apr 2017 11:33:42 GMT +- request: + method: post + uri: http://localhost:3200/source/home:other_user/develpackage?cmd=diff&linkrev=base&onlyissues=1&orev=0&view=xml + body: + encoding: UTF-8 + string: '' + headers: + Content-Type: + - application/octet-stream + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '296' + body: + encoding: UTF-8 + string: | + + + + + + http_version: + recorded_at: Thu, 06 Apr 2017 11:33:42 GMT +- request: + method: get + uri: http://localhost:3200/source/home:tom/package_with_develpackage?nofilename=1&view=info&withchangesmd5=1 + body: + encoding: US-ASCII + string: '' + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '163' + body: + encoding: UTF-8 + string: | + + + + http_version: + recorded_at: Thu, 06 Apr 2017 11:33:42 GMT +- request: + method: get + uri: http://localhost:3200/source/home:tom/package_with_develpackage + body: + encoding: US-ASCII + string: '' + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '100' + body: + encoding: UTF-8 + string: | + + + http_version: + recorded_at: Thu, 06 Apr 2017 11:33:42 GMT +- request: + method: post + uri: http://localhost:3200/source/home:tom/package_with_develpackage?cmd=diff&linkrev=base&onlyissues=1&orev=0&view=xml + body: + encoding: UTF-8 + string: '' + headers: + Content-Type: + - application/octet-stream + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '308' + body: + encoding: UTF-8 + string: | + + + + + + http_version: + recorded_at: Thu, 06 Apr 2017 11:33:42 GMT +- request: + method: get + uri: http://localhost:3200/getprojpack?expandedrepos&nopackages&project=home:tom&withrepos + body: + encoding: US-ASCII + string: '' + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '135' + body: + encoding: UTF-8 + string: | + + + + + + + http_version: + recorded_at: Thu, 06 Apr 2017 11:33:42 GMT +- request: + method: put + uri: http://localhost:3200/source/home:other_user/package_8/_meta?user=_nobody_ + body: + encoding: UTF-8 + string: | + + + <description/> + </package> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '112' + body: + encoding: UTF-8 + string: | + <package name="package_8" project="home:other_user"> + <title> + + + http_version: + recorded_at: Thu, 06 Apr 2017 15:38:46 GMT +- request: + method: put + uri: http://localhost:3200/source/home:other_user/package_8/_meta + body: + encoding: UTF-8 + string: | + + + <description/> + </package> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '112' + body: + encoding: UTF-8 + string: | + <package name="package_8" project="home:other_user"> + <title> + + + http_version: + recorded_at: Thu, 06 Apr 2017 15:38:46 GMT +- request: + method: put + uri: http://localhost:3200/source/home:other_user/package_20/_meta?user=_nobody_ + body: + encoding: UTF-8 + string: | + + + <description/> + </package> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '113' + body: + encoding: UTF-8 + string: | + <package name="package_20" project="home:other_user"> + <title> + + + http_version: + recorded_at: Thu, 06 Apr 2017 15:48:31 GMT +- request: + method: put + uri: http://localhost:3200/source/home:other_user/package_20/_meta + body: + encoding: UTF-8 + string: | + + + <description/> + </package> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '113' + body: + encoding: UTF-8 + string: | + <package name="package_20" project="home:other_user"> + <title> + + + http_version: + recorded_at: Thu, 06 Apr 2017 15:48:31 GMT +recorded_with: VCR 3.0.3 diff --git a/src/api/spec/cassettes/Webui_ProjectController/GET_status/with_develpackage/1_41_3_1.yml b/src/api/spec/cassettes/Webui_ProjectController/GET_status/with_develpackage/1_41_3_1.yml new file mode 100644 index 00000000000..fa274c07385 --- /dev/null +++ b/src/api/spec/cassettes/Webui_ProjectController/GET_status/with_develpackage/1_41_3_1.yml @@ -0,0 +1,988 @@ +--- +http_interactions: +- request: + method: get + uri: http://localhost:3200/source/home:other_user/develpackage?nofilename=1&view=info&withchangesmd5=1 + body: + encoding: US-ASCII + string: '' + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 404 + message: project 'home other_user' does not exist + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '158' + body: + encoding: UTF-8 + string: | + + project 'home:other_user' does not exist +
404 project 'home:other_user' does not exist
+
+ http_version: + recorded_at: Wed, 05 Apr 2017 15:24:27 GMT +- request: + method: get + uri: http://localhost:3200/source/home:other_user/develpackage + body: + encoding: US-ASCII + string: '' + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 404 + message: project 'home other_user' does not exist + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '158' + body: + encoding: UTF-8 + string: | + + project 'home:other_user' does not exist +
404 project 'home:other_user' does not exist
+
+ http_version: + recorded_at: Wed, 05 Apr 2017 15:24:27 GMT +- request: + method: post + uri: http://localhost:3200/source/home:other_user/develpackage?cmd=diff&linkrev=base&onlyissues=1&orev=0&view=xml + body: + encoding: UTF-8 + string: '' + headers: + Content-Type: + - application/octet-stream + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 404 + message: project 'home other_user' does not exist + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '158' + body: + encoding: UTF-8 + string: | + + project 'home:other_user' does not exist +
404 project 'home:other_user' does not exist
+
+ http_version: + recorded_at: Wed, 05 Apr 2017 15:24:27 GMT +- request: + method: get + uri: http://localhost:3200/source/home:tom/package_with_develpackage?nofilename=1&view=info&withchangesmd5=1 + body: + encoding: US-ASCII + string: '' + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '135' + body: + encoding: UTF-8 + string: | + + 404 package 'package_with_develpackage' does not exist + + http_version: + recorded_at: Wed, 05 Apr 2017 15:24:27 GMT +- request: + method: get + uri: http://localhost:3200/source/home:tom/package_with_develpackage + body: + encoding: US-ASCII + string: '' + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 404 + message: package 'package_with_develpackage' does not exist + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '178' + body: + encoding: UTF-8 + string: | + + package 'package_with_develpackage' does not exist +
404 package 'package_with_develpackage' does not exist
+
+ http_version: + recorded_at: Wed, 05 Apr 2017 15:24:27 GMT +- request: + method: post + uri: http://localhost:3200/source/home:tom/package_with_develpackage?cmd=diff&linkrev=base&onlyissues=1&orev=0&view=xml + body: + encoding: UTF-8 + string: '' + headers: + Content-Type: + - application/octet-stream + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 404 + message: package 'package_with_develpackage' does not exist + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '178' + body: + encoding: UTF-8 + string: | + + package 'package_with_develpackage' does not exist +
404 package 'package_with_develpackage' does not exist
+
+ http_version: + recorded_at: Wed, 05 Apr 2017 15:24:27 GMT +- request: + method: get + uri: http://localhost:3200/getprojpack?expandedrepos&nopackages&project=home:tom&withrepos + body: + encoding: US-ASCII + string: '' + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '1823' + body: + encoding: ASCII-8BIT + string: !binary |- + PHByb2pwYWNrIHJlcG9pZD0iMTkxMDIwNzg4Ij4KICA8cHJvamVjdCBuYW1lPSJob21lOnRvbSI+CiAgICA8dGl0bGU+0K3RgtGR0LDQvCDQstC+0LrRj9Cx0Y7RhyDQtdGO0LYg0Y3QuDwvdGl0bGU+CiAgICA8ZGVzY3JpcHRpb24+56qe57aG6IWkIOWfseWoteW+liDmuK7mubjmuaQg5q6gIOWUsuWglCwg5buy57GX57O0IOmGhumLjemejiDom6Poornot5wg5rym5r6MIOi3rCwg5bueIOmWjembiCDngYnnpK3omKAg6biZ6K6f6ZKDIOi4mSDoq6joq78g5qOw5qS75qWSIOeNq+eYr+eauyDmv57mv6Lnh6gsIOiqmeizl+i3vyDop7borYjorYAg57CF57itIOiqmSwg6YuxIOamk+eUguedriDolIrok7TolJYg6YyJ6ZyLIOicreicuOimnyDng7rnhIbnkIAg5oWh5oirIOa+giwg5qaz5qaTIOimv+iuhOiuhSDnparnrLDnrLEg5bG05aW/5bCVIOaGiSwg5YOj5YqB5ZiVIOmHuOmHquWCmyDlqJ7lvLPlvLAg6Z+OIOaUh+arpyDpiocg6ba36beH6ba+IOiguOihi+mGviDmtb3ng6IsIOi8mOi8oOi8lyDotqHotpvouKAg57SS57+AIOi3vywg5Zi9IOiUsOidr+iduiDouobovZbovZUg5ae05oCkIOeut+eur+e3tyDpiIrph7/plo0g5oOA5qG3IOaFliwg6bei6buz6by2IOm8j+WZs+WiuiDmopzmt4rmt60g6YmMIOaQi+acoCDluZMg5Z6l5aiAIOmEnOmFs+mKqiDmm5LmqoPmqpEg6bS46byi5puYLCDmupnmu4rnhYEg6aa75ZmI5au2IOavvOavuSDmu40sIOm9peW7siDluYsg5YSu5ay85oerIOamk+eUguedriDovZ7pqLnpvJo8L2Rlc2NyaXB0aW9uPgogICAgPHJlcG9zaXRvcnkgbmFtZT0iaG9tZV9jb29sb19zdGFuZGFyZCI+CiAgICAgIDxwYXRoIHByb2plY3Q9ImhvbWU6dG9tIiByZXBvc2l0b3J5PSJob21lX2Nvb2xvX3N0YW5kYXJkIiAvPgogICAgICA8cGF0aCBwcm9qZWN0PSJCYXNlRGlzdHJvMyIgcmVwb3NpdG9yeT0iQmFzZURpc3RybzNfcmVwbyIgLz4KICAgICAgPHBhdGggcHJvamVjdD0iaG9tZTpjb29sbyIgcmVwb3NpdG9yeT0ic3RhbmRhcmQiIC8+CiAgICAgIDxiYXNlIHByb2plY3Q9ImhvbWU6Y29vbG8iIHJlcG9zaXRvcnk9InN0YW5kYXJkIiAvPgogICAgICA8YXJjaD5pNTg2PC9hcmNoPgogICAgICA8YXJjaD54ODZfNjQ8L2FyY2g+CiAgICA8L3JlcG9zaXRvcnk+CiAgICA8cmVwb3NpdG9yeSBuYW1lPSJob21lX2Fkcmlhbl9Qcm90ZWN0aW9uVGVzdF9yZXBvIj4KICAgICAgPHBhdGggcHJvamVjdD0iaG9tZTp0b20iIHJlcG9zaXRvcnk9ImhvbWVfYWRyaWFuX1Byb3RlY3Rpb25UZXN0X3JlcG8iIC8+CiAgICAgIDxwYXRoIHByb2plY3Q9ImhvbWU6YWRyaWFuOlByb3RlY3Rpb25UZXN0IiByZXBvc2l0b3J5PSJyZXBvIiAvPgogICAgICA8YmFzZSBwcm9qZWN0PSJob21lOmFkcmlhbjpQcm90ZWN0aW9uVGVzdCIgcmVwb3NpdG9yeT0icmVwbyIgLz4KICAgICAgPGFyY2g+aTU4NjwvYXJjaD4KICAgICAgPGFyY2g+eDg2XzY0PC9hcmNoPgogICAgPC9yZXBvc2l0b3J5PgogICAgPHJlcG9zaXRvcnkgbmFtZT0iU291cmNlcHJvdGVjdGVkUHJvamVjdF9yZXBvIj4KICAgICAgPHBhdGggcHJvamVjdD0iaG9tZTp0b20iIHJlcG9zaXRvcnk9IlNvdXJjZXByb3RlY3RlZFByb2plY3RfcmVwbyIgLz4KICAgICAgPHBhdGggcHJvamVjdD0iQmFzZURpc3RybzMiIHJlcG9zaXRvcnk9IkJhc2VEaXN0cm8zX3JlcG8iIC8+CiAgICAgIDxiYXNlIHByb2plY3Q9IkJhc2VEaXN0cm8zIiByZXBvc2l0b3J5PSJCYXNlRGlzdHJvM19yZXBvIiAvPgogICAgICA8YXJjaD5pNTg2PC9hcmNoPgogICAgICA8YXJjaD54ODZfNjQ8L2FyY2g+CiAgICA8L3JlcG9zaXRvcnk+CiAgPC9wcm9qZWN0Pgo8L3Byb2pwYWNrPgo= + http_version: + recorded_at: Wed, 05 Apr 2017 15:24:27 GMT +- request: + method: get + uri: http://localhost:3200/build/home:tom/home_coolo_standard/i586/_jobhistory?code=lastfailures + body: + encoding: US-ASCII + string: '' + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '16' + body: + encoding: UTF-8 + string: "\n" + http_version: + recorded_at: Wed, 05 Apr 2017 15:24:27 GMT +- request: + method: get + uri: http://localhost:3200/build/home:tom/home_coolo_standard/x86_64/_jobhistory?code=lastfailures + body: + encoding: US-ASCII + string: '' + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '16' + body: + encoding: UTF-8 + string: "\n" + http_version: + recorded_at: Wed, 05 Apr 2017 15:24:27 GMT +- request: + method: get + uri: http://localhost:3200/build/home:tom/home_adrian_ProtectionTest_repo/i586/_jobhistory?code=lastfailures + body: + encoding: US-ASCII + string: '' + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '16' + body: + encoding: UTF-8 + string: "\n" + http_version: + recorded_at: Wed, 05 Apr 2017 15:24:27 GMT +- request: + method: get + uri: http://localhost:3200/build/home:tom/home_adrian_ProtectionTest_repo/x86_64/_jobhistory?code=lastfailures + body: + encoding: US-ASCII + string: '' + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '16' + body: + encoding: UTF-8 + string: "\n" + http_version: + recorded_at: Wed, 05 Apr 2017 15:24:27 GMT +- request: + method: get + uri: http://localhost:3200/build/home:tom/SourceprotectedProject_repo/i586/_jobhistory?code=lastfailures + body: + encoding: US-ASCII + string: '' + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '16' + body: + encoding: UTF-8 + string: "\n" + http_version: + recorded_at: Wed, 05 Apr 2017 15:24:27 GMT +- request: + method: get + uri: http://localhost:3200/build/home:tom/SourceprotectedProject_repo/x86_64/_jobhistory?code=lastfailures + body: + encoding: US-ASCII + string: '' + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '16' + body: + encoding: UTF-8 + string: "\n" + http_version: + recorded_at: Wed, 05 Apr 2017 15:24:27 GMT +- request: + method: put + uri: http://localhost:3200/source/home:tom/_meta?user=tom + body: + encoding: UTF-8 + string: | + + + <description/> + <person userid="tom" role="maintainer"/> + </project> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '129' + body: + encoding: UTF-8 + string: | + <project name="home:tom"> + <title> + + + + http_version: + recorded_at: Thu, 06 Apr 2017 11:33:50 GMT +- request: + method: put + uri: http://localhost:3200/source/home:other_user/_meta?user=other_user + body: + encoding: UTF-8 + string: | + + + <description/> + <person userid="other_user" role="maintainer"/> + </project> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '143' + body: + encoding: UTF-8 + string: | + <project name="home:other_user"> + <title> + + + + http_version: + recorded_at: Thu, 06 Apr 2017 11:33:50 GMT +- request: + method: put + uri: http://localhost:3200/source/home:other_user/develpackage/_meta?user=_nobody_ + body: + encoding: UTF-8 + string: | + + + <description/> + </package> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '115' + body: + encoding: UTF-8 + string: | + <package name="develpackage" project="home:other_user"> + <title> + + + http_version: + recorded_at: Thu, 06 Apr 2017 11:33:50 GMT +- request: + method: put + uri: http://localhost:3200/source/home:other_user/develpackage/_meta + body: + encoding: UTF-8 + string: | + + + <description/> + </package> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '115' + body: + encoding: UTF-8 + string: | + <package name="develpackage" project="home:other_user"> + <title> + + + http_version: + recorded_at: Thu, 06 Apr 2017 11:33:50 GMT +- request: + method: put + uri: http://localhost:3200/source/home:tom/package_with_develpackage/_meta?user=_nobody_ + body: + encoding: UTF-8 + string: | + + + <description/> + <devel project="home:other_user" package="develpackage"/> + </package> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '182' + body: + encoding: UTF-8 + string: | + <package name="package_with_develpackage" project="home:tom"> + <title> + + + + http_version: + recorded_at: Thu, 06 Apr 2017 11:33:50 GMT +- request: + method: put + uri: http://localhost:3200/source/home:tom/package_with_develpackage/_meta + body: + encoding: UTF-8 + string: | + + + <description/> + <devel project="home:other_user" package="develpackage"/> + </package> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '182' + body: + encoding: UTF-8 + string: | + <package name="package_with_develpackage" project="home:tom"> + <title> + + + + http_version: + recorded_at: Thu, 06 Apr 2017 11:33:50 GMT +- request: + method: put + uri: http://localhost:3200/source/home:other_user/package_24/_meta?user=_nobody_ + body: + encoding: UTF-8 + string: | + + + <description/> + </package> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '113' + body: + encoding: UTF-8 + string: | + <package name="package_24" project="home:other_user"> + <title> + + + http_version: + recorded_at: Thu, 06 Apr 2017 11:33:50 GMT +- request: + method: put + uri: http://localhost:3200/source/home:other_user/package_24/_meta + body: + encoding: UTF-8 + string: | + + + <description/> + </package> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '113' + body: + encoding: UTF-8 + string: | + <package name="package_24" project="home:other_user"> + <title> + + + http_version: + recorded_at: Thu, 06 Apr 2017 11:33:50 GMT +- request: + method: put + uri: http://localhost:3200/source/home:other_user/package_20/_meta?user=_nobody_ + body: + encoding: UTF-8 + string: | + + + <description/> + </package> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '113' + body: + encoding: UTF-8 + string: | + <package name="package_20" project="home:other_user"> + <title> + + + http_version: + recorded_at: Thu, 06 Apr 2017 15:38:51 GMT +- request: + method: put + uri: http://localhost:3200/source/home:other_user/package_20/_meta + body: + encoding: UTF-8 + string: | + + + <description/> + </package> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '113' + body: + encoding: UTF-8 + string: | + <package name="package_20" project="home:other_user"> + <title> + + + http_version: + recorded_at: Thu, 06 Apr 2017 15:38:51 GMT +- request: + method: put + uri: http://localhost:3200/source/home:other_user/package_14/_meta?user=_nobody_ + body: + encoding: UTF-8 + string: | + + + <description/> + </package> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '113' + body: + encoding: UTF-8 + string: | + <package name="package_14" project="home:other_user"> + <title> + + + http_version: + recorded_at: Thu, 06 Apr 2017 15:48:30 GMT +- request: + method: put + uri: http://localhost:3200/source/home:other_user/package_14/_meta + body: + encoding: UTF-8 + string: | + + + <description/> + </package> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '113' + body: + encoding: UTF-8 + string: | + <package name="package_14" project="home:other_user"> + <title> + + + http_version: + recorded_at: Thu, 06 Apr 2017 15:48:30 GMT +- request: + method: put + uri: http://localhost:3200/source/home:other_user/package_10/_meta?user=_nobody_ + body: + encoding: UTF-8 + string: | + + + <description/> + </package> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '113' + body: + encoding: UTF-8 + string: | + <package name="package_10" project="home:other_user"> + <title> + + + http_version: + recorded_at: Thu, 06 Apr 2017 15:49:30 GMT +- request: + method: put + uri: http://localhost:3200/source/home:other_user/package_10/_meta + body: + encoding: UTF-8 + string: | + + + <description/> + </package> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '113' + body: + encoding: UTF-8 + string: | + <package name="package_10" project="home:other_user"> + <title> + + + http_version: + recorded_at: Thu, 06 Apr 2017 15:49:30 GMT +recorded_with: VCR 3.0.3 diff --git a/src/api/spec/cassettes/Webui_ProjectController/GET_status/with_develpackage/1_41_3_2.yml b/src/api/spec/cassettes/Webui_ProjectController/GET_status/with_develpackage/1_41_3_2.yml new file mode 100644 index 00000000000..b8ffdaa8e4b --- /dev/null +++ b/src/api/spec/cassettes/Webui_ProjectController/GET_status/with_develpackage/1_41_3_2.yml @@ -0,0 +1,804 @@ +--- +http_interactions: +- request: + method: put + uri: http://localhost:3200/source/home:tom/_meta?user=tom + body: + encoding: UTF-8 + string: | + + + <description/> + <person userid="tom" role="maintainer"/> + </project> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '129' + body: + encoding: UTF-8 + string: | + <project name="home:tom"> + <title> + + + + http_version: + recorded_at: Thu, 06 Apr 2017 11:33:49 GMT +- request: + method: put + uri: http://localhost:3200/source/home:other_user/_meta?user=other_user + body: + encoding: UTF-8 + string: | + + + <description/> + <person userid="other_user" role="maintainer"/> + </project> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '143' + body: + encoding: UTF-8 + string: | + <project name="home:other_user"> + <title> + + + + http_version: + recorded_at: Thu, 06 Apr 2017 11:33:49 GMT +- request: + method: put + uri: http://localhost:3200/source/home:other_user/develpackage/_meta?user=_nobody_ + body: + encoding: UTF-8 + string: | + + + <description/> + </package> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '115' + body: + encoding: UTF-8 + string: | + <package name="develpackage" project="home:other_user"> + <title> + + + http_version: + recorded_at: Thu, 06 Apr 2017 11:33:50 GMT +- request: + method: put + uri: http://localhost:3200/source/home:other_user/develpackage/_meta + body: + encoding: UTF-8 + string: | + + + <description/> + </package> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '115' + body: + encoding: UTF-8 + string: | + <package name="develpackage" project="home:other_user"> + <title> + + + http_version: + recorded_at: Thu, 06 Apr 2017 11:33:50 GMT +- request: + method: put + uri: http://localhost:3200/source/home:tom/package_with_develpackage/_meta?user=_nobody_ + body: + encoding: UTF-8 + string: | + + + <description/> + <devel project="home:other_user" package="develpackage"/> + </package> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '182' + body: + encoding: UTF-8 + string: | + <package name="package_with_develpackage" project="home:tom"> + <title> + + + + http_version: + recorded_at: Thu, 06 Apr 2017 11:33:50 GMT +- request: + method: put + uri: http://localhost:3200/source/home:tom/package_with_develpackage/_meta + body: + encoding: UTF-8 + string: | + + + <description/> + <devel project="home:other_user" package="develpackage"/> + </package> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '182' + body: + encoding: UTF-8 + string: | + <package name="package_with_develpackage" project="home:tom"> + <title> + + + + http_version: + recorded_at: Thu, 06 Apr 2017 11:33:50 GMT +- request: + method: put + uri: http://localhost:3200/source/home:other_user/package_23/_meta?user=_nobody_ + body: + encoding: UTF-8 + string: | + + + <description/> + </package> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '113' + body: + encoding: UTF-8 + string: | + <package name="package_23" project="home:other_user"> + <title> + + + http_version: + recorded_at: Thu, 06 Apr 2017 11:33:50 GMT +- request: + method: put + uri: http://localhost:3200/source/home:other_user/package_23/_meta + body: + encoding: UTF-8 + string: | + + + <description/> + </package> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '113' + body: + encoding: UTF-8 + string: | + <package name="package_23" project="home:other_user"> + <title> + + + http_version: + recorded_at: Thu, 06 Apr 2017 11:33:50 GMT +- request: + method: get + uri: http://localhost:3200/source/home:other_user/develpackage?nofilename=1&view=info&withchangesmd5=1 + body: + encoding: US-ASCII + string: '' + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '150' + body: + encoding: UTF-8 + string: | + + + + http_version: + recorded_at: Thu, 06 Apr 2017 15:37:09 GMT +- request: + method: get + uri: http://localhost:3200/source/home:other_user/develpackage + body: + encoding: US-ASCII + string: '' + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '87' + body: + encoding: UTF-8 + string: | + + + http_version: + recorded_at: Thu, 06 Apr 2017 15:37:09 GMT +- request: + method: post + uri: http://localhost:3200/source/home:other_user/develpackage?cmd=diff&linkrev=base&onlyissues=1&orev=0&view=xml + body: + encoding: UTF-8 + string: '' + headers: + Content-Type: + - application/octet-stream + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '296' + body: + encoding: UTF-8 + string: | + + + + + + http_version: + recorded_at: Thu, 06 Apr 2017 15:37:09 GMT +- request: + method: get + uri: http://localhost:3200/source/home:tom/package_with_develpackage?nofilename=1&view=info&withchangesmd5=1 + body: + encoding: US-ASCII + string: '' + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '163' + body: + encoding: UTF-8 + string: | + + + + http_version: + recorded_at: Thu, 06 Apr 2017 15:37:09 GMT +- request: + method: get + uri: http://localhost:3200/source/home:tom/package_with_develpackage + body: + encoding: US-ASCII + string: '' + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '100' + body: + encoding: UTF-8 + string: | + + + http_version: + recorded_at: Thu, 06 Apr 2017 15:37:09 GMT +- request: + method: post + uri: http://localhost:3200/source/home:tom/package_with_develpackage?cmd=diff&linkrev=base&onlyissues=1&orev=0&view=xml + body: + encoding: UTF-8 + string: '' + headers: + Content-Type: + - application/octet-stream + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '308' + body: + encoding: UTF-8 + string: | + + + + + + http_version: + recorded_at: Thu, 06 Apr 2017 15:37:09 GMT +- request: + method: get + uri: http://localhost:3200/getprojpack?expandedrepos&nopackages&project=home:tom&withrepos + body: + encoding: US-ASCII + string: '' + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '135' + body: + encoding: UTF-8 + string: | + + + + + + + http_version: + recorded_at: Thu, 06 Apr 2017 15:37:09 GMT +- request: + method: put + uri: http://localhost:3200/source/home:other_user/package_18/_meta?user=_nobody_ + body: + encoding: UTF-8 + string: | + + + <description/> + </package> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '113' + body: + encoding: UTF-8 + string: | + <package name="package_18" project="home:other_user"> + <title> + + + http_version: + recorded_at: Thu, 06 Apr 2017 15:38:50 GMT +- request: + method: put + uri: http://localhost:3200/source/home:other_user/package_18/_meta + body: + encoding: UTF-8 + string: | + + + <description/> + </package> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '113' + body: + encoding: UTF-8 + string: | + <package name="package_18" project="home:other_user"> + <title> + + + http_version: + recorded_at: Thu, 06 Apr 2017 15:38:50 GMT +- request: + method: put + uri: http://localhost:3200/source/home:other_user/package_13/_meta?user=_nobody_ + body: + encoding: UTF-8 + string: | + + + <description/> + </package> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '113' + body: + encoding: UTF-8 + string: | + <package name="package_13" project="home:other_user"> + <title> + + + http_version: + recorded_at: Thu, 06 Apr 2017 15:48:29 GMT +- request: + method: put + uri: http://localhost:3200/source/home:other_user/package_13/_meta + body: + encoding: UTF-8 + string: | + + + <description/> + </package> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '113' + body: + encoding: UTF-8 + string: | + <package name="package_13" project="home:other_user"> + <title> + + + http_version: + recorded_at: Thu, 06 Apr 2017 15:48:29 GMT +- request: + method: put + uri: http://localhost:3200/source/home:other_user/package_12/_meta?user=_nobody_ + body: + encoding: UTF-8 + string: | + + + <description/> + </package> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '113' + body: + encoding: UTF-8 + string: | + <package name="package_12" project="home:other_user"> + <title> + + + http_version: + recorded_at: Thu, 06 Apr 2017 15:49:31 GMT +- request: + method: put + uri: http://localhost:3200/source/home:other_user/package_12/_meta + body: + encoding: UTF-8 + string: | + + + <description/> + </package> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '113' + body: + encoding: UTF-8 + string: | + <package name="package_12" project="home:other_user"> + <title> + + + http_version: + recorded_at: Thu, 06 Apr 2017 15:49:31 GMT +recorded_with: VCR 3.0.3 diff --git a/src/api/spec/cassettes/Webui_ProjectController/GET_status/with_develpackage/1_41_3_3.yml b/src/api/spec/cassettes/Webui_ProjectController/GET_status/with_develpackage/1_41_3_3.yml new file mode 100644 index 00000000000..1a93e27a088 --- /dev/null +++ b/src/api/spec/cassettes/Webui_ProjectController/GET_status/with_develpackage/1_41_3_3.yml @@ -0,0 +1,557 @@ +--- +http_interactions: +- request: + method: put + uri: http://localhost:3200/source/home:tom/_meta?user=tom + body: + encoding: UTF-8 + string: | + + + <description/> + <person userid="tom" role="maintainer"/> + </project> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '129' + body: + encoding: UTF-8 + string: | + <project name="home:tom"> + <title> + + + + http_version: + recorded_at: Thu, 06 Apr 2017 11:33:50 GMT +- request: + method: put + uri: http://localhost:3200/source/home:other_user/_meta?user=other_user + body: + encoding: UTF-8 + string: | + + + <description/> + <person userid="other_user" role="maintainer"/> + </project> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '143' + body: + encoding: UTF-8 + string: | + <project name="home:other_user"> + <title> + + + + http_version: + recorded_at: Thu, 06 Apr 2017 11:33:50 GMT +- request: + method: put + uri: http://localhost:3200/source/home:other_user/develpackage/_meta?user=_nobody_ + body: + encoding: UTF-8 + string: | + + + <description/> + </package> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '115' + body: + encoding: UTF-8 + string: | + <package name="develpackage" project="home:other_user"> + <title> + + + http_version: + recorded_at: Thu, 06 Apr 2017 11:33:51 GMT +- request: + method: put + uri: http://localhost:3200/source/home:other_user/develpackage/_meta + body: + encoding: UTF-8 + string: | + + + <description/> + </package> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '115' + body: + encoding: UTF-8 + string: | + <package name="develpackage" project="home:other_user"> + <title> + + + http_version: + recorded_at: Thu, 06 Apr 2017 11:33:51 GMT +- request: + method: put + uri: http://localhost:3200/source/home:tom/package_with_develpackage/_meta?user=_nobody_ + body: + encoding: UTF-8 + string: | + + + <description/> + <devel project="home:other_user" package="develpackage"/> + </package> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '182' + body: + encoding: UTF-8 + string: | + <package name="package_with_develpackage" project="home:tom"> + <title> + + + + http_version: + recorded_at: Thu, 06 Apr 2017 11:33:51 GMT +- request: + method: put + uri: http://localhost:3200/source/home:tom/package_with_develpackage/_meta + body: + encoding: UTF-8 + string: | + + + <description/> + <devel project="home:other_user" package="develpackage"/> + </package> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '182' + body: + encoding: UTF-8 + string: | + <package name="package_with_develpackage" project="home:tom"> + <title> + + + + http_version: + recorded_at: Thu, 06 Apr 2017 11:33:51 GMT +- request: + method: put + uri: http://localhost:3200/source/home:other_user/package_25/_meta?user=_nobody_ + body: + encoding: UTF-8 + string: | + + + <description/> + </package> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '113' + body: + encoding: UTF-8 + string: | + <package name="package_25" project="home:other_user"> + <title> + + + http_version: + recorded_at: Thu, 06 Apr 2017 11:33:51 GMT +- request: + method: put + uri: http://localhost:3200/source/home:other_user/package_25/_meta + body: + encoding: UTF-8 + string: | + + + <description/> + </package> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '113' + body: + encoding: UTF-8 + string: | + <package name="package_25" project="home:other_user"> + <title> + + + http_version: + recorded_at: Thu, 06 Apr 2017 11:33:51 GMT +- request: + method: put + uri: http://localhost:3200/source/home:other_user/package_19/_meta?user=_nobody_ + body: + encoding: UTF-8 + string: | + + + <description/> + </package> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '113' + body: + encoding: UTF-8 + string: | + <package name="package_19" project="home:other_user"> + <title> + + + http_version: + recorded_at: Thu, 06 Apr 2017 15:38:51 GMT +- request: + method: put + uri: http://localhost:3200/source/home:other_user/package_19/_meta + body: + encoding: UTF-8 + string: | + + + <description/> + </package> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '113' + body: + encoding: UTF-8 + string: | + <package name="package_19" project="home:other_user"> + <title> + + + http_version: + recorded_at: Thu, 06 Apr 2017 15:38:51 GMT +- request: + method: put + uri: http://localhost:3200/source/home:other_user/package_15/_meta?user=_nobody_ + body: + encoding: UTF-8 + string: | + + + <description/> + </package> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '113' + body: + encoding: UTF-8 + string: | + <package name="package_15" project="home:other_user"> + <title> + + + http_version: + recorded_at: Thu, 06 Apr 2017 15:48:30 GMT +- request: + method: put + uri: http://localhost:3200/source/home:other_user/package_15/_meta + body: + encoding: UTF-8 + string: | + + + <description/> + </package> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '113' + body: + encoding: UTF-8 + string: | + <package name="package_15" project="home:other_user"> + <title> + + + http_version: + recorded_at: Thu, 06 Apr 2017 15:48:30 GMT +- request: + method: put + uri: http://localhost:3200/source/home:other_user/package_11/_meta?user=_nobody_ + body: + encoding: UTF-8 + string: | + + + <description/> + </package> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '113' + body: + encoding: UTF-8 + string: | + <package name="package_11" project="home:other_user"> + <title> + + + http_version: + recorded_at: Thu, 06 Apr 2017 15:49:30 GMT +- request: + method: put + uri: http://localhost:3200/source/home:other_user/package_11/_meta + body: + encoding: UTF-8 + string: | + + + <description/> + </package> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '113' + body: + encoding: UTF-8 + string: | + <package name="package_11" project="home:other_user"> + <title> + + + http_version: + recorded_at: Thu, 06 Apr 2017 15:49:30 GMT +recorded_with: VCR 3.0.3 diff --git a/src/api/spec/cassettes/Webui_ProjectController/GET_status/with_develpackage/1_41_3_4.yml b/src/api/spec/cassettes/Webui_ProjectController/GET_status/with_develpackage/1_41_3_4.yml new file mode 100644 index 00000000000..1d330d4a0a2 --- /dev/null +++ b/src/api/spec/cassettes/Webui_ProjectController/GET_status/with_develpackage/1_41_3_4.yml @@ -0,0 +1,401 @@ +--- +http_interactions: +- request: + method: put + uri: http://localhost:3200/source/home:tom/_meta?user=tom + body: + encoding: UTF-8 + string: | + + + <description/> + <person userid="tom" role="maintainer"/> + </project> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '129' + body: + encoding: UTF-8 + string: | + <project name="home:tom"> + <title> + + + + http_version: + recorded_at: Thu, 06 Apr 2017 11:33:51 GMT +- request: + method: put + uri: http://localhost:3200/source/home:other_user/_meta?user=other_user + body: + encoding: UTF-8 + string: | + + + <description/> + <person userid="other_user" role="maintainer"/> + </project> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '143' + body: + encoding: UTF-8 + string: | + <project name="home:other_user"> + <title> + + + + http_version: + recorded_at: Thu, 06 Apr 2017 11:33:51 GMT +- request: + method: put + uri: http://localhost:3200/source/home:other_user/develpackage/_meta?user=_nobody_ + body: + encoding: UTF-8 + string: | + + + <description/> + </package> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '115' + body: + encoding: UTF-8 + string: | + <package name="develpackage" project="home:other_user"> + <title> + + + http_version: + recorded_at: Thu, 06 Apr 2017 11:33:51 GMT +- request: + method: put + uri: http://localhost:3200/source/home:other_user/develpackage/_meta + body: + encoding: UTF-8 + string: | + + + <description/> + </package> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '115' + body: + encoding: UTF-8 + string: | + <package name="develpackage" project="home:other_user"> + <title> + + + http_version: + recorded_at: Thu, 06 Apr 2017 11:33:51 GMT +- request: + method: put + uri: http://localhost:3200/source/home:tom/package_with_develpackage/_meta?user=_nobody_ + body: + encoding: UTF-8 + string: | + + + <description/> + <devel project="home:other_user" package="develpackage"/> + </package> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '182' + body: + encoding: UTF-8 + string: | + <package name="package_with_develpackage" project="home:tom"> + <title> + + + + http_version: + recorded_at: Thu, 06 Apr 2017 11:33:51 GMT +- request: + method: put + uri: http://localhost:3200/source/home:tom/package_with_develpackage/_meta + body: + encoding: UTF-8 + string: | + + + <description/> + <devel project="home:other_user" package="develpackage"/> + </package> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '182' + body: + encoding: UTF-8 + string: | + <package name="package_with_develpackage" project="home:tom"> + <title> + + + + http_version: + recorded_at: Thu, 06 Apr 2017 11:33:51 GMT +- request: + method: put + uri: http://localhost:3200/source/home:other_user/package_26/_meta?user=_nobody_ + body: + encoding: UTF-8 + string: | + + + <description/> + </package> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '113' + body: + encoding: UTF-8 + string: | + <package name="package_26" project="home:other_user"> + <title> + + + http_version: + recorded_at: Thu, 06 Apr 2017 11:33:51 GMT +- request: + method: put + uri: http://localhost:3200/source/home:other_user/package_26/_meta + body: + encoding: UTF-8 + string: | + + + <description/> + </package> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '113' + body: + encoding: UTF-8 + string: | + <package name="package_26" project="home:other_user"> + <title> + + + http_version: + recorded_at: Thu, 06 Apr 2017 11:33:51 GMT +- request: + method: put + uri: http://localhost:3200/source/home:other_user/package_21/_meta?user=_nobody_ + body: + encoding: UTF-8 + string: | + + + <description/> + </package> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '113' + body: + encoding: UTF-8 + string: | + <package name="package_21" project="home:other_user"> + <title> + + + http_version: + recorded_at: Thu, 06 Apr 2017 15:38:52 GMT +- request: + method: put + uri: http://localhost:3200/source/home:other_user/package_21/_meta + body: + encoding: UTF-8 + string: | + + + <description/> + </package> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '113' + body: + encoding: UTF-8 + string: | + <package name="package_21" project="home:other_user"> + <title> + + + http_version: + recorded_at: Thu, 06 Apr 2017 15:38:52 GMT +recorded_with: VCR 3.0.3 diff --git a/src/api/spec/cassettes/Webui_ProjectController/GET_status/without_develpackage/1_41_4_1.yml b/src/api/spec/cassettes/Webui_ProjectController/GET_status/without_develpackage/1_41_4_1.yml new file mode 100644 index 00000000000..8eb97c1b837 --- /dev/null +++ b/src/api/spec/cassettes/Webui_ProjectController/GET_status/without_develpackage/1_41_4_1.yml @@ -0,0 +1,1172 @@ +--- +http_interactions: +- request: + method: get + uri: http://localhost:3200/source/home:other_user/develpackage?nofilename=1&view=info&withchangesmd5=1 + body: + encoding: US-ASCII + string: '' + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 404 + message: project 'home other_user' does not exist + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '158' + body: + encoding: UTF-8 + string: | + + project 'home:other_user' does not exist +
404 project 'home:other_user' does not exist
+
+ http_version: + recorded_at: Thu, 06 Apr 2017 08:53:00 GMT +- request: + method: get + uri: http://localhost:3200/source/home:other_user/develpackage + body: + encoding: US-ASCII + string: '' + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 404 + message: project 'home other_user' does not exist + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '158' + body: + encoding: UTF-8 + string: | + + project 'home:other_user' does not exist +
404 project 'home:other_user' does not exist
+
+ http_version: + recorded_at: Thu, 06 Apr 2017 08:53:00 GMT +- request: + method: post + uri: http://localhost:3200/source/home:other_user/develpackage?cmd=diff&linkrev=base&onlyissues=1&orev=0&view=xml + body: + encoding: UTF-8 + string: '' + headers: + Content-Type: + - application/octet-stream + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 404 + message: project 'home other_user' does not exist + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '158' + body: + encoding: UTF-8 + string: | + + project 'home:other_user' does not exist +
404 project 'home:other_user' does not exist
+
+ http_version: + recorded_at: Thu, 06 Apr 2017 08:53:00 GMT +- request: + method: get + uri: http://localhost:3200/source/home:other_user/package_23?nofilename=1&view=info&withchangesmd5=1 + body: + encoding: US-ASCII + string: '' + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 404 + message: project 'home other_user' does not exist + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '158' + body: + encoding: UTF-8 + string: | + + project 'home:other_user' does not exist +
404 project 'home:other_user' does not exist
+
+ http_version: + recorded_at: Thu, 06 Apr 2017 08:53:00 GMT +- request: + method: get + uri: http://localhost:3200/source/home:other_user/package_23 + body: + encoding: US-ASCII + string: '' + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 404 + message: project 'home other_user' does not exist + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '158' + body: + encoding: UTF-8 + string: | + + project 'home:other_user' does not exist +
404 project 'home:other_user' does not exist
+
+ http_version: + recorded_at: Thu, 06 Apr 2017 08:53:00 GMT +- request: + method: post + uri: http://localhost:3200/source/home:other_user/package_23?cmd=diff&linkrev=base&onlyissues=1&orev=0&view=xml + body: + encoding: UTF-8 + string: '' + headers: + Content-Type: + - application/octet-stream + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 404 + message: project 'home other_user' does not exist + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '158' + body: + encoding: UTF-8 + string: | + + project 'home:other_user' does not exist +
404 project 'home:other_user' does not exist
+
+ http_version: + recorded_at: Thu, 06 Apr 2017 08:53:00 GMT +- request: + method: get + uri: http://localhost:3200/getprojpack?expandedrepos&nopackages&project=home:other_user&withrepos + body: + encoding: US-ASCII + string: '' + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '42' + body: + encoding: UTF-8 + string: | + + + http_version: + recorded_at: Thu, 06 Apr 2017 08:53:00 GMT +- request: + method: get + uri: http://localhost:3200/source/home:other_user/package_20?nofilename=1&view=info&withchangesmd5=1 + body: + encoding: US-ASCII + string: '' + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 404 + message: project 'home other_user' does not exist + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '158' + body: + encoding: UTF-8 + string: | + + project 'home:other_user' does not exist +
404 project 'home:other_user' does not exist
+
+ http_version: + recorded_at: Thu, 06 Apr 2017 10:11:28 GMT +- request: + method: get + uri: http://localhost:3200/source/home:other_user/package_20 + body: + encoding: US-ASCII + string: '' + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 404 + message: project 'home other_user' does not exist + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '158' + body: + encoding: UTF-8 + string: | + + project 'home:other_user' does not exist +
404 project 'home:other_user' does not exist
+
+ http_version: + recorded_at: Thu, 06 Apr 2017 10:11:28 GMT +- request: + method: post + uri: http://localhost:3200/source/home:other_user/package_20?cmd=diff&linkrev=base&onlyissues=1&orev=0&view=xml + body: + encoding: UTF-8 + string: '' + headers: + Content-Type: + - application/octet-stream + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 404 + message: project 'home other_user' does not exist + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '158' + body: + encoding: UTF-8 + string: | + + project 'home:other_user' does not exist +
404 project 'home:other_user' does not exist
+
+ http_version: + recorded_at: Thu, 06 Apr 2017 10:11:28 GMT +- request: + method: put + uri: http://localhost:3200/source/home:tom/_meta?user=tom + body: + encoding: UTF-8 + string: | + + + <description/> + <person userid="tom" role="maintainer"/> + </project> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '129' + body: + encoding: UTF-8 + string: | + <project name="home:tom"> + <title> + + + + http_version: + recorded_at: Thu, 06 Apr 2017 11:33:41 GMT +- request: + method: put + uri: http://localhost:3200/source/home:other_user/_meta?user=other_user + body: + encoding: UTF-8 + string: | + + + <description/> + <person userid="other_user" role="maintainer"/> + </project> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '143' + body: + encoding: UTF-8 + string: | + <project name="home:other_user"> + <title> + + + + http_version: + recorded_at: Thu, 06 Apr 2017 11:33:41 GMT +- request: + method: put + uri: http://localhost:3200/source/home:other_user/develpackage/_meta?user=_nobody_ + body: + encoding: UTF-8 + string: | + + + <description/> + </package> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '115' + body: + encoding: UTF-8 + string: | + <package name="develpackage" project="home:other_user"> + <title> + + + http_version: + recorded_at: Thu, 06 Apr 2017 11:33:42 GMT +- request: + method: put + uri: http://localhost:3200/source/home:other_user/develpackage/_meta + body: + encoding: UTF-8 + string: | + + + <description/> + </package> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '115' + body: + encoding: UTF-8 + string: | + <package name="develpackage" project="home:other_user"> + <title> + + + http_version: + recorded_at: Thu, 06 Apr 2017 11:33:42 GMT +- request: + method: put + uri: http://localhost:3200/source/home:tom/package_with_develpackage/_meta?user=_nobody_ + body: + encoding: UTF-8 + string: | + + + <description/> + <devel project="home:other_user" package="develpackage"/> + </package> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '182' + body: + encoding: UTF-8 + string: | + <package name="package_with_develpackage" project="home:tom"> + <title> + + + + http_version: + recorded_at: Thu, 06 Apr 2017 11:33:42 GMT +- request: + method: put + uri: http://localhost:3200/source/home:tom/package_with_develpackage/_meta + body: + encoding: UTF-8 + string: | + + + <description/> + <devel project="home:other_user" package="develpackage"/> + </package> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '182' + body: + encoding: UTF-8 + string: | + <package name="package_with_develpackage" project="home:tom"> + <title> + + + + http_version: + recorded_at: Thu, 06 Apr 2017 11:33:42 GMT +- request: + method: put + uri: http://localhost:3200/source/home:other_user/package_4/_meta?user=_nobody_ + body: + encoding: UTF-8 + string: | + + + <description/> + </package> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '112' + body: + encoding: UTF-8 + string: | + <package name="package_4" project="home:other_user"> + <title> + + + http_version: + recorded_at: Thu, 06 Apr 2017 11:33:42 GMT +- request: + method: put + uri: http://localhost:3200/source/home:other_user/package_4/_meta + body: + encoding: UTF-8 + string: | + + + <description/> + </package> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '112' + body: + encoding: UTF-8 + string: | + <package name="package_4" project="home:other_user"> + <title> + + + http_version: + recorded_at: Thu, 06 Apr 2017 11:33:42 GMT +- request: + method: put + uri: http://localhost:3200/source/home:other_user/package_2/_meta?user=_nobody_ + body: + encoding: UTF-8 + string: | + + + <description/> + </package> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '112' + body: + encoding: UTF-8 + string: | + <package name="package_2" project="home:other_user"> + <title> + + + http_version: + recorded_at: Thu, 06 Apr 2017 15:38:43 GMT +- request: + method: put + uri: http://localhost:3200/source/home:other_user/package_2/_meta + body: + encoding: UTF-8 + string: | + + + <description/> + </package> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '112' + body: + encoding: UTF-8 + string: | + <package name="package_2" project="home:other_user"> + <title> + + + http_version: + recorded_at: Thu, 06 Apr 2017 15:38:43 GMT +- request: + method: put + uri: http://localhost:3200/source/home:other_user/package_1/_meta?user=_nobody_ + body: + encoding: UTF-8 + string: | + + + <description/> + </package> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '112' + body: + encoding: UTF-8 + string: | + <package name="package_1" project="home:other_user"> + <title> + + + http_version: + recorded_at: Thu, 06 Apr 2017 15:48:25 GMT +- request: + method: put + uri: http://localhost:3200/source/home:other_user/package_1/_meta + body: + encoding: UTF-8 + string: | + + + <description/> + </package> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '112' + body: + encoding: UTF-8 + string: | + <package name="package_1" project="home:other_user"> + <title> + + + http_version: + recorded_at: Thu, 06 Apr 2017 15:48:25 GMT +- request: + method: get + uri: http://localhost:3200/source/home:other_user/package_1?nofilename=1&view=info&withchangesmd5=1 + body: + encoding: US-ASCII + string: '' + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '147' + body: + encoding: UTF-8 + string: | + + + + http_version: + recorded_at: Thu, 06 Apr 2017 15:48:25 GMT +- request: + method: get + uri: http://localhost:3200/source/home:other_user/package_1 + body: + encoding: US-ASCII + string: '' + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '84' + body: + encoding: UTF-8 + string: | + + + http_version: + recorded_at: Thu, 06 Apr 2017 15:48:25 GMT +- request: + method: post + uri: http://localhost:3200/source/home:other_user/package_1?cmd=diff&linkrev=base&onlyissues=1&orev=0&view=xml + body: + encoding: UTF-8 + string: '' + headers: + Content-Type: + - application/octet-stream + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '290' + body: + encoding: UTF-8 + string: | + + + + + + http_version: + recorded_at: Thu, 06 Apr 2017 15:48:25 GMT +- request: + method: put + uri: http://localhost:3200/source/home:other_user/package_26/_meta?user=_nobody_ + body: + encoding: UTF-8 + string: | + + + <description/> + </package> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '113' + body: + encoding: UTF-8 + string: | + <package name="package_26" project="home:other_user"> + <title> + + + http_version: + recorded_at: Thu, 06 Apr 2017 15:49:35 GMT +- request: + method: put + uri: http://localhost:3200/source/home:other_user/package_26/_meta + body: + encoding: UTF-8 + string: | + + + <description/> + </package> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '113' + body: + encoding: UTF-8 + string: | + <package name="package_26" project="home:other_user"> + <title> + + + http_version: + recorded_at: Thu, 06 Apr 2017 15:49:35 GMT +- request: + method: put + uri: http://localhost:3200/source/home:other_user/package_19/_meta?user=_nobody_ + body: + encoding: UTF-8 + string: | + + + <description/> + </package> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '113' + body: + encoding: UTF-8 + string: | + <package name="package_19" project="home:other_user"> + <title> + + + http_version: + recorded_at: Thu, 06 Apr 2017 16:01:34 GMT +- request: + method: put + uri: http://localhost:3200/source/home:other_user/package_19/_meta + body: + encoding: UTF-8 + string: | + + + <description/> + </package> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '113' + body: + encoding: UTF-8 + string: | + <package name="package_19" project="home:other_user"> + <title> + + + http_version: + recorded_at: Thu, 06 Apr 2017 16:01:34 GMT +- request: + method: put + uri: http://localhost:3200/source/home:other_user/package_33/_meta?user=_nobody_ + body: + encoding: UTF-8 + string: | + + + <description/> + </package> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '113' + body: + encoding: UTF-8 + string: | + <package name="package_33" project="home:other_user"> + <title> + + + http_version: + recorded_at: Thu, 06 Apr 2017 16:05:53 GMT +- request: + method: put + uri: http://localhost:3200/source/home:other_user/package_33/_meta + body: + encoding: UTF-8 + string: | + + + <description/> + </package> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '113' + body: + encoding: UTF-8 + string: | + <package name="package_33" project="home:other_user"> + <title> + + + http_version: + recorded_at: Thu, 06 Apr 2017 16:05:53 GMT +recorded_with: VCR 3.0.3 diff --git a/src/api/spec/cassettes/Webui_ProjectController/GET_status/without_develpackage/1_41_4_2.yml b/src/api/spec/cassettes/Webui_ProjectController/GET_status/without_develpackage/1_41_4_2.yml new file mode 100644 index 00000000000..40383c51731 --- /dev/null +++ b/src/api/spec/cassettes/Webui_ProjectController/GET_status/without_develpackage/1_41_4_2.yml @@ -0,0 +1,1092 @@ +--- +http_interactions: +- request: + method: get + uri: http://localhost:3200/source/home:other_user/develpackage?nofilename=1&view=info&withchangesmd5=1 + body: + encoding: US-ASCII + string: '' + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 404 + message: project 'home other_user' does not exist + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '158' + body: + encoding: UTF-8 + string: | + + project 'home:other_user' does not exist +
404 project 'home:other_user' does not exist
+
+ http_version: + recorded_at: Thu, 06 Apr 2017 08:58:46 GMT +- request: + method: get + uri: http://localhost:3200/source/home:other_user/develpackage + body: + encoding: US-ASCII + string: '' + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 404 + message: project 'home other_user' does not exist + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '158' + body: + encoding: UTF-8 + string: | + + project 'home:other_user' does not exist +
404 project 'home:other_user' does not exist
+
+ http_version: + recorded_at: Thu, 06 Apr 2017 08:58:46 GMT +- request: + method: post + uri: http://localhost:3200/source/home:other_user/develpackage?cmd=diff&linkrev=base&onlyissues=1&orev=0&view=xml + body: + encoding: UTF-8 + string: '' + headers: + Content-Type: + - application/octet-stream + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 404 + message: project 'home other_user' does not exist + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '158' + body: + encoding: UTF-8 + string: | + + project 'home:other_user' does not exist +
404 project 'home:other_user' does not exist
+
+ http_version: + recorded_at: Thu, 06 Apr 2017 08:58:46 GMT +- request: + method: get + uri: http://localhost:3200/source/home:other_user/package_10?nofilename=1&view=info&withchangesmd5=1 + body: + encoding: US-ASCII + string: '' + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 404 + message: project 'home other_user' does not exist + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '158' + body: + encoding: UTF-8 + string: | + + project 'home:other_user' does not exist +
404 project 'home:other_user' does not exist
+
+ http_version: + recorded_at: Thu, 06 Apr 2017 08:58:46 GMT +- request: + method: get + uri: http://localhost:3200/source/home:other_user/package_10 + body: + encoding: US-ASCII + string: '' + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 404 + message: project 'home other_user' does not exist + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '158' + body: + encoding: UTF-8 + string: | + + project 'home:other_user' does not exist +
404 project 'home:other_user' does not exist
+
+ http_version: + recorded_at: Thu, 06 Apr 2017 08:58:46 GMT +- request: + method: post + uri: http://localhost:3200/source/home:other_user/package_10?cmd=diff&linkrev=base&onlyissues=1&orev=0&view=xml + body: + encoding: UTF-8 + string: '' + headers: + Content-Type: + - application/octet-stream + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 404 + message: project 'home other_user' does not exist + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '158' + body: + encoding: UTF-8 + string: | + + project 'home:other_user' does not exist +
404 project 'home:other_user' does not exist
+
+ http_version: + recorded_at: Thu, 06 Apr 2017 08:58:46 GMT +- request: + method: get + uri: http://localhost:3200/getprojpack?expandedrepos&nopackages&project=home:other_user&withrepos + body: + encoding: US-ASCII + string: '' + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '42' + body: + encoding: UTF-8 + string: | + + + http_version: + recorded_at: Thu, 06 Apr 2017 08:58:46 GMT +- request: + method: put + uri: http://localhost:3200/source/home:tom/_meta?user=tom + body: + encoding: UTF-8 + string: | + + + <description/> + <person userid="tom" role="maintainer"/> + </project> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '129' + body: + encoding: UTF-8 + string: | + <project name="home:tom"> + <title> + + + + http_version: + recorded_at: Thu, 06 Apr 2017 11:33:41 GMT +- request: + method: put + uri: http://localhost:3200/source/home:other_user/_meta?user=other_user + body: + encoding: UTF-8 + string: | + + + <description/> + <person userid="other_user" role="maintainer"/> + </project> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '143' + body: + encoding: UTF-8 + string: | + <project name="home:other_user"> + <title> + + + + http_version: + recorded_at: Thu, 06 Apr 2017 11:33:41 GMT +- request: + method: put + uri: http://localhost:3200/source/home:other_user/develpackage/_meta?user=_nobody_ + body: + encoding: UTF-8 + string: | + + + <description/> + </package> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '115' + body: + encoding: UTF-8 + string: | + <package name="develpackage" project="home:other_user"> + <title> + + + http_version: + recorded_at: Thu, 06 Apr 2017 11:33:41 GMT +- request: + method: put + uri: http://localhost:3200/source/home:other_user/develpackage/_meta + body: + encoding: UTF-8 + string: | + + + <description/> + </package> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '115' + body: + encoding: UTF-8 + string: | + <package name="develpackage" project="home:other_user"> + <title> + + + http_version: + recorded_at: Thu, 06 Apr 2017 11:33:41 GMT +- request: + method: put + uri: http://localhost:3200/source/home:tom/package_with_develpackage/_meta?user=_nobody_ + body: + encoding: UTF-8 + string: | + + + <description/> + <devel project="home:other_user" package="develpackage"/> + </package> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '182' + body: + encoding: UTF-8 + string: | + <package name="package_with_develpackage" project="home:tom"> + <title> + + + + http_version: + recorded_at: Thu, 06 Apr 2017 11:33:41 GMT +- request: + method: put + uri: http://localhost:3200/source/home:tom/package_with_develpackage/_meta + body: + encoding: UTF-8 + string: | + + + <description/> + <devel project="home:other_user" package="develpackage"/> + </package> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '182' + body: + encoding: UTF-8 + string: | + <package name="package_with_develpackage" project="home:tom"> + <title> + + + + http_version: + recorded_at: Thu, 06 Apr 2017 11:33:41 GMT +- request: + method: put + uri: http://localhost:3200/source/home:other_user/package_3/_meta?user=_nobody_ + body: + encoding: UTF-8 + string: | + + + <description/> + </package> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '112' + body: + encoding: UTF-8 + string: | + <package name="package_3" project="home:other_user"> + <title> + + + http_version: + recorded_at: Thu, 06 Apr 2017 11:33:41 GMT +- request: + method: put + uri: http://localhost:3200/source/home:other_user/package_3/_meta + body: + encoding: UTF-8 + string: | + + + <description/> + </package> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '112' + body: + encoding: UTF-8 + string: | + <package name="package_3" project="home:other_user"> + <title> + + + http_version: + recorded_at: Thu, 06 Apr 2017 11:33:41 GMT +- request: + method: get + uri: http://localhost:3200/source/home:other_user/package_14?nofilename=1&view=info&withchangesmd5=1 + body: + encoding: US-ASCII + string: '' + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '148' + body: + encoding: UTF-8 + string: | + + + + http_version: + recorded_at: Thu, 06 Apr 2017 15:37:11 GMT +- request: + method: get + uri: http://localhost:3200/source/home:other_user/package_14 + body: + encoding: US-ASCII + string: '' + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '85' + body: + encoding: UTF-8 + string: | + + + http_version: + recorded_at: Thu, 06 Apr 2017 15:37:11 GMT +- request: + method: post + uri: http://localhost:3200/source/home:other_user/package_14?cmd=diff&linkrev=base&onlyissues=1&orev=0&view=xml + body: + encoding: UTF-8 + string: '' + headers: + Content-Type: + - application/octet-stream + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '292' + body: + encoding: UTF-8 + string: | + + + + + + http_version: + recorded_at: Thu, 06 Apr 2017 15:37:11 GMT +- request: + method: put + uri: http://localhost:3200/source/home:other_user/package_1/_meta?user=_nobody_ + body: + encoding: UTF-8 + string: | + + + <description/> + </package> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '112' + body: + encoding: UTF-8 + string: | + <package name="package_1" project="home:other_user"> + <title> + + + http_version: + recorded_at: Thu, 06 Apr 2017 15:38:42 GMT +- request: + method: put + uri: http://localhost:3200/source/home:other_user/package_1/_meta + body: + encoding: UTF-8 + string: | + + + <description/> + </package> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '112' + body: + encoding: UTF-8 + string: | + <package name="package_1" project="home:other_user"> + <title> + + + http_version: + recorded_at: Thu, 06 Apr 2017 15:38:42 GMT +- request: + method: get + uri: http://localhost:3200/source/home:other_user/package_1?nofilename=1&view=info&withchangesmd5=1 + body: + encoding: US-ASCII + string: '' + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '147' + body: + encoding: UTF-8 + string: | + + + + http_version: + recorded_at: Thu, 06 Apr 2017 15:38:42 GMT +- request: + method: get + uri: http://localhost:3200/source/home:other_user/package_1 + body: + encoding: US-ASCII + string: '' + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '84' + body: + encoding: UTF-8 + string: | + + + http_version: + recorded_at: Thu, 06 Apr 2017 15:38:42 GMT +- request: + method: post + uri: http://localhost:3200/source/home:other_user/package_1?cmd=diff&linkrev=base&onlyissues=1&orev=0&view=xml + body: + encoding: UTF-8 + string: '' + headers: + Content-Type: + - application/octet-stream + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '290' + body: + encoding: UTF-8 + string: | + + + + + + http_version: + recorded_at: Thu, 06 Apr 2017 15:38:42 GMT +- request: + method: put + uri: http://localhost:3200/source/home:other_user/package_27/_meta?user=_nobody_ + body: + encoding: UTF-8 + string: | + + + <description/> + </package> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '113' + body: + encoding: UTF-8 + string: | + <package name="package_27" project="home:other_user"> + <title> + + + http_version: + recorded_at: Thu, 06 Apr 2017 15:49:36 GMT +- request: + method: put + uri: http://localhost:3200/source/home:other_user/package_27/_meta + body: + encoding: UTF-8 + string: | + + + <description/> + </package> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '113' + body: + encoding: UTF-8 + string: | + <package name="package_27" project="home:other_user"> + <title> + + + http_version: + recorded_at: Thu, 06 Apr 2017 15:49:36 GMT +- request: + method: put + uri: http://localhost:3200/source/home:other_user/package_18/_meta?user=_nobody_ + body: + encoding: UTF-8 + string: | + + + <description/> + </package> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '113' + body: + encoding: UTF-8 + string: | + <package name="package_18" project="home:other_user"> + <title> + + + http_version: + recorded_at: Thu, 06 Apr 2017 16:01:34 GMT +- request: + method: put + uri: http://localhost:3200/source/home:other_user/package_18/_meta + body: + encoding: UTF-8 + string: | + + + <description/> + </package> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '113' + body: + encoding: UTF-8 + string: | + <package name="package_18" project="home:other_user"> + <title> + + + http_version: + recorded_at: Thu, 06 Apr 2017 16:01:34 GMT +- request: + method: put + uri: http://localhost:3200/source/home:other_user/package_35/_meta?user=_nobody_ + body: + encoding: UTF-8 + string: | + + + <description/> + </package> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '113' + body: + encoding: UTF-8 + string: | + <package name="package_35" project="home:other_user"> + <title> + + + http_version: + recorded_at: Thu, 06 Apr 2017 16:05:54 GMT +- request: + method: put + uri: http://localhost:3200/source/home:other_user/package_35/_meta + body: + encoding: UTF-8 + string: | + + + <description/> + </package> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '113' + body: + encoding: UTF-8 + string: | + <package name="package_35" project="home:other_user"> + <title> + + + http_version: + recorded_at: Thu, 06 Apr 2017 16:05:54 GMT +recorded_with: VCR 3.0.3 diff --git a/src/api/spec/cassettes/Webui_ProjectController/GET_status/without_develpackage/1_41_4_3.yml b/src/api/spec/cassettes/Webui_ProjectController/GET_status/without_develpackage/1_41_4_3.yml new file mode 100644 index 00000000000..64af5497f2f --- /dev/null +++ b/src/api/spec/cassettes/Webui_ProjectController/GET_status/without_develpackage/1_41_4_3.yml @@ -0,0 +1,985 @@ +--- +http_interactions: +- request: + method: get + uri: http://localhost:3200/source/home:other_user/develpackage?nofilename=1&view=info&withchangesmd5=1 + body: + encoding: US-ASCII + string: '' + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 404 + message: project 'home other_user' does not exist + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '158' + body: + encoding: UTF-8 + string: | + + project 'home:other_user' does not exist +
404 project 'home:other_user' does not exist
+
+ http_version: + recorded_at: Wed, 05 Apr 2017 15:25:09 GMT +- request: + method: get + uri: http://localhost:3200/source/home:other_user/develpackage + body: + encoding: US-ASCII + string: '' + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 404 + message: project 'home other_user' does not exist + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '158' + body: + encoding: UTF-8 + string: | + + project 'home:other_user' does not exist +
404 project 'home:other_user' does not exist
+
+ http_version: + recorded_at: Wed, 05 Apr 2017 15:25:09 GMT +- request: + method: post + uri: http://localhost:3200/source/home:other_user/develpackage?cmd=diff&linkrev=base&onlyissues=1&orev=0&view=xml + body: + encoding: UTF-8 + string: '' + headers: + Content-Type: + - application/octet-stream + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 404 + message: project 'home other_user' does not exist + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '158' + body: + encoding: UTF-8 + string: | + + project 'home:other_user' does not exist +
404 project 'home:other_user' does not exist
+
+ http_version: + recorded_at: Wed, 05 Apr 2017 15:25:10 GMT +- request: + method: get + uri: http://localhost:3200/getprojpack?expandedrepos&nopackages&project=home:other_user&withrepos + body: + encoding: US-ASCII + string: '' + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '42' + body: + encoding: UTF-8 + string: | + + + http_version: + recorded_at: Wed, 05 Apr 2017 15:25:10 GMT +- request: + method: put + uri: http://localhost:3200/source/home:tom/_meta?user=tom + body: + encoding: UTF-8 + string: | + + + <description/> + <person userid="tom" role="maintainer"/> + </project> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '129' + body: + encoding: UTF-8 + string: | + <project name="home:tom"> + <title> + + + + http_version: + recorded_at: Thu, 06 Apr 2017 11:33:40 GMT +- request: + method: put + uri: http://localhost:3200/source/home:other_user/_meta?user=other_user + body: + encoding: UTF-8 + string: | + + + <description/> + <person userid="other_user" role="maintainer"/> + </project> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '143' + body: + encoding: UTF-8 + string: | + <project name="home:other_user"> + <title> + + + + http_version: + recorded_at: Thu, 06 Apr 2017 11:33:40 GMT +- request: + method: put + uri: http://localhost:3200/source/home:other_user/develpackage/_meta?user=_nobody_ + body: + encoding: UTF-8 + string: | + + + <description/> + </package> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '115' + body: + encoding: UTF-8 + string: | + <package name="develpackage" project="home:other_user"> + <title> + + + http_version: + recorded_at: Thu, 06 Apr 2017 11:33:40 GMT +- request: + method: put + uri: http://localhost:3200/source/home:other_user/develpackage/_meta + body: + encoding: UTF-8 + string: | + + + <description/> + </package> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '115' + body: + encoding: UTF-8 + string: | + <package name="develpackage" project="home:other_user"> + <title> + + + http_version: + recorded_at: Thu, 06 Apr 2017 11:33:40 GMT +- request: + method: put + uri: http://localhost:3200/source/home:tom/package_with_develpackage/_meta?user=_nobody_ + body: + encoding: UTF-8 + string: | + + + <description/> + <devel project="home:other_user" package="develpackage"/> + </package> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '182' + body: + encoding: UTF-8 + string: | + <package name="package_with_develpackage" project="home:tom"> + <title> + + + + http_version: + recorded_at: Thu, 06 Apr 2017 11:33:41 GMT +- request: + method: put + uri: http://localhost:3200/source/home:tom/package_with_develpackage/_meta + body: + encoding: UTF-8 + string: | + + + <description/> + <devel project="home:other_user" package="develpackage"/> + </package> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '182' + body: + encoding: UTF-8 + string: | + <package name="package_with_develpackage" project="home:tom"> + <title> + + + + http_version: + recorded_at: Thu, 06 Apr 2017 11:33:41 GMT +- request: + method: put + uri: http://localhost:3200/source/home:other_user/package_2/_meta?user=_nobody_ + body: + encoding: UTF-8 + string: | + + + <description/> + </package> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '112' + body: + encoding: UTF-8 + string: | + <package name="package_2" project="home:other_user"> + <title> + + + http_version: + recorded_at: Thu, 06 Apr 2017 11:33:41 GMT +- request: + method: put + uri: http://localhost:3200/source/home:other_user/package_2/_meta + body: + encoding: UTF-8 + string: | + + + <description/> + </package> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '112' + body: + encoding: UTF-8 + string: | + <package name="package_2" project="home:other_user"> + <title> + + + http_version: + recorded_at: Thu, 06 Apr 2017 11:33:41 GMT +- request: + method: put + uri: http://localhost:3200/source/home:other_user/package_3/_meta?user=_nobody_ + body: + encoding: UTF-8 + string: | + + + <description/> + </package> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '112' + body: + encoding: UTF-8 + string: | + <package name="package_3" project="home:other_user"> + <title> + + + http_version: + recorded_at: Thu, 06 Apr 2017 15:38:43 GMT +- request: + method: put + uri: http://localhost:3200/source/home:other_user/package_3/_meta + body: + encoding: UTF-8 + string: | + + + <description/> + </package> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '112' + body: + encoding: UTF-8 + string: | + <package name="package_3" project="home:other_user"> + <title> + + + http_version: + recorded_at: Thu, 06 Apr 2017 15:38:43 GMT +- request: + method: put + uri: http://localhost:3200/source/home:other_user/package_25/_meta?user=_nobody_ + body: + encoding: UTF-8 + string: | + + + <description/> + </package> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '113' + body: + encoding: UTF-8 + string: | + <package name="package_25" project="home:other_user"> + <title> + + + http_version: + recorded_at: Thu, 06 Apr 2017 15:49:35 GMT +- request: + method: put + uri: http://localhost:3200/source/home:other_user/package_25/_meta + body: + encoding: UTF-8 + string: | + + + <description/> + </package> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '113' + body: + encoding: UTF-8 + string: | + <package name="package_25" project="home:other_user"> + <title> + + + http_version: + recorded_at: Thu, 06 Apr 2017 15:49:35 GMT +- request: + method: get + uri: http://localhost:3200/source/home:other_user/package_25?nofilename=1&view=info&withchangesmd5=1 + body: + encoding: US-ASCII + string: '' + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '148' + body: + encoding: UTF-8 + string: | + + + + http_version: + recorded_at: Thu, 06 Apr 2017 15:49:35 GMT +- request: + method: get + uri: http://localhost:3200/source/home:other_user/package_25 + body: + encoding: US-ASCII + string: '' + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '85' + body: + encoding: UTF-8 + string: | + + + http_version: + recorded_at: Thu, 06 Apr 2017 15:49:35 GMT +- request: + method: post + uri: http://localhost:3200/source/home:other_user/package_25?cmd=diff&linkrev=base&onlyissues=1&orev=0&view=xml + body: + encoding: UTF-8 + string: '' + headers: + Content-Type: + - application/octet-stream + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '292' + body: + encoding: UTF-8 + string: | + + + + + + http_version: + recorded_at: Thu, 06 Apr 2017 15:49:35 GMT +- request: + method: put + uri: http://localhost:3200/source/home:other_user/package_17/_meta?user=_nobody_ + body: + encoding: UTF-8 + string: | + + + <description/> + </package> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '113' + body: + encoding: UTF-8 + string: | + <package name="package_17" project="home:other_user"> + <title> + + + http_version: + recorded_at: Thu, 06 Apr 2017 16:01:33 GMT +- request: + method: put + uri: http://localhost:3200/source/home:other_user/package_17/_meta + body: + encoding: UTF-8 + string: | + + + <description/> + </package> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '113' + body: + encoding: UTF-8 + string: | + <package name="package_17" project="home:other_user"> + <title> + + + http_version: + recorded_at: Thu, 06 Apr 2017 16:01:33 GMT +- request: + method: get + uri: http://localhost:3200/source/home:other_user/package_17?nofilename=1&view=info&withchangesmd5=1 + body: + encoding: US-ASCII + string: '' + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '148' + body: + encoding: UTF-8 + string: | + + + + http_version: + recorded_at: Thu, 06 Apr 2017 16:01:33 GMT +- request: + method: get + uri: http://localhost:3200/source/home:other_user/package_17 + body: + encoding: US-ASCII + string: '' + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '85' + body: + encoding: UTF-8 + string: | + + + http_version: + recorded_at: Thu, 06 Apr 2017 16:01:33 GMT +- request: + method: post + uri: http://localhost:3200/source/home:other_user/package_17?cmd=diff&linkrev=base&onlyissues=1&orev=0&view=xml + body: + encoding: UTF-8 + string: '' + headers: + Content-Type: + - application/octet-stream + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '292' + body: + encoding: UTF-8 + string: | + + + + + + http_version: + recorded_at: Thu, 06 Apr 2017 16:01:33 GMT +- request: + method: put + uri: http://localhost:3200/source/home:other_user/package_34/_meta?user=_nobody_ + body: + encoding: UTF-8 + string: | + + + <description/> + </package> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '113' + body: + encoding: UTF-8 + string: | + <package name="package_34" project="home:other_user"> + <title> + + + http_version: + recorded_at: Thu, 06 Apr 2017 16:05:53 GMT +- request: + method: put + uri: http://localhost:3200/source/home:other_user/package_34/_meta + body: + encoding: UTF-8 + string: | + + + <description/> + </package> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '113' + body: + encoding: UTF-8 + string: | + <package name="package_34" project="home:other_user"> + <title> + + + http_version: + recorded_at: Thu, 06 Apr 2017 16:05:53 GMT +recorded_with: VCR 3.0.3 diff --git a/src/api/spec/cassettes/Webui_ProjectController/GET_status/without_develpackage/1_41_4_4.yml b/src/api/spec/cassettes/Webui_ProjectController/GET_status/without_develpackage/1_41_4_4.yml new file mode 100644 index 00000000000..5eaeeb25605 --- /dev/null +++ b/src/api/spec/cassettes/Webui_ProjectController/GET_status/without_develpackage/1_41_4_4.yml @@ -0,0 +1,1043 @@ +--- +http_interactions: +- request: + method: get + uri: http://localhost:3200/source/home:other_user/develpackage?nofilename=1&view=info&withchangesmd5=1 + body: + encoding: US-ASCII + string: '' + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 404 + message: project 'home other_user' does not exist + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '158' + body: + encoding: UTF-8 + string: | + + project 'home:other_user' does not exist +
404 project 'home:other_user' does not exist
+
+ http_version: + recorded_at: Thu, 06 Apr 2017 08:57:14 GMT +- request: + method: get + uri: http://localhost:3200/source/home:other_user/develpackage + body: + encoding: US-ASCII + string: '' + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 404 + message: project 'home other_user' does not exist + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '158' + body: + encoding: UTF-8 + string: | + + project 'home:other_user' does not exist +
404 project 'home:other_user' does not exist
+
+ http_version: + recorded_at: Thu, 06 Apr 2017 08:57:14 GMT +- request: + method: post + uri: http://localhost:3200/source/home:other_user/develpackage?cmd=diff&linkrev=base&onlyissues=1&orev=0&view=xml + body: + encoding: UTF-8 + string: '' + headers: + Content-Type: + - application/octet-stream + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 404 + message: project 'home other_user' does not exist + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '158' + body: + encoding: UTF-8 + string: | + + project 'home:other_user' does not exist +
404 project 'home:other_user' does not exist
+
+ http_version: + recorded_at: Thu, 06 Apr 2017 08:57:14 GMT +- request: + method: get + uri: http://localhost:3200/source/home:other_user/package_19?nofilename=1&view=info&withchangesmd5=1 + body: + encoding: US-ASCII + string: '' + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 404 + message: project 'home other_user' does not exist + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '158' + body: + encoding: UTF-8 + string: | + + project 'home:other_user' does not exist +
404 project 'home:other_user' does not exist
+
+ http_version: + recorded_at: Thu, 06 Apr 2017 08:57:14 GMT +- request: + method: get + uri: http://localhost:3200/source/home:other_user/package_19 + body: + encoding: US-ASCII + string: '' + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 404 + message: project 'home other_user' does not exist + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '158' + body: + encoding: UTF-8 + string: | + + project 'home:other_user' does not exist +
404 project 'home:other_user' does not exist
+
+ http_version: + recorded_at: Thu, 06 Apr 2017 08:57:14 GMT +- request: + method: post + uri: http://localhost:3200/source/home:other_user/package_19?cmd=diff&linkrev=base&onlyissues=1&orev=0&view=xml + body: + encoding: UTF-8 + string: '' + headers: + Content-Type: + - application/octet-stream + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 404 + message: project 'home other_user' does not exist + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '158' + body: + encoding: UTF-8 + string: | + + project 'home:other_user' does not exist +
404 project 'home:other_user' does not exist
+
+ http_version: + recorded_at: Thu, 06 Apr 2017 08:57:14 GMT +- request: + method: get + uri: http://localhost:3200/getprojpack?expandedrepos&nopackages&project=home:other_user&withrepos + body: + encoding: US-ASCII + string: '' + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '42' + body: + encoding: UTF-8 + string: | + + + http_version: + recorded_at: Thu, 06 Apr 2017 08:57:14 GMT +- request: + method: get + uri: http://localhost:3200/source/home:other_user/package_20?nofilename=1&view=info&withchangesmd5=1 + body: + encoding: US-ASCII + string: '' + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 404 + message: project 'home other_user' does not exist + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '158' + body: + encoding: UTF-8 + string: | + + project 'home:other_user' does not exist +
404 project 'home:other_user' does not exist
+
+ http_version: + recorded_at: Thu, 06 Apr 2017 09:42:10 GMT +- request: + method: get + uri: http://localhost:3200/source/home:other_user/package_20 + body: + encoding: US-ASCII + string: '' + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 404 + message: project 'home other_user' does not exist + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '158' + body: + encoding: UTF-8 + string: | + + project 'home:other_user' does not exist +
404 project 'home:other_user' does not exist
+
+ http_version: + recorded_at: Thu, 06 Apr 2017 09:42:10 GMT +- request: + method: post + uri: http://localhost:3200/source/home:other_user/package_20?cmd=diff&linkrev=base&onlyissues=1&orev=0&view=xml + body: + encoding: UTF-8 + string: '' + headers: + Content-Type: + - application/octet-stream + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 404 + message: project 'home other_user' does not exist + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '158' + body: + encoding: UTF-8 + string: | + + project 'home:other_user' does not exist +
404 project 'home:other_user' does not exist
+
+ http_version: + recorded_at: Thu, 06 Apr 2017 09:42:10 GMT +- request: + method: put + uri: http://localhost:3200/source/home:tom/_meta?user=tom + body: + encoding: UTF-8 + string: | + + + <description/> + <person userid="tom" role="maintainer"/> + </project> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '129' + body: + encoding: UTF-8 + string: | + <project name="home:tom"> + <title> + + + + http_version: + recorded_at: Thu, 06 Apr 2017 11:33:39 GMT +- request: + method: put + uri: http://localhost:3200/source/home:other_user/_meta?user=other_user + body: + encoding: UTF-8 + string: | + + + <description/> + <person userid="other_user" role="maintainer"/> + </project> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '143' + body: + encoding: UTF-8 + string: | + <project name="home:other_user"> + <title> + + + + http_version: + recorded_at: Thu, 06 Apr 2017 11:33:39 GMT +- request: + method: put + uri: http://localhost:3200/source/home:other_user/develpackage/_meta?user=_nobody_ + body: + encoding: UTF-8 + string: | + + + <description/> + </package> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '115' + body: + encoding: UTF-8 + string: | + <package name="develpackage" project="home:other_user"> + <title> + + + http_version: + recorded_at: Thu, 06 Apr 2017 11:33:39 GMT +- request: + method: put + uri: http://localhost:3200/source/home:other_user/develpackage/_meta + body: + encoding: UTF-8 + string: | + + + <description/> + </package> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '115' + body: + encoding: UTF-8 + string: | + <package name="develpackage" project="home:other_user"> + <title> + + + http_version: + recorded_at: Thu, 06 Apr 2017 11:33:39 GMT +- request: + method: put + uri: http://localhost:3200/source/home:tom/package_with_develpackage/_meta?user=_nobody_ + body: + encoding: UTF-8 + string: | + + + <description/> + <devel project="home:other_user" package="develpackage"/> + </package> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '182' + body: + encoding: UTF-8 + string: | + <package name="package_with_develpackage" project="home:tom"> + <title> + + + + http_version: + recorded_at: Thu, 06 Apr 2017 11:33:39 GMT +- request: + method: put + uri: http://localhost:3200/source/home:tom/package_with_develpackage/_meta + body: + encoding: UTF-8 + string: | + + + <description/> + <devel project="home:other_user" package="develpackage"/> + </package> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '182' + body: + encoding: UTF-8 + string: | + <package name="package_with_develpackage" project="home:tom"> + <title> + + + + http_version: + recorded_at: Thu, 06 Apr 2017 11:33:39 GMT +- request: + method: put + uri: http://localhost:3200/source/home:other_user/package_1/_meta?user=_nobody_ + body: + encoding: UTF-8 + string: | + + + <description/> + </package> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '112' + body: + encoding: UTF-8 + string: | + <package name="package_1" project="home:other_user"> + <title> + + + http_version: + recorded_at: Thu, 06 Apr 2017 11:33:39 GMT +- request: + method: put + uri: http://localhost:3200/source/home:other_user/package_1/_meta + body: + encoding: UTF-8 + string: | + + + <description/> + </package> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '112' + body: + encoding: UTF-8 + string: | + <package name="package_1" project="home:other_user"> + <title> + + + http_version: + recorded_at: Thu, 06 Apr 2017 11:33:40 GMT +- request: + method: get + uri: http://localhost:3200/source/home:other_user/package_1?nofilename=1&view=info&withchangesmd5=1 + body: + encoding: US-ASCII + string: '' + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '147' + body: + encoding: UTF-8 + string: | + + + + http_version: + recorded_at: Thu, 06 Apr 2017 11:33:40 GMT +- request: + method: get + uri: http://localhost:3200/source/home:other_user/package_1 + body: + encoding: US-ASCII + string: '' + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '84' + body: + encoding: UTF-8 + string: | + + + http_version: + recorded_at: Thu, 06 Apr 2017 11:33:40 GMT +- request: + method: post + uri: http://localhost:3200/source/home:other_user/package_1?cmd=diff&linkrev=base&onlyissues=1&orev=0&view=xml + body: + encoding: UTF-8 + string: '' + headers: + Content-Type: + - application/octet-stream + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '290' + body: + encoding: UTF-8 + string: | + + + + + + http_version: + recorded_at: Thu, 06 Apr 2017 11:33:40 GMT +- request: + method: put + uri: http://localhost:3200/source/home:other_user/package_4/_meta?user=_nobody_ + body: + encoding: UTF-8 + string: | + + + <description/> + </package> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '112' + body: + encoding: UTF-8 + string: | + <package name="package_4" project="home:other_user"> + <title> + + + http_version: + recorded_at: Thu, 06 Apr 2017 15:38:44 GMT +- request: + method: put + uri: http://localhost:3200/source/home:other_user/package_4/_meta + body: + encoding: UTF-8 + string: | + + + <description/> + </package> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '112' + body: + encoding: UTF-8 + string: | + <package name="package_4" project="home:other_user"> + <title> + + + http_version: + recorded_at: Thu, 06 Apr 2017 15:38:44 GMT +- request: + method: put + uri: http://localhost:3200/source/home:other_user/package_32/_meta?user=_nobody_ + body: + encoding: UTF-8 + string: | + + + <description/> + </package> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '113' + body: + encoding: UTF-8 + string: | + <package name="package_32" project="home:other_user"> + <title> + + + http_version: + recorded_at: Thu, 06 Apr 2017 16:05:52 GMT +- request: + method: put + uri: http://localhost:3200/source/home:other_user/package_32/_meta + body: + encoding: UTF-8 + string: | + + + <description/> + </package> + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '113' + body: + encoding: UTF-8 + string: | + <package name="package_32" project="home:other_user"> + <title> + + + http_version: + recorded_at: Thu, 06 Apr 2017 16:05:52 GMT +- request: + method: get + uri: http://localhost:3200/source/home:other_user/package_32?nofilename=1&view=info&withchangesmd5=1 + body: + encoding: US-ASCII + string: '' + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '148' + body: + encoding: UTF-8 + string: | + + + + http_version: + recorded_at: Thu, 06 Apr 2017 16:05:52 GMT +- request: + method: get + uri: http://localhost:3200/source/home:other_user/package_32 + body: + encoding: US-ASCII + string: '' + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '85' + body: + encoding: UTF-8 + string: | + + + http_version: + recorded_at: Thu, 06 Apr 2017 16:05:52 GMT +- request: + method: post + uri: http://localhost:3200/source/home:other_user/package_32?cmd=diff&linkrev=base&onlyissues=1&orev=0&view=xml + body: + encoding: UTF-8 + string: '' + headers: + Content-Type: + - application/octet-stream + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '292' + body: + encoding: UTF-8 + string: | + + + + + + http_version: + recorded_at: Thu, 06 Apr 2017 16:05:52 GMT +recorded_with: VCR 3.0.3 diff --git a/src/api/spec/cassettes/Webui_ProjectController/POST_add_maintained_project/with_a_maintenance_project_kind_maintenance_/adding_a_valid_maintained_project/1_32_1_1_1.yml b/src/api/spec/cassettes/Webui_ProjectController/POST_add_maintained_project/with_a_maintenance_project_kind_maintenance_/adding_a_valid_maintained_project/1_32_1_1_1.yml new file mode 100644 index 00000000000..c547582e5b3 --- /dev/null +++ b/src/api/spec/cassettes/Webui_ProjectController/POST_add_maintained_project/with_a_maintenance_project_kind_maintenance_/adding_a_valid_maintained_project/1_32_1_1_1.yml @@ -0,0 +1,44 @@ +--- +http_interactions: +- request: + method: get + uri: http://localhost:3200/build/home:tom/_result?code=unresolvable&view=status + body: + encoding: US-ASCII + string: '' + headers: + Content-Type: + - text/plain + Accept-Encoding: + - identity + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '786' + body: + encoding: UTF-8 + string: | + + + + + + + + + http_version: + recorded_at: Wed, 05 Apr 2017 08:40:53 GMT +recorded_with: VCR 3.0.3 diff --git a/src/api/spec/cassettes/Webui_ProjectController/POST_add_maintained_project/with_a_maintenance_project_kind_maintenance_/adding_a_valid_maintained_project/1_32_1_1_2.yml b/src/api/spec/cassettes/Webui_ProjectController/POST_add_maintained_project/with_a_maintenance_project_kind_maintenance_/adding_a_valid_maintained_project/1_32_1_1_2.yml new file mode 100644 index 00000000000..c547582e5b3 --- /dev/null +++ b/src/api/spec/cassettes/Webui_ProjectController/POST_add_maintained_project/with_a_maintenance_project_kind_maintenance_/adding_a_valid_maintained_project/1_32_1_1_2.yml @@ -0,0 +1,44 @@ +--- +http_interactions: +- request: + method: get + uri: http://localhost:3200/build/home:tom/_result?code=unresolvable&view=status + body: + encoding: US-ASCII + string: '' + headers: + Content-Type: + - text/plain + Accept-Encoding: + - identity + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '786' + body: + encoding: UTF-8 + string: | + + + + + + + + + http_version: + recorded_at: Wed, 05 Apr 2017 08:40:53 GMT +recorded_with: VCR 3.0.3 diff --git a/src/api/spec/cassettes/Webui_ProjectController/POST_add_maintained_project/with_a_maintenance_project_kind_maintenance_/adding_a_valid_maintained_project/1_32_1_1_3.yml b/src/api/spec/cassettes/Webui_ProjectController/POST_add_maintained_project/with_a_maintenance_project_kind_maintenance_/adding_a_valid_maintained_project/1_32_1_1_3.yml new file mode 100644 index 00000000000..c547582e5b3 --- /dev/null +++ b/src/api/spec/cassettes/Webui_ProjectController/POST_add_maintained_project/with_a_maintenance_project_kind_maintenance_/adding_a_valid_maintained_project/1_32_1_1_3.yml @@ -0,0 +1,44 @@ +--- +http_interactions: +- request: + method: get + uri: http://localhost:3200/build/home:tom/_result?code=unresolvable&view=status + body: + encoding: US-ASCII + string: '' + headers: + Content-Type: + - text/plain + Accept-Encoding: + - identity + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '786' + body: + encoding: UTF-8 + string: | + + + + + + + + + http_version: + recorded_at: Wed, 05 Apr 2017 08:40:53 GMT +recorded_with: VCR 3.0.3 diff --git a/src/api/spec/cassettes/Webui_ProjectController/POST_add_maintained_project/with_a_maintenance_project_kind_maintenance_/adding_an_invalid_project/1_32_1_2_1.yml b/src/api/spec/cassettes/Webui_ProjectController/POST_add_maintained_project/with_a_maintenance_project_kind_maintenance_/adding_an_invalid_project/1_32_1_2_1.yml new file mode 100644 index 00000000000..8a7655ffcc3 --- /dev/null +++ b/src/api/spec/cassettes/Webui_ProjectController/POST_add_maintained_project/with_a_maintenance_project_kind_maintenance_/adding_an_invalid_project/1_32_1_2_1.yml @@ -0,0 +1,44 @@ +--- +http_interactions: +- request: + method: get + uri: http://localhost:3200/build/home:tom/_result?code=unresolvable&view=status + body: + encoding: US-ASCII + string: '' + headers: + Content-Type: + - text/plain + Accept-Encoding: + - identity + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '786' + body: + encoding: UTF-8 + string: | + + + + + + + + + http_version: + recorded_at: Wed, 05 Apr 2017 08:40:52 GMT +recorded_with: VCR 3.0.3 diff --git a/src/api/spec/cassettes/Webui_ProjectController/POST_add_maintained_project/with_a_maintenance_project_kind_maintenance_/adding_an_invalid_project/1_32_1_2_2.yml b/src/api/spec/cassettes/Webui_ProjectController/POST_add_maintained_project/with_a_maintenance_project_kind_maintenance_/adding_an_invalid_project/1_32_1_2_2.yml new file mode 100644 index 00000000000..8a7655ffcc3 --- /dev/null +++ b/src/api/spec/cassettes/Webui_ProjectController/POST_add_maintained_project/with_a_maintenance_project_kind_maintenance_/adding_an_invalid_project/1_32_1_2_2.yml @@ -0,0 +1,44 @@ +--- +http_interactions: +- request: + method: get + uri: http://localhost:3200/build/home:tom/_result?code=unresolvable&view=status + body: + encoding: US-ASCII + string: '' + headers: + Content-Type: + - text/plain + Accept-Encoding: + - identity + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '786' + body: + encoding: UTF-8 + string: | + + + + + + + + + http_version: + recorded_at: Wed, 05 Apr 2017 08:40:52 GMT +recorded_with: VCR 3.0.3 diff --git a/src/api/spec/cassettes/Webui_ProjectController/POST_add_maintained_project/with_a_maintenance_project_kind_maintenance_/adding_an_invalid_project/1_32_1_2_3.yml b/src/api/spec/cassettes/Webui_ProjectController/POST_add_maintained_project/with_a_maintenance_project_kind_maintenance_/adding_an_invalid_project/1_32_1_2_3.yml new file mode 100644 index 00000000000..8a7655ffcc3 --- /dev/null +++ b/src/api/spec/cassettes/Webui_ProjectController/POST_add_maintained_project/with_a_maintenance_project_kind_maintenance_/adding_an_invalid_project/1_32_1_2_3.yml @@ -0,0 +1,44 @@ +--- +http_interactions: +- request: + method: get + uri: http://localhost:3200/build/home:tom/_result?code=unresolvable&view=status + body: + encoding: US-ASCII + string: '' + headers: + Content-Type: + - text/plain + Accept-Encoding: + - identity + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '786' + body: + encoding: UTF-8 + string: | + + + + + + + + + http_version: + recorded_at: Wed, 05 Apr 2017 08:40:52 GMT +recorded_with: VCR 3.0.3 diff --git a/src/api/spec/cassettes/Webui_ProjectController/POST_add_maintained_project/without_a_maintenance_project_kind_maintenance_/1_32_2_1.yml b/src/api/spec/cassettes/Webui_ProjectController/POST_add_maintained_project/without_a_maintenance_project_kind_maintenance_/1_32_2_1.yml new file mode 100644 index 00000000000..c547582e5b3 --- /dev/null +++ b/src/api/spec/cassettes/Webui_ProjectController/POST_add_maintained_project/without_a_maintenance_project_kind_maintenance_/1_32_2_1.yml @@ -0,0 +1,44 @@ +--- +http_interactions: +- request: + method: get + uri: http://localhost:3200/build/home:tom/_result?code=unresolvable&view=status + body: + encoding: US-ASCII + string: '' + headers: + Content-Type: + - text/plain + Accept-Encoding: + - identity + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '786' + body: + encoding: UTF-8 + string: | + + + + + + + + + http_version: + recorded_at: Wed, 05 Apr 2017 08:40:53 GMT +recorded_with: VCR 3.0.3 diff --git a/src/api/spec/cassettes/Webui_ProjectController/POST_add_maintained_project/without_a_maintenance_project_kind_maintenance_/1_32_2_2.yml b/src/api/spec/cassettes/Webui_ProjectController/POST_add_maintained_project/without_a_maintenance_project_kind_maintenance_/1_32_2_2.yml new file mode 100644 index 00000000000..c547582e5b3 --- /dev/null +++ b/src/api/spec/cassettes/Webui_ProjectController/POST_add_maintained_project/without_a_maintenance_project_kind_maintenance_/1_32_2_2.yml @@ -0,0 +1,44 @@ +--- +http_interactions: +- request: + method: get + uri: http://localhost:3200/build/home:tom/_result?code=unresolvable&view=status + body: + encoding: US-ASCII + string: '' + headers: + Content-Type: + - text/plain + Accept-Encoding: + - identity + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '786' + body: + encoding: UTF-8 + string: | + + + + + + + + + http_version: + recorded_at: Wed, 05 Apr 2017 08:40:53 GMT +recorded_with: VCR 3.0.3 diff --git a/src/api/spec/cassettes/Webui_ProjectController/POST_remove_maintained_project/_remove_maintained_project_fails_without_maintenance_kind_for_a_valid_maintained_project/1_31_2_1.yml b/src/api/spec/cassettes/Webui_ProjectController/POST_remove_maintained_project/_remove_maintained_project_fails_without_maintenance_kind_for_a_valid_maintained_project/1_31_2_1.yml new file mode 100644 index 00000000000..38676a30be0 --- /dev/null +++ b/src/api/spec/cassettes/Webui_ProjectController/POST_remove_maintained_project/_remove_maintained_project_fails_without_maintenance_kind_for_a_valid_maintained_project/1_31_2_1.yml @@ -0,0 +1,44 @@ +--- +http_interactions: +- request: + method: get + uri: http://localhost:3200/build/home:tom/_result?code=unresolvable&view=status + body: + encoding: US-ASCII + string: '' + headers: + Content-Type: + - text/plain + Accept-Encoding: + - identity + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '786' + body: + encoding: UTF-8 + string: | + + + + + + + + + http_version: + recorded_at: Wed, 05 Apr 2017 08:40:45 GMT +recorded_with: VCR 3.0.3 diff --git a/src/api/spec/cassettes/Webui_ProjectController/POST_remove_maintained_project/with_maintained_kind/maintained_project_successfully_removed/1_31_1_1_1.yml b/src/api/spec/cassettes/Webui_ProjectController/POST_remove_maintained_project/with_maintained_kind/maintained_project_successfully_removed/1_31_1_1_1.yml new file mode 100644 index 00000000000..7ba9955b39c --- /dev/null +++ b/src/api/spec/cassettes/Webui_ProjectController/POST_remove_maintained_project/with_maintained_kind/maintained_project_successfully_removed/1_31_1_1_1.yml @@ -0,0 +1,44 @@ +--- +http_interactions: +- request: + method: get + uri: http://localhost:3200/build/home:tom/_result?code=unresolvable&view=status + body: + encoding: US-ASCII + string: '' + headers: + Content-Type: + - text/plain + Accept-Encoding: + - identity + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '786' + body: + encoding: UTF-8 + string: | + + + + + + + + + http_version: + recorded_at: Wed, 05 Apr 2017 08:40:44 GMT +recorded_with: VCR 3.0.3 diff --git a/src/api/spec/cassettes/Webui_ProjectController/POST_remove_maintained_project/with_maintained_kind/maintained_project_successfully_removed/1_31_1_1_2.yml b/src/api/spec/cassettes/Webui_ProjectController/POST_remove_maintained_project/with_maintained_kind/maintained_project_successfully_removed/1_31_1_1_2.yml new file mode 100644 index 00000000000..7ba9955b39c --- /dev/null +++ b/src/api/spec/cassettes/Webui_ProjectController/POST_remove_maintained_project/with_maintained_kind/maintained_project_successfully_removed/1_31_1_1_2.yml @@ -0,0 +1,44 @@ +--- +http_interactions: +- request: + method: get + uri: http://localhost:3200/build/home:tom/_result?code=unresolvable&view=status + body: + encoding: US-ASCII + string: '' + headers: + Content-Type: + - text/plain + Accept-Encoding: + - identity + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '786' + body: + encoding: UTF-8 + string: | + + + + + + + + + http_version: + recorded_at: Wed, 05 Apr 2017 08:40:44 GMT +recorded_with: VCR 3.0.3 diff --git a/src/api/spec/cassettes/Webui_ProjectController/POST_remove_maintained_project/with_maintained_kind/maintained_project_successfully_removed/1_31_1_1_3.yml b/src/api/spec/cassettes/Webui_ProjectController/POST_remove_maintained_project/with_maintained_kind/maintained_project_successfully_removed/1_31_1_1_3.yml new file mode 100644 index 00000000000..7ba9955b39c --- /dev/null +++ b/src/api/spec/cassettes/Webui_ProjectController/POST_remove_maintained_project/with_maintained_kind/maintained_project_successfully_removed/1_31_1_1_3.yml @@ -0,0 +1,44 @@ +--- +http_interactions: +- request: + method: get + uri: http://localhost:3200/build/home:tom/_result?code=unresolvable&view=status + body: + encoding: US-ASCII + string: '' + headers: + Content-Type: + - text/plain + Accept-Encoding: + - identity + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '786' + body: + encoding: UTF-8 + string: | + + + + + + + + + http_version: + recorded_at: Wed, 05 Apr 2017 08:40:44 GMT +recorded_with: VCR 3.0.3 diff --git a/src/api/spec/cassettes/Webui_ProjectController/POST_remove_maintained_project/with_maintained_kind/with_an_invalid_maintained_project/1_31_1_2_1.yml b/src/api/spec/cassettes/Webui_ProjectController/POST_remove_maintained_project/with_maintained_kind/with_an_invalid_maintained_project/1_31_1_2_1.yml new file mode 100644 index 00000000000..38676a30be0 --- /dev/null +++ b/src/api/spec/cassettes/Webui_ProjectController/POST_remove_maintained_project/with_maintained_kind/with_an_invalid_maintained_project/1_31_1_2_1.yml @@ -0,0 +1,44 @@ +--- +http_interactions: +- request: + method: get + uri: http://localhost:3200/build/home:tom/_result?code=unresolvable&view=status + body: + encoding: US-ASCII + string: '' + headers: + Content-Type: + - text/plain + Accept-Encoding: + - identity + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '786' + body: + encoding: UTF-8 + string: | + + + + + + + + + http_version: + recorded_at: Wed, 05 Apr 2017 08:40:45 GMT +recorded_with: VCR 3.0.3 diff --git a/src/api/spec/cassettes/Webui_ProjectController/POST_remove_maintained_project/with_maintained_kind/with_an_invalid_maintained_project/1_31_1_2_2.yml b/src/api/spec/cassettes/Webui_ProjectController/POST_remove_maintained_project/with_maintained_kind/with_an_invalid_maintained_project/1_31_1_2_2.yml new file mode 100644 index 00000000000..38676a30be0 --- /dev/null +++ b/src/api/spec/cassettes/Webui_ProjectController/POST_remove_maintained_project/with_maintained_kind/with_an_invalid_maintained_project/1_31_1_2_2.yml @@ -0,0 +1,44 @@ +--- +http_interactions: +- request: + method: get + uri: http://localhost:3200/build/home:tom/_result?code=unresolvable&view=status + body: + encoding: US-ASCII + string: '' + headers: + Content-Type: + - text/plain + Accept-Encoding: + - identity + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '786' + body: + encoding: UTF-8 + string: | + + + + + + + + + http_version: + recorded_at: Wed, 05 Apr 2017 08:40:45 GMT +recorded_with: VCR 3.0.3 diff --git a/src/api/spec/cassettes/Webui_ProjectController/POST_save_prjconf/can_save_a_project_config/1_36_1_1.yml b/src/api/spec/cassettes/Webui_ProjectController/POST_save_prjconf/can_save_a_project_config/1_36_1_1.yml new file mode 100644 index 00000000000..4cd01d0c9c1 --- /dev/null +++ b/src/api/spec/cassettes/Webui_ProjectController/POST_save_prjconf/can_save_a_project_config/1_36_1_1.yml @@ -0,0 +1,36 @@ +--- +http_interactions: +- request: + method: put + uri: http://localhost:3200/source/home:tom/_config?user=tom + body: + encoding: UTF-8 + string: save config + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '21' + body: + encoding: UTF-8 + string: ' + +' + http_version: + recorded_at: Wed, 05 Apr 2017 08:40:52 GMT +recorded_with: VCR 3.0.3 diff --git a/src/api/spec/cassettes/Webui_ProjectController/POST_save_prjconf/can_save_a_project_config/1_36_1_2.yml b/src/api/spec/cassettes/Webui_ProjectController/POST_save_prjconf/can_save_a_project_config/1_36_1_2.yml new file mode 100644 index 00000000000..4cd01d0c9c1 --- /dev/null +++ b/src/api/spec/cassettes/Webui_ProjectController/POST_save_prjconf/can_save_a_project_config/1_36_1_2.yml @@ -0,0 +1,36 @@ +--- +http_interactions: +- request: + method: put + uri: http://localhost:3200/source/home:tom/_config?user=tom + body: + encoding: UTF-8 + string: save config + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '21' + body: + encoding: UTF-8 + string: ' + +' + http_version: + recorded_at: Wed, 05 Apr 2017 08:40:52 GMT +recorded_with: VCR 3.0.3 diff --git a/src/api/spec/controllers/webui/project_controller_spec.rb b/src/api/spec/controllers/webui/project_controller_spec.rb index 2225792de80..47bdd97d7af 100644 --- a/src/api/spec/controllers/webui/project_controller_spec.rb +++ b/src/api/spec/controllers/webui/project_controller_spec.rb @@ -4,6 +4,7 @@ # require real backend answers for projects/packages. # CONFIG['global_write_through'] = true +# rubocop:disable Metrics/BlockLength RSpec.describe Webui::ProjectController, vcr: true do let(:user) { create(:confirmed_user, login: "tom") } let(:admin_user) { create(:admin_user, login: "admin") } @@ -102,6 +103,14 @@ end end + describe 'GET #remove_target_request_dialog' do + before do + get :remove_target_request_dialog, xhr: true + end + + it { is_expected.to respond_with(:success) } + end + describe 'GET #autocomplete_projects' do before do apache_project @@ -151,6 +160,15 @@ create(:package, name: 'Apache_Package_Another_Project', project: another_project) end + context 'with a nonexistent project' do + before do + get :autocomplete_packages, params: { project: 'non:existent:project' } + @json_response = JSON.parse(response.body) + end + + it { expect(@json_response).to eq(nil) } + end + context 'without search term' do before do get :autocomplete_packages, params: { project: apache_project } @@ -713,6 +731,38 @@ end end + describe 'POST #save_meta' do + before do + login user + end + + context 'with an nonexistent project' do + let(:post_save_meta) { post :save_meta, params: { project: 'nonexistent_project' }, xhr: true } + + it { expect{ post_save_meta }.to raise_error(Pundit::NotDefinedError) } + end + + context 'with a valid project' do + context 'without a valid meta' do + before do + post :save_meta, params: { project: user.home_project, meta: '</project>' }, xhr: true + end + + it { expect(flash.now[:error]).not_to be_nil } + it { expect(response).to have_http_status(400) } + end + + context 'with a valid meta' do + before do + post :save_meta, params: { project: user.home_project, meta: '<project name="home:tom"><title/><description/></project>' }, xhr: true + end + + it { expect(flash.now[:success]).not_to be_nil } + it { expect(response).to have_http_status(200) } + end + end + end + describe 'POST #unlock' do before do login user @@ -1152,4 +1202,292 @@ it { expect { post :move_path, params: { project: 'non:existent:project' } }.to raise_error ActiveRecord::RecordNotFound } end end + + describe 'GET #monitor' do + let(:repo_for_user) { create(:repository, name: 'openSUSE_Tumbleweed', project: user.home_project) } + let(:arch_i586) { Architecture.where(name: 'i586').first } + let(:arch_x86_64) { Architecture.where(name: 'x86_64').first } + let!(:package) { create(:package, project: user.home_project) } + + context 'with a nonexistent project' do + let(:get_monitor) { post :monitor, params: { project: 'nonexistent_project' } } + + it { expect{ get_monitor }.to raise_error(ActiveRecord::RecordNotFound) } + end + + context 'with a project' do + context 'without buildresult' do + before do + allow(Buildresult).to receive(:find).and_return(nil) + post :monitor, params: { project: user.home_project, defaults: '1'} + end + + it { expect(flash[:warning]).not_to be_nil } + it { expect(response).to redirect_to(project_show_path(user.home_project)) } + end + + context 'with buildresult' do + context 'with results' do + let!(:repository_achitecture_i586) { create(:repository_architecture, repository: repo_for_user, architecture: arch_i586) } + let!(:repository_achitecture_x86_64) { create(:repository_architecture, repository: repo_for_user, architecture: arch_x86_64) } + let(:fake_buildresult) do + Buildresult.new( + '<resultlist state="073db4412ce71471edaacf7291404276"> + <result project="home:tom" repository="openSUSE_Tumbleweed" arch="i586" code="published" state="published"> + <status package="c++" code="succeeded" /> + <status package="redis" code="succeeded" /> + </result> + </resultlist>') + end + let(:statushash) do + { "openSUSE_Tumbleweed" => { + "i586" => { + "c++" => { "package" => "c++", "code" => "succeeded" }, + "redis" => { "package" => "redis", "code" => "succeeded" } + } + }} + end + + before do + allow(Buildresult).to receive(:find).and_return(fake_buildresult) + post :monitor, params: { project: user.home_project } + end + + it { expect(assigns(:buildresult_unavailable)).to be_nil } + it { expect(assigns(:packagenames)).to eq(['c++', 'redis']) } + it { expect(assigns(:repohash)).to eq({"openSUSE_Tumbleweed"=>["i586"]}) } + it { expect(assigns(:statushash)).to eq(statushash) } + it { expect(response).to have_http_status(:ok) } + end + + context 'without results' do + before do + post :monitor, params: { project: user.home_project } + end + + it { expect(assigns(:buildresult_unavailable)).to be_truthy } + it { expect(response).to have_http_status(:ok) } + end + end + end + end + + describe 'GET #status' do + let(:other_user) { create(:confirmed_user, login: "other_user") } + let(:develpackage) { create(:package, name: "develpackage", project: other_user.home_project) } + let!(:package_with_develpackage) { create(:package, name: "package_with_develpackage", project: user.home_project, develpackage: develpackage) } + let!(:package) { create(:package, project: other_user.home_project) } + + context 'with default filters' do + before do + get :status, params: { project: user.home_project } + end + + it { expect(assigns(:filter)).to eq('_all_') } + it { expect(assigns(:ignore_pending)).to be_falsy } + it { expect(assigns(:limit_to_fails)).to be_truthy } + it { expect(assigns(:limit_to_old)).to be_falsy } + it { expect(assigns(:include_versions)).to be_truthy } + it { expect(assigns(:filter_for_user)).to be_nil } + it { expect(assigns(:packages)).to eq([]) } + it { expect(assigns(:develprojects)).to eq(['All Packages', 'No Project', other_user.home_project_name]) } + it { expect(response).to have_http_status(:ok) } + end + + context 'with custom filters' do + let(:filters) do + { project: user.home_project, + filter_devel: 'Apache', + ignore_pending: true, + limit_to_fails: false, + limit_to_old: true, + include_versions: false } + end + + before do + get :status, params: filters + end + + it { expect(assigns(:filter)).to eq('Apache') } + it { expect(assigns(:ignore_pending)).to be_truthy } + it { expect(assigns(:limit_to_fails)).to be_falsy } + it { expect(assigns(:limit_to_old)).to be_truthy } + it { expect(assigns(:include_versions)).to be_falsy } + it { expect(assigns(:filter_for_user)).to be_nil } + it { expect(assigns(:packages)).to eq([]) } + it { expect(assigns(:develprojects)).to eq(['All Packages', 'No Project', other_user.home_project_name]) } + it { expect(response).to have_http_status(:ok) } + end + + context 'with develpackage' do + before do + get :status, params: { project: user.home_project } + end + + it { expect(assigns(:filter)).to eq('_all_') } + it { expect(assigns(:packages)).to eq([]) } + it { expect(assigns(:develprojects)).to eq(['All Packages', 'No Project', other_user.home_project_name]) } + end + + context 'without develpackage' do + before do + get :status, params: { project: other_user.home_project } + end + + it { expect(assigns(:filter)).to eq('_all_') } + it { expect(assigns(:packages)).to eq([]) } + it { expect(assigns(:develprojects)).to eq(['All Packages', 'No Project']) } + it { expect(response).to have_http_status(:ok) } + end + + context 'with "No Project"' do + before do + get :status, params: { project: user.home_project, filter_devel: 'No Project' } + end + + it { expect(assigns(:filter)).to eq('_none_') } + it { expect(assigns(:packages)).to eq([]) } + it { expect(assigns(:develprojects)).to eq(['All Packages', 'No Project', other_user.home_project_name]) } + end + end + + describe 'GET #maintenance_incidents' do + let(:maintenance) { create(:maintenance_project, name: 'suse:maintenance') } + + context 'with maintenance incident' do + let(:maintenance_incident) { create(:maintenance_incident_project, name: 'suse:maintenance:incident', maintenance_project: maintenance) } + let(:maintenance_incident_repo) { create(:repository, project: maintenance_incident) } + let(:release_target) { create(:release_target, repository: maintenance_incident_repo, trigger: 'maintenance') } + + before do + release_target + login user + get :maintenance_incidents, params: { project: maintenance } + end + + it { expect(assigns(:incidents)).to eq([maintenance_incident]) } + it { expect(response).to have_http_status(:ok) } + end + + context 'without maintenance incident' do + before do + login user + get :maintenance_incidents, params: { project: maintenance } + end + + it { expect(assigns(:incidents)).to be_empty } + it { expect(response).to have_http_status(:ok) } + end + end + + describe 'GET #edit_comment_form' do + context 'edit a comment via AJAX' do + before do + get :edit_comment_form, params: { project: user.home_project }, xhr: true + end + + it { expect(response).to have_http_status(:ok) } + it { expect(response).to render_template(:edit_comment_form) } + end + + context 'edit a comment without xhr' do + let(:call_edit_comment_form) { get :edit_comment_form, params: { project: user.home_project } } + + it { expect{ call_edit_comment_form }.to raise_error(ActionController::RoutingError, 'Expected AJAX call') } + end + end + + describe 'GET #package_buildresult' do + context 'with xhr request' do + context 'with project' do + let(:fake_buildresult) do + Xmlhash::XMLHash.new( + "state" => "c0a974eb305112d2fdf45f9ecc54a86b", "result" => [ + Xmlhash::XMLHash.new("project" => "home:tom", "repository" => "home_coolo_standard", "arch" => "i586", "code" => "published", + "state" => "published", "status" => [ + Xmlhash::XMLHash.new("package" => "apache", "code" => "succeeded"), + Xmlhash::XMLHash.new("package" => "obs-server", "code" => "succeeded") + ]), + Xmlhash::XMLHash.new("project" => "home:tom", "repository" => "home_coolo_standard", "arch" => "x86_64", "code" => "published", + "state" => "published", "status" => [ + Xmlhash::XMLHash.new("package" => "apache", "code" => "succeeded"), + Xmlhash::XMLHash.new("package" => "obs-server", "code" => "succeeded") + ]) + ] + ) + end + let(:repohash) do + { "home_coolo_standard" => ["i586", "x86_64"] } + end + + let(:statushash) do + { "home_coolo_standard" => { + "i586" => { + "apache" => { "package" => "apache", "code" => "succeeded" }, + "obs-server" => { "package" => "obs-server", "code" => "succeeded" } + }, + "x86_64" => { + "apache" => { "package" => "apache", "code" => "succeeded" }, + "obs-server" => { "package" => "obs-server", "code" => "succeeded" } + } + }} + end + before do + allow(Buildresult).to receive(:find_hashed).and_return(fake_buildresult) + get :package_buildresult, params: { project: user.home_project }, xhr: true + end + + it { expect(assigns(:repohash)).to eq(repohash) } + it { expect(assigns(:statushash)).to eq(statushash) } + it { expect(response).to have_http_status(:ok) } + end + + context 'with project and package' do + let(:fake_buildresult) do + Xmlhash::XMLHash.new( + "state" => "c0a974eb305112d2fdf45f9ecc54a86b", "result" => [ + Xmlhash::XMLHash.new("project" => "home:tom", "repository" => "home_coolo_standard", "arch" => "i586", "code" => "published", + "state" => "published", "status" => [ + Xmlhash::XMLHash.new("package" => "obs-server", "code" => "succeeded") + ]), + Xmlhash::XMLHash.new("project" => "home:tom", "repository" => "home_coolo_standard", "arch" => "x86_64", "code" => "published", + "state" => "published", "status" => [ + Xmlhash::XMLHash.new("package" => "obs-server", "code" => "succeeded") + ]) + ] + ) + end + let(:repohash) do + { "home_coolo_standard" => ["i586", "x86_64"] } + end + + let(:statushash) do + { "home_coolo_standard" => { + "i586" => { + "obs-server" => { "package" => "obs-server", "code" => "succeeded" } + }, + "x86_64" => { + "obs-server" => { "package" => "obs-server", "code" => "succeeded" } + } + }} + end + let(:package) { create(:package, name: 'obs-server', project: user.home_project )} + + before do + allow(Buildresult).to receive(:find_hashed).and_return(fake_buildresult) + get :package_buildresult, params: { project: user.home_project, package: package }, xhr: true + end + + it { expect(assigns(:repohash)).to eq(repohash) } + it { expect(assigns(:statushash)).to eq(statushash) } + it { expect(response).to have_http_status(:ok) } + end + end + context 'without xhr request' do + let(:call_package_buildresult) { get :package_buildresult, params: { project: user.home_project } } + + it { expect{ call_package_buildresult }.to raise_error(ActionController::RoutingError, 'Expected AJAX call') } + end + end end +# rubocop:enable Metrics/BlockLength