From fb347cccfa275f1eefe45affa034415324e62071 Mon Sep 17 00:00:00 2001 From: Jacob Michalskie Date: Fri, 24 Feb 2023 14:17:40 +0100 Subject: [PATCH] Fix missing commit information returned by the backend --- src/api/app/models/package.rb | 3 +- .../for_packages/can_be_submitted.yml | 48 +- .../for_packages/can_be_submitted.yml | 48 +- ...BsRequest_with_the_source_package_name.yml | 280 ++-- ...ission_reasons_and_creates_a_BsRequest.yml | 496 ++++--- ...s_a_BsRequest_with_target_package_name.yml | 344 +++-- ...supersede_only_the_selected_request_s_.yml | 422 +++--- .../branching/branch_image_template.yml | 1014 ++------------- .../maintenance_workflow.yml | 1156 ++++++++--------- .../has_a_mime_like_suffix_in_it_s_name.yml | 379 +----- .../has_derived_packages.yml | 734 ++--------- .../Viewing_a_package_that/was_branched.yml | 635 +-------- .../Packages/adding_a_valid_file.yml | 400 +++--- .../Packages/adding_an_invalid_file.yml | 337 +++-- .../group_roles/Add_an_existing_group.yml | 106 +- .../group_roles/Add_non_existent_group.yml | 95 +- .../group_roles/Add_role_to_group.yml | 146 +-- .../group_roles/Remove_role_from_group.yml | 158 +-- .../group_roles/Viewing_group_roles.yml | 94 +- .../user_roles/Add_an_existing_user.yml | 106 +- .../user_roles/Add_non_existent_user.yml | 95 +- .../user_roles/Add_role_to_user.yml | 147 ++- .../user_roles/Remove_role_from_user.yml | 154 +-- .../Remove_user_from_package_/_project.yml | 118 +- .../user_roles/Viewing_user_roles.yml | 86 +- .../with_AutoCleanup.yml | 430 +++--- .../without_AutoCleanup.yml | 406 +++--- .../changing_the_package_s_devel_project.yml | 195 ++- .../allowed_as_admin.yml | 494 +------ .../creates_a_package.yml | 387 +----- ...ates_the_package_title_and_description.yml | 210 ++- .../editing_an_existing_file.yml | 322 +++-- .../existing_requests/see_a_request.yml | 354 ++--- .../log/download_logfile_succesfully.yml | 196 ++- .../Packages/requesting_package_deletion.yml | 190 ++- .../branching/an_existing_package.yml | 556 ++------ ..._chose_a_different_target_package_name.yml | 560 ++------ ...were_the_target_package_already_exists.yml | 436 +------ .../add_and_remove_items_from_watchlist.yml | 78 +- .../1_4_5_1_1.yml | 48 +- .../1_4_5_1_2.yml | 53 +- .../1_4_3_1.yml | 2 +- .../1_4_3_2.yml | 2 +- .../with_a_valid_package/assigns_package.yml | 96 +- 44 files changed, 3993 insertions(+), 8623 deletions(-) diff --git a/src/api/app/models/package.rb b/src/api/app/models/package.rb index ede691d9eee..8152f3ba0ee 100644 --- a/src/api/app/models/package.rb +++ b/src/api/app/models/package.rb @@ -1197,7 +1197,8 @@ def serviceinfo end def cache_revisions(revision = nil) - opts = revision ? { rev: revision } : {} + opts = { deleted: 0, meta: 0 } + opts[:rev] = revision if revision doc = Xmlhash.parse(Backend::Api::Sources::Package.revisions(project.name, name, opts)) doc.elements('revision') do |s| Rails.cache.write(['history', self, s['rev']], s) diff --git a/src/api/spec/cassettes/Bootstrap_Requests/for_role_addition_group/for_packages/can_be_submitted.yml b/src/api/spec/cassettes/Bootstrap_Requests/for_role_addition_group/for_packages/can_be_submitted.yml index 0e08a6eb141..5d780cc00a6 100644 --- a/src/api/spec/cassettes/Bootstrap_Requests/for_role_addition_group/for_packages/can_be_submitted.yml +++ b/src/api/spec/cassettes/Bootstrap_Requests/for_role_addition_group/for_packages/can_be_submitted.yml @@ -39,7 +39,7 @@ http_interactions: - recorded_at: Wed, 22 Feb 2023 18:05:59 GMT + recorded_at: Fri, 24 Feb 2023 13:39:02 GMT - request: method: put uri: http://backend:5352/source/home:titan/_meta?user=titan @@ -79,7 +79,7 @@ http_interactions: - recorded_at: Wed, 22 Feb 2023 18:06:00 GMT + recorded_at: Fri, 24 Feb 2023 13:39:03 GMT - request: method: put uri: http://backend:5352/source/home:titan/goal/_meta?user=kugelblitz @@ -87,8 +87,8 @@ http_interactions: encoding: UTF-8 string: | - Gone with the Wind - Vitae omnis qui minima. + Everything is Illuminated + Harum ea sed reiciendis. headers: Accept-Encoding: @@ -109,15 +109,15 @@ http_interactions: Connection: - close Content-Length: - - '143' + - '151' body: encoding: UTF-8 string: | - Gone with the Wind - Vitae omnis qui minima. + Everything is Illuminated + Harum ea sed reiciendis. - recorded_at: Wed, 22 Feb 2023 18:06:00 GMT + recorded_at: Fri, 24 Feb 2023 13:39:03 GMT - request: method: get uri: http://backend:5352/source/home:titan/goal @@ -126,7 +126,7 @@ http_interactions: string: '' headers: X-Request-Id: - - da47b1b3-3cc2-4726-9b6b-237d8d88b3e8 + - b7c40748-af64-4035-92b2-a58c7cfc52a8 Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -151,7 +151,7 @@ http_interactions: string: | - recorded_at: Wed, 22 Feb 2023 18:06:00 GMT + recorded_at: Fri, 24 Feb 2023 13:39:03 GMT - request: method: get uri: http://backend:5352/source/home:titan/goal?expand=1 @@ -183,16 +183,16 @@ http_interactions: string: | - recorded_at: Wed, 22 Feb 2023 18:06:00 GMT + recorded_at: Fri, 24 Feb 2023 13:39:03 GMT - request: method: get - uri: http://backend:5352/source/home:titan/goal/_history?deleted=1&meta=1 + uri: http://backend:5352/source/home:titan/goal/_history?deleted=0&meta=0 body: encoding: US-ASCII string: '' headers: X-Request-Id: - - da47b1b3-3cc2-4726-9b6b-237d8d88b3e8 + - b7c40748-af64-4035-92b2-a58c7cfc52a8 Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -217,7 +217,7 @@ http_interactions: string: | - recorded_at: Wed, 22 Feb 2023 18:06:00 GMT + recorded_at: Fri, 24 Feb 2023 13:39:03 GMT - request: method: get uri: http://backend:5352/source/home:titan/goal @@ -226,7 +226,7 @@ http_interactions: string: '' headers: X-Request-Id: - - 44d61e41-d557-46bf-8bbb-518af6c4edb2 + - 8b341ad6-4714-4751-9091-1d02a96458db Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -251,7 +251,7 @@ http_interactions: string: | - recorded_at: Wed, 22 Feb 2023 18:06:01 GMT + recorded_at: Fri, 24 Feb 2023 13:39:03 GMT - request: method: get uri: http://backend:5352/build/home:titan/_result?lastbuild=1&locallink=1&multibuild=1&package=goal&view=status @@ -260,7 +260,7 @@ http_interactions: string: '' headers: X-Request-Id: - - 44d61e41-d557-46bf-8bbb-518af6c4edb2 + - 8b341ad6-4714-4751-9091-1d02a96458db Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -285,7 +285,7 @@ http_interactions: string: ' ' - recorded_at: Wed, 22 Feb 2023 18:06:01 GMT + recorded_at: Fri, 24 Feb 2023 13:39:03 GMT - request: method: get uri: http://backend:5352/source/home:titan/goal @@ -294,7 +294,7 @@ http_interactions: string: '' headers: X-Request-Id: - - 7c5d5f4a-a883-4f08-afa8-448825c5ba1d + - 9f097b07-9d9a-427f-9f08-e1f638630a08 Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -319,7 +319,7 @@ http_interactions: string: | - recorded_at: Wed, 22 Feb 2023 18:06:01 GMT + recorded_at: Fri, 24 Feb 2023 13:39:04 GMT - request: method: get uri: http://backend:5352/build/home:titan/_result?lastbuild=1&locallink=1&multibuild=1&package=goal&view=status @@ -328,7 +328,7 @@ http_interactions: string: '' headers: X-Request-Id: - - 7c5d5f4a-a883-4f08-afa8-448825c5ba1d + - 9f097b07-9d9a-427f-9f08-e1f638630a08 Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -353,7 +353,7 @@ http_interactions: string: ' ' - recorded_at: Wed, 22 Feb 2023 18:06:01 GMT + recorded_at: Fri, 24 Feb 2023 13:39:04 GMT - request: method: get uri: http://backend:5352/build/home:titan/_result?package=goal&view=status @@ -362,7 +362,7 @@ http_interactions: string: '' headers: X-Request-Id: - - 66397d5c-d71c-4062-9762-9858c57033e6 + - 6acb9b8f-5bf3-4cb0-a531-156e57d38f94 Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -387,5 +387,5 @@ http_interactions: string: ' ' - recorded_at: Wed, 22 Feb 2023 18:06:01 GMT + recorded_at: Fri, 24 Feb 2023 13:39:04 GMT recorded_with: VCR 6.1.0 diff --git a/src/api/spec/cassettes/Bootstrap_Requests/for_role_addition_user/for_packages/can_be_submitted.yml b/src/api/spec/cassettes/Bootstrap_Requests/for_role_addition_user/for_packages/can_be_submitted.yml index acf8c590e26..6de096deb32 100644 --- a/src/api/spec/cassettes/Bootstrap_Requests/for_role_addition_user/for_packages/can_be_submitted.yml +++ b/src/api/spec/cassettes/Bootstrap_Requests/for_role_addition_user/for_packages/can_be_submitted.yml @@ -39,7 +39,7 @@ http_interactions: - recorded_at: Wed, 22 Feb 2023 18:06:03 GMT + recorded_at: Fri, 24 Feb 2023 13:39:05 GMT - request: method: put uri: http://backend:5352/source/home:titan/_meta?user=titan @@ -79,7 +79,7 @@ http_interactions: - recorded_at: Wed, 22 Feb 2023 18:06:04 GMT + recorded_at: Fri, 24 Feb 2023 13:39:06 GMT - request: method: put uri: http://backend:5352/source/home:titan/goal/_meta?user=kugelblitz @@ -87,8 +87,8 @@ http_interactions: encoding: UTF-8 string: | - I Know Why the Caged Bird Sings - Deserunt aut quos consequatur. + The Torment of Others + Voluptas aut placeat impedit. headers: Accept-Encoding: @@ -109,15 +109,15 @@ http_interactions: Connection: - close Content-Length: - - '163' + - '152' body: encoding: UTF-8 string: | - I Know Why the Caged Bird Sings - Deserunt aut quos consequatur. + The Torment of Others + Voluptas aut placeat impedit. - recorded_at: Wed, 22 Feb 2023 18:06:04 GMT + recorded_at: Fri, 24 Feb 2023 13:39:06 GMT - request: method: get uri: http://backend:5352/source/home:titan/goal @@ -126,7 +126,7 @@ http_interactions: string: '' headers: X-Request-Id: - - 34b0716d-a175-4544-9b29-8678bacf1807 + - bce394a5-dccf-43bb-8546-646bf2bd7c36 Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -151,7 +151,7 @@ http_interactions: string: | - recorded_at: Wed, 22 Feb 2023 18:06:04 GMT + recorded_at: Fri, 24 Feb 2023 13:39:06 GMT - request: method: get uri: http://backend:5352/source/home:titan/goal?expand=1 @@ -183,16 +183,16 @@ http_interactions: string: | - recorded_at: Wed, 22 Feb 2023 18:06:04 GMT + recorded_at: Fri, 24 Feb 2023 13:39:06 GMT - request: method: get - uri: http://backend:5352/source/home:titan/goal/_history?deleted=1&meta=1 + uri: http://backend:5352/source/home:titan/goal/_history?deleted=0&meta=0 body: encoding: US-ASCII string: '' headers: X-Request-Id: - - 34b0716d-a175-4544-9b29-8678bacf1807 + - bce394a5-dccf-43bb-8546-646bf2bd7c36 Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -217,7 +217,7 @@ http_interactions: string: | - recorded_at: Wed, 22 Feb 2023 18:06:04 GMT + recorded_at: Fri, 24 Feb 2023 13:39:06 GMT - request: method: get uri: http://backend:5352/source/home:titan/goal @@ -226,7 +226,7 @@ http_interactions: string: '' headers: X-Request-Id: - - cd8357d1-faa6-46c0-99cb-c81da366966d + - 674a602e-56b7-4a52-8fc6-ac111614c684 Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -251,7 +251,7 @@ http_interactions: string: | - recorded_at: Wed, 22 Feb 2023 18:06:04 GMT + recorded_at: Fri, 24 Feb 2023 13:39:06 GMT - request: method: get uri: http://backend:5352/build/home:titan/_result?lastbuild=1&locallink=1&multibuild=1&package=goal&view=status @@ -260,7 +260,7 @@ http_interactions: string: '' headers: X-Request-Id: - - cd8357d1-faa6-46c0-99cb-c81da366966d + - 674a602e-56b7-4a52-8fc6-ac111614c684 Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -285,7 +285,7 @@ http_interactions: string: ' ' - recorded_at: Wed, 22 Feb 2023 18:06:04 GMT + recorded_at: Fri, 24 Feb 2023 13:39:06 GMT - request: method: get uri: http://backend:5352/source/home:titan/goal @@ -294,7 +294,7 @@ http_interactions: string: '' headers: X-Request-Id: - - af743ffd-c59a-4d4f-ad9f-2f4b67008095 + - b777624b-d27a-49aa-9d33-ec15b3b28243 Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -319,7 +319,7 @@ http_interactions: string: | - recorded_at: Wed, 22 Feb 2023 18:06:04 GMT + recorded_at: Fri, 24 Feb 2023 13:39:06 GMT - request: method: get uri: http://backend:5352/build/home:titan/_result?lastbuild=1&locallink=1&multibuild=1&package=goal&view=status @@ -328,7 +328,7 @@ http_interactions: string: '' headers: X-Request-Id: - - af743ffd-c59a-4d4f-ad9f-2f4b67008095 + - b777624b-d27a-49aa-9d33-ec15b3b28243 Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -353,7 +353,7 @@ http_interactions: string: ' ' - recorded_at: Wed, 22 Feb 2023 18:06:04 GMT + recorded_at: Fri, 24 Feb 2023 13:39:06 GMT - request: method: get uri: http://backend:5352/build/home:titan/_result?package=goal&view=status @@ -362,7 +362,7 @@ http_interactions: string: '' headers: X-Request-Id: - - c5cb1a6a-6b62-405b-b73f-d5d37fd8416a + - 5c0faa53-22e8-47b6-8946-83a3b3a8b9cb Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -387,5 +387,5 @@ http_interactions: string: ' ' - recorded_at: Wed, 22 Feb 2023 18:06:04 GMT + recorded_at: Fri, 24 Feb 2023 13:39:06 GMT recorded_with: VCR 6.1.0 diff --git a/src/api/spec/cassettes/Bootstrap_Requests_Submissions/submit_package/not_setting_a_target_package/creates_a_BsRequest_with_the_source_package_name.yml b/src/api/spec/cassettes/Bootstrap_Requests_Submissions/submit_package/not_setting_a_target_package/creates_a_BsRequest_with_the_source_package_name.yml index fe9601b657f..3293f209916 100644 --- a/src/api/spec/cassettes/Bootstrap_Requests_Submissions/submit_package/not_setting_a_target_package/creates_a_BsRequest_with_the_source_package_name.yml +++ b/src/api/spec/cassettes/Bootstrap_Requests_Submissions/submit_package/not_setting_a_target_package/creates_a_BsRequest_with_the_source_package_name.yml @@ -39,7 +39,7 @@ http_interactions: - recorded_at: Wed, 22 Feb 2023 18:11:30 GMT + recorded_at: Fri, 24 Feb 2023 13:38:59 GMT - request: method: put uri: http://backend:5352/source/home:madam_submitter/Quebec/_meta?user=madam_submitter @@ -47,8 +47,8 @@ http_interactions: encoding: UTF-8 string: | - All Passion Spent - Ducimus dolore iste ipsum. + Fame Is the Spur + Omnis autem aspernatur dolores. headers: Accept-Encoding: @@ -69,21 +69,21 @@ http_interactions: Connection: - close Content-Length: - - '157' + - '161' body: encoding: UTF-8 string: | - All Passion Spent - Ducimus dolore iste ipsum. + Fame Is the Spur + Omnis autem aspernatur dolores. - recorded_at: Wed, 22 Feb 2023 18:11:31 GMT + recorded_at: Fri, 24 Feb 2023 13:39:00 GMT - request: method: put uri: http://backend:5352/source/home:madam_submitter/Quebec/_config body: encoding: UTF-8 - string: Ut et numquam. Quia quo ex. Vel facilis sint. + string: Minus ut minima. Voluptates quas illum. Et vel fugiat. headers: Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 @@ -107,21 +107,21 @@ http_interactions: body: encoding: UTF-8 string: | - - bf3609d23273334d72de7f3d181a1064 + + a2ff9565743995264f023beff3454983 unknown - + unknown - recorded_at: Wed, 22 Feb 2023 18:11:32 GMT + recorded_at: Fri, 24 Feb 2023 13:39:00 GMT - request: method: put uri: http://backend:5352/source/home:madam_submitter/Quebec/somefile.txt body: encoding: UTF-8 - string: Illo consectetur dolorum. Culpa vero mollitia. Hic ex neque. + string: Ut voluptatum provident. Quia placeat veniam. Modi recusandae et. headers: Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 @@ -145,15 +145,15 @@ http_interactions: body: encoding: UTF-8 string: | - - 2c4855eb11e5d1a9f88cd6a6cc40c834 + + d76a6fd277e6ebf6bb8cbda14afa6d78 unknown - + unknown - recorded_at: Wed, 22 Feb 2023 18:11:32 GMT + recorded_at: Fri, 24 Feb 2023 13:39:00 GMT - request: method: get uri: http://backend:5352/source/home:madam_submitter/Quebec @@ -162,7 +162,7 @@ http_interactions: string: '' headers: X-Request-Id: - - 01b68c4b-7ca5-4ff5-9aa8-1a818e0026f4 + - a30ecc39-d99f-4601-b99e-426df50fe888 Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -185,14 +185,14 @@ http_interactions: body: encoding: UTF-8 string: | - - - + + + - recorded_at: Wed, 22 Feb 2023 18:11:32 GMT + recorded_at: Fri, 24 Feb 2023 13:39:00 GMT - request: method: get - uri: http://backend:5352/source/home:madam_submitter/Quebec?expand=1&rev=18 + uri: http://backend:5352/source/home:madam_submitter/Quebec?expand=1&rev=28 body: encoding: US-ASCII string: '' @@ -219,20 +219,20 @@ http_interactions: body: encoding: UTF-8 string: | - - - + + + - recorded_at: Wed, 22 Feb 2023 18:11:32 GMT + recorded_at: Fri, 24 Feb 2023 13:39:00 GMT - request: method: get - uri: http://backend:5352/source/home:madam_submitter/Quebec/_history?deleted=1&meta=1&rev=18 + uri: http://backend:5352/source/home:madam_submitter/Quebec/_history?deleted=0&meta=0&rev=28 body: encoding: US-ASCII string: '' headers: X-Request-Id: - - 01b68c4b-7ca5-4ff5-9aa8-1a818e0026f4 + - a30ecc39-d99f-4601-b99e-426df50fe888 Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -251,13 +251,19 @@ http_interactions: Connection: - close Content-Length: - - '31' + - '215' body: encoding: UTF-8 string: | + + d76a6fd277e6ebf6bb8cbda14afa6d78 + unknown + + unknown + - recorded_at: Wed, 22 Feb 2023 18:11:32 GMT + recorded_at: Fri, 24 Feb 2023 13:39:00 GMT - request: method: get uri: http://backend:5352/source/home:madam_submitter/Quebec @@ -266,7 +272,7 @@ http_interactions: string: '' headers: X-Request-Id: - - 01b68c4b-7ca5-4ff5-9aa8-1a818e0026f4 + - a30ecc39-d99f-4601-b99e-426df50fe888 Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -289,11 +295,11 @@ http_interactions: body: encoding: UTF-8 string: | - - - + + + - recorded_at: Wed, 22 Feb 2023 18:11:32 GMT + recorded_at: Fri, 24 Feb 2023 13:39:00 GMT - request: method: get uri: http://backend:5352/source/home:madam_submitter/Quebec @@ -302,7 +308,7 @@ http_interactions: string: '' headers: X-Request-Id: - - 01b68c4b-7ca5-4ff5-9aa8-1a818e0026f4 + - a30ecc39-d99f-4601-b99e-426df50fe888 Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -325,45 +331,11 @@ http_interactions: body: encoding: UTF-8 string: | - - - + + + - recorded_at: Wed, 22 Feb 2023 18:11:32 GMT -- request: - method: get - uri: http://backend:5352/source/home:madam_submitter/Quebec/_history?deleted=1&meta=1 - body: - encoding: US-ASCII - string: '' - headers: - X-Request-Id: - - 01b68c4b-7ca5-4ff5-9aa8-1a818e0026f4 - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - User-Agent: - - Ruby - response: - status: - code: 200 - message: OK - headers: - Content-Type: - - text/xml - Cache-Control: - - no-cache - Connection: - - close - Content-Length: - - '31' - body: - encoding: UTF-8 - string: | - - - recorded_at: Wed, 22 Feb 2023 18:11:32 GMT + recorded_at: Fri, 24 Feb 2023 13:39:00 GMT - request: method: get uri: http://backend:5352/source/home:madam_submitter/Quebec @@ -372,7 +344,7 @@ http_interactions: string: '' headers: X-Request-Id: - - 6a552ebe-adf0-4903-9eab-9474c18b6a73 + - 0a0db4fd-7823-4d7b-8cfb-b0ff8654b0c8 Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -395,11 +367,11 @@ http_interactions: body: encoding: UTF-8 string: | - - - + + + - recorded_at: Wed, 22 Feb 2023 18:11:32 GMT + recorded_at: Fri, 24 Feb 2023 13:39:00 GMT - request: method: get uri: http://backend:5352/build/home:madam_submitter/_result?lastbuild=1&locallink=1&multibuild=1&package=Quebec&view=status @@ -408,7 +380,7 @@ http_interactions: string: '' headers: X-Request-Id: - - 6a552ebe-adf0-4903-9eab-9474c18b6a73 + - 0a0db4fd-7823-4d7b-8cfb-b0ff8654b0c8 Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -433,7 +405,7 @@ http_interactions: string: ' ' - recorded_at: Wed, 22 Feb 2023 18:11:32 GMT + recorded_at: Fri, 24 Feb 2023 13:39:00 GMT - request: method: get uri: http://backend:5352/source/home:madam_submitter/Quebec @@ -442,7 +414,7 @@ http_interactions: string: '' headers: X-Request-Id: - - 6712bab2-d944-4327-9392-65b24def7605 + - d5572c64-219a-427e-bad5-84b5b3ec3463 Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -465,11 +437,11 @@ http_interactions: body: encoding: UTF-8 string: | - - - + + + - recorded_at: Wed, 22 Feb 2023 18:11:32 GMT + recorded_at: Fri, 24 Feb 2023 13:39:00 GMT - request: method: get uri: http://backend:5352/build/home:madam_submitter/_result?lastbuild=1&locallink=1&multibuild=1&package=Quebec&view=status @@ -478,7 +450,7 @@ http_interactions: string: '' headers: X-Request-Id: - - 6712bab2-d944-4327-9392-65b24def7605 + - d5572c64-219a-427e-bad5-84b5b3ec3463 Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -503,7 +475,7 @@ http_interactions: string: ' ' - recorded_at: Wed, 22 Feb 2023 18:11:32 GMT + recorded_at: Fri, 24 Feb 2023 13:39:00 GMT - request: method: get uri: http://backend:5352/build/home:madam_submitter/_result?package=Quebec&view=status @@ -512,7 +484,7 @@ http_interactions: string: '' headers: X-Request-Id: - - 75c3d157-60f2-4fb5-bdea-572bb1843c89 + - bd296fda-3d18-42cf-b30c-16d7792de3d6 Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -537,7 +509,7 @@ http_interactions: string: ' ' - recorded_at: Wed, 22 Feb 2023 18:11:32 GMT + recorded_at: Fri, 24 Feb 2023 13:39:01 GMT - request: method: get uri: http://backend:5352/source/home:madam_submitter/Quebec?view=info @@ -546,7 +518,7 @@ http_interactions: string: '' headers: X-Request-Id: - - e4bb7d69-80ca-4de5-85c9-4a79762ec3dd + - aceb20e7-062e-44a0-8e7c-e2834f72b2f9 Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -569,10 +541,10 @@ http_interactions: body: encoding: UTF-8 string: | - + bad build configuration, no build type defined or detected - recorded_at: Wed, 22 Feb 2023 18:11:32 GMT + recorded_at: Fri, 24 Feb 2023 13:39:01 GMT - request: method: get uri: http://backend:5352/source/home:madam_submitter/Quebec @@ -581,7 +553,7 @@ http_interactions: string: '' headers: X-Request-Id: - - e4bb7d69-80ca-4de5-85c9-4a79762ec3dd + - aceb20e7-062e-44a0-8e7c-e2834f72b2f9 Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -604,11 +576,11 @@ http_interactions: body: encoding: UTF-8 string: | - - - + + + - recorded_at: Wed, 22 Feb 2023 18:11:32 GMT + recorded_at: Fri, 24 Feb 2023 13:39:01 GMT - request: method: post uri: http://backend:5352/source/home:madam_submitter/Quebec?cmd=diff&linkrev=base&onlyissues=1&orev=0&view=xml @@ -640,14 +612,14 @@ http_interactions: body: encoding: UTF-8 string: | - + - + - recorded_at: Wed, 22 Feb 2023 18:11:32 GMT + recorded_at: Fri, 24 Feb 2023 13:39:01 GMT - request: method: put uri: http://backend:5352/source/home:mr_receiver/_meta?user=mr_receiver @@ -687,7 +659,7 @@ http_interactions: - recorded_at: Wed, 22 Feb 2023 18:11:32 GMT + recorded_at: Fri, 24 Feb 2023 13:39:01 GMT - request: method: get uri: http://backend:5352/source/home:madam_submitter/Quebec @@ -696,7 +668,7 @@ http_interactions: string: '' headers: X-Request-Id: - - 5bd826b9-cd0a-483f-bedf-85a9fdd34ad4 + - 37e253fa-fc1d-4353-8d7e-dc39148646cb Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -719,11 +691,11 @@ http_interactions: body: encoding: UTF-8 string: | - - - + + + - recorded_at: Wed, 22 Feb 2023 18:11:33 GMT + recorded_at: Fri, 24 Feb 2023 13:39:01 GMT - request: method: get uri: http://backend:5352/source/home:madam_submitter/Quebec @@ -732,7 +704,7 @@ http_interactions: string: '' headers: X-Request-Id: - - 5bd826b9-cd0a-483f-bedf-85a9fdd34ad4 + - 37e253fa-fc1d-4353-8d7e-dc39148646cb Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -755,14 +727,14 @@ http_interactions: body: encoding: UTF-8 string: | - - - + + + - recorded_at: Wed, 22 Feb 2023 18:11:33 GMT + recorded_at: Fri, 24 Feb 2023 13:39:01 GMT - request: method: post - uri: http://backend:5352/source/home:madam_submitter/Quebec?cmd=diff&expand=1&nodiff=1&orev=0&rev=18 + uri: http://backend:5352/source/home:madam_submitter/Quebec?cmd=diff&expand=1&nodiff=1&orev=0&rev=28 body: encoding: UTF-8 string: '' @@ -770,7 +742,7 @@ http_interactions: Content-Type: - application/octet-stream X-Request-Id: - - 5bd826b9-cd0a-483f-bedf-85a9fdd34ad4 + - 37e253fa-fc1d-4353-8d7e-dc39148646cb Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -809,16 +781,16 @@ http_interactions: ++++++ somefile.txt (new) --- somefile.txt +++ somefile.txt - recorded_at: Wed, 22 Feb 2023 18:11:33 GMT + recorded_at: Fri, 24 Feb 2023 13:39:01 GMT - request: method: get - uri: http://backend:5352/source/home:madam_submitter/Quebec?expand=1&rev=18 + uri: http://backend:5352/source/home:madam_submitter/Quebec?expand=1&rev=28 body: encoding: US-ASCII string: '' headers: X-Request-Id: - - 5bd826b9-cd0a-483f-bedf-85a9fdd34ad4 + - 37e253fa-fc1d-4353-8d7e-dc39148646cb Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -841,11 +813,11 @@ http_interactions: body: encoding: UTF-8 string: | - - - + + + - recorded_at: Wed, 22 Feb 2023 18:11:33 GMT + recorded_at: Fri, 24 Feb 2023 13:39:01 GMT - request: method: get uri: http://backend:5352/source/home:madam_submitter/Quebec @@ -854,7 +826,7 @@ http_interactions: string: '' headers: X-Request-Id: - - 5bd826b9-cd0a-483f-bedf-85a9fdd34ad4 + - 37e253fa-fc1d-4353-8d7e-dc39148646cb Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -877,14 +849,14 @@ http_interactions: body: encoding: UTF-8 string: | - - - + + + - recorded_at: Wed, 22 Feb 2023 18:11:33 GMT + recorded_at: Fri, 24 Feb 2023 13:39:01 GMT - request: method: post - uri: http://backend:5352/source/home:madam_submitter/Quebec?cmd=diff&expand=1&filelimit=10000&orev=0&rev=18&tarlimit=10000&view=xml&withissues=1 + uri: http://backend:5352/source/home:madam_submitter/Quebec?cmd=diff&expand=1&filelimit=10000&orev=0&rev=28&tarlimit=10000&view=xml&withissues=1 body: encoding: UTF-8 string: '' @@ -892,7 +864,7 @@ http_interactions: Content-Type: - application/octet-stream X-Request-Id: - - 5bd826b9-cd0a-483f-bedf-85a9fdd34ad4 + - 37e253fa-fc1d-4353-8d7e-dc39148646cb Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -911,25 +883,25 @@ http_interactions: Connection: - close Content-Length: - - '815' + - '829' body: encoding: UTF-8 string: | - + - + - + @@ -0,0 +1,1 @@ - +Ut et numquam. Quia quo ex. Vel facilis sint. + +Minus ut minima. Voluptates quas illum. Et vel fugiat. \ No newline at end of file - + @@ -0,0 +1,1 @@ - +Illo consectetur dolorum. Culpa vero mollitia. Hic ex neque. + +Ut voluptatum provident. Quia placeat veniam. Modi recusandae et. \ No newline at end of file @@ -937,7 +909,7 @@ http_interactions: - recorded_at: Wed, 22 Feb 2023 18:11:33 GMT + recorded_at: Fri, 24 Feb 2023 13:39:01 GMT - request: method: get uri: http://backend:5352/source/home:madam_submitter/Quebec @@ -946,7 +918,7 @@ http_interactions: string: '' headers: X-Request-Id: - - 3839c000-ccd3-4074-bc62-f35c6ba2e0c6 + - 70a4cb62-df6e-4474-91b3-487f3b6b1655 Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -969,14 +941,14 @@ http_interactions: body: encoding: UTF-8 string: | - - - + + + - recorded_at: Wed, 22 Feb 2023 18:11:33 GMT + recorded_at: Fri, 24 Feb 2023 13:39:02 GMT - request: method: post - uri: http://backend:5352/source/home:madam_submitter/Quebec?cacheonly=1&cmd=diff&expand=1&filelimit=10000&orev=0&rev=18&tarlimit=10000&view=xml&withissues=1 + uri: http://backend:5352/source/home:madam_submitter/Quebec?cacheonly=1&cmd=diff&expand=1&filelimit=10000&orev=0&rev=28&tarlimit=10000&view=xml&withissues=1 body: encoding: UTF-8 string: '' @@ -984,7 +956,7 @@ http_interactions: Content-Type: - application/octet-stream X-Request-Id: - - 3839c000-ccd3-4074-bc62-f35c6ba2e0c6 + - 70a4cb62-df6e-4474-91b3-487f3b6b1655 Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -999,7 +971,7 @@ http_interactions: Content-Type: - text/xml Content-Length: - - '815' + - '829' Cache-Control: - no-cache Connection: @@ -1007,21 +979,21 @@ http_interactions: body: encoding: UTF-8 string: | - + - + - + @@ -0,0 +1,1 @@ - +Ut et numquam. Quia quo ex. Vel facilis sint. + +Minus ut minima. Voluptates quas illum. Et vel fugiat. \ No newline at end of file - + @@ -0,0 +1,1 @@ - +Illo consectetur dolorum. Culpa vero mollitia. Hic ex neque. + +Ut voluptatum provident. Quia placeat veniam. Modi recusandae et. \ No newline at end of file @@ -1029,7 +1001,7 @@ http_interactions: - recorded_at: Wed, 22 Feb 2023 18:11:33 GMT + recorded_at: Fri, 24 Feb 2023 13:39:02 GMT - request: method: get uri: http://backend:5352/build/home:madam_submitter/_result?package=Quebec&view=status @@ -1038,7 +1010,7 @@ http_interactions: string: '' headers: X-Request-Id: - - 90fc7dec-b99b-41bb-994d-e46e5c7d0e75 + - 615e55d8-6175-4d65-ad52-c49fba5cb98f Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -1063,5 +1035,5 @@ http_interactions: string: ' ' - recorded_at: Wed, 22 Feb 2023 18:11:33 GMT + recorded_at: Fri, 24 Feb 2023 13:39:02 GMT recorded_with: VCR 6.1.0 diff --git a/src/api/spec/cassettes/Bootstrap_Requests_Submissions/submit_package/prefill_form_for_a_branched_package/fills_in_the_submission_reasons_and_creates_a_BsRequest.yml b/src/api/spec/cassettes/Bootstrap_Requests_Submissions/submit_package/prefill_form_for_a_branched_package/fills_in_the_submission_reasons_and_creates_a_BsRequest.yml index b86225e1632..d8a176f4cd2 100644 --- a/src/api/spec/cassettes/Bootstrap_Requests_Submissions/submit_package/prefill_form_for_a_branched_package/fills_in_the_submission_reasons_and_creates_a_BsRequest.yml +++ b/src/api/spec/cassettes/Bootstrap_Requests_Submissions/submit_package/prefill_form_for_a_branched_package/fills_in_the_submission_reasons_and_creates_a_BsRequest.yml @@ -39,7 +39,7 @@ http_interactions: - recorded_at: Wed, 22 Feb 2023 18:11:34 GMT + recorded_at: Fri, 24 Feb 2023 13:38:44 GMT - request: method: put uri: http://backend:5352/source/home:madam_submitter/Quebec/_meta?user=madam_submitter @@ -47,8 +47,8 @@ http_interactions: encoding: UTF-8 string: | - Death Be Not Proud - Necessitatibus mollitia voluptas dolor. + The Mirror Crack'd from Side to Side + Debitis ut dolores veritatis. headers: Accept-Encoding: @@ -69,21 +69,21 @@ http_interactions: Connection: - close Content-Length: - - '171' + - '179' body: encoding: UTF-8 string: | - Death Be Not Proud - Necessitatibus mollitia voluptas dolor. + The Mirror Crack'd from Side to Side + Debitis ut dolores veritatis. - recorded_at: Wed, 22 Feb 2023 18:11:44 GMT + recorded_at: Fri, 24 Feb 2023 13:38:45 GMT - request: method: put uri: http://backend:5352/source/home:madam_submitter/Quebec/_config body: encoding: UTF-8 - string: Autem libero eos. Perferendis praesentium aspernatur. Ipsa modi inventore. + string: Et quaerat qui. Placeat ipsam libero. Eligendi est sequi. headers: Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 @@ -107,21 +107,21 @@ http_interactions: body: encoding: UTF-8 string: | - - 5ea83fad2c141a99219a0a897d194f70 + + 6058ccf30c6b2393907e83942173e965 unknown - + unknown - recorded_at: Wed, 22 Feb 2023 18:11:44 GMT + recorded_at: Fri, 24 Feb 2023 13:38:45 GMT - request: method: put uri: http://backend:5352/source/home:madam_submitter/Quebec/somefile.txt body: encoding: UTF-8 - string: Quis quos sit. Eos non temporibus. Enim beatae blanditiis. + string: Quae provident ex. Eligendi ex laborum. Iusto sint tempora. headers: Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 @@ -145,15 +145,15 @@ http_interactions: body: encoding: UTF-8 string: | - - e414927bf2743c5efbaf4b31fdf525d2 + + 9886a71adfc5b46865ddc6000c8d1c92 unknown - + unknown - recorded_at: Wed, 22 Feb 2023 18:11:44 GMT + recorded_at: Fri, 24 Feb 2023 13:38:45 GMT - request: method: put uri: http://backend:5352/source/home:mr_receiver/_meta?user=mr_receiver @@ -193,7 +193,7 @@ http_interactions: - recorded_at: Wed, 22 Feb 2023 18:11:44 GMT + recorded_at: Fri, 24 Feb 2023 13:38:45 GMT - request: method: put uri: http://backend:5352/source/home:mr_receiver/Quebec/_meta?user=madam_submitter @@ -201,8 +201,8 @@ http_interactions: encoding: UTF-8 string: | - The Other Side of Silence - A neque velit voluptatem. + Mr Standfast + Nam et dignissimos eius. headers: Accept-Encoding: @@ -223,21 +223,21 @@ http_interactions: Connection: - close Content-Length: - - '160' + - '146' body: encoding: UTF-8 string: | - The Other Side of Silence - A neque velit voluptatem. + Mr Standfast + Nam et dignissimos eius. - recorded_at: Wed, 22 Feb 2023 18:11:44 GMT + recorded_at: Fri, 24 Feb 2023 13:38:45 GMT - request: method: put uri: http://backend:5352/source/home:mr_receiver/Quebec/_config body: encoding: UTF-8 - string: Est perferendis delectus. Ullam iste repudiandae. Debitis illo ut. + string: Explicabo distinctio fuga. Sed laboriosam ea. Qui dolorem maiores. headers: Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 @@ -261,21 +261,21 @@ http_interactions: body: encoding: UTF-8 string: | - - d277d309a099e4ab3c4156b3b182791f + + d8a1724609a6800ab13049bf3ac2d7eb unknown - + unknown - recorded_at: Wed, 22 Feb 2023 18:11:44 GMT + recorded_at: Fri, 24 Feb 2023 13:38:45 GMT - request: method: put uri: http://backend:5352/source/home:mr_receiver/Quebec/somefile.txt body: encoding: UTF-8 - string: Quo autem voluptas. Libero animi in. Ratione qui et. + string: Tenetur rerum est. Ab pariatur quisquam. Sit earum consectetur. headers: Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 @@ -299,15 +299,15 @@ http_interactions: body: encoding: UTF-8 string: | - - 08207ccec2a39f1777a5dca1f3b863b9 + + ff2f06d9507fc70eea51dba0fad7777d unknown - + unknown - recorded_at: Wed, 22 Feb 2023 18:11:44 GMT + recorded_at: Fri, 24 Feb 2023 13:38:45 GMT - request: method: post uri: http://backend:5352/search/package/id?match=(linkinfo/@package=%22Quebec%22%20and%20linkinfo/@project=%22home:madam_submitter%22%20and%20@project=%22home:madam_submitter%22) @@ -342,7 +342,7 @@ http_interactions: - recorded_at: Wed, 22 Feb 2023 18:11:44 GMT + recorded_at: Fri, 24 Feb 2023 13:38:45 GMT - request: method: put uri: http://backend:5352/source/home:madam_submitter/Quebec_branch/_meta?user=madam_submitter @@ -350,8 +350,8 @@ http_interactions: encoding: UTF-8 string: | - Death Be Not Proud - Necessitatibus mollitia voluptas dolor. + The Mirror Crack'd from Side to Side + Debitis ut dolores veritatis. headers: Accept-Encoding: @@ -372,15 +372,15 @@ http_interactions: Connection: - close Content-Length: - - '178' + - '186' body: encoding: UTF-8 string: | - Death Be Not Proud - Necessitatibus mollitia voluptas dolor. + The Mirror Crack'd from Side to Side + Debitis ut dolores veritatis. - recorded_at: Wed, 22 Feb 2023 18:11:44 GMT + recorded_at: Fri, 24 Feb 2023 13:38:45 GMT - request: method: post uri: http://backend:5352/source/home:madam_submitter/Quebec_branch?cmd=branch&noservice=1&opackage=Quebec&oproject=home:madam_submitter&user=madam_submitter @@ -412,15 +412,15 @@ http_interactions: body: encoding: UTF-8 string: | - - 5cab870af101e7a08107d1f2abb76e94 + + aa0fdfbd02251cbbea1f17a31fb5351e unknown - + madam_submitter - recorded_at: Wed, 22 Feb 2023 18:11:44 GMT + recorded_at: Fri, 24 Feb 2023 13:38:48 GMT - request: method: put uri: http://backend:5352/source/home:madam_submitter/Quebec_branch/_meta?user=madam_submitter @@ -428,8 +428,8 @@ http_interactions: encoding: UTF-8 string: | - Death Be Not Proud - Necessitatibus mollitia voluptas dolor. + The Mirror Crack'd from Side to Side + Debitis ut dolores veritatis. headers: Accept-Encoding: @@ -450,15 +450,15 @@ http_interactions: Connection: - close Content-Length: - - '178' + - '186' body: encoding: UTF-8 string: | - Death Be Not Proud - Necessitatibus mollitia voluptas dolor. + The Mirror Crack'd from Side to Side + Debitis ut dolores veritatis. - recorded_at: Wed, 22 Feb 2023 18:11:44 GMT + recorded_at: Fri, 24 Feb 2023 13:38:49 GMT - request: method: get uri: http://backend:5352/source/home:madam_submitter/Quebec_branch @@ -488,13 +488,13 @@ http_interactions: body: encoding: UTF-8 string: | - - - - - + + + + + - recorded_at: Wed, 22 Feb 2023 18:11:44 GMT + recorded_at: Fri, 24 Feb 2023 13:38:49 GMT - request: method: get uri: http://backend:5352/source/home:madam_submitter/Quebec_branch?view=info @@ -524,11 +524,11 @@ http_interactions: body: encoding: UTF-8 string: | - + bad build configuration, no build type defined or detected - recorded_at: Wed, 22 Feb 2023 18:11:44 GMT + recorded_at: Fri, 24 Feb 2023 13:38:49 GMT - request: method: get uri: http://backend:5352/source/home:madam_submitter/Quebec_branch @@ -558,13 +558,13 @@ http_interactions: body: encoding: UTF-8 string: | - - - - - + + + + + - recorded_at: Wed, 22 Feb 2023 18:11:44 GMT + recorded_at: Fri, 24 Feb 2023 13:38:49 GMT - request: method: post uri: http://backend:5352/source/home:madam_submitter/Quebec_branch?cmd=diff&linkrev=base&onlyissues=1&orev=0&view=xml @@ -596,14 +596,14 @@ http_interactions: body: encoding: UTF-8 string: | - + - + - recorded_at: Wed, 22 Feb 2023 18:11:44 GMT + recorded_at: Fri, 24 Feb 2023 13:38:49 GMT - request: method: post uri: http://backend:5352/source/home:madam_submitter/Quebec_branch?cmd=linkdiff&linkrev=base&onlyissues=1&view=xml @@ -635,14 +635,14 @@ http_interactions: body: encoding: UTF-8 string: | - - - + + + - recorded_at: Wed, 22 Feb 2023 18:11:44 GMT + recorded_at: Fri, 24 Feb 2023 13:38:49 GMT - request: method: put uri: http://backend:5352/source/home:madam_submitter/_meta?user=madam_submitter @@ -682,7 +682,7 @@ http_interactions: - recorded_at: Wed, 22 Feb 2023 18:11:44 GMT + recorded_at: Fri, 24 Feb 2023 13:38:49 GMT - request: method: put uri: http://backend:5352/source/home:madam_submitter/Quebec_branch/new_file?user=madam_submitter @@ -708,19 +708,19 @@ http_interactions: Connection: - close Content-Length: - - '215' + - '217' body: encoding: UTF-8 string: | - - 4b4b8e8ae3ed82710a39ff383c2e1f6c + + ac26cf208934ad8bdb50e375f43868f8 unknown - + madam_submitter - recorded_at: Wed, 22 Feb 2023 18:11:44 GMT + recorded_at: Fri, 24 Feb 2023 13:38:49 GMT - request: method: put uri: http://backend:5352/source/home:madam_submitter/Quebec_branch/_meta?user=madam_submitter @@ -728,8 +728,8 @@ http_interactions: encoding: UTF-8 string: | - Death Be Not Proud - Necessitatibus mollitia voluptas dolor. + The Mirror Crack'd from Side to Side + Debitis ut dolores veritatis. headers: Accept-Encoding: @@ -750,15 +750,15 @@ http_interactions: Connection: - close Content-Length: - - '178' + - '186' body: encoding: UTF-8 string: | - Death Be Not Proud - Necessitatibus mollitia voluptas dolor. + The Mirror Crack'd from Side to Side + Debitis ut dolores veritatis. - recorded_at: Wed, 22 Feb 2023 18:11:44 GMT + recorded_at: Fri, 24 Feb 2023 13:38:49 GMT - request: method: get uri: http://backend:5352/source/home:madam_submitter/Quebec_branch @@ -784,18 +784,18 @@ http_interactions: Connection: - close Content-Length: - - '719' + - '721' body: encoding: UTF-8 string: | - - - - + + + + - + - recorded_at: Wed, 22 Feb 2023 18:11:44 GMT + recorded_at: Fri, 24 Feb 2023 13:38:49 GMT - request: method: get uri: http://backend:5352/source/home:madam_submitter/Quebec_branch?view=info @@ -821,15 +821,15 @@ http_interactions: Connection: - close Content-Length: - - '335' + - '336' body: encoding: UTF-8 string: | - + bad build configuration, no build type defined or detected - recorded_at: Wed, 22 Feb 2023 18:11:44 GMT + recorded_at: Fri, 24 Feb 2023 13:38:49 GMT - request: method: get uri: http://backend:5352/source/home:madam_submitter/Quebec_branch @@ -855,18 +855,18 @@ http_interactions: Connection: - close Content-Length: - - '719' + - '721' body: encoding: UTF-8 string: | - - - - + + + + - + - recorded_at: Wed, 22 Feb 2023 18:11:44 GMT + recorded_at: Fri, 24 Feb 2023 13:38:49 GMT - request: method: post uri: http://backend:5352/source/home:madam_submitter/Quebec_branch?cmd=diff&linkrev=base&onlyissues=1&orev=0&view=xml @@ -894,18 +894,18 @@ http_interactions: Connection: - close Content-Length: - - '328' + - '329' body: encoding: UTF-8 string: | - + - + - recorded_at: Wed, 22 Feb 2023 18:11:44 GMT + recorded_at: Fri, 24 Feb 2023 13:38:49 GMT - request: method: post uri: http://backend:5352/source/home:madam_submitter/Quebec_branch?cmd=linkdiff&linkrev=base&onlyissues=1&view=xml @@ -937,14 +937,14 @@ http_interactions: body: encoding: UTF-8 string: | - - - + + + - recorded_at: Wed, 22 Feb 2023 18:11:44 GMT + recorded_at: Fri, 24 Feb 2023 13:38:49 GMT - request: method: get uri: http://backend:5352/source/home:madam_submitter/Quebec?view=info @@ -953,7 +953,7 @@ http_interactions: string: '' headers: X-Request-Id: - - 7d72ab24-1e82-4505-a991-c5eecf1ab635 + - cd65e2df-ff96-4e41-9a2d-fc2c1a0aa344 Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -976,10 +976,10 @@ http_interactions: body: encoding: UTF-8 string: | - + bad build configuration, no build type defined or detected - recorded_at: Wed, 22 Feb 2023 18:11:44 GMT + recorded_at: Fri, 24 Feb 2023 13:38:49 GMT - request: method: get uri: http://backend:5352/source/home:madam_submitter/Quebec @@ -988,7 +988,7 @@ http_interactions: string: '' headers: X-Request-Id: - - 7d72ab24-1e82-4505-a991-c5eecf1ab635 + - cd65e2df-ff96-4e41-9a2d-fc2c1a0aa344 Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -1011,11 +1011,11 @@ http_interactions: body: encoding: UTF-8 string: | - - - + + + - recorded_at: Wed, 22 Feb 2023 18:11:44 GMT + recorded_at: Fri, 24 Feb 2023 13:38:49 GMT - request: method: post uri: http://backend:5352/source/home:madam_submitter/Quebec?cmd=diff&linkrev=base&onlyissues=1&orev=0&view=xml @@ -1047,14 +1047,14 @@ http_interactions: body: encoding: UTF-8 string: | - + - + - recorded_at: Wed, 22 Feb 2023 18:11:44 GMT + recorded_at: Fri, 24 Feb 2023 13:38:49 GMT - request: method: get uri: http://backend:5352/source/home:madam_submitter/Quebec_branch @@ -1063,7 +1063,7 @@ http_interactions: string: '' headers: X-Request-Id: - - 7d72ab24-1e82-4505-a991-c5eecf1ab635 + - cd65e2df-ff96-4e41-9a2d-fc2c1a0aa344 Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -1082,21 +1082,21 @@ http_interactions: Connection: - close Content-Length: - - '719' + - '721' body: encoding: UTF-8 string: | - - - - + + + + - + - recorded_at: Wed, 22 Feb 2023 18:11:44 GMT + recorded_at: Fri, 24 Feb 2023 13:38:49 GMT - request: method: get - uri: http://backend:5352/source/home:madam_submitter/Quebec_branch?expand=1&rev=8 + uri: http://backend:5352/source/home:madam_submitter/Quebec_branch?expand=1&rev=10 body: encoding: US-ASCII string: '' @@ -1123,22 +1123,22 @@ http_interactions: body: encoding: UTF-8 string: | - - - + + + - + - recorded_at: Wed, 22 Feb 2023 18:11:44 GMT + recorded_at: Fri, 24 Feb 2023 13:38:49 GMT - request: method: get - uri: http://backend:5352/source/home:madam_submitter/Quebec_branch/_history?deleted=1&meta=1&rev=8 + uri: http://backend:5352/source/home:madam_submitter/Quebec_branch/_history?deleted=0&meta=0&rev=10 body: encoding: US-ASCII string: '' headers: X-Request-Id: - - 7d72ab24-1e82-4505-a991-c5eecf1ab635 + - cd65e2df-ff96-4e41-9a2d-fc2c1a0aa344 Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -1157,13 +1157,19 @@ http_interactions: Connection: - close Content-Length: - - '31' + - '223' body: encoding: UTF-8 string: | + + ac26cf208934ad8bdb50e375f43868f8 + unknown + + madam_submitter + - recorded_at: Wed, 22 Feb 2023 18:11:44 GMT + recorded_at: Fri, 24 Feb 2023 13:38:49 GMT - request: method: get uri: http://backend:5352/source/home:madam_submitter/Quebec_branch @@ -1172,7 +1178,7 @@ http_interactions: string: '' headers: X-Request-Id: - - 7d72ab24-1e82-4505-a991-c5eecf1ab635 + - cd65e2df-ff96-4e41-9a2d-fc2c1a0aa344 Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -1191,18 +1197,18 @@ http_interactions: Connection: - close Content-Length: - - '719' + - '721' body: encoding: UTF-8 string: | - - - - + + + + - + - recorded_at: Wed, 22 Feb 2023 18:11:44 GMT + recorded_at: Fri, 24 Feb 2023 13:38:49 GMT - request: method: get uri: http://backend:5352/source/home:madam_submitter/Quebec_branch @@ -1211,7 +1217,7 @@ http_interactions: string: '' headers: X-Request-Id: - - 7d72ab24-1e82-4505-a991-c5eecf1ab635 + - cd65e2df-ff96-4e41-9a2d-fc2c1a0aa344 Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -1230,52 +1236,18 @@ http_interactions: Connection: - close Content-Length: - - '719' + - '721' body: encoding: UTF-8 string: | - - - - + + + + - + - recorded_at: Wed, 22 Feb 2023 18:11:44 GMT -- request: - method: get - uri: http://backend:5352/source/home:madam_submitter/Quebec_branch/_history?deleted=1&meta=1 - body: - encoding: US-ASCII - string: '' - headers: - X-Request-Id: - - 7d72ab24-1e82-4505-a991-c5eecf1ab635 - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - User-Agent: - - Ruby - response: - status: - code: 200 - message: OK - headers: - Content-Type: - - text/xml - Cache-Control: - - no-cache - Connection: - - close - Content-Length: - - '31' - body: - encoding: UTF-8 - string: | - - - recorded_at: Wed, 22 Feb 2023 18:11:45 GMT + recorded_at: Fri, 24 Feb 2023 13:38:49 GMT - request: method: get uri: http://backend:5352/build/home:madam_submitter/_result?lastbuild=1&locallink=1&multibuild=1&package=Quebec_branch&view=status @@ -1284,7 +1256,7 @@ http_interactions: string: '' headers: X-Request-Id: - - 3a6fc559-4139-4944-86cf-e83eccd4d030 + - 4e0a93f9-0b1e-4043-817d-43628de52960 Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -1309,7 +1281,7 @@ http_interactions: string: ' ' - recorded_at: Wed, 22 Feb 2023 18:11:45 GMT + recorded_at: Fri, 24 Feb 2023 13:38:49 GMT - request: method: get uri: http://backend:5352/build/home:madam_submitter/_result?lastbuild=1&locallink=1&multibuild=1&package=Quebec_branch&view=status @@ -1318,7 +1290,7 @@ http_interactions: string: '' headers: X-Request-Id: - - 22d2075b-2d44-416c-b686-4e69f4eb512c + - 3f391822-f64c-4b36-ae30-60026021e025 Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -1343,7 +1315,7 @@ http_interactions: string: ' ' - recorded_at: Wed, 22 Feb 2023 18:11:45 GMT + recorded_at: Fri, 24 Feb 2023 13:38:49 GMT - request: method: get uri: http://backend:5352/build/home:madam_submitter/_result?package=Quebec_branch&view=status @@ -1352,7 +1324,7 @@ http_interactions: string: '' headers: X-Request-Id: - - e4115492-c6b2-4ffd-98c5-1fa6e47bd874 + - 39e82fa5-f2b5-4f73-9450-00f702e27858 Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -1377,7 +1349,7 @@ http_interactions: string: ' ' - recorded_at: Wed, 22 Feb 2023 18:11:45 GMT + recorded_at: Fri, 24 Feb 2023 13:38:49 GMT - request: method: get uri: http://backend:5352/source/home:madam_submitter/Quebec_branch @@ -1386,7 +1358,7 @@ http_interactions: string: '' headers: X-Request-Id: - - fc93b32b-27a1-4f7a-965d-65128d8edacb + - 45bd60f6-647c-4442-ae5e-e88728a29f6e Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -1405,18 +1377,18 @@ http_interactions: Connection: - close Content-Length: - - '719' + - '721' body: encoding: UTF-8 string: | - - - - + + + + - + - recorded_at: Wed, 22 Feb 2023 18:11:45 GMT + recorded_at: Fri, 24 Feb 2023 13:38:50 GMT - request: method: get uri: http://backend:5352/source/home:madam_submitter/Quebec_branch @@ -1425,7 +1397,7 @@ http_interactions: string: '' headers: X-Request-Id: - - 71448ba2-2ec9-408b-aa4c-eeccea4493be + - d5008b4d-8815-4c6e-aecb-bc3953ce1948 Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -1444,21 +1416,21 @@ http_interactions: Connection: - close Content-Length: - - '719' + - '721' body: encoding: UTF-8 string: | - - - - + + + + - + - recorded_at: Wed, 22 Feb 2023 18:11:46 GMT + recorded_at: Fri, 24 Feb 2023 13:38:50 GMT - request: method: post - uri: http://backend:5352/source/home:madam_submitter/Quebec_branch?cmd=diff&expand=1&nodiff=1&opackage=Quebec&oproject=home:madam_submitter&rev=8 + uri: http://backend:5352/source/home:madam_submitter/Quebec_branch?cmd=diff&expand=1&nodiff=1&opackage=Quebec&oproject=home:madam_submitter&rev=10 body: encoding: UTF-8 string: '' @@ -1466,7 +1438,7 @@ http_interactions: Content-Type: - application/octet-stream X-Request-Id: - - 71448ba2-2ec9-408b-aa4c-eeccea4493be + - d5008b4d-8815-4c6e-aecb-bc3953ce1948 Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -1500,16 +1472,16 @@ http_interactions: ++++++ new_file (new) --- new_file +++ new_file - recorded_at: Wed, 22 Feb 2023 18:11:46 GMT + recorded_at: Fri, 24 Feb 2023 13:38:50 GMT - request: method: get - uri: http://backend:5352/source/home:madam_submitter/Quebec_branch?expand=1&rev=8 + uri: http://backend:5352/source/home:madam_submitter/Quebec_branch?expand=1&rev=10 body: encoding: US-ASCII string: '' headers: X-Request-Id: - - 71448ba2-2ec9-408b-aa4c-eeccea4493be + - d5008b4d-8815-4c6e-aecb-bc3953ce1948 Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -1532,13 +1504,13 @@ http_interactions: body: encoding: UTF-8 string: | - - - + + + - + - recorded_at: Wed, 22 Feb 2023 18:11:46 GMT + recorded_at: Fri, 24 Feb 2023 13:38:50 GMT - request: method: get uri: http://backend:5352/source/home:madam_submitter/Quebec_branch @@ -1547,7 +1519,7 @@ http_interactions: string: '' headers: X-Request-Id: - - 71448ba2-2ec9-408b-aa4c-eeccea4493be + - d5008b4d-8815-4c6e-aecb-bc3953ce1948 Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -1566,21 +1538,21 @@ http_interactions: Connection: - close Content-Length: - - '719' + - '721' body: encoding: UTF-8 string: | - - - - + + + + - + - recorded_at: Wed, 22 Feb 2023 18:11:46 GMT + recorded_at: Fri, 24 Feb 2023 13:38:50 GMT - request: method: post - uri: http://backend:5352/source/home:madam_submitter/Quebec_branch?cmd=diff&expand=1&filelimit=10000&opackage=Quebec&oproject=home:madam_submitter&rev=8&tarlimit=10000&view=xml&withissues=1 + uri: http://backend:5352/source/home:madam_submitter/Quebec_branch?cmd=diff&expand=1&filelimit=10000&opackage=Quebec&oproject=home:madam_submitter&rev=10&tarlimit=10000&view=xml&withissues=1 body: encoding: UTF-8 string: '' @@ -1588,7 +1560,7 @@ http_interactions: Content-Type: - application/octet-stream X-Request-Id: - - 71448ba2-2ec9-408b-aa4c-eeccea4493be + - d5008b4d-8815-4c6e-aecb-bc3953ce1948 Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -1607,13 +1579,13 @@ http_interactions: Connection: - close Content-Length: - - '538' + - '539' body: encoding: UTF-8 string: | - - - + + + @@ -1626,7 +1598,7 @@ http_interactions: - recorded_at: Wed, 22 Feb 2023 18:11:46 GMT + recorded_at: Fri, 24 Feb 2023 13:38:50 GMT - request: method: get uri: http://backend:5352/source/home:madam_submitter/Quebec @@ -1635,7 +1607,7 @@ http_interactions: string: '' headers: X-Request-Id: - - fc75ee8f-4db3-40ab-a5e6-aebac430f7b1 + - 6c90f514-653a-4a69-a565-8be600f8f3ff Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -1658,11 +1630,11 @@ http_interactions: body: encoding: UTF-8 string: | - - - + + + - recorded_at: Wed, 22 Feb 2023 18:11:46 GMT + recorded_at: Fri, 24 Feb 2023 13:38:50 GMT - request: method: get uri: http://backend:5352/source/home:madam_submitter/Quebec_branch @@ -1671,7 +1643,7 @@ http_interactions: string: '' headers: X-Request-Id: - - fda2bc08-393c-49e7-8a44-e8897557e6f8 + - a261e7b0-d86f-4940-b0b3-7a70cb8a5f26 Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -1690,21 +1662,21 @@ http_interactions: Connection: - close Content-Length: - - '719' + - '721' body: encoding: UTF-8 string: | - - - - + + + + - + - recorded_at: Wed, 22 Feb 2023 18:11:46 GMT + recorded_at: Fri, 24 Feb 2023 13:38:50 GMT - request: method: post - uri: http://backend:5352/source/home:madam_submitter/Quebec_branch?cacheonly=1&cmd=diff&expand=1&filelimit=10000&opackage=Quebec&oproject=home:madam_submitter&rev=8&tarlimit=10000&view=xml&withissues=1 + uri: http://backend:5352/source/home:madam_submitter/Quebec_branch?cacheonly=1&cmd=diff&expand=1&filelimit=10000&opackage=Quebec&oproject=home:madam_submitter&rev=10&tarlimit=10000&view=xml&withissues=1 body: encoding: UTF-8 string: '' @@ -1712,7 +1684,7 @@ http_interactions: Content-Type: - application/octet-stream X-Request-Id: - - fda2bc08-393c-49e7-8a44-e8897557e6f8 + - a261e7b0-d86f-4940-b0b3-7a70cb8a5f26 Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -1727,7 +1699,7 @@ http_interactions: Content-Type: - text/xml Content-Length: - - '538' + - '539' Cache-Control: - no-cache Connection: @@ -1735,9 +1707,9 @@ http_interactions: body: encoding: UTF-8 string: | - - - + + + @@ -1750,7 +1722,7 @@ http_interactions: - recorded_at: Wed, 22 Feb 2023 18:11:46 GMT + recorded_at: Fri, 24 Feb 2023 13:38:50 GMT - request: method: get uri: http://backend:5352/source/home:madam_submitter/Quebec @@ -1759,7 +1731,7 @@ http_interactions: string: '' headers: X-Request-Id: - - fda2bc08-393c-49e7-8a44-e8897557e6f8 + - a261e7b0-d86f-4940-b0b3-7a70cb8a5f26 Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -1782,11 +1754,11 @@ http_interactions: body: encoding: UTF-8 string: | - - - + + + - recorded_at: Wed, 22 Feb 2023 18:11:46 GMT + recorded_at: Fri, 24 Feb 2023 13:38:50 GMT - request: method: get uri: http://backend:5352/build/home:madam_submitter/_result?package=Quebec_branch&view=status @@ -1795,7 +1767,7 @@ http_interactions: string: '' headers: X-Request-Id: - - a19b520a-e2bc-431b-bcbb-10c9b341b7a0 + - 570cb871-b8e3-4386-8fe4-31e1b5852944 Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -1820,5 +1792,5 @@ http_interactions: string: ' ' - recorded_at: Wed, 22 Feb 2023 18:11:46 GMT + recorded_at: Fri, 24 Feb 2023 13:38:51 GMT recorded_with: VCR 6.1.0 diff --git a/src/api/spec/cassettes/Bootstrap_Requests_Submissions/submit_package/setting_a_target_package/creates_a_BsRequest_with_target_package_name.yml b/src/api/spec/cassettes/Bootstrap_Requests_Submissions/submit_package/setting_a_target_package/creates_a_BsRequest_with_target_package_name.yml index 24525849302..268a9ad26da 100644 --- a/src/api/spec/cassettes/Bootstrap_Requests_Submissions/submit_package/setting_a_target_package/creates_a_BsRequest_with_target_package_name.yml +++ b/src/api/spec/cassettes/Bootstrap_Requests_Submissions/submit_package/setting_a_target_package/creates_a_BsRequest_with_target_package_name.yml @@ -39,7 +39,7 @@ http_interactions: - recorded_at: Wed, 22 Feb 2023 18:11:26 GMT + recorded_at: Fri, 24 Feb 2023 13:38:51 GMT - request: method: put uri: http://backend:5352/source/home:madam_submitter/Quebec/_meta?user=madam_submitter @@ -47,8 +47,8 @@ http_interactions: encoding: UTF-8 string: | - Down to a Sunless Sea - Qui consequuntur libero ad. + Ring of Bright Water + Hic qui modi ipsa. headers: Accept-Encoding: @@ -69,21 +69,21 @@ http_interactions: Connection: - close Content-Length: - - '162' + - '152' body: encoding: UTF-8 string: | - Down to a Sunless Sea - Qui consequuntur libero ad. + Ring of Bright Water + Hic qui modi ipsa. - recorded_at: Wed, 22 Feb 2023 18:11:27 GMT + recorded_at: Fri, 24 Feb 2023 13:38:52 GMT - request: method: put uri: http://backend:5352/source/home:madam_submitter/Quebec/_config body: encoding: UTF-8 - string: Voluptatem fugiat ratione. Eius in officia. Laudantium asperiores temporibus. + string: Quaerat et autem. At consequuntur eos. Dolores sed quia. headers: Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 @@ -107,21 +107,21 @@ http_interactions: body: encoding: UTF-8 string: | - - 79607c49fc39821e98701ed0a65cc0d0 + + 3dfb103244a9af014cddf843865f2ef7 unknown - + unknown - recorded_at: Wed, 22 Feb 2023 18:11:27 GMT + recorded_at: Fri, 24 Feb 2023 13:38:52 GMT - request: method: put uri: http://backend:5352/source/home:madam_submitter/Quebec/somefile.txt body: encoding: UTF-8 - string: Excepturi vel blanditiis. Enim omnis eius. Modi doloribus eligendi. + string: Tenetur facere at. Ut libero autem. Consequatur enim distinctio. headers: Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 @@ -145,15 +145,15 @@ http_interactions: body: encoding: UTF-8 string: | - - 1a913a143de499ea4a23395530755e09 + + f4c26d13bbf330b431ccad4abcbbb421 unknown - + unknown - recorded_at: Wed, 22 Feb 2023 18:11:27 GMT + recorded_at: Fri, 24 Feb 2023 13:38:52 GMT - request: method: get uri: http://backend:5352/source/home:madam_submitter/Quebec @@ -162,7 +162,7 @@ http_interactions: string: '' headers: X-Request-Id: - - bc2ff96f-0cc1-45e1-b06e-8fcd166e66f6 + - 68d76501-50a1-4b9a-b83c-1f5c9163a3c5 Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -185,14 +185,14 @@ http_interactions: body: encoding: UTF-8 string: | - - - + + + - recorded_at: Wed, 22 Feb 2023 18:11:27 GMT + recorded_at: Fri, 24 Feb 2023 13:38:52 GMT - request: method: get - uri: http://backend:5352/source/home:madam_submitter/Quebec?expand=1&rev=16 + uri: http://backend:5352/source/home:madam_submitter/Quebec?expand=1&rev=24 body: encoding: US-ASCII string: '' @@ -219,20 +219,20 @@ http_interactions: body: encoding: UTF-8 string: | - - - + + + - recorded_at: Wed, 22 Feb 2023 18:11:27 GMT + recorded_at: Fri, 24 Feb 2023 13:38:52 GMT - request: method: get - uri: http://backend:5352/source/home:madam_submitter/Quebec/_history?deleted=1&meta=1&rev=16 + uri: http://backend:5352/source/home:madam_submitter/Quebec/_history?deleted=0&meta=0&rev=24 body: encoding: US-ASCII string: '' headers: X-Request-Id: - - bc2ff96f-0cc1-45e1-b06e-8fcd166e66f6 + - 68d76501-50a1-4b9a-b83c-1f5c9163a3c5 Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -251,13 +251,19 @@ http_interactions: Connection: - close Content-Length: - - '31' + - '215' body: encoding: UTF-8 string: | + + f4c26d13bbf330b431ccad4abcbbb421 + unknown + + unknown + - recorded_at: Wed, 22 Feb 2023 18:11:27 GMT + recorded_at: Fri, 24 Feb 2023 13:38:52 GMT - request: method: get uri: http://backend:5352/source/home:madam_submitter/Quebec @@ -266,7 +272,7 @@ http_interactions: string: '' headers: X-Request-Id: - - bc2ff96f-0cc1-45e1-b06e-8fcd166e66f6 + - 68d76501-50a1-4b9a-b83c-1f5c9163a3c5 Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -289,11 +295,11 @@ http_interactions: body: encoding: UTF-8 string: | - - - + + + - recorded_at: Wed, 22 Feb 2023 18:11:28 GMT + recorded_at: Fri, 24 Feb 2023 13:38:52 GMT - request: method: get uri: http://backend:5352/source/home:madam_submitter/Quebec @@ -302,7 +308,7 @@ http_interactions: string: '' headers: X-Request-Id: - - bc2ff96f-0cc1-45e1-b06e-8fcd166e66f6 + - 68d76501-50a1-4b9a-b83c-1f5c9163a3c5 Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -325,45 +331,11 @@ http_interactions: body: encoding: UTF-8 string: | - - - + + + - recorded_at: Wed, 22 Feb 2023 18:11:28 GMT -- request: - method: get - uri: http://backend:5352/source/home:madam_submitter/Quebec/_history?deleted=1&meta=1 - body: - encoding: US-ASCII - string: '' - headers: - X-Request-Id: - - bc2ff96f-0cc1-45e1-b06e-8fcd166e66f6 - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - User-Agent: - - Ruby - response: - status: - code: 200 - message: OK - headers: - Content-Type: - - text/xml - Cache-Control: - - no-cache - Connection: - - close - Content-Length: - - '31' - body: - encoding: UTF-8 - string: | - - - recorded_at: Wed, 22 Feb 2023 18:11:28 GMT + recorded_at: Fri, 24 Feb 2023 13:38:52 GMT - request: method: get uri: http://backend:5352/source/home:madam_submitter/Quebec @@ -372,7 +344,7 @@ http_interactions: string: '' headers: X-Request-Id: - - 9c2b3ea4-3c48-42db-ba68-0aadbf735e20 + - bcbb878b-18f7-4662-9498-e04c3e5941f3 Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -395,11 +367,11 @@ http_interactions: body: encoding: UTF-8 string: | - - - + + + - recorded_at: Wed, 22 Feb 2023 18:11:28 GMT + recorded_at: Fri, 24 Feb 2023 13:38:52 GMT - request: method: get uri: http://backend:5352/build/home:madam_submitter/_result?lastbuild=1&locallink=1&multibuild=1&package=Quebec&view=status @@ -408,7 +380,7 @@ http_interactions: string: '' headers: X-Request-Id: - - 9c2b3ea4-3c48-42db-ba68-0aadbf735e20 + - bcbb878b-18f7-4662-9498-e04c3e5941f3 Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -433,7 +405,7 @@ http_interactions: string: ' ' - recorded_at: Wed, 22 Feb 2023 18:11:28 GMT + recorded_at: Fri, 24 Feb 2023 13:38:52 GMT - request: method: get uri: http://backend:5352/source/home:madam_submitter/Quebec @@ -442,7 +414,7 @@ http_interactions: string: '' headers: X-Request-Id: - - 109773e0-cace-4765-8f5c-9c38c828c687 + - '08a92bf2-7bc3-40ce-b856-841bcc1d749e' Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -465,11 +437,11 @@ http_interactions: body: encoding: UTF-8 string: | - - - + + + - recorded_at: Wed, 22 Feb 2023 18:11:28 GMT + recorded_at: Fri, 24 Feb 2023 13:38:52 GMT - request: method: get uri: http://backend:5352/build/home:madam_submitter/_result?lastbuild=1&locallink=1&multibuild=1&package=Quebec&view=status @@ -478,7 +450,7 @@ http_interactions: string: '' headers: X-Request-Id: - - 109773e0-cace-4765-8f5c-9c38c828c687 + - '08a92bf2-7bc3-40ce-b856-841bcc1d749e' Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -503,7 +475,7 @@ http_interactions: string: ' ' - recorded_at: Wed, 22 Feb 2023 18:11:28 GMT + recorded_at: Fri, 24 Feb 2023 13:38:52 GMT - request: method: get uri: http://backend:5352/build/home:madam_submitter/_result?package=Quebec&view=status @@ -512,7 +484,7 @@ http_interactions: string: '' headers: X-Request-Id: - - 74557b60-8c49-4e5e-82f4-973db70ab495 + - 87b5f939-5693-4409-8f6b-83291d981503 Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -537,7 +509,7 @@ http_interactions: string: ' ' - recorded_at: Wed, 22 Feb 2023 18:11:28 GMT + recorded_at: Fri, 24 Feb 2023 13:38:52 GMT - request: method: get uri: http://backend:5352/source/home:madam_submitter/Quebec?view=info @@ -546,7 +518,7 @@ http_interactions: string: '' headers: X-Request-Id: - - 3424a369-5b17-4002-a08f-9e19513c965a + - 5225edb9-16c0-485e-92fa-ef8aa6ee7df8 Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -569,10 +541,10 @@ http_interactions: body: encoding: UTF-8 string: | - + bad build configuration, no build type defined or detected - recorded_at: Wed, 22 Feb 2023 18:11:28 GMT + recorded_at: Fri, 24 Feb 2023 13:38:53 GMT - request: method: get uri: http://backend:5352/source/home:madam_submitter/Quebec @@ -581,7 +553,7 @@ http_interactions: string: '' headers: X-Request-Id: - - 3424a369-5b17-4002-a08f-9e19513c965a + - 5225edb9-16c0-485e-92fa-ef8aa6ee7df8 Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -604,11 +576,11 @@ http_interactions: body: encoding: UTF-8 string: | - - - + + + - recorded_at: Wed, 22 Feb 2023 18:11:28 GMT + recorded_at: Fri, 24 Feb 2023 13:38:53 GMT - request: method: post uri: http://backend:5352/source/home:madam_submitter/Quebec?cmd=diff&linkrev=base&onlyissues=1&orev=0&view=xml @@ -640,14 +612,14 @@ http_interactions: body: encoding: UTF-8 string: | - + - + - recorded_at: Wed, 22 Feb 2023 18:11:28 GMT + recorded_at: Fri, 24 Feb 2023 13:38:53 GMT - request: method: put uri: http://backend:5352/source/home:mr_receiver/_meta?user=mr_receiver @@ -687,7 +659,7 @@ http_interactions: - recorded_at: Wed, 22 Feb 2023 18:11:28 GMT + recorded_at: Fri, 24 Feb 2023 13:38:53 GMT - request: method: put uri: http://backend:5352/source/home:mr_receiver/Quebec/_meta?user=madam_submitter @@ -695,8 +667,8 @@ http_interactions: encoding: UTF-8 string: | - Look Homeward, Angel - Ipsam optio dignissimos minus. + Beneath the Bleeding + Perspiciatis rerum perferendis est. headers: Accept-Encoding: @@ -717,21 +689,21 @@ http_interactions: Connection: - close Content-Length: - - '160' + - '165' body: encoding: UTF-8 string: | - Look Homeward, Angel - Ipsam optio dignissimos minus. + Beneath the Bleeding + Perspiciatis rerum perferendis est. - recorded_at: Wed, 22 Feb 2023 18:11:29 GMT + recorded_at: Fri, 24 Feb 2023 13:38:53 GMT - request: method: put uri: http://backend:5352/source/home:mr_receiver/Quebec/_config body: encoding: UTF-8 - string: Vero aut quis. Illo rerum et. Eum quo earum. + string: Facere temporibus fugiat. Optio consequatur sunt. Nulla ipsam hic. headers: Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 @@ -751,25 +723,25 @@ http_interactions: Connection: - close Content-Length: - - '207' + - '209' body: encoding: UTF-8 string: | - - 49074aacddf6bd262cd0699a77d77bcb + + 36a8262a3ed14d38f1c38625bad7e9e7 unknown - + unknown - recorded_at: Wed, 22 Feb 2023 18:11:29 GMT + recorded_at: Fri, 24 Feb 2023 13:38:53 GMT - request: method: put uri: http://backend:5352/source/home:mr_receiver/Quebec/somefile.txt body: encoding: UTF-8 - string: Ab molestiae est. Sed tempore modi. Sit aspernatur quis. + string: Quia itaque deleniti. Ipsam magni et. Qui ad eum. headers: Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 @@ -793,15 +765,15 @@ http_interactions: body: encoding: UTF-8 string: | - - 7e0a7d98b8428224e3c71870d418db0d + + 4ef3f684c0ca600fb15cc922c246aa2a unknown - + unknown - recorded_at: Wed, 22 Feb 2023 18:11:29 GMT + recorded_at: Fri, 24 Feb 2023 13:38:53 GMT - request: method: get uri: http://backend:5352/source/home:madam_submitter/Quebec @@ -810,7 +782,7 @@ http_interactions: string: '' headers: X-Request-Id: - - e2121707-fb44-4fdf-9a0e-021a300d07b3 + - fc9aa4fb-fb90-4fd2-a713-cdfd93c5869a Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -833,14 +805,14 @@ http_interactions: body: encoding: UTF-8 string: | - - - + + + - recorded_at: Wed, 22 Feb 2023 18:11:29 GMT + recorded_at: Fri, 24 Feb 2023 13:38:53 GMT - request: method: post - uri: http://backend:5352/source/home:madam_submitter/Quebec?cmd=diff&expand=1&nodiff=1&opackage=Quebec&oproject=home:mr_receiver&rev=16 + uri: http://backend:5352/source/home:madam_submitter/Quebec?cmd=diff&expand=1&nodiff=1&opackage=Quebec&oproject=home:mr_receiver&rev=24 body: encoding: UTF-8 string: '' @@ -848,7 +820,7 @@ http_interactions: Content-Type: - application/octet-stream X-Request-Id: - - e2121707-fb44-4fdf-9a0e-021a300d07b3 + - fc9aa4fb-fb90-4fd2-a713-cdfd93c5869a Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -879,16 +851,16 @@ http_interactions: ++++++ somefile.txt --- somefile.txt +++ somefile.txt - recorded_at: Wed, 22 Feb 2023 18:11:29 GMT + recorded_at: Fri, 24 Feb 2023 13:38:53 GMT - request: method: get - uri: http://backend:5352/source/home:madam_submitter/Quebec?expand=1&rev=16 + uri: http://backend:5352/source/home:madam_submitter/Quebec?expand=1&rev=24 body: encoding: US-ASCII string: '' headers: X-Request-Id: - - e2121707-fb44-4fdf-9a0e-021a300d07b3 + - fc9aa4fb-fb90-4fd2-a713-cdfd93c5869a Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -911,11 +883,11 @@ http_interactions: body: encoding: UTF-8 string: | - - - + + + - recorded_at: Wed, 22 Feb 2023 18:11:29 GMT + recorded_at: Fri, 24 Feb 2023 13:38:53 GMT - request: method: get uri: http://backend:5352/source/home:madam_submitter/Quebec @@ -924,7 +896,7 @@ http_interactions: string: '' headers: X-Request-Id: - - e2121707-fb44-4fdf-9a0e-021a300d07b3 + - fc9aa4fb-fb90-4fd2-a713-cdfd93c5869a Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -947,14 +919,14 @@ http_interactions: body: encoding: UTF-8 string: | - - - + + + - recorded_at: Wed, 22 Feb 2023 18:11:29 GMT + recorded_at: Fri, 24 Feb 2023 13:38:53 GMT - request: method: post - uri: http://backend:5352/source/home:madam_submitter/Quebec?cmd=diff&expand=1&filelimit=10000&opackage=Quebec&oproject=home:mr_receiver&rev=16&tarlimit=10000&view=xml&withissues=1 + uri: http://backend:5352/source/home:madam_submitter/Quebec?cmd=diff&expand=1&filelimit=10000&opackage=Quebec&oproject=home:mr_receiver&rev=24&tarlimit=10000&view=xml&withissues=1 body: encoding: UTF-8 string: '' @@ -962,7 +934,7 @@ http_interactions: Content-Type: - application/octet-stream X-Request-Id: - - e2121707-fb44-4fdf-9a0e-021a300d07b3 + - fc9aa4fb-fb90-4fd2-a713-cdfd93c5869a Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -981,31 +953,31 @@ http_interactions: Connection: - close Content-Length: - - '1174' + - '1165' body: encoding: UTF-8 string: | - - - + + + - - + + @@ -1,1 +1,1 @@ - -Vero aut quis. Illo rerum et. Eum quo earum. + -Facere temporibus fugiat. Optio consequatur sunt. Nulla ipsam hic. \ No newline at end of file - +Voluptatem fugiat ratione. Eius in officia. Laudantium asperiores temporibus. + +Quaerat et autem. At consequuntur eos. Dolores sed quia. \ No newline at end of file - - + + @@ -1,1 +1,1 @@ - -Ab molestiae est. Sed tempore modi. Sit aspernatur quis. + -Quia itaque deleniti. Ipsam magni et. Qui ad eum. \ No newline at end of file - +Excepturi vel blanditiis. Enim omnis eius. Modi doloribus eligendi. + +Tenetur facere at. Ut libero autem. Consequatur enim distinctio. \ No newline at end of file @@ -1013,7 +985,7 @@ http_interactions: - recorded_at: Wed, 22 Feb 2023 18:11:29 GMT + recorded_at: Fri, 24 Feb 2023 13:38:53 GMT - request: method: get uri: http://backend:5352/source/home:mr_receiver/Quebec @@ -1022,7 +994,7 @@ http_interactions: string: '' headers: X-Request-Id: - - 41cdacf9-f282-4e97-a1fb-9d44df91e78d + - 12ae77ee-7b19-43e0-a4ab-dce90484c0ca Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -1045,11 +1017,11 @@ http_interactions: body: encoding: UTF-8 string: | - - - + + + - recorded_at: Wed, 22 Feb 2023 18:11:29 GMT + recorded_at: Fri, 24 Feb 2023 13:38:54 GMT - request: method: get uri: http://backend:5352/source/home:madam_submitter/Quebec @@ -1058,7 +1030,7 @@ http_interactions: string: '' headers: X-Request-Id: - - c71cdea4-02bd-4591-89a1-6a296c349767 + - 661e31c2-dee3-4118-b41a-5dae0a976b7c Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -1081,14 +1053,14 @@ http_interactions: body: encoding: UTF-8 string: | - - - + + + - recorded_at: Wed, 22 Feb 2023 18:11:30 GMT + recorded_at: Fri, 24 Feb 2023 13:38:54 GMT - request: method: post - uri: http://backend:5352/source/home:madam_submitter/Quebec?cacheonly=1&cmd=diff&expand=1&filelimit=10000&opackage=Quebec&oproject=home:mr_receiver&rev=16&tarlimit=10000&view=xml&withissues=1 + uri: http://backend:5352/source/home:madam_submitter/Quebec?cacheonly=1&cmd=diff&expand=1&filelimit=10000&opackage=Quebec&oproject=home:mr_receiver&rev=24&tarlimit=10000&view=xml&withissues=1 body: encoding: UTF-8 string: '' @@ -1096,7 +1068,7 @@ http_interactions: Content-Type: - application/octet-stream X-Request-Id: - - c71cdea4-02bd-4591-89a1-6a296c349767 + - 661e31c2-dee3-4118-b41a-5dae0a976b7c Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -1111,7 +1083,7 @@ http_interactions: Content-Type: - text/xml Content-Length: - - '1174' + - '1165' Cache-Control: - no-cache Connection: @@ -1119,27 +1091,27 @@ http_interactions: body: encoding: UTF-8 string: | - - - + + + - - + + @@ -1,1 +1,1 @@ - -Vero aut quis. Illo rerum et. Eum quo earum. + -Facere temporibus fugiat. Optio consequatur sunt. Nulla ipsam hic. \ No newline at end of file - +Voluptatem fugiat ratione. Eius in officia. Laudantium asperiores temporibus. + +Quaerat et autem. At consequuntur eos. Dolores sed quia. \ No newline at end of file - - + + @@ -1,1 +1,1 @@ - -Ab molestiae est. Sed tempore modi. Sit aspernatur quis. + -Quia itaque deleniti. Ipsam magni et. Qui ad eum. \ No newline at end of file - +Excepturi vel blanditiis. Enim omnis eius. Modi doloribus eligendi. + +Tenetur facere at. Ut libero autem. Consequatur enim distinctio. \ No newline at end of file @@ -1147,7 +1119,7 @@ http_interactions: - recorded_at: Wed, 22 Feb 2023 18:11:30 GMT + recorded_at: Fri, 24 Feb 2023 13:38:54 GMT - request: method: get uri: http://backend:5352/source/home:mr_receiver/Quebec @@ -1156,7 +1128,7 @@ http_interactions: string: '' headers: X-Request-Id: - - c71cdea4-02bd-4591-89a1-6a296c349767 + - 661e31c2-dee3-4118-b41a-5dae0a976b7c Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -1179,11 +1151,11 @@ http_interactions: body: encoding: UTF-8 string: | - - - + + + - recorded_at: Wed, 22 Feb 2023 18:11:30 GMT + recorded_at: Fri, 24 Feb 2023 13:38:54 GMT - request: method: get uri: http://backend:5352/build/home:madam_submitter/_result?package=Quebec&view=status @@ -1192,7 +1164,7 @@ http_interactions: string: '' headers: X-Request-Id: - - b52b2053-d264-4e5a-b8c7-29a0de5c0175 + - e00b4de0-5f67-4f48-bea3-724ec225cfd6 Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -1217,5 +1189,5 @@ http_interactions: string: ' ' - recorded_at: Wed, 22 Feb 2023 18:11:30 GMT + recorded_at: Fri, 24 Feb 2023 13:38:54 GMT recorded_with: VCR 6.1.0 diff --git a/src/api/spec/cassettes/Bootstrap_Requests_Submissions/submit_package/supersede_a_request/creates_a_BsRequest_and_supersede_only_the_selected_request_s_.yml b/src/api/spec/cassettes/Bootstrap_Requests_Submissions/submit_package/supersede_a_request/creates_a_BsRequest_and_supersede_only_the_selected_request_s_.yml index f5cde75ece9..8ed082d16d8 100644 --- a/src/api/spec/cassettes/Bootstrap_Requests_Submissions/submit_package/supersede_a_request/creates_a_BsRequest_and_supersede_only_the_selected_request_s_.yml +++ b/src/api/spec/cassettes/Bootstrap_Requests_Submissions/submit_package/supersede_a_request/creates_a_BsRequest_and_supersede_only_the_selected_request_s_.yml @@ -39,16 +39,16 @@ http_interactions: - recorded_at: Wed, 22 Feb 2023 18:06:24 GMT + recorded_at: Fri, 24 Feb 2023 13:38:54 GMT - request: method: put - uri: http://backend:5352/source/home:madam_submitter/Quebec/_meta?user=user_47 + uri: http://backend:5352/source/home:madam_submitter/Quebec/_meta?user=user_2 body: encoding: UTF-8 string: | - For Whom the Bell Tolls - Tenetur mollitia ipsam illum. + The Soldier's Art + Mollitia reprehenderit nisi numquam. headers: Accept-Encoding: @@ -69,21 +69,21 @@ http_interactions: Connection: - close Content-Length: - - '166' + - '167' body: encoding: UTF-8 string: | - For Whom the Bell Tolls - Tenetur mollitia ipsam illum. + The Soldier's Art + Mollitia reprehenderit nisi numquam. - recorded_at: Wed, 22 Feb 2023 18:06:25 GMT + recorded_at: Fri, 24 Feb 2023 13:38:54 GMT - request: method: put uri: http://backend:5352/source/home:madam_submitter/Quebec/_config body: encoding: UTF-8 - string: Non sed eos. Ut exercitationem animi. Voluptates voluptatibus dolores. + string: Quia dolorem voluptatem. Sed illum corrupti. Deleniti ut omnis. headers: Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 @@ -107,21 +107,21 @@ http_interactions: body: encoding: UTF-8 string: | - - a2a5e2131d260ddd980ee55250e217c7 + + 317f32ebeaf7bffc8134ba915b00a142 unknown - + unknown - recorded_at: Wed, 22 Feb 2023 18:06:25 GMT + recorded_at: Fri, 24 Feb 2023 13:38:54 GMT - request: method: put uri: http://backend:5352/source/home:madam_submitter/Quebec/somefile.txt body: encoding: UTF-8 - string: Nobis sunt quis. Aliquid qui nihil. Quas consequatur culpa. + string: Earum eum aut. Et voluptatem ipsa. Sit quis ratione. headers: Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 @@ -145,15 +145,15 @@ http_interactions: body: encoding: UTF-8 string: | - - 3a5362068f781c4226a3446b2c93fad2 + + cf7fed6d2619da176678a8029fab6744 unknown - + unknown - recorded_at: Wed, 22 Feb 2023 18:06:25 GMT + recorded_at: Fri, 24 Feb 2023 13:38:54 GMT - request: method: put uri: http://backend:5352/source/home:mr_receiver/_meta?user=mr_receiver @@ -193,16 +193,16 @@ http_interactions: - recorded_at: Wed, 22 Feb 2023 18:06:25 GMT + recorded_at: Fri, 24 Feb 2023 13:38:55 GMT - request: method: put - uri: http://backend:5352/source/home:mr_receiver/Quebec/_meta?user=user_48 + uri: http://backend:5352/source/home:mr_receiver/Quebec/_meta?user=user_3 body: encoding: UTF-8 string: | - The Wings of the Dove - Totam voluptas modi odit. + Infinite Jest + Illo nihil debitis commodi. headers: Accept-Encoding: @@ -223,21 +223,21 @@ http_interactions: Connection: - close Content-Length: - - '156' + - '150' body: encoding: UTF-8 string: | - The Wings of the Dove - Totam voluptas modi odit. + Infinite Jest + Illo nihil debitis commodi. - recorded_at: Wed, 22 Feb 2023 18:06:25 GMT + recorded_at: Fri, 24 Feb 2023 13:38:55 GMT - request: method: put uri: http://backend:5352/source/home:mr_receiver/Quebec/_config body: encoding: UTF-8 - string: Ducimus nemo eos. Dolores nobis delectus. Est placeat dolorum. + string: Explicabo fugiat ipsum. Aut in et. Laboriosam voluptas doloremque. headers: Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 @@ -257,25 +257,25 @@ http_interactions: Connection: - close Content-Length: - - '207' + - '209' body: encoding: UTF-8 string: | - - 511b1d407a7a1617ff65253ca5e018bd + + 784f1fee44e32bb0c856127293fb7e08 unknown - + unknown - recorded_at: Wed, 22 Feb 2023 18:06:25 GMT + recorded_at: Fri, 24 Feb 2023 13:38:55 GMT - request: method: put uri: http://backend:5352/source/home:mr_receiver/Quebec/somefile.txt body: encoding: UTF-8 - string: Et qui consequuntur. Inventore cumque libero. Sed consequuntur rerum. + string: Excepturi quisquam et. Praesentium porro vel. Magni quibusdam eos. headers: Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 @@ -295,19 +295,19 @@ http_interactions: Connection: - close Content-Length: - - '207' + - '209' body: encoding: UTF-8 string: | - - 3b55a3048dffa708bf156227ce3cc8fb + + 569b45f589ff92f838a032f7d1d958bd unknown - + unknown - recorded_at: Wed, 22 Feb 2023 18:06:25 GMT + recorded_at: Fri, 24 Feb 2023 13:38:55 GMT - request: method: get uri: http://backend:5352/source/home:madam_submitter/Quebec @@ -337,11 +337,11 @@ http_interactions: body: encoding: UTF-8 string: | - - - + + + - recorded_at: Wed, 22 Feb 2023 18:06:25 GMT + recorded_at: Fri, 24 Feb 2023 13:38:55 GMT - request: method: post uri: http://backend:5352/source/home:madam_submitter/Quebec?cmd=diff&expand=1&filelimit=10000&opackage=Quebec&oproject=home:mr_receiver&tarlimit=10000&view=xml&withissues=1 @@ -369,31 +369,31 @@ http_interactions: Connection: - close Content-Length: - - '1189' + - '1177' body: encoding: UTF-8 string: | - - - + + + - - + + @@ -1,1 +1,1 @@ - -Ducimus nemo eos. Dolores nobis delectus. Est placeat dolorum. + -Explicabo fugiat ipsum. Aut in et. Laboriosam voluptas doloremque. \ No newline at end of file - +Non sed eos. Ut exercitationem animi. Voluptates voluptatibus dolores. + +Quia dolorem voluptatem. Sed illum corrupti. Deleniti ut omnis. \ No newline at end of file - - + + @@ -1,1 +1,1 @@ - -Et qui consequuntur. Inventore cumque libero. Sed consequuntur rerum. + -Excepturi quisquam et. Praesentium porro vel. Magni quibusdam eos. \ No newline at end of file - +Nobis sunt quis. Aliquid qui nihil. Quas consequatur culpa. + +Earum eum aut. Et voluptatem ipsa. Sit quis ratione. \ No newline at end of file @@ -401,7 +401,7 @@ http_interactions: - recorded_at: Wed, 22 Feb 2023 18:06:25 GMT + recorded_at: Fri, 24 Feb 2023 13:38:55 GMT - request: method: get uri: http://backend:5352/source/home:madam_submitter/Quebec @@ -431,11 +431,11 @@ http_interactions: body: encoding: UTF-8 string: | - - - + + + - recorded_at: Wed, 22 Feb 2023 18:06:25 GMT + recorded_at: Fri, 24 Feb 2023 13:38:55 GMT - request: method: post uri: http://backend:5352/source/home:madam_submitter/Quebec?cmd=diff&expand=1&filelimit=10000&opackage=Quebec&oproject=home:mr_receiver&tarlimit=10000&view=xml&withissues=1 @@ -459,7 +459,7 @@ http_interactions: Content-Type: - text/xml Content-Length: - - '1189' + - '1177' Cache-Control: - no-cache Connection: @@ -467,27 +467,27 @@ http_interactions: body: encoding: UTF-8 string: | - - - + + + - - + + @@ -1,1 +1,1 @@ - -Ducimus nemo eos. Dolores nobis delectus. Est placeat dolorum. + -Explicabo fugiat ipsum. Aut in et. Laboriosam voluptas doloremque. \ No newline at end of file - +Non sed eos. Ut exercitationem animi. Voluptates voluptatibus dolores. + +Quia dolorem voluptatem. Sed illum corrupti. Deleniti ut omnis. \ No newline at end of file - - + + @@ -1,1 +1,1 @@ - -Et qui consequuntur. Inventore cumque libero. Sed consequuntur rerum. + -Excepturi quisquam et. Praesentium porro vel. Magni quibusdam eos. \ No newline at end of file - +Nobis sunt quis. Aliquid qui nihil. Quas consequatur culpa. + +Earum eum aut. Et voluptatem ipsa. Sit quis ratione. \ No newline at end of file @@ -495,7 +495,7 @@ http_interactions: - recorded_at: Wed, 22 Feb 2023 18:06:25 GMT + recorded_at: Fri, 24 Feb 2023 13:38:55 GMT - request: method: get uri: http://backend:5352/source/home:madam_submitter/Quebec @@ -504,7 +504,7 @@ http_interactions: string: '' headers: X-Request-Id: - - 2bba8081-777b-4e27-93cf-b1520e5a210d + - 49702834-9cd3-4dc7-af54-2ca58cb0089e Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -527,14 +527,14 @@ http_interactions: body: encoding: UTF-8 string: | - - - + + + - recorded_at: Wed, 22 Feb 2023 18:06:26 GMT + recorded_at: Fri, 24 Feb 2023 13:38:56 GMT - request: method: get - uri: http://backend:5352/source/home:madam_submitter/Quebec?expand=1&rev=14 + uri: http://backend:5352/source/home:madam_submitter/Quebec?expand=1&rev=26 body: encoding: US-ASCII string: '' @@ -561,20 +561,20 @@ http_interactions: body: encoding: UTF-8 string: | - - - + + + - recorded_at: Wed, 22 Feb 2023 18:06:27 GMT + recorded_at: Fri, 24 Feb 2023 13:38:56 GMT - request: method: get - uri: http://backend:5352/source/home:madam_submitter/Quebec/_history?deleted=1&meta=1&rev=14 + uri: http://backend:5352/source/home:madam_submitter/Quebec/_history?deleted=0&meta=0&rev=26 body: encoding: US-ASCII string: '' headers: X-Request-Id: - - 2bba8081-777b-4e27-93cf-b1520e5a210d + - 49702834-9cd3-4dc7-af54-2ca58cb0089e Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -593,13 +593,19 @@ http_interactions: Connection: - close Content-Length: - - '31' + - '215' body: encoding: UTF-8 string: | + + cf7fed6d2619da176678a8029fab6744 + unknown + + unknown + - recorded_at: Wed, 22 Feb 2023 18:06:27 GMT + recorded_at: Fri, 24 Feb 2023 13:38:56 GMT - request: method: get uri: http://backend:5352/source/home:madam_submitter/Quebec @@ -608,7 +614,7 @@ http_interactions: string: '' headers: X-Request-Id: - - 2bba8081-777b-4e27-93cf-b1520e5a210d + - 49702834-9cd3-4dc7-af54-2ca58cb0089e Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -631,11 +637,11 @@ http_interactions: body: encoding: UTF-8 string: | - - - + + + - recorded_at: Wed, 22 Feb 2023 18:06:27 GMT + recorded_at: Fri, 24 Feb 2023 13:38:56 GMT - request: method: get uri: http://backend:5352/source/home:madam_submitter/Quebec @@ -644,7 +650,7 @@ http_interactions: string: '' headers: X-Request-Id: - - 2bba8081-777b-4e27-93cf-b1520e5a210d + - 49702834-9cd3-4dc7-af54-2ca58cb0089e Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -667,45 +673,11 @@ http_interactions: body: encoding: UTF-8 string: | - - - + + + - recorded_at: Wed, 22 Feb 2023 18:06:27 GMT -- request: - method: get - uri: http://backend:5352/source/home:madam_submitter/Quebec/_history?deleted=1&meta=1 - body: - encoding: US-ASCII - string: '' - headers: - X-Request-Id: - - 2bba8081-777b-4e27-93cf-b1520e5a210d - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - User-Agent: - - Ruby - response: - status: - code: 200 - message: OK - headers: - Content-Type: - - text/xml - Cache-Control: - - no-cache - Connection: - - close - Content-Length: - - '31' - body: - encoding: UTF-8 - string: | - - - recorded_at: Wed, 22 Feb 2023 18:06:27 GMT + recorded_at: Fri, 24 Feb 2023 13:38:56 GMT - request: method: get uri: http://backend:5352/source/home:madam_submitter/Quebec @@ -714,7 +686,7 @@ http_interactions: string: '' headers: X-Request-Id: - - 87268be9-9b62-4f17-baf7-88e274b396ec + - 46e57a29-b025-42e6-a863-12d4aff43287 Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -737,11 +709,11 @@ http_interactions: body: encoding: UTF-8 string: | - - - + + + - recorded_at: Wed, 22 Feb 2023 18:06:27 GMT + recorded_at: Fri, 24 Feb 2023 13:38:56 GMT - request: method: get uri: http://backend:5352/build/home:madam_submitter/_result?lastbuild=1&locallink=1&multibuild=1&package=Quebec&view=status @@ -750,7 +722,7 @@ http_interactions: string: '' headers: X-Request-Id: - - 87268be9-9b62-4f17-baf7-88e274b396ec + - 46e57a29-b025-42e6-a863-12d4aff43287 Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -775,7 +747,7 @@ http_interactions: string: ' ' - recorded_at: Wed, 22 Feb 2023 18:06:27 GMT + recorded_at: Fri, 24 Feb 2023 13:38:56 GMT - request: method: get uri: http://backend:5352/source/home:madam_submitter/Quebec @@ -784,7 +756,7 @@ http_interactions: string: '' headers: X-Request-Id: - - ad5a7d88-195d-48c3-8d66-03d8884e088b + - 48a34f8c-c273-4939-843f-a1ad06c43039 Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -807,11 +779,11 @@ http_interactions: body: encoding: UTF-8 string: | - - - + + + - recorded_at: Wed, 22 Feb 2023 18:06:27 GMT + recorded_at: Fri, 24 Feb 2023 13:38:56 GMT - request: method: get uri: http://backend:5352/build/home:madam_submitter/_result?lastbuild=1&locallink=1&multibuild=1&package=Quebec&view=status @@ -820,7 +792,7 @@ http_interactions: string: '' headers: X-Request-Id: - - ad5a7d88-195d-48c3-8d66-03d8884e088b + - 48a34f8c-c273-4939-843f-a1ad06c43039 Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -845,7 +817,7 @@ http_interactions: string: ' ' - recorded_at: Wed, 22 Feb 2023 18:06:27 GMT + recorded_at: Fri, 24 Feb 2023 13:38:56 GMT - request: method: get uri: http://backend:5352/build/home:madam_submitter/_result?package=Quebec&view=status @@ -854,7 +826,7 @@ http_interactions: string: '' headers: X-Request-Id: - - 61d8280e-5bbe-44c2-8b52-46129ed67c9d + - 2fe64cee-7e38-455e-818b-e71923245928 Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -879,7 +851,7 @@ http_interactions: string: ' ' - recorded_at: Wed, 22 Feb 2023 18:06:27 GMT + recorded_at: Fri, 24 Feb 2023 13:38:56 GMT - request: method: get uri: http://backend:5352/source/home:madam_submitter/Quebec?view=info @@ -888,7 +860,7 @@ http_interactions: string: '' headers: X-Request-Id: - - e7e5449d-da53-499f-9fb5-8fb08f57ab02 + - af15727a-a116-4d47-b58f-9d542bcf5ea5 Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -911,10 +883,10 @@ http_interactions: body: encoding: UTF-8 string: | - + bad build configuration, no build type defined or detected - recorded_at: Wed, 22 Feb 2023 18:06:27 GMT + recorded_at: Fri, 24 Feb 2023 13:38:56 GMT - request: method: get uri: http://backend:5352/source/home:madam_submitter/Quebec @@ -923,7 +895,7 @@ http_interactions: string: '' headers: X-Request-Id: - - e7e5449d-da53-499f-9fb5-8fb08f57ab02 + - af15727a-a116-4d47-b58f-9d542bcf5ea5 Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -946,11 +918,11 @@ http_interactions: body: encoding: UTF-8 string: | - - - + + + - recorded_at: Wed, 22 Feb 2023 18:06:27 GMT + recorded_at: Fri, 24 Feb 2023 13:38:56 GMT - request: method: post uri: http://backend:5352/source/home:madam_submitter/Quebec?cmd=diff&linkrev=base&onlyissues=1&orev=0&view=xml @@ -982,14 +954,14 @@ http_interactions: body: encoding: UTF-8 string: | - + - + - recorded_at: Wed, 22 Feb 2023 18:06:27 GMT + recorded_at: Fri, 24 Feb 2023 13:38:56 GMT - request: method: get uri: http://backend:5352/source/home:madam_submitter/Quebec @@ -998,7 +970,7 @@ http_interactions: string: '' headers: X-Request-Id: - - 5a6cc46b-9d31-4594-bab6-5a473b97ef70 + - 7506161e-e922-4980-83d1-1610dbdb87e3 Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -1021,14 +993,14 @@ http_interactions: body: encoding: UTF-8 string: | - - - + + + - recorded_at: Wed, 22 Feb 2023 18:06:29 GMT + recorded_at: Fri, 24 Feb 2023 13:38:58 GMT - request: method: post - uri: http://backend:5352/source/home:madam_submitter/Quebec?cmd=diff&expand=1&nodiff=1&opackage=Quebec&oproject=home:mr_receiver&rev=14 + uri: http://backend:5352/source/home:madam_submitter/Quebec?cmd=diff&expand=1&nodiff=1&opackage=Quebec&oproject=home:mr_receiver&rev=26 body: encoding: UTF-8 string: '' @@ -1036,7 +1008,7 @@ http_interactions: Content-Type: - application/octet-stream X-Request-Id: - - 5a6cc46b-9d31-4594-bab6-5a473b97ef70 + - 7506161e-e922-4980-83d1-1610dbdb87e3 Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -1067,16 +1039,16 @@ http_interactions: ++++++ somefile.txt --- somefile.txt +++ somefile.txt - recorded_at: Wed, 22 Feb 2023 18:06:29 GMT + recorded_at: Fri, 24 Feb 2023 13:38:58 GMT - request: method: get - uri: http://backend:5352/source/home:madam_submitter/Quebec?expand=1&rev=14 + uri: http://backend:5352/source/home:madam_submitter/Quebec?expand=1&rev=26 body: encoding: US-ASCII string: '' headers: X-Request-Id: - - 5a6cc46b-9d31-4594-bab6-5a473b97ef70 + - 7506161e-e922-4980-83d1-1610dbdb87e3 Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -1099,11 +1071,11 @@ http_interactions: body: encoding: UTF-8 string: | - - - + + + - recorded_at: Wed, 22 Feb 2023 18:06:29 GMT + recorded_at: Fri, 24 Feb 2023 13:38:58 GMT - request: method: get uri: http://backend:5352/source/home:madam_submitter/Quebec @@ -1112,7 +1084,7 @@ http_interactions: string: '' headers: X-Request-Id: - - 5a6cc46b-9d31-4594-bab6-5a473b97ef70 + - 7506161e-e922-4980-83d1-1610dbdb87e3 Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -1135,14 +1107,14 @@ http_interactions: body: encoding: UTF-8 string: | - - - + + + - recorded_at: Wed, 22 Feb 2023 18:06:29 GMT + recorded_at: Fri, 24 Feb 2023 13:38:58 GMT - request: method: post - uri: http://backend:5352/source/home:madam_submitter/Quebec?cmd=diff&expand=1&filelimit=10000&opackage=Quebec&oproject=home:mr_receiver&rev=14&tarlimit=10000&view=xml&withissues=1 + uri: http://backend:5352/source/home:madam_submitter/Quebec?cmd=diff&expand=1&filelimit=10000&opackage=Quebec&oproject=home:mr_receiver&rev=26&tarlimit=10000&view=xml&withissues=1 body: encoding: UTF-8 string: '' @@ -1150,7 +1122,7 @@ http_interactions: Content-Type: - application/octet-stream X-Request-Id: - - 5a6cc46b-9d31-4594-bab6-5a473b97ef70 + - 7506161e-e922-4980-83d1-1610dbdb87e3 Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -1165,7 +1137,7 @@ http_interactions: Content-Type: - text/xml Content-Length: - - '1189' + - '1177' Cache-Control: - no-cache Connection: @@ -1173,27 +1145,27 @@ http_interactions: body: encoding: UTF-8 string: | - - - + + + - - + + @@ -1,1 +1,1 @@ - -Ducimus nemo eos. Dolores nobis delectus. Est placeat dolorum. + -Explicabo fugiat ipsum. Aut in et. Laboriosam voluptas doloremque. \ No newline at end of file - +Non sed eos. Ut exercitationem animi. Voluptates voluptatibus dolores. + +Quia dolorem voluptatem. Sed illum corrupti. Deleniti ut omnis. \ No newline at end of file - - + + @@ -1,1 +1,1 @@ - -Et qui consequuntur. Inventore cumque libero. Sed consequuntur rerum. + -Excepturi quisquam et. Praesentium porro vel. Magni quibusdam eos. \ No newline at end of file - +Nobis sunt quis. Aliquid qui nihil. Quas consequatur culpa. + +Earum eum aut. Et voluptatem ipsa. Sit quis ratione. \ No newline at end of file @@ -1201,7 +1173,7 @@ http_interactions: - recorded_at: Wed, 22 Feb 2023 18:06:29 GMT + recorded_at: Fri, 24 Feb 2023 13:38:58 GMT - request: method: get uri: http://backend:5352/source/home:mr_receiver/Quebec @@ -1210,7 +1182,7 @@ http_interactions: string: '' headers: X-Request-Id: - - 2aa5ac53-4c9b-418d-8236-38db563941cb + - 77c4422d-9e03-482d-8d61-fad85704e529 Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -1229,15 +1201,15 @@ http_interactions: Connection: - close Content-Length: - - '291' + - '293' body: encoding: UTF-8 string: | - - - + + + - recorded_at: Wed, 22 Feb 2023 18:06:29 GMT + recorded_at: Fri, 24 Feb 2023 13:38:58 GMT - request: method: get uri: http://backend:5352/source/home:madam_submitter/Quebec @@ -1246,7 +1218,7 @@ http_interactions: string: '' headers: X-Request-Id: - - 6068f7bf-3e95-4933-8e82-dfe412ecce33 + - ced8a4ea-723b-48f9-ab55-219ff54f2007 Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -1269,14 +1241,14 @@ http_interactions: body: encoding: UTF-8 string: | - - - + + + - recorded_at: Wed, 22 Feb 2023 18:06:29 GMT + recorded_at: Fri, 24 Feb 2023 13:38:58 GMT - request: method: post - uri: http://backend:5352/source/home:madam_submitter/Quebec?cacheonly=1&cmd=diff&expand=1&filelimit=10000&opackage=Quebec&oproject=home:mr_receiver&rev=14&tarlimit=10000&view=xml&withissues=1 + uri: http://backend:5352/source/home:madam_submitter/Quebec?cacheonly=1&cmd=diff&expand=1&filelimit=10000&opackage=Quebec&oproject=home:mr_receiver&rev=26&tarlimit=10000&view=xml&withissues=1 body: encoding: UTF-8 string: '' @@ -1284,7 +1256,7 @@ http_interactions: Content-Type: - application/octet-stream X-Request-Id: - - 6068f7bf-3e95-4933-8e82-dfe412ecce33 + - ced8a4ea-723b-48f9-ab55-219ff54f2007 Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -1299,7 +1271,7 @@ http_interactions: Content-Type: - text/xml Content-Length: - - '1189' + - '1177' Cache-Control: - no-cache Connection: @@ -1307,27 +1279,27 @@ http_interactions: body: encoding: UTF-8 string: | - - - + + + - - + + @@ -1,1 +1,1 @@ - -Ducimus nemo eos. Dolores nobis delectus. Est placeat dolorum. + -Explicabo fugiat ipsum. Aut in et. Laboriosam voluptas doloremque. \ No newline at end of file - +Non sed eos. Ut exercitationem animi. Voluptates voluptatibus dolores. + +Quia dolorem voluptatem. Sed illum corrupti. Deleniti ut omnis. \ No newline at end of file - - + + @@ -1,1 +1,1 @@ - -Et qui consequuntur. Inventore cumque libero. Sed consequuntur rerum. + -Excepturi quisquam et. Praesentium porro vel. Magni quibusdam eos. \ No newline at end of file - +Nobis sunt quis. Aliquid qui nihil. Quas consequatur culpa. + +Earum eum aut. Et voluptatem ipsa. Sit quis ratione. \ No newline at end of file @@ -1335,7 +1307,7 @@ http_interactions: - recorded_at: Wed, 22 Feb 2023 18:06:29 GMT + recorded_at: Fri, 24 Feb 2023 13:38:59 GMT - request: method: get uri: http://backend:5352/source/home:mr_receiver/Quebec @@ -1344,7 +1316,7 @@ http_interactions: string: '' headers: X-Request-Id: - - 6068f7bf-3e95-4933-8e82-dfe412ecce33 + - ced8a4ea-723b-48f9-ab55-219ff54f2007 Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -1363,15 +1335,15 @@ http_interactions: Connection: - close Content-Length: - - '291' + - '293' body: encoding: UTF-8 string: | - - - + + + - recorded_at: Wed, 22 Feb 2023 18:06:29 GMT + recorded_at: Fri, 24 Feb 2023 13:38:59 GMT - request: method: get uri: http://backend:5352/build/home:madam_submitter/_result?package=Quebec&view=status @@ -1380,7 +1352,7 @@ http_interactions: string: '' headers: X-Request-Id: - - 5a5ea4d8-8fb1-4a01-a700-80023f2e4d11 + - eba7e0db-c95f-4914-ad99-fe9df860d844 Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -1405,5 +1377,5 @@ http_interactions: string: ' ' - recorded_at: Wed, 22 Feb 2023 18:06:29 GMT + recorded_at: Fri, 24 Feb 2023 13:38:59 GMT recorded_with: VCR 6.1.0 diff --git a/src/api/spec/cassettes/ImageTemplates/branching/branch_image_template.yml b/src/api/spec/cassettes/ImageTemplates/branching/branch_image_template.yml index 0bc53595fa7..c1390998db5 100644 --- a/src/api/spec/cassettes/ImageTemplates/branching/branch_image_template.yml +++ b/src/api/spec/cassettes/ImageTemplates/branching/branch_image_template.yml @@ -1,543 +1,5 @@ --- http_interactions: -- request: - method: put - uri: http://backend:5352/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: - - '128' - body: - encoding: UTF-8 - string: | - <project name="home:tom"> - <title> - - - - recorded_at: Wed, 22 Feb 2023 17:57:56 GMT -- request: - method: put - uri: http://backend:5352/source/my_project/_meta?user=user_1 - body: - encoding: UTF-8 - string: | - - Recalled to Life - - - headers: - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.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: | - - Recalled to Life - - - recorded_at: Wed, 22 Feb 2023 17:57:56 GMT -- request: - method: put - uri: http://backend:5352/source/my_project/first_package/_meta?user=user_2 - body: - encoding: UTF-8 - string: | - - a - Qui dolore totam similique. - - headers: - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - User-Agent: - - Ruby - response: - status: - code: 200 - message: OK - headers: - Content-Type: - - text/xml - Cache-Control: - - no-cache - Connection: - - close - Content-Length: - - '139' - body: - encoding: UTF-8 - string: | - - a - Qui dolore totam similique. - - recorded_at: Wed, 22 Feb 2023 17:57:57 GMT -- request: - method: put - uri: http://backend:5352/source/my_project/first_package/_config - body: - encoding: UTF-8 - string: Similique aliquid aut. Saepe ut fugiat. Ducimus magni sit. - headers: - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - User-Agent: - - Ruby - response: - status: - code: 200 - message: OK - headers: - Content-Type: - - text/xml - Cache-Control: - - no-cache - Connection: - - close - Content-Length: - - '207' - body: - encoding: UTF-8 - string: | - - 78bf5cabd170cf7387501214d719f5cb - unknown - - unknown - - - - recorded_at: Wed, 22 Feb 2023 17:57:57 GMT -- request: - method: put - uri: http://backend:5352/source/my_project/first_package/somefile.txt - body: - encoding: UTF-8 - string: Aliquam voluptatem facere. Tempora rerum dolorem. Accusamus nam ut. - headers: - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - User-Agent: - - Ruby - response: - status: - code: 200 - message: OK - headers: - Content-Type: - - text/xml - Cache-Control: - - no-cache - Connection: - - close - Content-Length: - - '207' - body: - encoding: UTF-8 - string: | - - 75636523146b8634e20e82e205dcc741 - unknown - - unknown - - - - recorded_at: Wed, 22 Feb 2023 17:57:57 GMT -- request: - method: put - uri: http://backend:5352/source/my_project/second_package/_meta?user=user_3 - body: - encoding: UTF-8 - string: | - - c - Nobis officia aliquid in. - - headers: - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - User-Agent: - - Ruby - response: - status: - code: 200 - message: OK - headers: - Content-Type: - - text/xml - Cache-Control: - - no-cache - Connection: - - close - Content-Length: - - '138' - body: - encoding: UTF-8 - string: | - - c - Nobis officia aliquid in. - - recorded_at: Wed, 22 Feb 2023 17:57:57 GMT -- request: - method: put - uri: http://backend:5352/source/my_project/second_package/_config - body: - encoding: UTF-8 - string: Qui blanditiis quasi. Voluptatem nisi qui. Itaque et id. - headers: - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - User-Agent: - - Ruby - response: - status: - code: 200 - message: OK - headers: - Content-Type: - - text/xml - Cache-Control: - - no-cache - Connection: - - close - Content-Length: - - '207' - body: - encoding: UTF-8 - string: | - - b7fb5e11e6fed9fbd796f88dcd036502 - unknown - - unknown - - - - recorded_at: Wed, 22 Feb 2023 17:57:57 GMT -- request: - method: put - uri: http://backend:5352/source/my_project/second_package/somefile.txt - body: - encoding: UTF-8 - string: Officia totam quos. Corrupti eos hic. Hic deleniti dolorum. - headers: - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - User-Agent: - - Ruby - response: - status: - code: 200 - message: OK - headers: - Content-Type: - - text/xml - Cache-Control: - - no-cache - Connection: - - close - Content-Length: - - '207' - body: - encoding: UTF-8 - string: | - - 055f157b268ebdbaff27e03a1d2060ee - unknown - - unknown - - - - recorded_at: Wed, 22 Feb 2023 17:57:57 GMT -- request: - method: put - uri: http://backend:5352/source/my_project/third_package/_meta?user=user_4 - body: - encoding: UTF-8 - string: | - - b - Aperiam labore omnis voluptatem. - - headers: - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - User-Agent: - - Ruby - response: - status: - code: 200 - message: OK - headers: - Content-Type: - - text/xml - Cache-Control: - - no-cache - Connection: - - close - Content-Length: - - '144' - body: - encoding: UTF-8 - string: | - - b - Aperiam labore omnis voluptatem. - - recorded_at: Wed, 22 Feb 2023 17:57:57 GMT -- request: - method: put - uri: http://backend:5352/source/my_project/third_package/_config - body: - encoding: UTF-8 - string: Rerum repudiandae distinctio. Beatae et cumque. Cupiditate debitis non. - headers: - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - User-Agent: - - Ruby - response: - status: - code: 200 - message: OK - headers: - Content-Type: - - text/xml - Cache-Control: - - no-cache - Connection: - - close - Content-Length: - - '207' - body: - encoding: UTF-8 - string: | - - 97e06856f779fe73bbb9cde9c6c63d5c - unknown - - unknown - - - - recorded_at: Wed, 22 Feb 2023 17:57:57 GMT -- request: - method: put - uri: http://backend:5352/source/my_project/third_package/somefile.txt - body: - encoding: UTF-8 - string: Non consectetur qui. Sunt expedita sed. Autem et ullam. - headers: - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - User-Agent: - - Ruby - response: - status: - code: 200 - message: OK - headers: - Content-Type: - - text/xml - Cache-Control: - - no-cache - Connection: - - close - Content-Length: - - '207' - body: - encoding: UTF-8 - string: | - - 0032d4845c61e59d70b2702c1bb70560 - unknown - - unknown - - - - recorded_at: Wed, 22 Feb 2023 17:57:57 GMT -- request: - method: put - uri: http://backend:5352/source/my_project/package_with_kiwi_image/_meta?user=user_5 - body: - encoding: UTF-8 - string: | - - A Confederacy of Dunces - Nemo id possimus voluptate. - - headers: - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - User-Agent: - - Ruby - response: - status: - code: 200 - message: OK - headers: - Content-Type: - - text/xml - Cache-Control: - - no-cache - Connection: - - close - Content-Length: - - '171' - body: - encoding: UTF-8 - string: | - - A Confederacy of Dunces - Nemo id possimus voluptate. - - recorded_at: Wed, 22 Feb 2023 17:57:57 GMT -- request: - method: put - uri: http://backend:5352/source/my_project/package_with_kiwi_image/package_with_kiwi_image.kiwi - body: - encoding: UTF-8 - string: "\n \n \n \n - \ \n 0.0.1\n \n \n \n - \ " - headers: - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - User-Agent: - - Ruby - response: - status: - code: 200 - message: OK - headers: - Content-Type: - - text/xml - Cache-Control: - - no-cache - Connection: - - close - Content-Length: - - '205' - body: - encoding: UTF-8 - string: | - - 801c545be09c1c468ff2d99b40415aac - 0.0.1 - - unknown - - - - recorded_at: Wed, 22 Feb 2023 17:57:57 GMT -- request: - method: put - uri: http://backend:5352/source/my_project/package_with_kiwi_image/_meta?user=user_5 - body: - encoding: UTF-8 - string: | - - A Confederacy of Dunces - Nemo id possimus voluptate. - - headers: - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - User-Agent: - - Ruby - response: - status: - code: 200 - message: OK - headers: - Content-Type: - - text/xml - Cache-Control: - - no-cache - Connection: - - close - Content-Length: - - '171' - body: - encoding: UTF-8 - string: | - - A Confederacy of Dunces - Nemo id possimus voluptate. - - recorded_at: Wed, 22 Feb 2023 17:57:57 GMT - request: method: get uri: http://backend:5352/source/my_project/package_with_kiwi_image @@ -570,47 +32,7 @@ http_interactions: - recorded_at: Wed, 22 Feb 2023 17:57:57 GMT -- request: - method: put - uri: http://backend:5352/source/my_project/_project/_attribute?meta=1&user=tom - body: - encoding: UTF-8 - 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: - - '165' - body: - encoding: UTF-8 - string: | - - 7e2ee269cb9aa353e2aa28c5dfec4d03 - - tom - - - - recorded_at: Wed, 22 Feb 2023 17:57:57 GMT + recorded_at: Fri, 24 Feb 2023 13:03:32 GMT - request: method: get uri: http://backend:5352/source/my_project/first_package @@ -619,7 +41,7 @@ http_interactions: string: '' headers: X-Request-Id: - - 6c59afc6-4262-4f6c-87ee-9c6d476c23a5 + - ca7dd789-a244-4c57-8616-3c6ed2dde8f8 Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -646,7 +68,7 @@ http_interactions: - recorded_at: Wed, 22 Feb 2023 17:57:57 GMT + recorded_at: Fri, 24 Feb 2023 13:03:32 GMT - request: method: get uri: http://backend:5352/source/my_project/first_package?expand=0 @@ -655,7 +77,7 @@ http_interactions: string: '' headers: X-Request-Id: - - 6c59afc6-4262-4f6c-87ee-9c6d476c23a5 + - ca7dd789-a244-4c57-8616-3c6ed2dde8f8 Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -682,7 +104,7 @@ http_interactions: - recorded_at: Wed, 22 Feb 2023 17:57:57 GMT + recorded_at: Fri, 24 Feb 2023 13:03:32 GMT - request: method: get uri: http://backend:5352/source/my_project/second_package @@ -691,7 +113,7 @@ http_interactions: string: '' headers: X-Request-Id: - - 6c59afc6-4262-4f6c-87ee-9c6d476c23a5 + - ca7dd789-a244-4c57-8616-3c6ed2dde8f8 Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -718,7 +140,7 @@ http_interactions: - recorded_at: Wed, 22 Feb 2023 17:57:57 GMT + recorded_at: Fri, 24 Feb 2023 13:03:32 GMT - request: method: get uri: http://backend:5352/source/my_project/second_package?expand=0 @@ -727,7 +149,7 @@ http_interactions: string: '' headers: X-Request-Id: - - 6c59afc6-4262-4f6c-87ee-9c6d476c23a5 + - ca7dd789-a244-4c57-8616-3c6ed2dde8f8 Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -754,7 +176,7 @@ http_interactions: - recorded_at: Wed, 22 Feb 2023 17:57:57 GMT + recorded_at: Fri, 24 Feb 2023 13:03:32 GMT - request: method: get uri: http://backend:5352/source/my_project/third_package @@ -763,7 +185,7 @@ http_interactions: string: '' headers: X-Request-Id: - - 6c59afc6-4262-4f6c-87ee-9c6d476c23a5 + - ca7dd789-a244-4c57-8616-3c6ed2dde8f8 Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -790,7 +212,7 @@ http_interactions: - recorded_at: Wed, 22 Feb 2023 17:57:57 GMT + recorded_at: Fri, 24 Feb 2023 13:03:32 GMT - request: method: get uri: http://backend:5352/source/my_project/third_package?expand=0 @@ -799,7 +221,7 @@ http_interactions: string: '' headers: X-Request-Id: - - 6c59afc6-4262-4f6c-87ee-9c6d476c23a5 + - ca7dd789-a244-4c57-8616-3c6ed2dde8f8 Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -826,7 +248,7 @@ http_interactions: - recorded_at: Wed, 22 Feb 2023 17:57:57 GMT + recorded_at: Fri, 24 Feb 2023 13:03:32 GMT - request: method: get uri: http://backend:5352/source/my_project/package_with_kiwi_image @@ -835,7 +257,7 @@ http_interactions: string: '' headers: X-Request-Id: - - 6c59afc6-4262-4f6c-87ee-9c6d476c23a5 + - ca7dd789-a244-4c57-8616-3c6ed2dde8f8 Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -861,7 +283,7 @@ http_interactions: - recorded_at: Wed, 22 Feb 2023 17:57:57 GMT + recorded_at: Fri, 24 Feb 2023 13:03:32 GMT - request: method: get uri: http://backend:5352/source/my_project/package_with_kiwi_image?expand=0 @@ -870,7 +292,7 @@ http_interactions: string: '' headers: X-Request-Id: - - 6c59afc6-4262-4f6c-87ee-9c6d476c23a5 + - ca7dd789-a244-4c57-8616-3c6ed2dde8f8 Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -896,7 +318,7 @@ http_interactions: - recorded_at: Wed, 22 Feb 2023 17:57:57 GMT + recorded_at: Fri, 24 Feb 2023 13:03:32 GMT - request: method: get uri: http://backend:5352/build/home:tom/_result?code=unresolvable&view=status @@ -905,7 +327,7 @@ http_interactions: string: '' headers: X-Request-Id: - - f2f5ed0f-284a-453b-a9fd-77582fee53fb + - 18ce42c7-6d16-4580-9af2-fa4498e406d4 Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -930,7 +352,7 @@ http_interactions: string: ' ' - recorded_at: Wed, 22 Feb 2023 17:57:58 GMT + recorded_at: Fri, 24 Feb 2023 13:03:33 GMT - request: method: get uri: http://backend:5352/source/home:tom/_keyinfo?donotcreatecert=1&withsslcert=1 @@ -939,7 +361,7 @@ http_interactions: string: '' headers: X-Request-Id: - - f2f5ed0f-284a-453b-a9fd-77582fee53fb + - 18ce42c7-6d16-4580-9af2-fa4498e406d4 Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -990,7 +412,7 @@ http_interactions: -----END PGP PUBLIC KEY BLOCK----- - recorded_at: Wed, 22 Feb 2023 17:57:59 GMT + recorded_at: Fri, 24 Feb 2023 13:03:33 GMT - request: method: get uri: http://backend:5352/build/home:tom/_result?view=summary @@ -999,7 +421,7 @@ http_interactions: string: '' headers: X-Request-Id: - - 01ae34c8-0eca-4a68-bf6f-37d3d7df79de + - 389d8361-5ac1-4fe5-b1e0-7b889680a4b8 Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -1024,7 +446,7 @@ http_interactions: string: ' ' - recorded_at: Wed, 22 Feb 2023 17:57:59 GMT + recorded_at: Fri, 24 Feb 2023 13:03:33 GMT - request: method: get uri: http://backend:5352/source/my_project/first_package @@ -1033,7 +455,7 @@ http_interactions: string: '' headers: X-Request-Id: - - d6ba732a-96b2-4d60-b6e2-3964cdc475cd + - 295d1422-f7dd-4816-b817-a802a9930b9e Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -1060,7 +482,7 @@ http_interactions: - recorded_at: Wed, 22 Feb 2023 17:57:59 GMT + recorded_at: Fri, 24 Feb 2023 13:03:33 GMT - request: method: get uri: http://backend:5352/source/my_project/first_package?expand=0 @@ -1069,7 +491,7 @@ http_interactions: string: '' headers: X-Request-Id: - - d6ba732a-96b2-4d60-b6e2-3964cdc475cd + - 295d1422-f7dd-4816-b817-a802a9930b9e Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -1096,7 +518,7 @@ http_interactions: - recorded_at: Wed, 22 Feb 2023 17:57:59 GMT + recorded_at: Fri, 24 Feb 2023 13:03:33 GMT - request: method: get uri: http://backend:5352/source/my_project/second_package @@ -1105,7 +527,7 @@ http_interactions: string: '' headers: X-Request-Id: - - d6ba732a-96b2-4d60-b6e2-3964cdc475cd + - 295d1422-f7dd-4816-b817-a802a9930b9e Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -1132,7 +554,7 @@ http_interactions: - recorded_at: Wed, 22 Feb 2023 17:57:59 GMT + recorded_at: Fri, 24 Feb 2023 13:03:33 GMT - request: method: get uri: http://backend:5352/source/my_project/second_package?expand=0 @@ -1141,7 +563,7 @@ http_interactions: string: '' headers: X-Request-Id: - - d6ba732a-96b2-4d60-b6e2-3964cdc475cd + - 295d1422-f7dd-4816-b817-a802a9930b9e Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -1168,7 +590,7 @@ http_interactions: - recorded_at: Wed, 22 Feb 2023 17:57:59 GMT + recorded_at: Fri, 24 Feb 2023 13:03:33 GMT - request: method: get uri: http://backend:5352/source/my_project/third_package @@ -1177,7 +599,7 @@ http_interactions: string: '' headers: X-Request-Id: - - d6ba732a-96b2-4d60-b6e2-3964cdc475cd + - 295d1422-f7dd-4816-b817-a802a9930b9e Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -1204,7 +626,7 @@ http_interactions: - recorded_at: Wed, 22 Feb 2023 17:57:59 GMT + recorded_at: Fri, 24 Feb 2023 13:03:33 GMT - request: method: get uri: http://backend:5352/source/my_project/third_package?expand=0 @@ -1213,7 +635,7 @@ http_interactions: string: '' headers: X-Request-Id: - - d6ba732a-96b2-4d60-b6e2-3964cdc475cd + - 295d1422-f7dd-4816-b817-a802a9930b9e Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -1240,7 +662,7 @@ http_interactions: - recorded_at: Wed, 22 Feb 2023 17:57:59 GMT + recorded_at: Fri, 24 Feb 2023 13:03:33 GMT - request: method: get uri: http://backend:5352/source/my_project/package_with_kiwi_image @@ -1249,7 +671,7 @@ http_interactions: string: '' headers: X-Request-Id: - - d6ba732a-96b2-4d60-b6e2-3964cdc475cd + - 295d1422-f7dd-4816-b817-a802a9930b9e Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -1275,7 +697,7 @@ http_interactions: - recorded_at: Wed, 22 Feb 2023 17:57:59 GMT + recorded_at: Fri, 24 Feb 2023 13:03:33 GMT - request: method: get uri: http://backend:5352/source/my_project/package_with_kiwi_image?expand=0 @@ -1284,7 +706,7 @@ http_interactions: string: '' headers: X-Request-Id: - - d6ba732a-96b2-4d60-b6e2-3964cdc475cd + - 295d1422-f7dd-4816-b817-a802a9930b9e Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -1310,7 +732,7 @@ http_interactions: - recorded_at: Wed, 22 Feb 2023 17:57:59 GMT + recorded_at: Fri, 24 Feb 2023 13:03:33 GMT - request: method: get uri: http://backend:5352/source/my_project/second_package?expand=1 @@ -1319,7 +741,7 @@ http_interactions: string: '' headers: X-Request-Id: - - b9035085-3d49-46ad-afc6-16ccb4a5a0c5 + - 979b27b2-5f45-4bca-b552-1618be4715f3 Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -1346,7 +768,7 @@ http_interactions: - recorded_at: Wed, 22 Feb 2023 17:57:59 GMT + recorded_at: Fri, 24 Feb 2023 13:03:34 GMT - request: method: get uri: http://backend:5352/source/my_project/second_package?rev=6 @@ -1355,7 +777,7 @@ http_interactions: string: '' headers: X-Request-Id: - - b9035085-3d49-46ad-afc6-16ccb4a5a0c5 + - 979b27b2-5f45-4bca-b552-1618be4715f3 Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -1382,7 +804,7 @@ http_interactions: - recorded_at: Wed, 22 Feb 2023 17:57:59 GMT + recorded_at: Fri, 24 Feb 2023 13:03:34 GMT - request: method: post uri: http://backend:5352/search/package/id?match=(linkinfo/@package=%22second_package%22%20and%20linkinfo/@project=%22my_project%22%20and%20@project=%22my_project%22) @@ -1416,131 +838,7 @@ http_interactions: string: | - recorded_at: Wed, 22 Feb 2023 17:57:59 GMT -- request: - method: put - uri: http://backend:5352/source/home:tom:branches:my_project/_meta?user=tom - body: - encoding: UTF-8 - string: | - - Branch project for package second_package - This project was created for package second_package via attribute OBS:Maintained - - - headers: - X-Request-Id: - - b9035085-3d49-46ad-afc6-16ccb4a5a0c5 - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - User-Agent: - - Ruby - response: - status: - code: 200 - message: OK - headers: - Content-Type: - - text/xml - Cache-Control: - - no-cache - Connection: - - close - Content-Length: - - '269' - body: - encoding: UTF-8 - string: | - - Branch project for package second_package - This project was created for package second_package via attribute OBS:Maintained - - - recorded_at: Wed, 22 Feb 2023 17:58:07 GMT -- request: - method: put - uri: http://backend:5352/source/home:tom:branches:my_project/_project/_attribute?meta=1&user=tom - body: - encoding: UTF-8 - string: | - - - 2023-03-08 17:58:07 +0000 - - - headers: - X-Request-Id: - - b9035085-3d49-46ad-afc6-16ccb4a5a0c5 - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - User-Agent: - - Ruby - response: - status: - code: 200 - message: OK - headers: - Content-Type: - - text/xml - Cache-Control: - - no-cache - Connection: - - close - Content-Length: - - '165' - body: - encoding: UTF-8 - string: | - - f2dd4d745010d68f8b72ae20b9683bf4 - - tom - - - - recorded_at: Wed, 22 Feb 2023 17:58:07 GMT -- request: - method: put - uri: http://backend:5352/source/home:tom:branches:my_project/custom_name/_meta?user=tom - body: - encoding: UTF-8 - string: | - - c - Nobis officia aliquid in. - - headers: - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - User-Agent: - - Ruby - response: - status: - code: 200 - message: OK - headers: - Content-Type: - - text/xml - Cache-Control: - - no-cache - Connection: - - close - Content-Length: - - '153' - body: - encoding: UTF-8 - string: | - - c - Nobis officia aliquid in. - - recorded_at: Wed, 22 Feb 2023 17:58:07 GMT + recorded_at: Fri, 24 Feb 2023 13:03:34 GMT - request: method: post uri: http://backend:5352/source/home:tom:branches:my_project/custom_name?cmd=branch&noservice=1&opackage=second_package&oproject=my_project&orev=055f157b268ebdbaff27e03a1d2060ee&user=tom @@ -1572,53 +870,15 @@ http_interactions: body: encoding: UTF-8 string: | - + 5ac8d6cfb41d4d42c0d7e7ef6fcaa273 unknown - + tom - recorded_at: Wed, 22 Feb 2023 17:58:07 GMT -- request: - method: put - uri: http://backend:5352/source/home:tom:branches:my_project/custom_name/_meta?user=tom - body: - encoding: UTF-8 - string: | - - c - Nobis officia aliquid in. - - headers: - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - User-Agent: - - Ruby - response: - status: - code: 200 - message: OK - headers: - Content-Type: - - text/xml - Cache-Control: - - no-cache - Connection: - - close - Content-Length: - - '153' - body: - encoding: UTF-8 - string: | - - c - Nobis officia aliquid in. - - recorded_at: Wed, 22 Feb 2023 17:58:07 GMT + recorded_at: Fri, 24 Feb 2023 13:03:34 GMT - request: method: get uri: http://backend:5352/source/home:tom:branches:my_project/custom_name @@ -1648,13 +908,13 @@ http_interactions: body: encoding: UTF-8 string: | - + - recorded_at: Wed, 22 Feb 2023 17:58:07 GMT + recorded_at: Fri, 24 Feb 2023 13:03:34 GMT - request: method: get uri: http://backend:5352/source/home:tom:branches:my_project/custom_name?view=info @@ -1663,7 +923,7 @@ http_interactions: string: '' headers: X-Request-Id: - - b9035085-3d49-46ad-afc6-16ccb4a5a0c5 + - 979b27b2-5f45-4bca-b552-1618be4715f3 Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -1686,11 +946,11 @@ http_interactions: body: encoding: UTF-8 string: | - + bad build configuration, no build type defined or detected - recorded_at: Wed, 22 Feb 2023 17:58:07 GMT + recorded_at: Fri, 24 Feb 2023 13:03:34 GMT - request: method: get uri: http://backend:5352/source/home:tom:branches:my_project/custom_name @@ -1699,7 +959,7 @@ http_interactions: string: '' headers: X-Request-Id: - - b9035085-3d49-46ad-afc6-16ccb4a5a0c5 + - 979b27b2-5f45-4bca-b552-1618be4715f3 Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -1722,13 +982,13 @@ http_interactions: body: encoding: UTF-8 string: | - + - recorded_at: Wed, 22 Feb 2023 17:58:07 GMT + recorded_at: Fri, 24 Feb 2023 13:03:34 GMT - request: method: post uri: http://backend:5352/source/home:tom:branches:my_project/custom_name?cmd=diff&linkrev=base&onlyissues=1&orev=0&view=xml @@ -1760,14 +1020,14 @@ http_interactions: body: encoding: UTF-8 string: | - + - + - recorded_at: Wed, 22 Feb 2023 17:58:07 GMT + recorded_at: Fri, 24 Feb 2023 13:03:34 GMT - request: method: post uri: http://backend:5352/source/home:tom:branches:my_project/custom_name?cmd=linkdiff&linkrev=base&onlyissues=1&view=xml @@ -1790,12 +1050,12 @@ http_interactions: headers: Content-Type: - text/xml + Content-Length: + - '387' Cache-Control: - no-cache Connection: - close - Content-Length: - - '387' body: encoding: UTF-8 string: | @@ -1806,55 +1066,7 @@ http_interactions: - recorded_at: Wed, 22 Feb 2023 17:58:07 GMT -- request: - method: put - uri: http://backend:5352/source/home:tom:branches:my_project/_meta?user=tom - body: - encoding: UTF-8 - string: | - - Branch project for package second_package - This project was created for package second_package via attribute OBS:Maintained - - - - - - headers: - X-Request-Id: - - b9035085-3d49-46ad-afc6-16ccb4a5a0c5 - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - User-Agent: - - Ruby - response: - status: - code: 200 - message: OK - headers: - Content-Type: - - text/xml - Cache-Control: - - no-cache - Connection: - - close - Content-Length: - - '309' - body: - encoding: UTF-8 - string: | - - Branch project for package second_package - This project was created for package second_package via attribute OBS:Maintained - - - - - - recorded_at: Wed, 22 Feb 2023 17:58:07 GMT + recorded_at: Fri, 24 Feb 2023 13:03:34 GMT - request: method: get uri: http://backend:5352/source/home:tom:branches:my_project/custom_name @@ -1863,7 +1075,7 @@ http_interactions: string: '' headers: X-Request-Id: - - b9035085-3d49-46ad-afc6-16ccb4a5a0c5 + - 979b27b2-5f45-4bca-b552-1618be4715f3 Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -1886,13 +1098,13 @@ http_interactions: body: encoding: UTF-8 string: | - + - recorded_at: Wed, 22 Feb 2023 17:58:07 GMT + recorded_at: Fri, 24 Feb 2023 13:03:34 GMT - request: method: get uri: http://backend:5352/source/my_project/second_package?view=info @@ -1901,7 +1113,7 @@ http_interactions: string: '' headers: X-Request-Id: - - ec3958dc-d70c-4e2a-8dc7-167642ec3e0c + - 3cc3e491-8848-4e3e-9f96-be68527dec1b Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -1927,7 +1139,7 @@ http_interactions: bad build configuration, no build type defined or detected - recorded_at: Wed, 22 Feb 2023 17:58:07 GMT + recorded_at: Fri, 24 Feb 2023 13:03:34 GMT - request: method: get uri: http://backend:5352/source/my_project/second_package @@ -1936,7 +1148,7 @@ http_interactions: string: '' headers: X-Request-Id: - - ec3958dc-d70c-4e2a-8dc7-167642ec3e0c + - 3cc3e491-8848-4e3e-9f96-be68527dec1b Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -1963,7 +1175,7 @@ http_interactions: - recorded_at: Wed, 22 Feb 2023 17:58:07 GMT + recorded_at: Fri, 24 Feb 2023 13:03:34 GMT - request: method: post uri: http://backend:5352/source/my_project/second_package?cmd=diff&linkrev=base&onlyissues=1&orev=0&view=xml @@ -1986,12 +1198,12 @@ http_interactions: headers: Content-Type: - text/xml + Content-Length: + - '310' Cache-Control: - no-cache Connection: - close - Content-Length: - - '310' body: encoding: UTF-8 string: | @@ -2002,7 +1214,7 @@ http_interactions: - recorded_at: Wed, 22 Feb 2023 17:58:08 GMT + recorded_at: Fri, 24 Feb 2023 13:03:34 GMT - request: method: get uri: http://backend:5352/source/home:tom:branches:my_project/custom_name @@ -2011,7 +1223,7 @@ http_interactions: string: '' headers: X-Request-Id: - - ec3958dc-d70c-4e2a-8dc7-167642ec3e0c + - 3cc3e491-8848-4e3e-9f96-be68527dec1b Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -2034,16 +1246,16 @@ http_interactions: body: encoding: UTF-8 string: | - + - recorded_at: Wed, 22 Feb 2023 17:58:08 GMT + recorded_at: Fri, 24 Feb 2023 13:03:34 GMT - request: method: get - uri: http://backend:5352/source/home:tom:branches:my_project/custom_name?expand=1&rev=4 + uri: http://backend:5352/source/home:tom:branches:my_project/custom_name?expand=1&rev=5 body: encoding: US-ASCII string: '' @@ -2070,21 +1282,21 @@ http_interactions: body: encoding: UTF-8 string: | - + - recorded_at: Wed, 22 Feb 2023 17:58:08 GMT + recorded_at: Fri, 24 Feb 2023 13:03:34 GMT - request: method: get - uri: http://backend:5352/source/home:tom:branches:my_project/custom_name/_history?deleted=1&meta=1&rev=4 + uri: http://backend:5352/source/home:tom:branches:my_project/custom_name/_history?deleted=0&meta=0&rev=5 body: encoding: US-ASCII string: '' headers: X-Request-Id: - - ec3958dc-d70c-4e2a-8dc7-167642ec3e0c + - 3cc3e491-8848-4e3e-9f96-be68527dec1b Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -2103,13 +1315,19 @@ http_interactions: Connection: - close Content-Length: - - '31' + - '209' body: encoding: UTF-8 string: | + + 5ac8d6cfb41d4d42c0d7e7ef6fcaa273 + unknown + + tom + - recorded_at: Wed, 22 Feb 2023 17:58:08 GMT + recorded_at: Fri, 24 Feb 2023 13:03:34 GMT - request: method: get uri: http://backend:5352/source/home:tom:branches:my_project/custom_name @@ -2118,7 +1336,7 @@ http_interactions: string: '' headers: X-Request-Id: - - ec3958dc-d70c-4e2a-8dc7-167642ec3e0c + - 3cc3e491-8848-4e3e-9f96-be68527dec1b Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -2141,13 +1359,13 @@ http_interactions: body: encoding: UTF-8 string: | - + - recorded_at: Wed, 22 Feb 2023 17:58:08 GMT + recorded_at: Fri, 24 Feb 2023 13:03:35 GMT - request: method: get uri: http://backend:5352/source/home:tom:branches:my_project/custom_name @@ -2156,7 +1374,7 @@ http_interactions: string: '' headers: X-Request-Id: - - ec3958dc-d70c-4e2a-8dc7-167642ec3e0c + - 3cc3e491-8848-4e3e-9f96-be68527dec1b Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -2179,47 +1397,13 @@ http_interactions: body: encoding: UTF-8 string: | - + - recorded_at: Wed, 22 Feb 2023 17:58:08 GMT -- request: - method: get - uri: http://backend:5352/source/home:tom:branches:my_project/custom_name/_history?deleted=1&meta=1 - body: - encoding: US-ASCII - string: '' - headers: - X-Request-Id: - - ec3958dc-d70c-4e2a-8dc7-167642ec3e0c - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - User-Agent: - - Ruby - response: - status: - code: 200 - message: OK - headers: - Content-Type: - - text/xml - Cache-Control: - - no-cache - Connection: - - close - Content-Length: - - '31' - body: - encoding: UTF-8 - string: | - - - recorded_at: Wed, 22 Feb 2023 17:58:08 GMT + recorded_at: Fri, 24 Feb 2023 13:03:35 GMT - request: method: get uri: http://backend:5352/build/home:tom:branches:my_project/_result?lastbuild=1&locallink=1&multibuild=1&package=custom_name&view=status @@ -2228,7 +1412,7 @@ http_interactions: string: '' headers: X-Request-Id: - - bd37bb93-a843-495e-8475-4e6c4273d839 + - 47e12c71-ab83-486a-b717-85545f4c3cb7 Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -2253,7 +1437,7 @@ http_interactions: string: ' ' - recorded_at: Wed, 22 Feb 2023 17:58:08 GMT + recorded_at: Fri, 24 Feb 2023 13:03:35 GMT - request: method: get uri: http://backend:5352/build/home:tom:branches:my_project/_result?lastbuild=1&locallink=1&multibuild=1&package=custom_name&view=status @@ -2262,7 +1446,7 @@ http_interactions: string: '' headers: X-Request-Id: - - 53fa17c7-fb67-4075-8826-cd1724192a14 + - 15f4032d-4477-412d-ac57-7cf5e8b10b17 Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -2287,7 +1471,7 @@ http_interactions: string: ' ' - recorded_at: Wed, 22 Feb 2023 17:58:08 GMT + recorded_at: Fri, 24 Feb 2023 13:03:35 GMT - request: method: get uri: http://backend:5352/build/home:tom:branches:my_project/_result?package=custom_name&view=status @@ -2296,7 +1480,7 @@ http_interactions: string: '' headers: X-Request-Id: - - 3d4934c3-bd9b-4b78-b68a-086aea05f1ab + - afe8b782-0cc9-44f1-b31f-f3ef73309a65 Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -2321,5 +1505,5 @@ http_interactions: string: ' ' - recorded_at: Wed, 22 Feb 2023 17:58:08 GMT + recorded_at: Fri, 24 Feb 2023 13:03:35 GMT recorded_with: VCR 6.1.0 diff --git a/src/api/spec/cassettes/MaintenanceWorkflow/maintenance_workflow.yml b/src/api/spec/cassettes/MaintenanceWorkflow/maintenance_workflow.yml index 5433d473503..53f189325d6 100644 --- a/src/api/spec/cassettes/MaintenanceWorkflow/maintenance_workflow.yml +++ b/src/api/spec/cassettes/MaintenanceWorkflow/maintenance_workflow.yml @@ -2,14 +2,14 @@ http_interactions: - request: method: put - uri: http://backend:5352/source/home:user_46/_meta?user=user_46 + uri: http://backend:5352/source/home:user_1/_meta?user=user_1 body: encoding: UTF-8 string: | - + <description/> - <person userid="user_46" role="maintainer"/> + <person userid="user_1" role="maintainer"/> </project> headers: Accept-Encoding: @@ -30,24 +30,24 @@ http_interactions: Connection: - close Content-Length: - - '136' + - '134' body: encoding: UTF-8 string: | - <project name="home:user_46"> + <project name="home:user_1"> <title> - + - recorded_at: Wed, 22 Feb 2023 18:06:06 GMT + recorded_at: Fri, 24 Feb 2023 13:38:20 GMT - request: method: put - uri: http://backend:5352/source/ProjectWithRepo/_meta?user=user_46 + uri: http://backend:5352/source/ProjectWithRepo/_meta?user=user_1 body: encoding: UTF-8 string: | - Alone on a Wide, Wide Sea + No Country for Old Men headers: @@ -69,23 +69,23 @@ http_interactions: Connection: - close Content-Length: - - '117' + - '114' body: encoding: UTF-8 string: | - Alone on a Wide, Wide Sea + No Country for Old Men - recorded_at: Wed, 22 Feb 2023 18:06:06 GMT + recorded_at: Fri, 24 Feb 2023 13:38:20 GMT - request: method: put - uri: http://backend:5352/source/ProjectWithRepo:Update/_meta?user=user_46 + uri: http://backend:5352/source/ProjectWithRepo:Update/_meta?user=user_1 body: encoding: UTF-8 string: | - The Soldier's Art + Bury My Heart at Wounded Knee headers: @@ -107,18 +107,18 @@ http_interactions: Connection: - close Content-Length: - - '143' + - '155' body: encoding: UTF-8 string: | - The Soldier's Art + Bury My Heart at Wounded Knee - recorded_at: Wed, 22 Feb 2023 18:06:06 GMT + recorded_at: Fri, 24 Feb 2023 13:38:21 GMT - request: method: put - uri: http://backend:5352/source/ProjectWithRepo/_project/_attribute?meta=1&user=user_46 + uri: http://backend:5352/source/ProjectWithRepo/_project/_attribute?meta=1&user=user_1 body: encoding: UTF-8 string: | @@ -146,26 +146,26 @@ http_interactions: Connection: - close Content-Length: - - '170' + - '169' body: encoding: UTF-8 string: | - - 56c53f1e862ddf976a3fe7bf161dd86a - - user_46 + + 467dfd5737f6e222a6c1c0c4ddfcdd92 + + user_1 - recorded_at: Wed, 22 Feb 2023 18:06:07 GMT + recorded_at: Fri, 24 Feb 2023 13:38:21 GMT - request: method: put - uri: http://backend:5352/source/ProjectWithRepo:Update/_meta?user=user_46 + uri: http://backend:5352/source/ProjectWithRepo:Update/_meta?user=user_1 body: encoding: UTF-8 string: | - The Soldier's Art + Bury My Heart at Wounded Knee @@ -188,16 +188,16 @@ http_interactions: Connection: - close Content-Length: - - '179' + - '191' body: encoding: UTF-8 string: | - The Soldier's Art + Bury My Heart at Wounded Knee - recorded_at: Wed, 22 Feb 2023 18:06:07 GMT + recorded_at: Fri, 24 Feb 2023 13:38:21 GMT - request: method: put uri: http://backend:5352/source/home:maintenance_coord/_meta?user=maintenance_coord @@ -237,10 +237,10 @@ http_interactions: - recorded_at: Wed, 22 Feb 2023 18:06:07 GMT + recorded_at: Fri, 24 Feb 2023 13:38:21 GMT - request: method: put - uri: http://backend:5352/source/MaintenanceProject/_meta?user=user_46 + uri: http://backend:5352/source/MaintenanceProject/_meta?user=user_1 body: encoding: UTF-8 string: | @@ -283,10 +283,10 @@ http_interactions: - recorded_at: Wed, 22 Feb 2023 18:06:07 GMT + recorded_at: Fri, 24 Feb 2023 13:38:21 GMT - request: method: put - uri: http://backend:5352/source/MaintenanceProject/_project/_attribute?meta=1&user=user_46 + uri: http://backend:5352/source/MaintenanceProject/_project/_attribute?meta=1&user=user_1 body: encoding: UTF-8 string: | @@ -312,21 +312,21 @@ http_interactions: Connection: - close Content-Length: - - '170' + - '169' body: encoding: UTF-8 string: | - + e6178909cd140e7432dd891cb188ad6f - - user_46 + + user_1 - recorded_at: Wed, 22 Feb 2023 18:06:07 GMT + recorded_at: Fri, 24 Feb 2023 13:38:21 GMT - request: method: put - uri: http://backend:5352/source/MaintenanceProject/_meta?user=user_46 + uri: http://backend:5352/source/MaintenanceProject/_meta?user=user_1 body: encoding: UTF-8 string: | @@ -375,7 +375,7 @@ http_interactions: - recorded_at: Wed, 22 Feb 2023 18:06:07 GMT + recorded_at: Fri, 24 Feb 2023 13:38:21 GMT - request: method: put uri: http://backend:5352/source/MaintenanceProject/patchinfo/_meta?user=maintenance_coord @@ -431,7 +431,7 @@ http_interactions: - recorded_at: Wed, 22 Feb 2023 18:06:07 GMT + recorded_at: Fri, 24 Feb 2023 13:38:21 GMT - request: method: put uri: http://backend:5352/source/MaintenanceProject/patchinfo/_patchinfo?comment=generated%20by%20createpatchinfo%20call&user=maintenance_coord @@ -468,15 +468,15 @@ http_interactions: body: encoding: UTF-8 string: | - + 7c79565cf2a5793c8092ebecfe0a912a unknown - + maintenance_coord generated by createpatchinfo call - recorded_at: Wed, 22 Feb 2023 18:06:07 GMT + recorded_at: Fri, 24 Feb 2023 13:38:21 GMT - request: method: put uri: http://backend:5352/source/MaintenanceProject/patchinfo/_meta?user=maintenance_coord @@ -532,7 +532,7 @@ http_interactions: - recorded_at: Wed, 22 Feb 2023 18:06:07 GMT + recorded_at: Fri, 24 Feb 2023 13:38:21 GMT - request: method: get uri: http://backend:5352/source/MaintenanceProject/patchinfo @@ -562,10 +562,10 @@ http_interactions: body: encoding: UTF-8 string: | - + - recorded_at: Wed, 22 Feb 2023 18:06:07 GMT + recorded_at: Fri, 24 Feb 2023 13:38:21 GMT - request: method: get uri: http://backend:5352/source/MaintenanceProject/patchinfo?view=info @@ -595,10 +595,10 @@ http_interactions: body: encoding: UTF-8 string: | - + _patchinfo - recorded_at: Wed, 22 Feb 2023 18:06:07 GMT + recorded_at: Fri, 24 Feb 2023 13:38:21 GMT - request: method: get uri: http://backend:5352/source/MaintenanceProject/patchinfo @@ -628,10 +628,10 @@ http_interactions: body: encoding: UTF-8 string: | - + - recorded_at: Wed, 22 Feb 2023 18:06:07 GMT + recorded_at: Fri, 24 Feb 2023 13:38:21 GMT - request: method: get uri: http://backend:5352/source/MaintenanceProject/patchinfo/_patchinfo @@ -668,10 +668,10 @@ http_interactions: Fake comment - recorded_at: Wed, 22 Feb 2023 18:06:07 GMT + recorded_at: Fri, 24 Feb 2023 13:38:21 GMT - request: method: put - uri: http://backend:5352/source/MaintenanceProject/_project/_attribute?meta=1&user=user_46 + uri: http://backend:5352/source/MaintenanceProject/_project/_attribute?meta=1&user=user_1 body: encoding: UTF-8 string: | @@ -697,18 +697,18 @@ http_interactions: Connection: - close Content-Length: - - '170' + - '169' body: encoding: UTF-8 string: | - + 6f2bb89dd5d4c78df634f17fee9bb5a0 - - user_46 + + user_1 - recorded_at: Wed, 22 Feb 2023 18:06:07 GMT + recorded_at: Fri, 24 Feb 2023 13:38:21 GMT - request: method: put uri: http://backend:5352/source/home:tom/_meta?user=tom @@ -748,7 +748,7 @@ http_interactions: - recorded_at: Wed, 22 Feb 2023 18:06:07 GMT + recorded_at: Fri, 24 Feb 2023 13:38:22 GMT - request: method: put uri: http://backend:5352/source/ProjectWithRepo/ProjectWithRepo_package/_meta?user=tom @@ -756,8 +756,8 @@ http_interactions: encoding: UTF-8 string: | - Unweaving the Rainbow - Autem at omnis nulla. + His Dark Materials + Fugiat maiores vero laborum. headers: Accept-Encoding: @@ -778,21 +778,21 @@ http_interactions: Connection: - close Content-Length: - - '168' + - '172' body: encoding: UTF-8 string: | - Unweaving the Rainbow - Autem at omnis nulla. + His Dark Materials + Fugiat maiores vero laborum. - recorded_at: Wed, 22 Feb 2023 18:06:08 GMT + recorded_at: Fri, 24 Feb 2023 13:38:29 GMT - request: method: put uri: http://backend:5352/source/ProjectWithRepo/ProjectWithRepo_package/_config body: encoding: UTF-8 - string: Excepturi quis cum. Dolores delectus dolorum. Doloremque nobis voluptatem. + string: Eum unde vero. Libero accusantium sint. Enim odit non. headers: Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 @@ -816,21 +816,21 @@ http_interactions: body: encoding: UTF-8 string: | - - 2f9ec3623732d5297f771a6a378a9803 + + 24f388c469adc9b332d023a25d3d693d unknown - + unknown - recorded_at: Wed, 22 Feb 2023 18:06:08 GMT + recorded_at: Fri, 24 Feb 2023 13:38:29 GMT - request: method: put uri: http://backend:5352/source/ProjectWithRepo/ProjectWithRepo_package/somefile.txt body: encoding: UTF-8 - string: Exercitationem neque nam. Et aut architecto. Eos culpa est. + string: Nihil et quas. Et assumenda laboriosam. Dolorem molestiae quo. headers: Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 @@ -854,15 +854,15 @@ http_interactions: body: encoding: UTF-8 string: | - - e83ea096f3fd3c64494e21941c685f6f + + b4fdf0e682d2acbc9d15452ff87e6872 unknown - + unknown - recorded_at: Wed, 22 Feb 2023 18:06:08 GMT + recorded_at: Fri, 24 Feb 2023 13:38:29 GMT - request: method: get uri: http://backend:5352/source/ProjectWithRepo/ProjectWithRepo_package @@ -871,7 +871,7 @@ http_interactions: string: '' headers: X-Request-Id: - - 1af87534-ce93-4514-9cb5-fa4f96d8c1a4 + - f7267cca-20c0-4121-9829-3620edd86f9d Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -894,14 +894,14 @@ http_interactions: body: encoding: UTF-8 string: | - - - + + + - recorded_at: Wed, 22 Feb 2023 18:06:08 GMT + recorded_at: Fri, 24 Feb 2023 13:38:29 GMT - request: method: get - uri: http://backend:5352/source/ProjectWithRepo/ProjectWithRepo_package?expand=1&rev=6 + uri: http://backend:5352/source/ProjectWithRepo/ProjectWithRepo_package?expand=1&rev=8 body: encoding: US-ASCII string: '' @@ -928,20 +928,20 @@ http_interactions: body: encoding: UTF-8 string: | - - - + + + - recorded_at: Wed, 22 Feb 2023 18:06:08 GMT + recorded_at: Fri, 24 Feb 2023 13:38:29 GMT - request: method: get - uri: http://backend:5352/source/ProjectWithRepo/ProjectWithRepo_package/_history?deleted=1&meta=1&rev=6 + uri: http://backend:5352/source/ProjectWithRepo/ProjectWithRepo_package/_history?deleted=0&meta=0&rev=8 body: encoding: US-ASCII string: '' headers: X-Request-Id: - - 1af87534-ce93-4514-9cb5-fa4f96d8c1a4 + - f7267cca-20c0-4121-9829-3620edd86f9d Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -960,47 +960,19 @@ http_interactions: Connection: - close Content-Length: - - '31' + - '213' body: encoding: UTF-8 string: | + + b4fdf0e682d2acbc9d15452ff87e6872 + unknown + + unknown + - recorded_at: Wed, 22 Feb 2023 18:06:09 GMT -- request: - method: get - uri: http://backend:5352/source/ProjectWithRepo/ProjectWithRepo_package/_history?deleted=1&meta=1 - body: - encoding: US-ASCII - string: '' - headers: - X-Request-Id: - - 1af87534-ce93-4514-9cb5-fa4f96d8c1a4 - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - User-Agent: - - Ruby - response: - status: - code: 200 - message: OK - headers: - Content-Type: - - text/xml - Cache-Control: - - no-cache - Connection: - - close - Content-Length: - - '31' - body: - encoding: UTF-8 - string: | - - - recorded_at: Wed, 22 Feb 2023 18:06:09 GMT + recorded_at: Fri, 24 Feb 2023 13:38:29 GMT - request: method: get uri: http://backend:5352/source/ProjectWithRepo/ProjectWithRepo_package @@ -1009,7 +981,7 @@ http_interactions: string: '' headers: X-Request-Id: - - d43bcbc4-11f2-4b63-b3d1-b8211b9a6ad8 + - 342ebe18-8371-4772-a64d-95ca4a866fb9 Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -1032,11 +1004,11 @@ http_interactions: body: encoding: UTF-8 string: | - - - + + + - recorded_at: Wed, 22 Feb 2023 18:06:09 GMT + recorded_at: Fri, 24 Feb 2023 13:38:29 GMT - request: method: get uri: http://backend:5352/build/ProjectWithRepo:Update/_result?lastbuild=1&locallink=1&multibuild=1&package=ProjectWithRepo_package&view=status @@ -1045,7 +1017,7 @@ http_interactions: string: '' headers: X-Request-Id: - - d43bcbc4-11f2-4b63-b3d1-b8211b9a6ad8 + - 342ebe18-8371-4772-a64d-95ca4a866fb9 Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -1070,7 +1042,7 @@ http_interactions: string: ' ' - recorded_at: Wed, 22 Feb 2023 18:06:09 GMT + recorded_at: Fri, 24 Feb 2023 13:38:29 GMT - request: method: get uri: http://backend:5352/source/ProjectWithRepo/ProjectWithRepo_package @@ -1079,7 +1051,7 @@ http_interactions: string: '' headers: X-Request-Id: - - 56807fd1-788c-4db0-8d67-863527e61665 + - c0de1ac2-f0a1-49d4-a9c4-0bdf5f2fa087 Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -1102,11 +1074,11 @@ http_interactions: body: encoding: UTF-8 string: | - - - + + + - recorded_at: Wed, 22 Feb 2023 18:06:09 GMT + recorded_at: Fri, 24 Feb 2023 13:38:29 GMT - request: method: get uri: http://backend:5352/build/ProjectWithRepo:Update/_result?lastbuild=1&locallink=1&multibuild=1&package=ProjectWithRepo_package&view=status @@ -1115,7 +1087,7 @@ http_interactions: string: '' headers: X-Request-Id: - - 56807fd1-788c-4db0-8d67-863527e61665 + - c0de1ac2-f0a1-49d4-a9c4-0bdf5f2fa087 Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -1140,7 +1112,7 @@ http_interactions: string: ' ' - recorded_at: Wed, 22 Feb 2023 18:06:09 GMT + recorded_at: Fri, 24 Feb 2023 13:38:29 GMT - request: method: get uri: http://backend:5352/build/ProjectWithRepo:Update/_result?lastbuild=0&locallink=1&multibuild=1&package=ProjectWithRepo_package&view=status @@ -1149,7 +1121,7 @@ http_interactions: string: '' headers: X-Request-Id: - - cbc27e68-130c-4670-9a74-f08fa577aecc + - 8cd257f2-a4a1-469f-9b45-2f4f5fb1f5ff Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -1174,7 +1146,7 @@ http_interactions: string: ' ' - recorded_at: Wed, 22 Feb 2023 18:06:09 GMT + recorded_at: Fri, 24 Feb 2023 13:38:29 GMT - request: method: get uri: http://backend:5352/build/ProjectWithRepo:Update/_result?package=ProjectWithRepo_package&view=status @@ -1183,7 +1155,7 @@ http_interactions: string: '' headers: X-Request-Id: - - 38689466-8b73-46a5-a3ec-be1e6c88f6e9 + - 1e07dba1-e076-4ab8-948b-cafbebe4eb41 Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -1208,7 +1180,7 @@ http_interactions: string: ' ' - recorded_at: Wed, 22 Feb 2023 18:06:09 GMT + recorded_at: Fri, 24 Feb 2023 13:38:29 GMT - request: method: get uri: http://backend:5352/source/ProjectWithRepo/ProjectWithRepo_package @@ -1217,7 +1189,7 @@ http_interactions: string: '' headers: X-Request-Id: - - 3e64ce3c-6b1b-41e7-9d5e-55197ed76c5f + - 90a7d2d1-c4f9-46e8-bb48-f35bb6255f01 Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -1240,11 +1212,11 @@ http_interactions: body: encoding: UTF-8 string: | - - - + + + - recorded_at: Wed, 22 Feb 2023 18:06:09 GMT + recorded_at: Fri, 24 Feb 2023 13:38:29 GMT - request: method: post uri: http://backend:5352/search/package/id?match=(linkinfo/@package=%22ProjectWithRepo_package%22%20and%20linkinfo/@project=%22ProjectWithRepo:Update%22%20and%20starts-with(@project,%22MaintenanceProject:%22)) @@ -1255,7 +1227,7 @@ http_interactions: Content-Type: - application/octet-stream X-Request-Id: - - 22ccfd79-e030-4c3e-8f41-28530714ae6b + - 23464854-cc04-484a-a1ef-79c0c3816125 Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -1281,7 +1253,7 @@ http_interactions: - recorded_at: Wed, 22 Feb 2023 18:06:10 GMT + recorded_at: Fri, 24 Feb 2023 13:38:30 GMT - request: method: post uri: http://backend:5352/search/package/id?match=(linkinfo/@package=%22ProjectWithRepo_package%22%20and%20linkinfo/@project=%22ProjectWithRepo%22%20and%20@project=%22ProjectWithRepo%22) @@ -1315,7 +1287,7 @@ http_interactions: string: | - recorded_at: Wed, 22 Feb 2023 18:06:10 GMT + recorded_at: Fri, 24 Feb 2023 13:38:30 GMT - request: method: put uri: http://backend:5352/source/home:tom:branches:ProjectWithRepo:Update/_meta?user=tom @@ -1329,7 +1301,7 @@ http_interactions: headers: X-Request-Id: - - 22ccfd79-e030-4c3e-8f41-28530714ae6b + - 23464854-cc04-484a-a1ef-79c0c3816125 Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -1357,7 +1329,7 @@ http_interactions: This project was created for package ProjectWithRepo_package via attribute OBS:Maintained - recorded_at: Wed, 22 Feb 2023 18:06:10 GMT + recorded_at: Fri, 24 Feb 2023 13:38:30 GMT - request: method: put uri: http://backend:5352/source/home:tom:branches:ProjectWithRepo:Update/ProjectWithRepo_package/_meta?user=tom @@ -1365,8 +1337,8 @@ http_interactions: encoding: UTF-8 string: | - Unweaving the Rainbow - Autem at omnis nulla. + His Dark Materials + Fugiat maiores vero laborum. headers: Accept-Encoding: @@ -1387,15 +1359,15 @@ http_interactions: Connection: - close Content-Length: - - '193' + - '197' body: encoding: UTF-8 string: | - Unweaving the Rainbow - Autem at omnis nulla. + His Dark Materials + Fugiat maiores vero laborum. - recorded_at: Wed, 22 Feb 2023 18:06:10 GMT + recorded_at: Fri, 24 Feb 2023 13:38:30 GMT - request: method: post uri: http://backend:5352/source/home:tom:branches:ProjectWithRepo:Update/ProjectWithRepo_package?cmd=branch&noservice=1&opackage=ProjectWithRepo_package&oproject=ProjectWithRepo:Update&user=tom @@ -1427,15 +1399,15 @@ http_interactions: body: encoding: UTF-8 string: | - - 42232744f4274ea47dfbfeeba0c26d9d + + 1e703563fbf840357e53d1d3831378df unknown - + tom - recorded_at: Wed, 22 Feb 2023 18:06:10 GMT + recorded_at: Fri, 24 Feb 2023 13:38:30 GMT - request: method: put uri: http://backend:5352/source/home:tom:branches:ProjectWithRepo:Update/ProjectWithRepo_package/_meta?user=tom @@ -1443,8 +1415,8 @@ http_interactions: encoding: UTF-8 string: | - Unweaving the Rainbow - Autem at omnis nulla. + His Dark Materials + Fugiat maiores vero laborum. headers: Accept-Encoding: @@ -1465,15 +1437,15 @@ http_interactions: Connection: - close Content-Length: - - '193' + - '197' body: encoding: UTF-8 string: | - Unweaving the Rainbow - Autem at omnis nulla. + His Dark Materials + Fugiat maiores vero laborum. - recorded_at: Wed, 22 Feb 2023 18:06:10 GMT + recorded_at: Fri, 24 Feb 2023 13:38:30 GMT - request: method: get uri: http://backend:5352/source/home:tom:branches:ProjectWithRepo:Update/ProjectWithRepo_package @@ -1503,13 +1475,13 @@ http_interactions: body: encoding: UTF-8 string: | - - - - - + + + + + - recorded_at: Wed, 22 Feb 2023 18:06:10 GMT + recorded_at: Fri, 24 Feb 2023 13:38:30 GMT - request: method: get uri: http://backend:5352/source/home:tom:branches:ProjectWithRepo:Update/ProjectWithRepo_package?view=info @@ -1518,7 +1490,7 @@ http_interactions: string: '' headers: X-Request-Id: - - 22ccfd79-e030-4c3e-8f41-28530714ae6b + - 23464854-cc04-484a-a1ef-79c0c3816125 Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -1537,16 +1509,16 @@ http_interactions: Connection: - close Content-Length: - - '435' + - '436' body: encoding: UTF-8 string: | - + bad build configuration, no build type defined or detected - recorded_at: Wed, 22 Feb 2023 18:06:10 GMT + recorded_at: Fri, 24 Feb 2023 13:38:30 GMT - request: method: get uri: http://backend:5352/source/home:tom:branches:ProjectWithRepo:Update/ProjectWithRepo_package @@ -1555,7 +1527,7 @@ http_interactions: string: '' headers: X-Request-Id: - - 22ccfd79-e030-4c3e-8f41-28530714ae6b + - 23464854-cc04-484a-a1ef-79c0c3816125 Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -1578,13 +1550,13 @@ http_interactions: body: encoding: UTF-8 string: | - - - - - + + + + + - recorded_at: Wed, 22 Feb 2023 18:06:10 GMT + recorded_at: Fri, 24 Feb 2023 13:38:30 GMT - request: method: post uri: http://backend:5352/source/home:tom:branches:ProjectWithRepo:Update/ProjectWithRepo_package?cmd=diff&linkrev=base&onlyissues=1&orev=0&view=xml @@ -1616,14 +1588,14 @@ http_interactions: body: encoding: UTF-8 string: | - + - + - recorded_at: Wed, 22 Feb 2023 18:06:10 GMT + recorded_at: Fri, 24 Feb 2023 13:38:30 GMT - request: method: post uri: http://backend:5352/source/home:tom:branches:ProjectWithRepo:Update/ProjectWithRepo_package?cmd=linkdiff&linkrev=base&onlyissues=1&view=xml @@ -1655,12 +1627,12 @@ http_interactions: body: encoding: UTF-8 string: | - - - + + + - recorded_at: Wed, 22 Feb 2023 18:06:10 GMT + recorded_at: Fri, 24 Feb 2023 13:38:30 GMT - request: method: put uri: http://backend:5352/source/home:tom:branches:ProjectWithRepo:Update/_meta?user=tom @@ -1682,7 +1654,7 @@ http_interactions: headers: X-Request-Id: - - 22ccfd79-e030-4c3e-8f41-28530714ae6b + - 23464854-cc04-484a-a1ef-79c0c3816125 Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -1718,7 +1690,7 @@ http_interactions: i586 - recorded_at: Wed, 22 Feb 2023 18:06:10 GMT + recorded_at: Fri, 24 Feb 2023 13:38:30 GMT - request: method: get uri: http://backend:5352/source/home:tom:branches:ProjectWithRepo:Update/ProjectWithRepo_package @@ -1727,7 +1699,7 @@ http_interactions: string: '' headers: X-Request-Id: - - 1aa6fc67-4457-480a-9086-a04600c5fb9a + - daa5280a-5fbb-4caf-9fb9-c0686ed82e3a Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -1750,13 +1722,13 @@ http_interactions: body: encoding: UTF-8 string: | - - - - - + + + + + - recorded_at: Wed, 22 Feb 2023 18:06:10 GMT + recorded_at: Fri, 24 Feb 2023 13:38:30 GMT - request: method: get uri: http://backend:5352/source/ProjectWithRepo:Update/ProjectWithRepo_package @@ -1786,11 +1758,11 @@ http_interactions: body: encoding: UTF-8 string: | - - - + + + - recorded_at: Wed, 22 Feb 2023 18:06:10 GMT + recorded_at: Fri, 24 Feb 2023 13:38:30 GMT - request: method: get uri: http://backend:5352/source/home:tom:branches:ProjectWithRepo:Update/ProjectWithRepo_package @@ -1799,7 +1771,7 @@ http_interactions: string: '' headers: X-Request-Id: - - 1aa6fc67-4457-480a-9086-a04600c5fb9a + - daa5280a-5fbb-4caf-9fb9-c0686ed82e3a Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -1822,16 +1794,16 @@ http_interactions: body: encoding: UTF-8 string: | - - - - - + + + + + - recorded_at: Wed, 22 Feb 2023 18:06:10 GMT + recorded_at: Fri, 24 Feb 2023 13:38:30 GMT - request: method: get - uri: http://backend:5352/source/home:tom:branches:ProjectWithRepo:Update/ProjectWithRepo_package?expand=1&rev=3 + uri: http://backend:5352/source/home:tom:branches:ProjectWithRepo:Update/ProjectWithRepo_package?expand=1&rev=5 body: encoding: US-ASCII string: '' @@ -1854,25 +1826,25 @@ http_interactions: Connection: - close Content-Length: - - '548' + - '549' body: encoding: UTF-8 string: | - - - - + + + + - recorded_at: Wed, 22 Feb 2023 18:06:10 GMT + recorded_at: Fri, 24 Feb 2023 13:38:30 GMT - request: method: get - uri: http://backend:5352/source/home:tom:branches:ProjectWithRepo:Update/ProjectWithRepo_package/_history?deleted=1&meta=1&rev=3 + uri: http://backend:5352/source/home:tom:branches:ProjectWithRepo:Update/ProjectWithRepo_package/_history?deleted=0&meta=0&rev=5 body: encoding: US-ASCII string: '' headers: X-Request-Id: - - 1aa6fc67-4457-480a-9086-a04600c5fb9a + - daa5280a-5fbb-4caf-9fb9-c0686ed82e3a Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -1891,13 +1863,19 @@ http_interactions: Connection: - close Content-Length: - - '31' + - '209' body: encoding: UTF-8 string: | + + 1e703563fbf840357e53d1d3831378df + unknown + + tom + - recorded_at: Wed, 22 Feb 2023 18:06:10 GMT + recorded_at: Fri, 24 Feb 2023 13:38:30 GMT - request: method: get uri: http://backend:5352/source/home:tom:branches:ProjectWithRepo:Update/ProjectWithRepo_package @@ -1906,7 +1884,7 @@ http_interactions: string: '' headers: X-Request-Id: - - 1aa6fc67-4457-480a-9086-a04600c5fb9a + - daa5280a-5fbb-4caf-9fb9-c0686ed82e3a Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -1929,13 +1907,13 @@ http_interactions: body: encoding: UTF-8 string: | - - - - - + + + + + - recorded_at: Wed, 22 Feb 2023 18:06:10 GMT + recorded_at: Fri, 24 Feb 2023 13:38:31 GMT - request: method: get uri: http://backend:5352/source/home:tom:branches:ProjectWithRepo:Update/ProjectWithRepo_package @@ -1944,7 +1922,7 @@ http_interactions: string: '' headers: X-Request-Id: - - 1aa6fc67-4457-480a-9086-a04600c5fb9a + - daa5280a-5fbb-4caf-9fb9-c0686ed82e3a Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -1967,47 +1945,13 @@ http_interactions: body: encoding: UTF-8 string: | - - - - - + + + + + - recorded_at: Wed, 22 Feb 2023 18:06:10 GMT -- request: - method: get - uri: http://backend:5352/source/home:tom:branches:ProjectWithRepo:Update/ProjectWithRepo_package/_history?deleted=1&meta=1 - body: - encoding: US-ASCII - string: '' - headers: - X-Request-Id: - - 1aa6fc67-4457-480a-9086-a04600c5fb9a - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - User-Agent: - - Ruby - response: - status: - code: 200 - message: OK - headers: - Content-Type: - - text/xml - Cache-Control: - - no-cache - Connection: - - close - Content-Length: - - '31' - body: - encoding: UTF-8 - string: | - - - recorded_at: Wed, 22 Feb 2023 18:06:10 GMT + recorded_at: Fri, 24 Feb 2023 13:38:31 GMT - request: method: get uri: http://backend:5352/build/home:tom:branches:ProjectWithRepo:Update/_result?lastbuild=1&locallink=1&multibuild=1&package=ProjectWithRepo_package&view=status @@ -2016,7 +1960,7 @@ http_interactions: string: '' headers: X-Request-Id: - - c6d02066-08c8-4675-802c-88b6bb7a816e + - 5585ebed-244d-492d-b4ea-f94e25e8eccf Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -2042,7 +1986,7 @@ http_interactions: - recorded_at: Wed, 22 Feb 2023 18:06:10 GMT + recorded_at: Fri, 24 Feb 2023 13:38:31 GMT - request: method: get uri: http://backend:5352/build/home:tom:branches:ProjectWithRepo:Update/_result?lastbuild=1&locallink=1&multibuild=1&package=ProjectWithRepo_package&view=status @@ -2051,7 +1995,7 @@ http_interactions: string: '' headers: X-Request-Id: - - 1acac36d-e189-4e96-b0df-18883738cbbf + - d0b07665-6161-42df-a63a-34ff708d05dd Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -2077,7 +2021,7 @@ http_interactions: - recorded_at: Wed, 22 Feb 2023 18:06:10 GMT + recorded_at: Fri, 24 Feb 2023 13:38:31 GMT - request: method: get uri: http://backend:5352/build/home:tom:branches:ProjectWithRepo:Update/_result?lastbuild=0&locallink=1&multibuild=1&package=ProjectWithRepo_package&view=status @@ -2086,7 +2030,7 @@ http_interactions: string: '' headers: X-Request-Id: - - ea61e089-4eb7-4905-ba59-19f2d88a4958 + - 8689c0f7-8085-476b-937d-e8a7c884500f Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -2112,7 +2056,7 @@ http_interactions: - recorded_at: Wed, 22 Feb 2023 18:06:11 GMT + recorded_at: Fri, 24 Feb 2023 13:38:31 GMT - request: method: get uri: http://backend:5352/build/home:tom:branches:ProjectWithRepo:Update/_result?package=ProjectWithRepo_package&view=status @@ -2121,7 +2065,7 @@ http_interactions: string: '' headers: X-Request-Id: - - 769fa86f-5620-47ef-ae04-0b88b8ad76ce + - c05a9c12-4808-4712-821b-2150f30c4b93 Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -2147,7 +2091,7 @@ http_interactions: - recorded_at: Wed, 22 Feb 2023 18:06:11 GMT + recorded_at: Fri, 24 Feb 2023 13:38:31 GMT - request: method: put uri: http://backend:5352/source/home:tom:branches:ProjectWithRepo:Update/ProjectWithRepo_package/DUMMY_FILE @@ -2177,15 +2121,15 @@ http_interactions: body: encoding: UTF-8 string: | - - 6e0e59c49ec80131659564768dd1e126 + + 8670e557cfc1e9c1909c7497b43c3cf4 unknown - + unknown - recorded_at: Wed, 22 Feb 2023 18:06:11 GMT + recorded_at: Fri, 24 Feb 2023 13:38:31 GMT - request: method: get uri: http://backend:5352/build/home:tom:branches:ProjectWithRepo:Update/_result?code=unresolvable&view=status @@ -2194,7 +2138,7 @@ http_interactions: string: '' headers: X-Request-Id: - - c9deb872-877e-43de-8317-53bdb482e349 + - 56d473c7-7b5c-43b6-9bf9-91d848ec5bb1 Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -2220,7 +2164,7 @@ http_interactions: - recorded_at: Wed, 22 Feb 2023 18:06:11 GMT + recorded_at: Fri, 24 Feb 2023 13:38:31 GMT - request: method: get uri: http://backend:5352/source/home:tom:branches:ProjectWithRepo:Update/_keyinfo?donotcreatecert=1&withsslcert=1 @@ -2229,7 +2173,7 @@ http_interactions: string: '' headers: X-Request-Id: - - c9deb872-877e-43de-8317-53bdb482e349 + - 56d473c7-7b5c-43b6-9bf9-91d848ec5bb1 Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -2280,7 +2224,7 @@ http_interactions: -----END PGP PUBLIC KEY BLOCK----- - recorded_at: Wed, 22 Feb 2023 18:06:11 GMT + recorded_at: Fri, 24 Feb 2023 13:38:31 GMT - request: method: get uri: http://backend:5352/build/home:tom:branches:ProjectWithRepo:Update/_result?view=summary @@ -2289,7 +2233,7 @@ http_interactions: string: '' headers: X-Request-Id: - - ee847d21-0712-4e99-9097-71b6c5c212bc + - c5ecd776-c1ce-4680-92b3-33616e2d1c25 Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -2317,7 +2261,7 @@ http_interactions: - recorded_at: Wed, 22 Feb 2023 18:06:11 GMT + recorded_at: Fri, 24 Feb 2023 13:38:31 GMT - request: method: get uri: http://backend:5352/source/home:tom:branches:ProjectWithRepo:Update/ProjectWithRepo_package @@ -2326,7 +2270,7 @@ http_interactions: string: '' headers: X-Request-Id: - - a40482d9-e64c-494e-90b3-9562f30de212 + - 27cdc2cb-d97f-4806-b981-27a5f61a1d6d Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -2349,14 +2293,14 @@ http_interactions: body: encoding: UTF-8 string: | - - + + - - - + + + - recorded_at: Wed, 22 Feb 2023 18:06:12 GMT + recorded_at: Fri, 24 Feb 2023 13:38:32 GMT - request: method: get uri: http://backend:5352/source/home:tom:branches:ProjectWithRepo:Update/ProjectWithRepo_package @@ -2365,7 +2309,7 @@ http_interactions: string: '' headers: X-Request-Id: - - a40482d9-e64c-494e-90b3-9562f30de212 + - 27cdc2cb-d97f-4806-b981-27a5f61a1d6d Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -2388,14 +2332,14 @@ http_interactions: body: encoding: UTF-8 string: | - - + + - - - + + + - recorded_at: Wed, 22 Feb 2023 18:06:12 GMT + recorded_at: Fri, 24 Feb 2023 13:38:32 GMT - request: method: get uri: http://backend:5352/source/home:tom:branches:ProjectWithRepo:Update/ProjectWithRepo_package @@ -2404,7 +2348,7 @@ http_interactions: string: '' headers: X-Request-Id: - - a40482d9-e64c-494e-90b3-9562f30de212 + - 27cdc2cb-d97f-4806-b981-27a5f61a1d6d Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -2427,14 +2371,14 @@ http_interactions: body: encoding: UTF-8 string: | - - + + - - - + + + - recorded_at: Wed, 22 Feb 2023 18:06:12 GMT + recorded_at: Fri, 24 Feb 2023 13:38:32 GMT - request: method: post uri: http://backend:5352/source/home:tom:branches:ProjectWithRepo:Update/ProjectWithRepo_package?cmd=diff&expand=1&nodiff=1&opackage=ProjectWithRepo_package&oproject=ProjectWithRepo:Update @@ -2445,7 +2389,7 @@ http_interactions: Content-Type: - application/octet-stream X-Request-Id: - - a40482d9-e64c-494e-90b3-9562f30de212 + - 27cdc2cb-d97f-4806-b981-27a5f61a1d6d Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -2479,7 +2423,7 @@ http_interactions: ++++++ DUMMY_FILE (new) --- DUMMY_FILE +++ DUMMY_FILE - recorded_at: Wed, 22 Feb 2023 18:06:12 GMT + recorded_at: Fri, 24 Feb 2023 13:38:32 GMT - request: method: get uri: http://backend:5352/source/home:tom:branches:ProjectWithRepo:Update/ProjectWithRepo_package?expand=1 @@ -2488,7 +2432,7 @@ http_interactions: string: '' headers: X-Request-Id: - - a40482d9-e64c-494e-90b3-9562f30de212 + - 27cdc2cb-d97f-4806-b981-27a5f61a1d6d Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -2511,13 +2455,13 @@ http_interactions: body: encoding: UTF-8 string: | - - + + - - + + - recorded_at: Wed, 22 Feb 2023 18:06:12 GMT + recorded_at: Fri, 24 Feb 2023 13:38:32 GMT - request: method: get uri: http://backend:5352/source/home:tom:branches:ProjectWithRepo:Update/ProjectWithRepo_package @@ -2526,7 +2470,7 @@ http_interactions: string: '' headers: X-Request-Id: - - a40482d9-e64c-494e-90b3-9562f30de212 + - 27cdc2cb-d97f-4806-b981-27a5f61a1d6d Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -2549,17 +2493,17 @@ http_interactions: body: encoding: UTF-8 string: | - - + + - - - + + + - recorded_at: Wed, 22 Feb 2023 18:06:12 GMT + recorded_at: Fri, 24 Feb 2023 13:38:32 GMT - request: method: post - uri: http://backend:5352/source/home:tom:branches:ProjectWithRepo:Update/ProjectWithRepo_package?cmd=diff&expand=1&filelimit=10000&opackage=ProjectWithRepo_package&oproject=ProjectWithRepo:Update&rev=620fcea8705aeeea23c1acb8fd6ac73c&tarlimit=10000&view=xml&withissues=1 + uri: http://backend:5352/source/home:tom:branches:ProjectWithRepo:Update/ProjectWithRepo_package?cmd=diff&expand=1&filelimit=10000&opackage=ProjectWithRepo_package&oproject=ProjectWithRepo:Update&rev=62c142f722308d74d04032efc28a667b&tarlimit=10000&view=xml&withissues=1 body: encoding: UTF-8 string: '' @@ -2567,7 +2511,7 @@ http_interactions: Content-Type: - application/octet-stream X-Request-Id: - - a40482d9-e64c-494e-90b3-9562f30de212 + - 27cdc2cb-d97f-4806-b981-27a5f61a1d6d Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -2590,9 +2534,9 @@ http_interactions: body: encoding: UTF-8 string: | - - - + + + @@ -2605,7 +2549,7 @@ http_interactions: - recorded_at: Wed, 22 Feb 2023 18:06:12 GMT + recorded_at: Fri, 24 Feb 2023 13:38:32 GMT - request: method: get uri: http://backend:5352/build/home:tom:branches:ProjectWithRepo:Update/_result?code=unresolvable&view=status @@ -2614,7 +2558,7 @@ http_interactions: string: '' headers: X-Request-Id: - - 64c6c466-aaa5-4e4a-85f7-0bb9584e023c + - 82761208-ec4c-4fb6-be3c-b3ecd5742b2c Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -2640,7 +2584,7 @@ http_interactions: - recorded_at: Wed, 22 Feb 2023 18:06:12 GMT + recorded_at: Fri, 24 Feb 2023 13:38:33 GMT - request: method: get uri: http://backend:5352/build/home:tom:branches:ProjectWithRepo:Update/_result?view=summary @@ -2649,7 +2593,7 @@ http_interactions: string: '' headers: X-Request-Id: - - e758b371-80a0-4c45-bae7-78994a41ca58 + - b0b2877a-f96f-446e-85c3-e2b2c73cc073 Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -2677,7 +2621,7 @@ http_interactions: - recorded_at: Wed, 22 Feb 2023 18:06:12 GMT + recorded_at: Fri, 24 Feb 2023 13:38:33 GMT - request: method: get uri: http://backend:5352/source/home:tom:branches:ProjectWithRepo:Update/ProjectWithRepo_package @@ -2686,7 +2630,7 @@ http_interactions: string: '' headers: X-Request-Id: - - 4b2496a9-64ea-4ae4-a886-18d7eec4d553 + - '05145981-3fbc-44d2-8125-b182458c75c6' Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -2709,17 +2653,17 @@ http_interactions: body: encoding: UTF-8 string: | - - + + - - - + + + - recorded_at: Wed, 22 Feb 2023 18:06:15 GMT + recorded_at: Fri, 24 Feb 2023 13:38:35 GMT - request: method: post - uri: http://backend:5352/source/home:tom:branches:ProjectWithRepo:Update/ProjectWithRepo_package?cmd=diff&expand=1&filelimit=10000&opackage=ProjectWithRepo_package&oproject=ProjectWithRepo:Update&rev=620fcea8705aeeea23c1acb8fd6ac73c&tarlimit=10000&view=xml&withissues=1 + uri: http://backend:5352/source/home:tom:branches:ProjectWithRepo:Update/ProjectWithRepo_package?cmd=diff&expand=1&filelimit=10000&opackage=ProjectWithRepo_package&oproject=ProjectWithRepo:Update&rev=62c142f722308d74d04032efc28a667b&tarlimit=10000&view=xml&withissues=1 body: encoding: UTF-8 string: '' @@ -2727,7 +2671,7 @@ http_interactions: Content-Type: - application/octet-stream X-Request-Id: - - 4b2496a9-64ea-4ae4-a886-18d7eec4d553 + - '05145981-3fbc-44d2-8125-b182458c75c6' Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -2750,9 +2694,9 @@ http_interactions: body: encoding: UTF-8 string: | - - - + + + @@ -2765,7 +2709,7 @@ http_interactions: - recorded_at: Wed, 22 Feb 2023 18:06:15 GMT + recorded_at: Fri, 24 Feb 2023 13:38:35 GMT - request: method: get uri: http://backend:5352/build/home:tom:branches:ProjectWithRepo:Update/_result?lastbuild=0&locallink=1&multibuild=1&package=ProjectWithRepo_package&view=status @@ -2774,7 +2718,7 @@ http_interactions: string: '' headers: X-Request-Id: - - fa10f835-91d8-4593-90d2-0072840cdc0f + - 3eaea685-a9ae-40e2-82d6-7e0c9508c763 Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -2800,7 +2744,7 @@ http_interactions: - recorded_at: Wed, 22 Feb 2023 18:06:15 GMT + recorded_at: Fri, 24 Feb 2023 13:38:35 GMT - request: method: get uri: http://backend:5352/build/home:tom:branches:ProjectWithRepo:Update/_result?package=ProjectWithRepo_package&view=status @@ -2809,7 +2753,7 @@ http_interactions: string: '' headers: X-Request-Id: - - b32e44dd-d23a-4f0a-9b97-1c638c3ce151 + - 86e33ed9-7acc-42c0-90a8-1bfe8c1b301a Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -2835,7 +2779,7 @@ http_interactions: - recorded_at: Wed, 22 Feb 2023 18:06:15 GMT + recorded_at: Fri, 24 Feb 2023 13:38:35 GMT - request: method: get uri: http://backend:5352/source/home:tom:branches:ProjectWithRepo:Update/ProjectWithRepo_package @@ -2844,7 +2788,7 @@ http_interactions: string: '' headers: X-Request-Id: - - '09394bb3-2da9-40db-b0ba-b0040128ffef' + - 17029429-ee80-4065-893f-d9c17214acaa Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -2867,23 +2811,23 @@ http_interactions: body: encoding: UTF-8 string: | - - + + - - - + + + - recorded_at: Wed, 22 Feb 2023 18:06:15 GMT + recorded_at: Fri, 24 Feb 2023 13:38:35 GMT - request: method: get - uri: http://backend:5352/source/home:tom:branches:ProjectWithRepo:Update/ProjectWithRepo_package?expand=1&rev=620fcea8705aeeea23c1acb8fd6ac73c + uri: http://backend:5352/source/home:tom:branches:ProjectWithRepo:Update/ProjectWithRepo_package?expand=1&rev=62c142f722308d74d04032efc28a667b body: encoding: US-ASCII string: '' headers: X-Request-Id: - - '09394bb3-2da9-40db-b0ba-b0040128ffef' + - 17029429-ee80-4065-893f-d9c17214acaa Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -2906,22 +2850,22 @@ http_interactions: body: encoding: UTF-8 string: | - - + + - - + + - recorded_at: Wed, 22 Feb 2023 18:06:15 GMT + recorded_at: Fri, 24 Feb 2023 13:38:35 GMT - request: method: get - uri: http://backend:5352/source/home:tom:branches:ProjectWithRepo:Update/ProjectWithRepo_package?expand=1&rev=620fcea8705aeeea23c1acb8fd6ac73c + uri: http://backend:5352/source/home:tom:branches:ProjectWithRepo:Update/ProjectWithRepo_package?expand=1&rev=62c142f722308d74d04032efc28a667b body: encoding: US-ASCII string: '' headers: X-Request-Id: - - '09394bb3-2da9-40db-b0ba-b0040128ffef' + - 17029429-ee80-4065-893f-d9c17214acaa Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -2944,13 +2888,13 @@ http_interactions: body: encoding: UTF-8 string: | - - + + - - + + - recorded_at: Wed, 22 Feb 2023 18:06:15 GMT + recorded_at: Fri, 24 Feb 2023 13:38:35 GMT - request: method: put uri: http://backend:5352/source/MaintenanceProject:0/_meta?requestid=1&user=maintenance_coord @@ -2971,7 +2915,7 @@ http_interactions: headers: X-Request-Id: - - '09394bb3-2da9-40db-b0ba-b0040128ffef' + - 17029429-ee80-4065-893f-d9c17214acaa Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -3006,7 +2950,7 @@ http_interactions: - recorded_at: Wed, 22 Feb 2023 18:06:15 GMT + recorded_at: Fri, 24 Feb 2023 13:38:36 GMT - request: method: get uri: http://backend:5352/source/home:tom:branches:ProjectWithRepo:Update/ProjectWithRepo_package @@ -3015,7 +2959,7 @@ http_interactions: string: '' headers: X-Request-Id: - - '09394bb3-2da9-40db-b0ba-b0040128ffef' + - 17029429-ee80-4065-893f-d9c17214acaa Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -3038,14 +2982,14 @@ http_interactions: body: encoding: UTF-8 string: | - - + + - - - + + + - recorded_at: Wed, 22 Feb 2023 18:06:15 GMT + recorded_at: Fri, 24 Feb 2023 13:38:36 GMT - request: method: post uri: http://backend:5352/search/package/id?match=(linkinfo/@package=%22ProjectWithRepo_package%22%20and%20linkinfo/@project=%22ProjectWithRepo:Update%22%20and%20starts-with(@project,%22MaintenanceProject:%22)) @@ -3056,7 +3000,7 @@ http_interactions: Content-Type: - application/octet-stream X-Request-Id: - - '09394bb3-2da9-40db-b0ba-b0040128ffef' + - 17029429-ee80-4065-893f-d9c17214acaa Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -3082,7 +3026,7 @@ http_interactions: - recorded_at: Wed, 22 Feb 2023 18:06:15 GMT + recorded_at: Fri, 24 Feb 2023 13:38:36 GMT - request: method: post uri: http://backend:5352/search/package/id?match=(linkinfo/@package=%22ProjectWithRepo_package%22%20and%20linkinfo/@project=%22ProjectWithRepo%22%20and%20@project=%22ProjectWithRepo%22) @@ -3116,7 +3060,7 @@ http_interactions: string: | - recorded_at: Wed, 22 Feb 2023 18:06:15 GMT + recorded_at: Fri, 24 Feb 2023 13:38:36 GMT - request: method: put uri: http://backend:5352/source/MaintenanceProject:0/ProjectWithRepo_package.ProjectWithRepo_Update/_meta?user=maintenance_coord @@ -3124,8 +3068,8 @@ http_interactions: encoding: UTF-8 string: | - Unweaving the Rainbow - Autem at omnis nulla. + His Dark Materials + Fugiat maiores vero laborum. ProjectWithRepo_package headers: @@ -3147,16 +3091,16 @@ http_interactions: Connection: - close Content-Length: - - '249' + - '253' body: encoding: UTF-8 string: | - Unweaving the Rainbow - Autem at omnis nulla. + His Dark Materials + Fugiat maiores vero laborum. ProjectWithRepo_package - recorded_at: Wed, 22 Feb 2023 18:06:15 GMT + recorded_at: Fri, 24 Feb 2023 13:38:36 GMT - request: method: post uri: http://backend:5352/source/MaintenanceProject:0/ProjectWithRepo_package.ProjectWithRepo_Update?cmd=branch&extendvrev=1&noservice=1&opackage=ProjectWithRepo_package&oproject=ProjectWithRepo:Update&user=maintenance_coord @@ -3188,15 +3132,15 @@ http_interactions: body: encoding: UTF-8 string: | - - b282555378ff0a2c77152620aa519de7 + + b35b2e7185d0622bb92a4c684c205202 unknown - + maintenance_coord - recorded_at: Wed, 22 Feb 2023 18:06:16 GMT + recorded_at: Fri, 24 Feb 2023 13:38:36 GMT - request: method: put uri: http://backend:5352/source/MaintenanceProject:0/ProjectWithRepo_package.ProjectWithRepo_Update/_meta?user=maintenance_coord @@ -3204,8 +3148,8 @@ http_interactions: encoding: UTF-8 string: | - Unweaving the Rainbow - Autem at omnis nulla. + His Dark Materials + Fugiat maiores vero laborum. ProjectWithRepo_package headers: @@ -3227,16 +3171,16 @@ http_interactions: Connection: - close Content-Length: - - '249' + - '253' body: encoding: UTF-8 string: | - Unweaving the Rainbow - Autem at omnis nulla. + His Dark Materials + Fugiat maiores vero laborum. ProjectWithRepo_package - recorded_at: Wed, 22 Feb 2023 18:06:16 GMT + recorded_at: Fri, 24 Feb 2023 13:38:36 GMT - request: method: get uri: http://backend:5352/source/MaintenanceProject:0/ProjectWithRepo_package.ProjectWithRepo_Update @@ -3266,13 +3210,13 @@ http_interactions: body: encoding: UTF-8 string: | - - - - - + + + + + - recorded_at: Wed, 22 Feb 2023 18:06:16 GMT + recorded_at: Fri, 24 Feb 2023 13:38:36 GMT - request: method: get uri: http://backend:5352/source/MaintenanceProject:0/ProjectWithRepo_package.ProjectWithRepo_Update?view=info @@ -3281,7 +3225,7 @@ http_interactions: string: '' headers: X-Request-Id: - - '09394bb3-2da9-40db-b0ba-b0040128ffef' + - 17029429-ee80-4065-893f-d9c17214acaa Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -3304,12 +3248,12 @@ http_interactions: body: encoding: UTF-8 string: | - + bad build configuration, no build type defined or detected - recorded_at: Wed, 22 Feb 2023 18:06:16 GMT + recorded_at: Fri, 24 Feb 2023 13:38:36 GMT - request: method: get uri: http://backend:5352/source/MaintenanceProject:0/ProjectWithRepo_package.ProjectWithRepo_Update @@ -3318,7 +3262,7 @@ http_interactions: string: '' headers: X-Request-Id: - - '09394bb3-2da9-40db-b0ba-b0040128ffef' + - 17029429-ee80-4065-893f-d9c17214acaa Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -3341,13 +3285,13 @@ http_interactions: body: encoding: UTF-8 string: | - - - - - + + + + + - recorded_at: Wed, 22 Feb 2023 18:06:16 GMT + recorded_at: Fri, 24 Feb 2023 13:38:36 GMT - request: method: post uri: http://backend:5352/source/MaintenanceProject:0/ProjectWithRepo_package.ProjectWithRepo_Update?cmd=diff&linkrev=base&onlyissues=1&orev=0&view=xml @@ -3379,14 +3323,14 @@ http_interactions: body: encoding: UTF-8 string: | - + - + - recorded_at: Wed, 22 Feb 2023 18:06:16 GMT + recorded_at: Fri, 24 Feb 2023 13:38:36 GMT - request: method: post uri: http://backend:5352/source/MaintenanceProject:0/ProjectWithRepo_package.ProjectWithRepo_Update?cmd=linkdiff&linkrev=base&onlyissues=1&view=xml @@ -3418,14 +3362,14 @@ http_interactions: body: encoding: UTF-8 string: | - - - + + + - recorded_at: Wed, 22 Feb 2023 18:06:16 GMT + recorded_at: Fri, 24 Feb 2023 13:38:36 GMT - request: method: put uri: http://backend:5352/source/MaintenanceProject:0/ProjectWithRepo_package.ProjectWithRepo_Update/_meta?user=maintenance_coord @@ -3433,8 +3377,8 @@ http_interactions: encoding: UTF-8 string: | - Unweaving the Rainbow - Autem at omnis nulla. + His Dark Materials + Fugiat maiores vero laborum. ProjectWithRepo_package @@ -3459,19 +3403,19 @@ http_interactions: Connection: - close Content-Length: - - '320' + - '324' body: encoding: UTF-8 string: | - Unweaving the Rainbow - Autem at omnis nulla. + His Dark Materials + Fugiat maiores vero laborum. ProjectWithRepo_package - recorded_at: Wed, 22 Feb 2023 18:06:16 GMT + recorded_at: Fri, 24 Feb 2023 13:38:36 GMT - request: method: get uri: http://backend:5352/source/MaintenanceProject:0/ProjectWithRepo_package.ProjectWithRepo_Update @@ -3480,7 +3424,7 @@ http_interactions: string: '' headers: X-Request-Id: - - '09394bb3-2da9-40db-b0ba-b0040128ffef' + - 17029429-ee80-4065-893f-d9c17214acaa Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -3503,13 +3447,13 @@ http_interactions: body: encoding: UTF-8 string: | - - - - - + + + + + - recorded_at: Wed, 22 Feb 2023 18:06:16 GMT + recorded_at: Fri, 24 Feb 2023 13:38:36 GMT - request: method: get uri: http://backend:5352/source/MaintenanceProject:0/ProjectWithRepo_package.ProjectWithRepo_Update @@ -3518,7 +3462,7 @@ http_interactions: string: '' headers: X-Request-Id: - - '09394bb3-2da9-40db-b0ba-b0040128ffef' + - 17029429-ee80-4065-893f-d9c17214acaa Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -3541,13 +3485,13 @@ http_interactions: body: encoding: UTF-8 string: | - - - - - + + + + + - recorded_at: Wed, 22 Feb 2023 18:06:16 GMT + recorded_at: Fri, 24 Feb 2023 13:38:36 GMT - request: method: get uri: http://backend:5352/source/MaintenanceProject:0/ProjectWithRepo_package.ProjectWithRepo_Update @@ -3556,7 +3500,7 @@ http_interactions: string: '' headers: X-Request-Id: - - '09394bb3-2da9-40db-b0ba-b0040128ffef' + - 17029429-ee80-4065-893f-d9c17214acaa Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -3579,13 +3523,13 @@ http_interactions: body: encoding: UTF-8 string: | - - - - - + + + + + - recorded_at: Wed, 22 Feb 2023 18:06:16 GMT + recorded_at: Fri, 24 Feb 2023 13:38:36 GMT - request: method: post uri: http://backend:5352/search/package/id?match=(linkinfo/@package=%22ProjectWithRepo_package%22%20and%20linkinfo/@project=%22ProjectWithRepo%22%20and%20@project=%22ProjectWithRepo%22) @@ -3619,7 +3563,7 @@ http_interactions: string: | - recorded_at: Wed, 22 Feb 2023 18:06:16 GMT + recorded_at: Fri, 24 Feb 2023 13:38:37 GMT - request: method: put uri: http://backend:5352/source/MaintenanceProject:0/_meta?user=maintenance_coord @@ -3645,7 +3589,7 @@ http_interactions: headers: X-Request-Id: - - '09394bb3-2da9-40db-b0ba-b0040128ffef' + - 17029429-ee80-4065-893f-d9c17214acaa Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -3685,7 +3629,7 @@ http_interactions: i586 - recorded_at: Wed, 22 Feb 2023 18:06:16 GMT + recorded_at: Fri, 24 Feb 2023 13:38:37 GMT - request: method: put uri: http://backend:5352/source/MaintenanceProject:0/_meta?user=maintenance_coord @@ -3711,7 +3655,7 @@ http_interactions: headers: X-Request-Id: - - '09394bb3-2da9-40db-b0ba-b0040128ffef' + - 17029429-ee80-4065-893f-d9c17214acaa Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -3751,10 +3695,10 @@ http_interactions: i586 - recorded_at: Wed, 22 Feb 2023 18:06:16 GMT + recorded_at: Fri, 24 Feb 2023 13:38:37 GMT - request: method: post - uri: http://backend:5352/source/MaintenanceProject:0/ProjectWithRepo_package.ProjectWithRepo_Update?cmd=copy&comment=Maintenance%20incident%20copy%20from%20project%20home:tom:branches:ProjectWithRepo:Update&expand=1&keeplink=1&opackage=ProjectWithRepo_package&oproject=home:tom:branches:ProjectWithRepo:Update&orev=620fcea8705aeeea23c1acb8fd6ac73c&requestid=1&user=maintenance_coord&withacceptinfo=1 + uri: http://backend:5352/source/MaintenanceProject:0/ProjectWithRepo_package.ProjectWithRepo_Update?cmd=copy&comment=Maintenance%20incident%20copy%20from%20project%20home:tom:branches:ProjectWithRepo:Update&expand=1&keeplink=1&opackage=ProjectWithRepo_package&oproject=home:tom:branches:ProjectWithRepo:Update&orev=62c142f722308d74d04032efc28a667b&requestid=1&user=maintenance_coord&withacceptinfo=1 body: encoding: UTF-8 string: '' @@ -3762,7 +3706,7 @@ http_interactions: Content-Type: - application/octet-stream X-Request-Id: - - '09394bb3-2da9-40db-b0ba-b0040128ffef' + - 17029429-ee80-4065-893f-d9c17214acaa Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -3785,16 +3729,16 @@ http_interactions: body: encoding: UTF-8 string: | - - 96667e65796c53042942660dd9f7f37c + + 06366877f475e2931505b2e4a5c45bdc unknown - + maintenance_coord Maintenance incident copy from project home:tom:branches:ProjectWithRepo:Update 1 - + - recorded_at: Wed, 22 Feb 2023 18:06:17 GMT + recorded_at: Fri, 24 Feb 2023 13:38:37 GMT - request: method: put uri: http://backend:5352/source/MaintenanceProject:0/ProjectWithRepo_package.ProjectWithRepo_Update/_meta?user=maintenance_coord @@ -3802,8 +3746,8 @@ http_interactions: encoding: UTF-8 string: | - Unweaving the Rainbow - Autem at omnis nulla. + His Dark Materials + Fugiat maiores vero laborum. ProjectWithRepo_package @@ -3828,19 +3772,19 @@ http_interactions: Connection: - close Content-Length: - - '320' + - '324' body: encoding: UTF-8 string: | - Unweaving the Rainbow - Autem at omnis nulla. + His Dark Materials + Fugiat maiores vero laborum. ProjectWithRepo_package - recorded_at: Wed, 22 Feb 2023 18:06:17 GMT + recorded_at: Fri, 24 Feb 2023 13:38:37 GMT - request: method: get uri: http://backend:5352/source/MaintenanceProject:0/ProjectWithRepo_package.ProjectWithRepo_Update @@ -3870,14 +3814,14 @@ http_interactions: body: encoding: UTF-8 string: | - - + + - - - + + + - recorded_at: Wed, 22 Feb 2023 18:06:17 GMT + recorded_at: Fri, 24 Feb 2023 13:38:37 GMT - request: method: get uri: http://backend:5352/source/MaintenanceProject:0/ProjectWithRepo_package.ProjectWithRepo_Update?view=info @@ -3886,7 +3830,7 @@ http_interactions: string: '' headers: X-Request-Id: - - '09394bb3-2da9-40db-b0ba-b0040128ffef' + - 17029429-ee80-4065-893f-d9c17214acaa Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -3909,12 +3853,12 @@ http_interactions: body: encoding: UTF-8 string: | - + bad build configuration, no build type defined or detected - recorded_at: Wed, 22 Feb 2023 18:06:17 GMT + recorded_at: Fri, 24 Feb 2023 13:38:37 GMT - request: method: get uri: http://backend:5352/source/MaintenanceProject:0/ProjectWithRepo_package.ProjectWithRepo_Update @@ -3923,7 +3867,7 @@ http_interactions: string: '' headers: X-Request-Id: - - '09394bb3-2da9-40db-b0ba-b0040128ffef' + - 17029429-ee80-4065-893f-d9c17214acaa Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -3946,14 +3890,14 @@ http_interactions: body: encoding: UTF-8 string: | - - + + - - - + + + - recorded_at: Wed, 22 Feb 2023 18:06:17 GMT + recorded_at: Fri, 24 Feb 2023 13:38:37 GMT - request: method: post uri: http://backend:5352/source/MaintenanceProject:0/ProjectWithRepo_package.ProjectWithRepo_Update?cmd=diff&linkrev=base&onlyissues=1&orev=0&view=xml @@ -3985,14 +3929,14 @@ http_interactions: body: encoding: UTF-8 string: | - + - + - recorded_at: Wed, 22 Feb 2023 18:06:17 GMT + recorded_at: Fri, 24 Feb 2023 13:38:37 GMT - request: method: post uri: http://backend:5352/source/MaintenanceProject:0/ProjectWithRepo_package.ProjectWithRepo_Update?cmd=linkdiff&linkrev=base&onlyissues=1&view=xml @@ -4024,14 +3968,14 @@ http_interactions: body: encoding: UTF-8 string: | - - - + + + - recorded_at: Wed, 22 Feb 2023 18:06:17 GMT + recorded_at: Fri, 24 Feb 2023 13:38:37 GMT - request: method: put uri: http://backend:5352/source/MaintenanceProject:0/_meta?comment=maintenance_incident%20request%201&requestid=1&user=maintenance_coord @@ -4057,7 +4001,7 @@ http_interactions: headers: X-Request-Id: - - '09394bb3-2da9-40db-b0ba-b0040128ffef' + - 17029429-ee80-4065-893f-d9c17214acaa Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -4097,7 +4041,7 @@ http_interactions: i586 - recorded_at: Wed, 22 Feb 2023 18:06:17 GMT + recorded_at: Fri, 24 Feb 2023 13:38:37 GMT - request: method: put uri: http://backend:5352/source/MaintenanceProject:0/patchinfo/_meta?user=maintenance_coord @@ -4153,7 +4097,7 @@ http_interactions: - recorded_at: Wed, 22 Feb 2023 18:06:17 GMT + recorded_at: Fri, 24 Feb 2023 13:38:37 GMT - request: method: put uri: http://backend:5352/source/MaintenanceProject:0/patchinfo/_patchinfo?comment=generated%20by%20request%20id%201%20accept%20call&user=maintenance_coord @@ -4169,7 +4113,7 @@ http_interactions: headers: X-Request-Id: - - '09394bb3-2da9-40db-b0ba-b0040128ffef' + - 17029429-ee80-4065-893f-d9c17214acaa Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -4192,15 +4136,15 @@ http_interactions: body: encoding: UTF-8 string: | - + 53b684c8c2dbc9672bb230d024c87a14 unknown - + maintenance_coord generated by request id 1 accept call - recorded_at: Wed, 22 Feb 2023 18:06:17 GMT + recorded_at: Fri, 24 Feb 2023 13:38:37 GMT - request: method: put uri: http://backend:5352/source/MaintenanceProject:0/patchinfo/_meta?user=maintenance_coord @@ -4256,7 +4200,7 @@ http_interactions: - recorded_at: Wed, 22 Feb 2023 18:06:17 GMT + recorded_at: Fri, 24 Feb 2023 13:38:37 GMT - request: method: get uri: http://backend:5352/source/MaintenanceProject:0/patchinfo @@ -4286,10 +4230,10 @@ http_interactions: body: encoding: UTF-8 string: | - + - recorded_at: Wed, 22 Feb 2023 18:06:17 GMT + recorded_at: Fri, 24 Feb 2023 13:38:37 GMT - request: method: get uri: http://backend:5352/source/MaintenanceProject:0/patchinfo?view=info @@ -4298,7 +4242,7 @@ http_interactions: string: '' headers: X-Request-Id: - - '09394bb3-2da9-40db-b0ba-b0040128ffef' + - 17029429-ee80-4065-893f-d9c17214acaa Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -4321,10 +4265,10 @@ http_interactions: body: encoding: UTF-8 string: | - + _patchinfo - recorded_at: Wed, 22 Feb 2023 18:06:17 GMT + recorded_at: Fri, 24 Feb 2023 13:38:37 GMT - request: method: get uri: http://backend:5352/source/MaintenanceProject:0/patchinfo @@ -4333,7 +4277,7 @@ http_interactions: string: '' headers: X-Request-Id: - - '09394bb3-2da9-40db-b0ba-b0040128ffef' + - 17029429-ee80-4065-893f-d9c17214acaa Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -4356,10 +4300,10 @@ http_interactions: body: encoding: UTF-8 string: | - + - recorded_at: Wed, 22 Feb 2023 18:06:17 GMT + recorded_at: Fri, 24 Feb 2023 13:38:38 GMT - request: method: get uri: http://backend:5352/source/MaintenanceProject:0/patchinfo/_patchinfo @@ -4396,7 +4340,7 @@ http_interactions: I want the update I want the update - recorded_at: Wed, 22 Feb 2023 18:06:17 GMT + recorded_at: Fri, 24 Feb 2023 13:38:38 GMT - request: method: get uri: http://backend:5352/build/MaintenanceProject:0/_result?view=binarylist @@ -4405,7 +4349,7 @@ http_interactions: string: '' headers: X-Request-Id: - - baf3d471-d263-41c9-a51d-da7582143ddc + - '058adede-f54f-4598-821f-50991984de22' Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -4431,7 +4375,7 @@ http_interactions: - recorded_at: Wed, 22 Feb 2023 18:06:17 GMT + recorded_at: Fri, 24 Feb 2023 13:38:38 GMT - request: method: get uri: http://backend:5352/source/MaintenanceProject:0/patchinfo/_patchinfo @@ -4468,7 +4412,7 @@ http_interactions: I want the update I want the update - recorded_at: Wed, 22 Feb 2023 18:06:17 GMT + recorded_at: Fri, 24 Feb 2023 13:38:38 GMT - request: method: get uri: http://backend:5352/source/MaintenanceProject:0/patchinfo/_patchinfo @@ -4505,7 +4449,7 @@ http_interactions: I want the update I want the update - recorded_at: Wed, 22 Feb 2023 18:06:18 GMT + recorded_at: Fri, 24 Feb 2023 13:38:38 GMT - request: method: get uri: http://backend:5352/build/MaintenanceProject:0/_result?view=binarylist @@ -4514,7 +4458,7 @@ http_interactions: string: '' headers: X-Request-Id: - - 64d96ae1-d263-45d0-9696-76875b4df5b8 + - b7081406-15ef-45cf-8a14-f7f96f6ce396 Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -4540,7 +4484,7 @@ http_interactions: - recorded_at: Wed, 22 Feb 2023 18:06:18 GMT + recorded_at: Fri, 24 Feb 2023 13:38:39 GMT - request: method: get uri: http://backend:5352/source/MaintenanceProject:0/patchinfo/_patchinfo @@ -4577,7 +4521,7 @@ http_interactions: I want the update I want the update - recorded_at: Wed, 22 Feb 2023 18:06:18 GMT + recorded_at: Fri, 24 Feb 2023 13:38:39 GMT - request: method: get uri: http://backend:5352/source/MaintenanceProject:0/patchinfo/_patchinfo @@ -4614,7 +4558,7 @@ http_interactions: I want the update I want the update - recorded_at: Wed, 22 Feb 2023 18:06:18 GMT + recorded_at: Fri, 24 Feb 2023 13:38:39 GMT - request: method: put uri: http://backend:5352/source/MaintenanceProject:0/patchinfo/_patchinfo?user=maintenance_coord @@ -4631,7 +4575,7 @@ http_interactions: headers: X-Request-Id: - - 64d96ae1-d263-45d0-9696-76875b4df5b8 + - b7081406-15ef-45cf-8a14-f7f96f6ce396 Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -4654,15 +4598,15 @@ http_interactions: body: encoding: UTF-8 string: | - + d07dfcdc0bb71ab61e7d0c85c4a68c71 unknown - + maintenance_coord - recorded_at: Wed, 22 Feb 2023 18:06:18 GMT + recorded_at: Fri, 24 Feb 2023 13:38:39 GMT - request: method: put uri: http://backend:5352/source/MaintenanceProject:0/patchinfo/_meta?user=maintenance_coord @@ -4718,7 +4662,7 @@ http_interactions: - recorded_at: Wed, 22 Feb 2023 18:06:18 GMT + recorded_at: Fri, 24 Feb 2023 13:38:39 GMT - request: method: get uri: http://backend:5352/source/MaintenanceProject:0/patchinfo @@ -4748,10 +4692,10 @@ http_interactions: body: encoding: UTF-8 string: | - + - recorded_at: Wed, 22 Feb 2023 18:06:18 GMT + recorded_at: Fri, 24 Feb 2023 13:38:39 GMT - request: method: get uri: http://backend:5352/source/MaintenanceProject:0/patchinfo?view=info @@ -4760,7 +4704,7 @@ http_interactions: string: '' headers: X-Request-Id: - - 64d96ae1-d263-45d0-9696-76875b4df5b8 + - b7081406-15ef-45cf-8a14-f7f96f6ce396 Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -4783,10 +4727,10 @@ http_interactions: body: encoding: UTF-8 string: | - + _patchinfo - recorded_at: Wed, 22 Feb 2023 18:06:19 GMT + recorded_at: Fri, 24 Feb 2023 13:38:39 GMT - request: method: get uri: http://backend:5352/source/MaintenanceProject:0/patchinfo @@ -4795,7 +4739,7 @@ http_interactions: string: '' headers: X-Request-Id: - - 64d96ae1-d263-45d0-9696-76875b4df5b8 + - b7081406-15ef-45cf-8a14-f7f96f6ce396 Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -4818,10 +4762,10 @@ http_interactions: body: encoding: UTF-8 string: | - + - recorded_at: Wed, 22 Feb 2023 18:06:19 GMT + recorded_at: Fri, 24 Feb 2023 13:38:39 GMT - request: method: get uri: http://backend:5352/source/MaintenanceProject:0/patchinfo/_patchinfo @@ -4859,7 +4803,7 @@ http_interactions: Fixes nothing, Fixes nothing, Fixes nothing, Fixes nothing, Fixes nothing, Fixes nothing locked! - recorded_at: Wed, 22 Feb 2023 18:06:19 GMT + recorded_at: Fri, 24 Feb 2023 13:38:39 GMT - request: method: get uri: http://backend:5352/source/MaintenanceProject:0/patchinfo/_patchinfo @@ -4897,7 +4841,7 @@ http_interactions: Fixes nothing, Fixes nothing, Fixes nothing, Fixes nothing, Fixes nothing, Fixes nothing locked! - recorded_at: Wed, 22 Feb 2023 18:06:19 GMT + recorded_at: Fri, 24 Feb 2023 13:38:39 GMT - request: method: get uri: http://backend:5352/source/MaintenanceProject:0/patchinfo/_patchinfo @@ -4935,7 +4879,7 @@ http_interactions: Fixes nothing, Fixes nothing, Fixes nothing, Fixes nothing, Fixes nothing, Fixes nothing locked! - recorded_at: Wed, 22 Feb 2023 18:06:19 GMT + recorded_at: Fri, 24 Feb 2023 13:38:39 GMT - request: method: get uri: http://backend:5352/build/MaintenanceProject:0/_result?view=binarylist @@ -4944,7 +4888,7 @@ http_interactions: string: '' headers: X-Request-Id: - - 66804761-8647-4110-89d2-bd8e342799f0 + - 6bcb5006-78d1-4903-9af2-e5e3b66d71c7 Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -4970,7 +4914,7 @@ http_interactions: - recorded_at: Wed, 22 Feb 2023 18:06:19 GMT + recorded_at: Fri, 24 Feb 2023 13:38:39 GMT - request: method: get uri: http://backend:5352/source/MaintenanceProject:0/patchinfo/_patchinfo @@ -5008,7 +4952,7 @@ http_interactions: Fixes nothing, Fixes nothing, Fixes nothing, Fixes nothing, Fixes nothing, Fixes nothing locked! - recorded_at: Wed, 22 Feb 2023 18:06:19 GMT + recorded_at: Fri, 24 Feb 2023 13:38:39 GMT - request: method: get uri: http://backend:5352/source/MaintenanceProject:0/patchinfo/_patchinfo @@ -5046,7 +4990,7 @@ http_interactions: Fixes nothing, Fixes nothing, Fixes nothing, Fixes nothing, Fixes nothing, Fixes nothing locked! - recorded_at: Wed, 22 Feb 2023 18:06:19 GMT + recorded_at: Fri, 24 Feb 2023 13:38:39 GMT - request: method: get uri: http://backend:5352/build/MaintenanceProject:0/_result?view=binarylist @@ -5055,7 +4999,7 @@ http_interactions: string: '' headers: X-Request-Id: - - 5790a280-2ece-4692-bdd4-f9d10a44cc41 + - 43945785-5408-4fc5-943d-d6b6fca8cc40 Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -5081,7 +5025,7 @@ http_interactions: - recorded_at: Wed, 22 Feb 2023 18:06:19 GMT + recorded_at: Fri, 24 Feb 2023 13:38:40 GMT - request: method: get uri: http://backend:5352/source/MaintenanceProject:0/patchinfo/_patchinfo @@ -5119,7 +5063,7 @@ http_interactions: Fixes nothing, Fixes nothing, Fixes nothing, Fixes nothing, Fixes nothing, Fixes nothing locked! - recorded_at: Wed, 22 Feb 2023 18:06:19 GMT + recorded_at: Fri, 24 Feb 2023 13:38:40 GMT - request: method: get uri: http://backend:5352/source/MaintenanceProject:0/patchinfo/_patchinfo @@ -5157,7 +5101,7 @@ http_interactions: Fixes nothing, Fixes nothing, Fixes nothing, Fixes nothing, Fixes nothing, Fixes nothing locked! - recorded_at: Wed, 22 Feb 2023 18:06:19 GMT + recorded_at: Fri, 24 Feb 2023 13:38:40 GMT - request: method: put uri: http://backend:5352/source/MaintenanceProject:0/patchinfo/_patchinfo?user=maintenance_coord @@ -5173,7 +5117,7 @@ http_interactions: headers: X-Request-Id: - - 5790a280-2ece-4692-bdd4-f9d10a44cc41 + - 43945785-5408-4fc5-943d-d6b6fca8cc40 Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -5196,15 +5140,15 @@ http_interactions: body: encoding: UTF-8 string: | - + 177d57906eba63ae56a64a367592144a unknown - + maintenance_coord - recorded_at: Wed, 22 Feb 2023 18:06:20 GMT + recorded_at: Fri, 24 Feb 2023 13:38:40 GMT - request: method: put uri: http://backend:5352/source/MaintenanceProject:0/patchinfo/_meta?user=maintenance_coord @@ -5260,7 +5204,7 @@ http_interactions: - recorded_at: Wed, 22 Feb 2023 18:06:20 GMT + recorded_at: Fri, 24 Feb 2023 13:38:40 GMT - request: method: get uri: http://backend:5352/source/MaintenanceProject:0/patchinfo @@ -5290,10 +5234,10 @@ http_interactions: body: encoding: UTF-8 string: | - + - recorded_at: Wed, 22 Feb 2023 18:06:20 GMT + recorded_at: Fri, 24 Feb 2023 13:38:40 GMT - request: method: get uri: http://backend:5352/source/MaintenanceProject:0/patchinfo?view=info @@ -5302,7 +5246,7 @@ http_interactions: string: '' headers: X-Request-Id: - - 5790a280-2ece-4692-bdd4-f9d10a44cc41 + - 43945785-5408-4fc5-943d-d6b6fca8cc40 Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -5325,10 +5269,10 @@ http_interactions: body: encoding: UTF-8 string: | - + _patchinfo - recorded_at: Wed, 22 Feb 2023 18:06:20 GMT + recorded_at: Fri, 24 Feb 2023 13:38:40 GMT - request: method: get uri: http://backend:5352/source/MaintenanceProject:0/patchinfo @@ -5337,7 +5281,7 @@ http_interactions: string: '' headers: X-Request-Id: - - 5790a280-2ece-4692-bdd4-f9d10a44cc41 + - 43945785-5408-4fc5-943d-d6b6fca8cc40 Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -5360,10 +5304,10 @@ http_interactions: body: encoding: UTF-8 string: | - + - recorded_at: Wed, 22 Feb 2023 18:06:20 GMT + recorded_at: Fri, 24 Feb 2023 13:38:40 GMT - request: method: get uri: http://backend:5352/source/MaintenanceProject:0/patchinfo/_patchinfo @@ -5400,7 +5344,7 @@ http_interactions: ProjectWithRepo_package is much better than the old one Fixes nothing, Fixes nothing, Fixes nothing, Fixes nothing, Fixes nothing, Fixes nothing - recorded_at: Wed, 22 Feb 2023 18:06:20 GMT + recorded_at: Fri, 24 Feb 2023 13:38:40 GMT - request: method: get uri: http://backend:5352/source/MaintenanceProject:0/patchinfo/_patchinfo @@ -5437,7 +5381,7 @@ http_interactions: ProjectWithRepo_package is much better than the old one Fixes nothing, Fixes nothing, Fixes nothing, Fixes nothing, Fixes nothing, Fixes nothing - recorded_at: Wed, 22 Feb 2023 18:06:20 GMT + recorded_at: Fri, 24 Feb 2023 13:38:40 GMT - request: method: get uri: http://backend:5352/source/MaintenanceProject:0/patchinfo/_patchinfo @@ -5474,7 +5418,7 @@ http_interactions: ProjectWithRepo_package is much better than the old one Fixes nothing, Fixes nothing, Fixes nothing, Fixes nothing, Fixes nothing, Fixes nothing - recorded_at: Wed, 22 Feb 2023 18:06:20 GMT + recorded_at: Fri, 24 Feb 2023 13:38:40 GMT - request: method: get uri: http://backend:5352/build/home:tom:branches:ProjectWithRepo:Update/_result?code=unresolvable&view=status @@ -5483,7 +5427,7 @@ http_interactions: string: '' headers: X-Request-Id: - - 47879786-b91c-459e-bc23-fa1c391063f1 + - ffe81076-5aba-4d51-abea-44f3a1784636 Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -5509,7 +5453,7 @@ http_interactions: - recorded_at: Wed, 22 Feb 2023 18:06:21 GMT + recorded_at: Fri, 24 Feb 2023 13:38:41 GMT - request: method: get uri: http://backend:5352/build/home:tom:branches:ProjectWithRepo:Update/_result?view=summary @@ -5518,7 +5462,7 @@ http_interactions: string: '' headers: X-Request-Id: - - 4d9e01bb-7cd3-40e5-9d6c-f180a3c6efc5 + - 71d360f9-e6eb-4ef2-b925-8a36d7f8cc89 Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -5546,7 +5490,7 @@ http_interactions: - recorded_at: Wed, 22 Feb 2023 18:06:22 GMT + recorded_at: Fri, 24 Feb 2023 13:38:41 GMT - request: method: get uri: http://backend:5352/source/home:tom:branches:ProjectWithRepo:Update/ProjectWithRepo_package @@ -5555,7 +5499,7 @@ http_interactions: string: '' headers: X-Request-Id: - - 93e2089d-796e-488c-9368-bba21f77ae73 + - 114d66de-1d3e-4ab5-93fe-8175b1d7ea96 Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -5578,14 +5522,14 @@ http_interactions: body: encoding: UTF-8 string: | - - + + - - - + + + - recorded_at: Wed, 22 Feb 2023 18:06:22 GMT + recorded_at: Fri, 24 Feb 2023 13:38:42 GMT - request: method: get uri: http://backend:5352/source/home:tom:branches:ProjectWithRepo:Update/ProjectWithRepo_package @@ -5594,7 +5538,7 @@ http_interactions: string: '' headers: X-Request-Id: - - 93e2089d-796e-488c-9368-bba21f77ae73 + - 114d66de-1d3e-4ab5-93fe-8175b1d7ea96 Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -5617,14 +5561,14 @@ http_interactions: body: encoding: UTF-8 string: | - - + + - - - + + + - recorded_at: Wed, 22 Feb 2023 18:06:22 GMT + recorded_at: Fri, 24 Feb 2023 13:38:42 GMT - request: method: get uri: http://backend:5352/source/home:tom:branches:ProjectWithRepo:Update/ProjectWithRepo_package @@ -5633,7 +5577,7 @@ http_interactions: string: '' headers: X-Request-Id: - - 93e2089d-796e-488c-9368-bba21f77ae73 + - 114d66de-1d3e-4ab5-93fe-8175b1d7ea96 Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -5656,14 +5600,14 @@ http_interactions: body: encoding: UTF-8 string: | - - + + - - - + + + - recorded_at: Wed, 22 Feb 2023 18:06:22 GMT + recorded_at: Fri, 24 Feb 2023 13:38:42 GMT - request: method: post uri: http://backend:5352/source/home:tom:branches:ProjectWithRepo:Update/ProjectWithRepo_package?cmd=diff&expand=1&nodiff=1&opackage=ProjectWithRepo_package&oproject=ProjectWithRepo:Update @@ -5674,7 +5618,7 @@ http_interactions: Content-Type: - application/octet-stream X-Request-Id: - - 93e2089d-796e-488c-9368-bba21f77ae73 + - 114d66de-1d3e-4ab5-93fe-8175b1d7ea96 Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -5708,7 +5652,7 @@ http_interactions: ++++++ DUMMY_FILE (new) --- DUMMY_FILE +++ DUMMY_FILE - recorded_at: Wed, 22 Feb 2023 18:06:22 GMT + recorded_at: Fri, 24 Feb 2023 13:38:42 GMT - request: method: get uri: http://backend:5352/source/home:tom:branches:ProjectWithRepo:Update/ProjectWithRepo_package?expand=1 @@ -5717,7 +5661,7 @@ http_interactions: string: '' headers: X-Request-Id: - - 93e2089d-796e-488c-9368-bba21f77ae73 + - 114d66de-1d3e-4ab5-93fe-8175b1d7ea96 Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -5740,13 +5684,13 @@ http_interactions: body: encoding: UTF-8 string: | - - + + - - + + - recorded_at: Wed, 22 Feb 2023 18:06:22 GMT + recorded_at: Fri, 24 Feb 2023 13:38:42 GMT - request: method: get uri: http://backend:5352/source/home:tom:branches:ProjectWithRepo:Update/ProjectWithRepo_package @@ -5755,7 +5699,7 @@ http_interactions: string: '' headers: X-Request-Id: - - 93e2089d-796e-488c-9368-bba21f77ae73 + - 114d66de-1d3e-4ab5-93fe-8175b1d7ea96 Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -5778,17 +5722,17 @@ http_interactions: body: encoding: UTF-8 string: | - - + + - - - + + + - recorded_at: Wed, 22 Feb 2023 18:06:23 GMT + recorded_at: Fri, 24 Feb 2023 13:38:42 GMT - request: method: post - uri: http://backend:5352/source/home:tom:branches:ProjectWithRepo:Update/ProjectWithRepo_package?cmd=diff&expand=1&filelimit=10000&opackage=ProjectWithRepo_package&oproject=ProjectWithRepo:Update&rev=620fcea8705aeeea23c1acb8fd6ac73c&tarlimit=10000&view=xml&withissues=1 + uri: http://backend:5352/source/home:tom:branches:ProjectWithRepo:Update/ProjectWithRepo_package?cmd=diff&expand=1&filelimit=10000&opackage=ProjectWithRepo_package&oproject=ProjectWithRepo:Update&rev=62c142f722308d74d04032efc28a667b&tarlimit=10000&view=xml&withissues=1 body: encoding: UTF-8 string: '' @@ -5796,7 +5740,7 @@ http_interactions: Content-Type: - application/octet-stream X-Request-Id: - - 93e2089d-796e-488c-9368-bba21f77ae73 + - 114d66de-1d3e-4ab5-93fe-8175b1d7ea96 Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -5819,9 +5763,9 @@ http_interactions: body: encoding: UTF-8 string: | - - - + + + @@ -5834,7 +5778,7 @@ http_interactions: - recorded_at: Wed, 22 Feb 2023 18:06:23 GMT + recorded_at: Fri, 24 Feb 2023 13:38:42 GMT - request: method: get uri: http://backend:5352/build/home:tom:branches:ProjectWithRepo:Update/_result?code=unresolvable&view=status @@ -5843,7 +5787,7 @@ http_interactions: string: '' headers: X-Request-Id: - - 15e7682f-0520-4ca2-a353-d4f275511df8 + - bf06a15d-3a26-424a-a995-63ddba8ba486 Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -5869,7 +5813,7 @@ http_interactions: - recorded_at: Wed, 22 Feb 2023 18:06:23 GMT + recorded_at: Fri, 24 Feb 2023 13:38:42 GMT - request: method: get uri: http://backend:5352/build/home:tom:branches:ProjectWithRepo:Update/_result?view=summary @@ -5878,7 +5822,7 @@ http_interactions: string: '' headers: X-Request-Id: - - d9204409-ec06-4f3f-9df4-4a1f8a932405 + - 5c02b55f-cf6b-444e-862b-1339529d46d6 Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -5906,5 +5850,5 @@ http_interactions: - recorded_at: Wed, 22 Feb 2023 18:06:23 GMT + recorded_at: Fri, 24 Feb 2023 13:38:43 GMT recorded_with: VCR 6.1.0 diff --git a/src/api/spec/cassettes/Packages/Viewing_a_package_that/has_a_mime_like_suffix_in_it_s_name.yml b/src/api/spec/cassettes/Packages/Viewing_a_package_that/has_a_mime_like_suffix_in_it_s_name.yml index 64c8755c865..28eab6bb25e 100644 --- a/src/api/spec/cassettes/Packages/Viewing_a_package_that/has_a_mime_like_suffix_in_it_s_name.yml +++ b/src/api/spec/cassettes/Packages/Viewing_a_package_that/has_a_mime_like_suffix_in_it_s_name.yml @@ -1,352 +1,5 @@ --- http_interactions: -- request: - method: put - uri: http://backend:5352/source/home:package_test_user/_meta?user=package_test_user - body: - encoding: UTF-8 - string: | - - - <description/> - <person userid="package_test_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: - - '156' - body: - encoding: UTF-8 - string: | - <project name="home:package_test_user"> - <title> - - - - recorded_at: Wed, 22 Feb 2023 17:59:00 GMT -- request: - method: put - uri: http://backend:5352/source/home:package_test_user/test_package/_meta?user=user_28 - body: - encoding: UTF-8 - string: | - - Let Us Now Praise Famous Men - Nemo quaerat qui ipsa. - - headers: - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - User-Agent: - - Ruby - response: - status: - code: 200 - message: OK - headers: - Content-Type: - - text/xml - Cache-Control: - - no-cache - Connection: - - close - Content-Length: - - '172' - body: - encoding: UTF-8 - string: | - - Let Us Now Praise Famous Men - Nemo quaerat qui ipsa. - - recorded_at: Wed, 22 Feb 2023 17:59:00 GMT -- request: - method: put - uri: http://backend:5352/source/home:package_test_user/test_package/_config - body: - encoding: UTF-8 - string: Accusamus earum ab. Et quod dolore. Tempora occaecati laudantium. - headers: - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - User-Agent: - - Ruby - response: - status: - code: 200 - message: OK - headers: - Content-Type: - - text/xml - Cache-Control: - - no-cache - Connection: - - close - Content-Length: - - '209' - body: - encoding: UTF-8 - string: | - - ac231eab00c74825adbd15e5cef21fc0 - unknown - - unknown - - - - recorded_at: Wed, 22 Feb 2023 17:59:00 GMT -- request: - method: put - uri: http://backend:5352/source/home:package_test_user/test_package/somefile.txt - body: - encoding: UTF-8 - string: Dolorem commodi nostrum. Voluptatem consequatur voluptatum. Est maiores - minima. - headers: - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - User-Agent: - - Ruby - response: - status: - code: 200 - message: OK - headers: - Content-Type: - - text/xml - Cache-Control: - - no-cache - Connection: - - close - Content-Length: - - '209' - body: - encoding: UTF-8 - string: | - - 2d90deced6a920701c01e2f6ffd54ae4 - unknown - - unknown - - - - recorded_at: Wed, 22 Feb 2023 17:59:00 GMT -- request: - method: put - uri: http://backend:5352/source/home:other_package_test_user/_meta?user=other_package_test_user - body: - encoding: UTF-8 - string: | - - - <description/> - <person userid="other_package_test_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: - - '168' - body: - encoding: UTF-8 - string: | - <project name="home:other_package_test_user"> - <title> - - - - recorded_at: Wed, 22 Feb 2023 17:59:00 GMT -- request: - method: put - uri: http://backend:5352/source/home:other_package_test_user/branch_test_package/_meta?user=user_29 - body: - encoding: UTF-8 - string: | - - Surprised by Joy - At impedit omnis sit. - - headers: - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - User-Agent: - - Ruby - response: - status: - code: 200 - message: OK - headers: - Content-Type: - - text/xml - Cache-Control: - - no-cache - Connection: - - close - Content-Length: - - '172' - body: - encoding: UTF-8 - string: | - - Surprised by Joy - At impedit omnis sit. - - recorded_at: Wed, 22 Feb 2023 17:59:00 GMT -- request: - method: put - uri: http://backend:5352/source/home:other_package_test_user/branch_test_package/_config - body: - encoding: UTF-8 - string: Totam molestias animi. Tempora iusto enim. Est voluptas corrupti. - headers: - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - User-Agent: - - Ruby - response: - status: - code: 200 - message: OK - headers: - Content-Type: - - text/xml - Cache-Control: - - no-cache - Connection: - - close - Content-Length: - - '209' - body: - encoding: UTF-8 - string: | - - e4ac47cf9cc29cc4fd768c826eb0cd1b - unknown - - unknown - - - - recorded_at: Wed, 22 Feb 2023 17:59:00 GMT -- request: - method: put - uri: http://backend:5352/source/home:other_package_test_user/branch_test_package/somefile.txt - body: - encoding: UTF-8 - string: Qui recusandae ut. Et ducimus nostrum. Magni iusto quo. - headers: - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - User-Agent: - - Ruby - response: - status: - code: 200 - message: OK - headers: - Content-Type: - - text/xml - Cache-Control: - - no-cache - Connection: - - close - Content-Length: - - '209' - body: - encoding: UTF-8 - string: | - - cbdb36b4f6e9a50617199c1fb09a08ac - unknown - - unknown - - - - recorded_at: Wed, 22 Feb 2023 17:59:00 GMT -- request: - method: put - uri: http://backend:5352/source/home:package_test_user/test.json/_meta?user=package_test_user - body: - encoding: UTF-8 - string: | - - The House of Mirth - A package with a mime type suffix - - headers: - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - User-Agent: - - Ruby - response: - status: - code: 200 - message: OK - headers: - Content-Type: - - text/xml - Cache-Control: - - no-cache - Connection: - - close - Content-Length: - - '170' - body: - encoding: UTF-8 - string: | - - The House of Mirth - A package with a mime type suffix - - recorded_at: Wed, 22 Feb 2023 17:59:00 GMT - request: method: get uri: http://backend:5352/source/home:package_test_user/test.json @@ -355,7 +8,7 @@ http_interactions: string: '' headers: X-Request-Id: - - 63a95ec0-8d9b-40ed-9f13-ee9a83dc1935 + - 45ac72ac-8191-4246-97ea-a870087dd1b7 Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -380,7 +33,7 @@ http_interactions: string: | - recorded_at: Wed, 22 Feb 2023 17:59:00 GMT + recorded_at: Fri, 24 Feb 2023 13:00:55 GMT - request: method: get uri: http://backend:5352/source/home:package_test_user/test.json?expand=1 @@ -412,16 +65,16 @@ http_interactions: string: | - recorded_at: Wed, 22 Feb 2023 17:59:00 GMT + recorded_at: Fri, 24 Feb 2023 13:00:55 GMT - request: method: get - uri: http://backend:5352/source/home:package_test_user/test.json/_history?deleted=1&meta=1 + uri: http://backend:5352/source/home:package_test_user/test.json/_history?deleted=0&meta=0 body: encoding: US-ASCII string: '' headers: X-Request-Id: - - 63a95ec0-8d9b-40ed-9f13-ee9a83dc1935 + - 45ac72ac-8191-4246-97ea-a870087dd1b7 Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -446,7 +99,7 @@ http_interactions: string: | - recorded_at: Wed, 22 Feb 2023 17:59:00 GMT + recorded_at: Fri, 24 Feb 2023 13:00:55 GMT - request: method: get uri: http://backend:5352/source/home:package_test_user/test.json @@ -455,7 +108,7 @@ http_interactions: string: '' headers: X-Request-Id: - - 8333aa4f-0a36-47f6-aaf4-f664da388660 + - c4316112-27e0-487e-bcaf-9d6dd5cde5a8 Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -480,7 +133,7 @@ http_interactions: string: | - recorded_at: Wed, 22 Feb 2023 17:59:00 GMT + recorded_at: Fri, 24 Feb 2023 13:00:55 GMT - request: method: get uri: http://backend:5352/build/home:package_test_user/_result?lastbuild=1&locallink=1&multibuild=1&package=test.json&view=status @@ -489,7 +142,7 @@ http_interactions: string: '' headers: X-Request-Id: - - 8333aa4f-0a36-47f6-aaf4-f664da388660 + - c4316112-27e0-487e-bcaf-9d6dd5cde5a8 Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -514,7 +167,7 @@ http_interactions: string: ' ' - recorded_at: Wed, 22 Feb 2023 17:59:00 GMT + recorded_at: Fri, 24 Feb 2023 13:00:55 GMT - request: method: get uri: http://backend:5352/source/home:package_test_user/test.json @@ -523,7 +176,7 @@ http_interactions: string: '' headers: X-Request-Id: - - 813a0055-7b6a-4abc-8d2c-73ef42e54951 + - cb3ae6a5-d450-4eb7-993e-8aab5d52da04 Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -548,7 +201,7 @@ http_interactions: string: | - recorded_at: Wed, 22 Feb 2023 17:59:00 GMT + recorded_at: Fri, 24 Feb 2023 13:00:55 GMT - request: method: get uri: http://backend:5352/build/home:package_test_user/_result?lastbuild=1&locallink=1&multibuild=1&package=test.json&view=status @@ -557,7 +210,7 @@ http_interactions: string: '' headers: X-Request-Id: - - 813a0055-7b6a-4abc-8d2c-73ef42e54951 + - cb3ae6a5-d450-4eb7-993e-8aab5d52da04 Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -582,7 +235,7 @@ http_interactions: string: ' ' - recorded_at: Wed, 22 Feb 2023 17:59:00 GMT + recorded_at: Fri, 24 Feb 2023 13:00:55 GMT - request: method: get uri: http://backend:5352/build/home:package_test_user/_result?package=test.json&view=status @@ -591,7 +244,7 @@ http_interactions: string: '' headers: X-Request-Id: - - e041b1b6-8e17-429a-b07e-3e87f50bfc27 + - 78c5ab6b-7624-4108-8232-715c63018a73 Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -616,5 +269,5 @@ http_interactions: string: ' ' - recorded_at: Wed, 22 Feb 2023 17:59:01 GMT + recorded_at: Fri, 24 Feb 2023 13:00:55 GMT recorded_with: VCR 6.1.0 diff --git a/src/api/spec/cassettes/Packages/Viewing_a_package_that/has_derived_packages.yml b/src/api/spec/cassettes/Packages/Viewing_a_package_that/has_derived_packages.yml index 624fa7ee8ea..b77c4b2ff28 100644 --- a/src/api/spec/cassettes/Packages/Viewing_a_package_that/has_derived_packages.yml +++ b/src/api/spec/cassettes/Packages/Viewing_a_package_that/has_derived_packages.yml @@ -1,313 +1,5 @@ --- http_interactions: -- request: - method: put - uri: http://backend:5352/source/home:package_test_user/_meta?user=package_test_user - body: - encoding: UTF-8 - string: | - - - <description/> - <person userid="package_test_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: - - '156' - body: - encoding: UTF-8 - string: | - <project name="home:package_test_user"> - <title> - - - - recorded_at: Wed, 22 Feb 2023 17:58:56 GMT -- request: - method: put - uri: http://backend:5352/source/home:package_test_user/test_package/_meta?user=user_26 - body: - encoding: UTF-8 - string: | - - It's a Battlefield - Quos et in omnis. - - headers: - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - User-Agent: - - Ruby - response: - status: - code: 200 - message: OK - headers: - Content-Type: - - text/xml - Cache-Control: - - no-cache - Connection: - - close - Content-Length: - - '157' - body: - encoding: UTF-8 - string: | - - It's a Battlefield - Quos et in omnis. - - recorded_at: Wed, 22 Feb 2023 17:58:56 GMT -- request: - method: put - uri: http://backend:5352/source/home:package_test_user/test_package/_config - body: - encoding: UTF-8 - string: Quia sed iusto. Non repellat necessitatibus. Tempora tenetur cum. - headers: - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - User-Agent: - - Ruby - response: - status: - code: 200 - message: OK - headers: - Content-Type: - - text/xml - Cache-Control: - - no-cache - Connection: - - close - Content-Length: - - '209' - body: - encoding: UTF-8 - string: | - - b7010d32f7a000183e42b0d62bbd02d6 - unknown - - unknown - - - - recorded_at: Wed, 22 Feb 2023 17:58:57 GMT -- request: - method: put - uri: http://backend:5352/source/home:package_test_user/test_package/somefile.txt - body: - encoding: UTF-8 - string: Consequuntur assumenda consectetur. Quo aut incidunt. Maxime et placeat. - headers: - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - User-Agent: - - Ruby - response: - status: - code: 200 - message: OK - headers: - Content-Type: - - text/xml - Cache-Control: - - no-cache - Connection: - - close - Content-Length: - - '209' - body: - encoding: UTF-8 - string: | - - 8b520d9d4da544ed78e7603a34883005 - unknown - - unknown - - - - recorded_at: Wed, 22 Feb 2023 17:58:57 GMT -- request: - method: put - uri: http://backend:5352/source/home:other_package_test_user/_meta?user=other_package_test_user - body: - encoding: UTF-8 - string: | - - - <description/> - <person userid="other_package_test_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: - - '168' - body: - encoding: UTF-8 - string: | - <project name="home:other_package_test_user"> - <title> - - - - recorded_at: Wed, 22 Feb 2023 17:58:57 GMT -- request: - method: put - uri: http://backend:5352/source/home:other_package_test_user/branch_test_package/_meta?user=user_27 - body: - encoding: UTF-8 - string: | - - The Moving Toyshop - Amet voluptatem nemo sapiente. - - headers: - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - User-Agent: - - Ruby - response: - status: - code: 200 - message: OK - headers: - Content-Type: - - text/xml - Cache-Control: - - no-cache - Connection: - - close - Content-Length: - - '183' - body: - encoding: UTF-8 - string: | - - The Moving Toyshop - Amet voluptatem nemo sapiente. - - recorded_at: Wed, 22 Feb 2023 17:58:57 GMT -- request: - method: put - uri: http://backend:5352/source/home:other_package_test_user/branch_test_package/_config - body: - encoding: UTF-8 - string: Voluptas sed adipisci. Accusamus eligendi eos. Rem deserunt aut. - headers: - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - User-Agent: - - Ruby - response: - status: - code: 200 - message: OK - headers: - Content-Type: - - text/xml - Cache-Control: - - no-cache - Connection: - - close - Content-Length: - - '209' - body: - encoding: UTF-8 - string: | - - c2efd8041848edfa1d33f516bdc19ae0 - unknown - - unknown - - - - recorded_at: Wed, 22 Feb 2023 17:58:57 GMT -- request: - method: put - uri: http://backend:5352/source/home:other_package_test_user/branch_test_package/somefile.txt - body: - encoding: UTF-8 - string: Reprehenderit ut sint. Soluta velit repudiandae. Cumque placeat tenetur. - headers: - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - User-Agent: - - Ruby - response: - status: - code: 200 - message: OK - headers: - Content-Type: - - text/xml - Cache-Control: - - no-cache - Connection: - - close - Content-Length: - - '209' - body: - encoding: UTF-8 - string: | - - a5f356b08f41a327b393163555053a2a - unknown - - unknown - - - - recorded_at: Wed, 22 Feb 2023 17:58:57 GMT - request: method: post uri: http://backend:5352/search/package/id?match=(linkinfo/@package=%22test_package%22%20and%20linkinfo/@project=%22home:package_test_user%22%20and%20@project=%22home:package_test_user%22) @@ -341,85 +33,7 @@ http_interactions: string: | - recorded_at: Wed, 22 Feb 2023 17:58:57 GMT -- request: - method: put - uri: http://backend:5352/source/home:package_test_user:branches:home:package_test_user/_meta?user=package_test_user - body: - encoding: UTF-8 - string: | - - Branch project for package test_package - This project was created for package test_package via attribute OBS:Maintained - - - headers: - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - User-Agent: - - Ruby - response: - status: - code: 200 - message: OK - headers: - Content-Type: - - text/xml - Cache-Control: - - no-cache - Connection: - - close - Content-Length: - - '305' - body: - encoding: UTF-8 - string: | - - Branch project for package test_package - This project was created for package test_package via attribute OBS:Maintained - - - recorded_at: Wed, 22 Feb 2023 17:58:57 GMT -- request: - method: put - uri: http://backend:5352/source/home:package_test_user:branches:home:package_test_user/test_package/_meta?user=package_test_user - body: - encoding: UTF-8 - string: | - - It's a Battlefield - Quos et in omnis. - - headers: - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - User-Agent: - - Ruby - response: - status: - code: 200 - message: OK - headers: - Content-Type: - - text/xml - Cache-Control: - - no-cache - Connection: - - close - Content-Length: - - '189' - body: - encoding: UTF-8 - string: | - - It's a Battlefield - Quos et in omnis. - - recorded_at: Wed, 22 Feb 2023 17:58:57 GMT + recorded_at: Fri, 24 Feb 2023 13:00:50 GMT - request: method: post uri: http://backend:5352/source/home:package_test_user:branches:home:package_test_user/test_package?cmd=branch&noservice=1&opackage=test_package&oproject=home:package_test_user&user=package_test_user @@ -451,53 +65,15 @@ http_interactions: body: encoding: UTF-8 string: | - - 5a690c5691f9d85c184a7000b2da5ec8 + + f1e0544a731a52cbcbeaf1e194a98913 unknown - + package_test_user - recorded_at: Wed, 22 Feb 2023 17:58:57 GMT -- request: - method: put - uri: http://backend:5352/source/home:package_test_user:branches:home:package_test_user/test_package/_meta?user=package_test_user - body: - encoding: UTF-8 - string: | - - It's a Battlefield - Quos et in omnis. - - headers: - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - User-Agent: - - Ruby - response: - status: - code: 200 - message: OK - headers: - Content-Type: - - text/xml - Cache-Control: - - no-cache - Connection: - - close - Content-Length: - - '189' - body: - encoding: UTF-8 - string: | - - It's a Battlefield - Quos et in omnis. - - recorded_at: Wed, 22 Feb 2023 17:58:57 GMT + recorded_at: Fri, 24 Feb 2023 13:00:50 GMT - request: method: get uri: http://backend:5352/source/home:package_test_user:branches:home:package_test_user/test_package @@ -527,14 +103,14 @@ http_interactions: body: encoding: UTF-8 string: | - - - - + + + + - + - recorded_at: Wed, 22 Feb 2023 17:58:57 GMT + recorded_at: Fri, 24 Feb 2023 13:00:50 GMT - request: method: get uri: http://backend:5352/source/home:package_test_user:branches:home:package_test_user/test_package?view=info @@ -564,11 +140,11 @@ http_interactions: body: encoding: UTF-8 string: | - + bad build configuration, no build type defined or detected - recorded_at: Wed, 22 Feb 2023 17:58:57 GMT + recorded_at: Fri, 24 Feb 2023 13:00:50 GMT - request: method: get uri: http://backend:5352/source/home:package_test_user:branches:home:package_test_user/test_package @@ -598,14 +174,14 @@ http_interactions: body: encoding: UTF-8 string: | - - - - + + + + - + - recorded_at: Wed, 22 Feb 2023 17:58:57 GMT + recorded_at: Fri, 24 Feb 2023 13:00:50 GMT - request: method: post uri: http://backend:5352/source/home:package_test_user:branches:home:package_test_user/test_package?cmd=diff&linkrev=base&onlyissues=1&orev=0&view=xml @@ -637,14 +213,14 @@ http_interactions: body: encoding: UTF-8 string: | - + - + - recorded_at: Wed, 22 Feb 2023 17:58:57 GMT + recorded_at: Fri, 24 Feb 2023 13:00:50 GMT - request: method: post uri: http://backend:5352/source/home:package_test_user:branches:home:package_test_user/test_package?cmd=linkdiff&linkrev=base&onlyissues=1&view=xml @@ -676,58 +252,12 @@ http_interactions: body: encoding: UTF-8 string: | - - - + + + - recorded_at: Wed, 22 Feb 2023 17:58:57 GMT -- request: - method: put - uri: http://backend:5352/source/home:package_test_user:branches:home:package_test_user/_meta?user=package_test_user - body: - encoding: UTF-8 - string: | - - Branch project for package test_package - This project was created for package test_package via attribute OBS:Maintained - - - - - - headers: - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - User-Agent: - - Ruby - response: - status: - code: 200 - message: OK - headers: - Content-Type: - - text/xml - Cache-Control: - - no-cache - Connection: - - close - Content-Length: - - '345' - body: - encoding: UTF-8 - string: | - - Branch project for package test_package - This project was created for package test_package via attribute OBS:Maintained - - - - - - recorded_at: Wed, 22 Feb 2023 17:58:57 GMT + recorded_at: Fri, 24 Feb 2023 13:00:50 GMT - request: method: get uri: http://backend:5352/source/home:package_test_user/test_package @@ -736,7 +266,7 @@ http_interactions: string: '' headers: X-Request-Id: - - 78ec5d83-906b-4431-bb48-17be286bfb3e + - f7505d93-5639-4c27-8b27-0eddec323fe1 Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -759,15 +289,15 @@ http_interactions: body: encoding: UTF-8 string: | - - + + - + - recorded_at: Wed, 22 Feb 2023 17:58:57 GMT + recorded_at: Fri, 24 Feb 2023 13:00:51 GMT - request: method: get - uri: http://backend:5352/source/home:package_test_user/test_package?expand=1&rev=60 + uri: http://backend:5352/source/home:package_test_user/test_package?expand=1&rev=86 body: encoding: US-ASCII string: '' @@ -794,21 +324,21 @@ http_interactions: body: encoding: UTF-8 string: | - - + + - + - recorded_at: Wed, 22 Feb 2023 17:58:57 GMT + recorded_at: Fri, 24 Feb 2023 13:00:51 GMT - request: method: get - uri: http://backend:5352/source/home:package_test_user/test_package/_history?deleted=1&meta=1&rev=60 + uri: http://backend:5352/source/home:package_test_user/test_package/_history?deleted=0&meta=0&rev=86 body: encoding: US-ASCII string: '' headers: X-Request-Id: - - 78ec5d83-906b-4431-bb48-17be286bfb3e + - f7505d93-5639-4c27-8b27-0eddec323fe1 Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -827,47 +357,19 @@ http_interactions: Connection: - close Content-Length: - - '31' + - '225' body: encoding: UTF-8 string: | + + 7b1d3c3d731eee918a212bee2c4a2ab2 + unknown + + package_test_user + - recorded_at: Wed, 22 Feb 2023 17:58:57 GMT -- request: - method: get - uri: http://backend:5352/source/home:package_test_user/test_package/_history?deleted=1&meta=1 - body: - encoding: US-ASCII - string: '' - headers: - X-Request-Id: - - 78ec5d83-906b-4431-bb48-17be286bfb3e - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - User-Agent: - - Ruby - response: - status: - code: 200 - message: OK - headers: - Content-Type: - - text/xml - Cache-Control: - - no-cache - Connection: - - close - Content-Length: - - '31' - body: - encoding: UTF-8 - string: | - - - recorded_at: Wed, 22 Feb 2023 17:58:57 GMT + recorded_at: Fri, 24 Feb 2023 13:00:51 GMT - request: method: get uri: http://backend:5352/source/home:package_test_user/test_package @@ -876,7 +378,7 @@ http_interactions: string: '' headers: X-Request-Id: - - 77fb7bf2-e2d4-465b-ba24-18ba2418ed26 + - 8356b2ae-8657-42c2-82db-a1e15a7a0d6d Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -899,12 +401,12 @@ http_interactions: body: encoding: UTF-8 string: | - - + + - + - recorded_at: Wed, 22 Feb 2023 17:58:57 GMT + recorded_at: Fri, 24 Feb 2023 13:00:51 GMT - request: method: get uri: http://backend:5352/build/home:package_test_user/_result?lastbuild=1&locallink=1&multibuild=1&package=test_package&view=status @@ -913,7 +415,7 @@ http_interactions: string: '' headers: X-Request-Id: - - 77fb7bf2-e2d4-465b-ba24-18ba2418ed26 + - 8356b2ae-8657-42c2-82db-a1e15a7a0d6d Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -938,7 +440,7 @@ http_interactions: string: ' ' - recorded_at: Wed, 22 Feb 2023 17:58:57 GMT + recorded_at: Fri, 24 Feb 2023 13:00:51 GMT - request: method: get uri: http://backend:5352/source/home:package_test_user/test_package @@ -947,7 +449,7 @@ http_interactions: string: '' headers: X-Request-Id: - - 90dc7733-e58a-4d0b-9dc3-517bca1c6f96 + - d77391a1-d546-4f88-9381-abf189d2fad6 Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -970,12 +472,12 @@ http_interactions: body: encoding: UTF-8 string: | - - + + - + - recorded_at: Wed, 22 Feb 2023 17:58:57 GMT + recorded_at: Fri, 24 Feb 2023 13:00:51 GMT - request: method: get uri: http://backend:5352/build/home:package_test_user/_result?lastbuild=1&locallink=1&multibuild=1&package=test_package&view=status @@ -984,7 +486,7 @@ http_interactions: string: '' headers: X-Request-Id: - - 90dc7733-e58a-4d0b-9dc3-517bca1c6f96 + - d77391a1-d546-4f88-9381-abf189d2fad6 Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -1009,7 +511,7 @@ http_interactions: string: ' ' - recorded_at: Wed, 22 Feb 2023 17:58:57 GMT + recorded_at: Fri, 24 Feb 2023 13:00:51 GMT - request: method: get uri: http://backend:5352/build/home:package_test_user/_result?package=test_package&view=status @@ -1018,7 +520,7 @@ http_interactions: string: '' headers: X-Request-Id: - - 281c6064-26c6-4f4f-92c9-ca88aa769300 + - b88fdb43-b3cd-4b6c-a08e-f6d3d720c3a5 Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -1043,7 +545,7 @@ http_interactions: string: ' ' - recorded_at: Wed, 22 Feb 2023 17:58:58 GMT + recorded_at: Fri, 24 Feb 2023 13:00:51 GMT - request: method: get uri: http://backend:5352/source/home:package_test_user/test_package?view=info @@ -1052,7 +554,7 @@ http_interactions: string: '' headers: X-Request-Id: - - 57c1e343-5d0a-4ec0-9907-aedffb99b736 + - 89e37d92-27a1-4130-bb08-eaf54d264b7e Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -1075,10 +577,10 @@ http_interactions: body: encoding: UTF-8 string: | - + bad build configuration, no build type defined or detected - recorded_at: Wed, 22 Feb 2023 17:58:59 GMT + recorded_at: Fri, 24 Feb 2023 13:00:52 GMT - request: method: get uri: http://backend:5352/source/home:package_test_user/test_package @@ -1087,7 +589,7 @@ http_interactions: string: '' headers: X-Request-Id: - - 57c1e343-5d0a-4ec0-9907-aedffb99b736 + - 89e37d92-27a1-4130-bb08-eaf54d264b7e Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -1110,12 +612,12 @@ http_interactions: body: encoding: UTF-8 string: | - - + + - + - recorded_at: Wed, 22 Feb 2023 17:58:59 GMT + recorded_at: Fri, 24 Feb 2023 13:00:52 GMT - request: method: post uri: http://backend:5352/source/home:package_test_user/test_package?cmd=diff&linkrev=base&onlyissues=1&orev=0&view=xml @@ -1138,23 +640,23 @@ http_interactions: headers: Content-Type: - text/xml + Content-Length: + - '331' Cache-Control: - no-cache Connection: - close - Content-Length: - - '331' body: encoding: UTF-8 string: | - + - + - recorded_at: Wed, 22 Feb 2023 17:58:59 GMT + recorded_at: Fri, 24 Feb 2023 13:00:52 GMT - request: method: get uri: http://backend:5352/source/home:package_test_user:branches:home:package_test_user/test_package @@ -1163,7 +665,7 @@ http_interactions: string: '' headers: X-Request-Id: - - 57c1e343-5d0a-4ec0-9907-aedffb99b736 + - 89e37d92-27a1-4130-bb08-eaf54d264b7e Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -1186,17 +688,17 @@ http_interactions: body: encoding: UTF-8 string: | - - - - + + + + - + - recorded_at: Wed, 22 Feb 2023 17:58:59 GMT + recorded_at: Fri, 24 Feb 2023 13:00:53 GMT - request: method: get - uri: http://backend:5352/source/home:package_test_user:branches:home:package_test_user/test_package?expand=1&rev=6 + uri: http://backend:5352/source/home:package_test_user:branches:home:package_test_user/test_package?expand=1&rev=7 body: encoding: US-ASCII string: '' @@ -1223,56 +725,22 @@ http_interactions: body: encoding: UTF-8 string: | - - - + + + - + - recorded_at: Wed, 22 Feb 2023 17:58:59 GMT -- request: - method: get - uri: http://backend:5352/source/home:package_test_user:branches:home:package_test_user/test_package/_history?deleted=1&meta=1&rev=6 - body: - encoding: US-ASCII - string: '' - headers: - X-Request-Id: - - 57c1e343-5d0a-4ec0-9907-aedffb99b736 - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - User-Agent: - - Ruby - response: - status: - code: 200 - message: OK - headers: - Content-Type: - - text/xml - Cache-Control: - - no-cache - Connection: - - close - Content-Length: - - '31' - body: - encoding: UTF-8 - string: | - - - recorded_at: Wed, 22 Feb 2023 17:58:59 GMT + recorded_at: Fri, 24 Feb 2023 13:00:53 GMT - request: method: get - uri: http://backend:5352/source/home:package_test_user:branches:home:package_test_user/test_package/_history?deleted=1&meta=1 + uri: http://backend:5352/source/home:package_test_user:branches:home:package_test_user/test_package/_history?deleted=0&meta=0&rev=7 body: encoding: US-ASCII string: '' headers: X-Request-Id: - - 57c1e343-5d0a-4ec0-9907-aedffb99b736 + - 89e37d92-27a1-4130-bb08-eaf54d264b7e Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -1291,13 +759,19 @@ http_interactions: Connection: - close Content-Length: - - '31' + - '223' body: encoding: UTF-8 string: | + + f1e0544a731a52cbcbeaf1e194a98913 + unknown + + package_test_user + - recorded_at: Wed, 22 Feb 2023 17:58:59 GMT + recorded_at: Fri, 24 Feb 2023 13:00:53 GMT - request: method: get uri: http://backend:5352/build/home:package_test_user:branches:home:package_test_user/_result?lastbuild=1&locallink=1&multibuild=1&package=test_package&view=status @@ -1306,7 +780,7 @@ http_interactions: string: '' headers: X-Request-Id: - - dd96e606-06c4-469e-98fe-8baea3b17818 + - 6e6e87eb-2d51-44ec-befa-4619ebe7e0d4 Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -1331,7 +805,7 @@ http_interactions: string: ' ' - recorded_at: Wed, 22 Feb 2023 17:58:59 GMT + recorded_at: Fri, 24 Feb 2023 13:00:53 GMT - request: method: get uri: http://backend:5352/build/home:package_test_user:branches:home:package_test_user/_result?lastbuild=1&locallink=1&multibuild=1&package=test_package&view=status @@ -1340,7 +814,7 @@ http_interactions: string: '' headers: X-Request-Id: - - 600c76dd-c7a9-4821-af46-a00a208c33aa + - 38d5b9d4-a283-4bfc-953f-25842860c616 Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -1365,7 +839,7 @@ http_interactions: string: ' ' - recorded_at: Wed, 22 Feb 2023 17:58:59 GMT + recorded_at: Fri, 24 Feb 2023 13:00:53 GMT - request: method: get uri: http://backend:5352/build/home:package_test_user:branches:home:package_test_user/_result?package=test_package&view=status @@ -1374,7 +848,7 @@ http_interactions: string: '' headers: X-Request-Id: - - 31a026e2-1f6a-4f53-a054-21e9bd1441ce + - ba1f6fea-5286-4596-9e57-9cb822311278 Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -1399,5 +873,5 @@ http_interactions: string: ' ' - recorded_at: Wed, 22 Feb 2023 17:58:59 GMT + recorded_at: Fri, 24 Feb 2023 13:00:53 GMT recorded_with: VCR 6.1.0 diff --git a/src/api/spec/cassettes/Packages/Viewing_a_package_that/was_branched.yml b/src/api/spec/cassettes/Packages/Viewing_a_package_that/was_branched.yml index 2aa5cbf6629..f689bbbaf15 100644 --- a/src/api/spec/cassettes/Packages/Viewing_a_package_that/was_branched.yml +++ b/src/api/spec/cassettes/Packages/Viewing_a_package_that/was_branched.yml @@ -1,314 +1,5 @@ --- http_interactions: -- request: - method: put - uri: http://backend:5352/source/home:package_test_user/_meta?user=package_test_user - body: - encoding: UTF-8 - string: | - - - <description/> - <person userid="package_test_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: - - '156' - body: - encoding: UTF-8 - string: | - <project name="home:package_test_user"> - <title> - - - - recorded_at: Wed, 22 Feb 2023 17:58:55 GMT -- request: - method: put - uri: http://backend:5352/source/home:package_test_user/test_package/_meta?user=user_24 - body: - encoding: UTF-8 - string: | - - Of Human Bondage - Rerum quia adipisci odit. - - headers: - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.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: | - - Of Human Bondage - Rerum quia adipisci odit. - - recorded_at: Wed, 22 Feb 2023 17:58:55 GMT -- request: - method: put - uri: http://backend:5352/source/home:package_test_user/test_package/_config - body: - encoding: UTF-8 - string: Cum et doloremque. Voluptas est et. Iure eius dolore. - headers: - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - User-Agent: - - Ruby - response: - status: - code: 200 - message: OK - headers: - Content-Type: - - text/xml - Cache-Control: - - no-cache - Connection: - - close - Content-Length: - - '209' - body: - encoding: UTF-8 - string: | - - e005978745a58f02e82b77cd6e102e21 - unknown - - unknown - - - - recorded_at: Wed, 22 Feb 2023 17:58:55 GMT -- request: - method: put - uri: http://backend:5352/source/home:package_test_user/test_package/somefile.txt - body: - encoding: UTF-8 - string: Qui voluptatem nam. Similique veniam vel. Neque omnis illo. - headers: - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - User-Agent: - - Ruby - response: - status: - code: 200 - message: OK - headers: - Content-Type: - - text/xml - Cache-Control: - - no-cache - Connection: - - close - Content-Length: - - '209' - body: - encoding: UTF-8 - string: | - - cd820d2414f7a0bb01a9d1c788555a74 - unknown - - unknown - - - - recorded_at: Wed, 22 Feb 2023 17:58:55 GMT -- request: - method: put - uri: http://backend:5352/source/home:other_package_test_user/_meta?user=other_package_test_user - body: - encoding: UTF-8 - string: | - - - <description/> - <person userid="other_package_test_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: - - '168' - body: - encoding: UTF-8 - string: | - <project name="home:other_package_test_user"> - <title> - - - - recorded_at: Wed, 22 Feb 2023 17:58:55 GMT -- request: - method: put - uri: http://backend:5352/source/home:other_package_test_user/branch_test_package/_meta?user=user_25 - body: - encoding: UTF-8 - string: | - - The Yellow Meads of Asphodel - Sed aut qui eum. - - headers: - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - User-Agent: - - Ruby - response: - status: - code: 200 - message: OK - headers: - Content-Type: - - text/xml - Cache-Control: - - no-cache - Connection: - - close - Content-Length: - - '179' - body: - encoding: UTF-8 - string: | - - The Yellow Meads of Asphodel - Sed aut qui eum. - - recorded_at: Wed, 22 Feb 2023 17:58:55 GMT -- request: - method: put - uri: http://backend:5352/source/home:other_package_test_user/branch_test_package/_config - body: - encoding: UTF-8 - string: Qui qui nemo. Quia ex provident. Incidunt pariatur molestiae. - headers: - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - User-Agent: - - Ruby - response: - status: - code: 200 - message: OK - headers: - Content-Type: - - text/xml - Cache-Control: - - no-cache - Connection: - - close - Content-Length: - - '209' - body: - encoding: UTF-8 - string: | - - ff7a64dc723ae2afaea32def74d55f8d - unknown - - unknown - - - - recorded_at: Wed, 22 Feb 2023 17:58:55 GMT -- request: - method: put - uri: http://backend:5352/source/home:other_package_test_user/branch_test_package/somefile.txt - body: - encoding: UTF-8 - string: Dolorem pariatur molestiae. Commodi dolore nostrum. Adipisci facilis - aut. - headers: - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - User-Agent: - - Ruby - response: - status: - code: 200 - message: OK - headers: - Content-Type: - - text/xml - Cache-Control: - - no-cache - Connection: - - close - Content-Length: - - '209' - body: - encoding: UTF-8 - string: | - - 68e9b68a91604e6c7a0072966d5ea2c7 - unknown - - unknown - - - - recorded_at: Wed, 22 Feb 2023 17:58:55 GMT - request: method: post uri: http://backend:5352/search/package/id?match=(linkinfo/@package=%22test_package%22%20and%20linkinfo/@project=%22home:package_test_user%22%20and%20@project=%22home:package_test_user%22) @@ -342,85 +33,7 @@ http_interactions: string: | - recorded_at: Wed, 22 Feb 2023 17:58:55 GMT -- request: - method: put - uri: http://backend:5352/source/home:package_test_user:branches:home:package_test_user/_meta?user=package_test_user - body: - encoding: UTF-8 - string: | - - Branch project for package test_package - This project was created for package test_package via attribute OBS:Maintained - - - headers: - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - User-Agent: - - Ruby - response: - status: - code: 200 - message: OK - headers: - Content-Type: - - text/xml - Cache-Control: - - no-cache - Connection: - - close - Content-Length: - - '305' - body: - encoding: UTF-8 - string: | - - Branch project for package test_package - This project was created for package test_package via attribute OBS:Maintained - - - recorded_at: Wed, 22 Feb 2023 17:58:55 GMT -- request: - method: put - uri: http://backend:5352/source/home:package_test_user:branches:home:package_test_user/test_package/_meta?user=package_test_user - body: - encoding: UTF-8 - string: | - - Of Human Bondage - Rerum quia adipisci odit. - - headers: - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - User-Agent: - - Ruby - response: - status: - code: 200 - message: OK - headers: - Content-Type: - - text/xml - Cache-Control: - - no-cache - Connection: - - close - Content-Length: - - '195' - body: - encoding: UTF-8 - string: | - - Of Human Bondage - Rerum quia adipisci odit. - - recorded_at: Wed, 22 Feb 2023 17:58:55 GMT + recorded_at: Fri, 24 Feb 2023 13:00:53 GMT - request: method: post uri: http://backend:5352/source/home:package_test_user:branches:home:package_test_user/test_package?cmd=branch&noservice=1&opackage=test_package&oproject=home:package_test_user&user=package_test_user @@ -452,53 +65,15 @@ http_interactions: body: encoding: UTF-8 string: | - - ff4e212866793fab82b20148dd63d36a + + f1e0544a731a52cbcbeaf1e194a98913 unknown - + package_test_user - recorded_at: Wed, 22 Feb 2023 17:58:55 GMT -- request: - method: put - uri: http://backend:5352/source/home:package_test_user:branches:home:package_test_user/test_package/_meta?user=package_test_user - body: - encoding: UTF-8 - string: | - - Of Human Bondage - Rerum quia adipisci odit. - - headers: - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - User-Agent: - - Ruby - response: - status: - code: 200 - message: OK - headers: - Content-Type: - - text/xml - Cache-Control: - - no-cache - Connection: - - close - Content-Length: - - '195' - body: - encoding: UTF-8 - string: | - - Of Human Bondage - Rerum quia adipisci odit. - - recorded_at: Wed, 22 Feb 2023 17:58:55 GMT + recorded_at: Fri, 24 Feb 2023 13:00:53 GMT - request: method: get uri: http://backend:5352/source/home:package_test_user:branches:home:package_test_user/test_package @@ -528,14 +103,14 @@ http_interactions: body: encoding: UTF-8 string: | - - - - + + + + - + - recorded_at: Wed, 22 Feb 2023 17:58:55 GMT + recorded_at: Fri, 24 Feb 2023 13:00:53 GMT - request: method: get uri: http://backend:5352/source/home:package_test_user:branches:home:package_test_user/test_package?view=info @@ -565,11 +140,11 @@ http_interactions: body: encoding: UTF-8 string: | - + bad build configuration, no build type defined or detected - recorded_at: Wed, 22 Feb 2023 17:58:55 GMT + recorded_at: Fri, 24 Feb 2023 13:00:53 GMT - request: method: get uri: http://backend:5352/source/home:package_test_user:branches:home:package_test_user/test_package @@ -599,14 +174,14 @@ http_interactions: body: encoding: UTF-8 string: | - - - - + + + + - + - recorded_at: Wed, 22 Feb 2023 17:58:55 GMT + recorded_at: Fri, 24 Feb 2023 13:00:53 GMT - request: method: post uri: http://backend:5352/source/home:package_test_user:branches:home:package_test_user/test_package?cmd=diff&linkrev=base&onlyissues=1&orev=0&view=xml @@ -638,14 +213,14 @@ http_interactions: body: encoding: UTF-8 string: | - + - + - recorded_at: Wed, 22 Feb 2023 17:58:55 GMT + recorded_at: Fri, 24 Feb 2023 13:00:54 GMT - request: method: post uri: http://backend:5352/source/home:package_test_user:branches:home:package_test_user/test_package?cmd=linkdiff&linkrev=base&onlyissues=1&view=xml @@ -677,58 +252,12 @@ http_interactions: body: encoding: UTF-8 string: | - - - + + + - recorded_at: Wed, 22 Feb 2023 17:58:55 GMT -- request: - method: put - uri: http://backend:5352/source/home:package_test_user:branches:home:package_test_user/_meta?user=package_test_user - body: - encoding: UTF-8 - string: | - - Branch project for package test_package - This project was created for package test_package via attribute OBS:Maintained - - - - - - headers: - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - User-Agent: - - Ruby - response: - status: - code: 200 - message: OK - headers: - Content-Type: - - text/xml - Cache-Control: - - no-cache - Connection: - - close - Content-Length: - - '345' - body: - encoding: UTF-8 - string: | - - Branch project for package test_package - This project was created for package test_package via attribute OBS:Maintained - - - - - - recorded_at: Wed, 22 Feb 2023 17:58:55 GMT + recorded_at: Fri, 24 Feb 2023 13:00:54 GMT - request: method: get uri: http://backend:5352/source/home:package_test_user/test_package?view=info @@ -737,7 +266,7 @@ http_interactions: string: '' headers: X-Request-Id: - - 61e80875-0862-4ccb-8533-179da1f3d415 + - 67dc24dc-71aa-437c-8494-e67c8f2f91a8 Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -760,10 +289,10 @@ http_interactions: body: encoding: UTF-8 string: | - + bad build configuration, no build type defined or detected - recorded_at: Wed, 22 Feb 2023 17:58:56 GMT + recorded_at: Fri, 24 Feb 2023 13:00:54 GMT - request: method: get uri: http://backend:5352/source/home:package_test_user/test_package @@ -772,7 +301,7 @@ http_interactions: string: '' headers: X-Request-Id: - - 61e80875-0862-4ccb-8533-179da1f3d415 + - 67dc24dc-71aa-437c-8494-e67c8f2f91a8 Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -795,12 +324,12 @@ http_interactions: body: encoding: UTF-8 string: | - - + + - + - recorded_at: Wed, 22 Feb 2023 17:58:56 GMT + recorded_at: Fri, 24 Feb 2023 13:00:54 GMT - request: method: post uri: http://backend:5352/source/home:package_test_user/test_package?cmd=diff&linkrev=base&onlyissues=1&orev=0&view=xml @@ -823,23 +352,23 @@ http_interactions: headers: Content-Type: - text/xml + Content-Length: + - '331' Cache-Control: - no-cache Connection: - close - Content-Length: - - '331' body: encoding: UTF-8 string: | - + - + - recorded_at: Wed, 22 Feb 2023 17:58:56 GMT + recorded_at: Fri, 24 Feb 2023 13:00:54 GMT - request: method: get uri: http://backend:5352/source/home:package_test_user:branches:home:package_test_user/test_package @@ -848,7 +377,7 @@ http_interactions: string: '' headers: X-Request-Id: - - 61e80875-0862-4ccb-8533-179da1f3d415 + - 67dc24dc-71aa-437c-8494-e67c8f2f91a8 Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -871,17 +400,17 @@ http_interactions: body: encoding: UTF-8 string: | - - - - + + + + - + - recorded_at: Wed, 22 Feb 2023 17:58:56 GMT + recorded_at: Fri, 24 Feb 2023 13:00:54 GMT - request: method: get - uri: http://backend:5352/source/home:package_test_user:branches:home:package_test_user/test_package?expand=1&rev=5 + uri: http://backend:5352/source/home:package_test_user:branches:home:package_test_user/test_package?expand=1&rev=8 body: encoding: US-ASCII string: '' @@ -908,56 +437,22 @@ http_interactions: body: encoding: UTF-8 string: | - - - + + + - + - recorded_at: Wed, 22 Feb 2023 17:58:56 GMT -- request: - method: get - uri: http://backend:5352/source/home:package_test_user:branches:home:package_test_user/test_package/_history?deleted=1&meta=1&rev=5 - body: - encoding: US-ASCII - string: '' - headers: - X-Request-Id: - - 61e80875-0862-4ccb-8533-179da1f3d415 - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - User-Agent: - - Ruby - response: - status: - code: 200 - message: OK - headers: - Content-Type: - - text/xml - Cache-Control: - - no-cache - Connection: - - close - Content-Length: - - '31' - body: - encoding: UTF-8 - string: | - - - recorded_at: Wed, 22 Feb 2023 17:58:56 GMT + recorded_at: Fri, 24 Feb 2023 13:00:54 GMT - request: method: get - uri: http://backend:5352/source/home:package_test_user:branches:home:package_test_user/test_package/_history?deleted=1&meta=1 + uri: http://backend:5352/source/home:package_test_user:branches:home:package_test_user/test_package/_history?deleted=0&meta=0&rev=8 body: encoding: US-ASCII string: '' headers: X-Request-Id: - - 61e80875-0862-4ccb-8533-179da1f3d415 + - 67dc24dc-71aa-437c-8494-e67c8f2f91a8 Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -976,13 +471,19 @@ http_interactions: Connection: - close Content-Length: - - '31' + - '223' body: encoding: UTF-8 string: | + + f1e0544a731a52cbcbeaf1e194a98913 + unknown + + package_test_user + - recorded_at: Wed, 22 Feb 2023 17:58:56 GMT + recorded_at: Fri, 24 Feb 2023 13:00:54 GMT - request: method: get uri: http://backend:5352/build/home:package_test_user:branches:home:package_test_user/_result?lastbuild=1&locallink=1&multibuild=1&package=test_package&view=status @@ -991,7 +492,7 @@ http_interactions: string: '' headers: X-Request-Id: - - df7b795a-8c34-4570-a1ef-b8c098892ba0 + - 3aa84414-f8a9-4166-bd05-b20accee2100 Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -1016,7 +517,7 @@ http_interactions: string: ' ' - recorded_at: Wed, 22 Feb 2023 17:58:56 GMT + recorded_at: Fri, 24 Feb 2023 13:00:54 GMT - request: method: get uri: http://backend:5352/build/home:package_test_user:branches:home:package_test_user/_result?lastbuild=1&locallink=1&multibuild=1&package=test_package&view=status @@ -1025,7 +526,7 @@ http_interactions: string: '' headers: X-Request-Id: - - aed1f928-e70e-4f0d-9a11-35a358e6a8b5 + - 35bd9e71-e604-4eca-8a74-2fde8d41019d Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -1050,7 +551,7 @@ http_interactions: string: ' ' - recorded_at: Wed, 22 Feb 2023 17:58:56 GMT + recorded_at: Fri, 24 Feb 2023 13:00:54 GMT - request: method: get uri: http://backend:5352/build/home:package_test_user:branches:home:package_test_user/_result?package=test_package&view=status @@ -1059,7 +560,7 @@ http_interactions: string: '' headers: X-Request-Id: - - 5461f95c-84a2-4716-a127-37b9d3cf43db + - 7cb7dc0c-6f5d-49be-870c-a49a9320bbda Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -1084,5 +585,5 @@ http_interactions: string: ' ' - recorded_at: Wed, 22 Feb 2023 17:58:56 GMT + recorded_at: Fri, 24 Feb 2023 13:00:54 GMT recorded_with: VCR 6.1.0 diff --git a/src/api/spec/cassettes/Packages/adding_a_valid_file.yml b/src/api/spec/cassettes/Packages/adding_a_valid_file.yml index 2b0d18d8322..d4ec64c6c93 100644 --- a/src/api/spec/cassettes/Packages/adding_a_valid_file.yml +++ b/src/api/spec/cassettes/Packages/adding_a_valid_file.yml @@ -39,16 +39,16 @@ http_interactions: - recorded_at: Thu, 23 Feb 2023 14:13:00 GMT + recorded_at: Fri, 24 Feb 2023 13:39:18 GMT - request: method: put - uri: http://backend:5352/source/home:package_test_user/test_package/_meta?user=user_1 + uri: http://backend:5352/source/home:package_test_user/test_package/_meta?user=user_10 body: encoding: UTF-8 string: | - Death Be Not Proud - Quia magnam et ipsum. + Time of our Darkness + Aut nam assumenda eos. headers: Accept-Encoding: @@ -69,21 +69,21 @@ http_interactions: Connection: - close Content-Length: - - '161' + - '164' body: encoding: UTF-8 string: | - Death Be Not Proud - Quia magnam et ipsum. + Time of our Darkness + Aut nam assumenda eos. - recorded_at: Thu, 23 Feb 2023 14:13:00 GMT + recorded_at: Fri, 24 Feb 2023 13:39:18 GMT - request: method: put uri: http://backend:5352/source/home:package_test_user/test_package/_config body: encoding: UTF-8 - string: Quia rem vitae. Sit magnam minus. Blanditiis magnam nemo. + string: Dolores maxime voluptatem. Libero ipsam quod. Ipsum et voluptas. headers: Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 @@ -107,21 +107,21 @@ http_interactions: body: encoding: UTF-8 string: | - - a5092f2e1f469b8983f07c6e936622b4 + + 1321483a4f3b9b8282b93957400119e7 unknown - + unknown - recorded_at: Thu, 23 Feb 2023 14:13:00 GMT + recorded_at: Fri, 24 Feb 2023 13:39:18 GMT - request: method: put uri: http://backend:5352/source/home:package_test_user/test_package/somefile.txt body: encoding: UTF-8 - string: Perferendis quae ab. In voluptas deserunt. Voluptatem neque molestias. + string: Veniam totam voluptas. Et autem officia. Quod et quae. headers: Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 @@ -145,15 +145,15 @@ http_interactions: body: encoding: UTF-8 string: | - - 7b1d3c3d731eee918a212bee2c4a2ab2 + + c10f23e8c90245728500e06a498a8512 unknown - + unknown - recorded_at: Thu, 23 Feb 2023 14:13:00 GMT + recorded_at: Fri, 24 Feb 2023 13:39:18 GMT - request: method: put uri: http://backend:5352/source/home:other_package_test_user/_meta?user=other_package_test_user @@ -193,16 +193,16 @@ http_interactions: - recorded_at: Thu, 23 Feb 2023 14:13:00 GMT + recorded_at: Fri, 24 Feb 2023 13:39:18 GMT - request: method: put - uri: http://backend:5352/source/home:other_package_test_user/branch_test_package/_meta?user=user_2 + uri: http://backend:5352/source/home:other_package_test_user/branch_test_package/_meta?user=user_11 body: encoding: UTF-8 string: | - This Lime Tree Bower - Accusamus ex et vitae. + It's a Battlefield + Dolor et provident quae. headers: Accept-Encoding: @@ -228,16 +228,16 @@ http_interactions: encoding: UTF-8 string: | - This Lime Tree Bower - Accusamus ex et vitae. + It's a Battlefield + Dolor et provident quae. - recorded_at: Thu, 23 Feb 2023 14:13:00 GMT + recorded_at: Fri, 24 Feb 2023 13:39:18 GMT - request: method: put uri: http://backend:5352/source/home:other_package_test_user/branch_test_package/_config body: encoding: UTF-8 - string: Eos nihil dolor. Et impedit aut. Dolorem maxime eveniet. + string: Ut animi iure. Libero tenetur porro. Architecto illum enim. headers: Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 @@ -261,21 +261,21 @@ http_interactions: body: encoding: UTF-8 string: | - - 677c40e25965ef49946415e9ceab9d7b + + 01ded241467f9407411db1abd876da6c unknown - + unknown - recorded_at: Thu, 23 Feb 2023 14:13:01 GMT + recorded_at: Fri, 24 Feb 2023 13:39:18 GMT - request: method: put uri: http://backend:5352/source/home:other_package_test_user/branch_test_package/somefile.txt body: encoding: UTF-8 - string: Voluptatibus qui numquam. Iure itaque sit. Sit cumque repellendus. + string: Quis et impedit. Vel ipsam excepturi. Saepe aliquam esse. headers: Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 @@ -299,15 +299,15 @@ http_interactions: body: encoding: UTF-8 string: | - - 7934eb9e0bf24ec8b2ab053c2dd6bc2b + + ad36f3d47ffde6036aaacb16f295d2c8 unknown - + unknown - recorded_at: Thu, 23 Feb 2023 14:13:01 GMT + recorded_at: Fri, 24 Feb 2023 13:39:18 GMT - request: method: get uri: http://backend:5352/source/home:package_test_user/test_package @@ -316,7 +316,7 @@ http_interactions: string: '' headers: X-Request-Id: - - 8ccc8352-571c-4398-acb8-3c68a09783c4 + - 39f24837-d436-4048-9c4f-e3bea14e5f7c Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -339,15 +339,15 @@ http_interactions: body: encoding: UTF-8 string: | - - + + - + - recorded_at: Thu, 23 Feb 2023 14:13:07 GMT + recorded_at: Fri, 24 Feb 2023 13:39:19 GMT - request: method: get - uri: http://backend:5352/source/home:package_test_user/test_package?expand=1&rev=85 + uri: http://backend:5352/source/home:package_test_user/test_package?expand=1&rev=94 body: encoding: US-ASCII string: '' @@ -374,21 +374,21 @@ http_interactions: body: encoding: UTF-8 string: | - - + + - + - recorded_at: Thu, 23 Feb 2023 14:13:07 GMT + recorded_at: Fri, 24 Feb 2023 13:39:19 GMT - request: method: get - uri: http://backend:5352/source/home:package_test_user/test_package/_history?deleted=1&meta=1&rev=85 + uri: http://backend:5352/source/home:package_test_user/test_package/_history?deleted=0&meta=0&rev=94 body: encoding: US-ASCII string: '' headers: X-Request-Id: - - 8ccc8352-571c-4398-acb8-3c68a09783c4 + - 39f24837-d436-4048-9c4f-e3bea14e5f7c Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -407,13 +407,19 @@ http_interactions: Connection: - close Content-Length: - - '31' + - '215' body: encoding: UTF-8 string: | + + c10f23e8c90245728500e06a498a8512 + unknown + + unknown + - recorded_at: Thu, 23 Feb 2023 14:13:07 GMT + recorded_at: Fri, 24 Feb 2023 13:39:19 GMT - request: method: get uri: http://backend:5352/source/home:package_test_user/test_package @@ -422,7 +428,7 @@ http_interactions: string: '' headers: X-Request-Id: - - 8ccc8352-571c-4398-acb8-3c68a09783c4 + - 39f24837-d436-4048-9c4f-e3bea14e5f7c Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -445,12 +451,12 @@ http_interactions: body: encoding: UTF-8 string: | - - + + - + - recorded_at: Thu, 23 Feb 2023 14:13:07 GMT + recorded_at: Fri, 24 Feb 2023 13:39:19 GMT - request: method: get uri: http://backend:5352/source/home:package_test_user/test_package @@ -459,7 +465,7 @@ http_interactions: string: '' headers: X-Request-Id: - - 8ccc8352-571c-4398-acb8-3c68a09783c4 + - 39f24837-d436-4048-9c4f-e3bea14e5f7c Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -482,46 +488,12 @@ http_interactions: body: encoding: UTF-8 string: | - - + + - + - recorded_at: Thu, 23 Feb 2023 14:13:07 GMT -- request: - method: get - uri: http://backend:5352/source/home:package_test_user/test_package/_history?deleted=1&meta=1 - body: - encoding: US-ASCII - string: '' - headers: - X-Request-Id: - - 8ccc8352-571c-4398-acb8-3c68a09783c4 - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - User-Agent: - - Ruby - response: - status: - code: 200 - message: OK - headers: - Content-Type: - - text/xml - Cache-Control: - - no-cache - Connection: - - close - Content-Length: - - '31' - body: - encoding: UTF-8 - string: | - - - recorded_at: Thu, 23 Feb 2023 14:13:07 GMT + recorded_at: Fri, 24 Feb 2023 13:39:19 GMT - request: method: get uri: http://backend:5352/source/home:package_test_user/test_package @@ -530,7 +502,7 @@ http_interactions: string: '' headers: X-Request-Id: - - ed92bb44-5c0a-4f7f-8153-8b4c333d7196 + - eb78ff34-b263-40df-add1-74b992641ba0 Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -553,12 +525,12 @@ http_interactions: body: encoding: UTF-8 string: | - - + + - + - recorded_at: Thu, 23 Feb 2023 14:13:07 GMT + recorded_at: Fri, 24 Feb 2023 13:39:19 GMT - request: method: get uri: http://backend:5352/build/home:package_test_user/_result?lastbuild=1&locallink=1&multibuild=1&package=test_package&view=status @@ -567,7 +539,7 @@ http_interactions: string: '' headers: X-Request-Id: - - ed92bb44-5c0a-4f7f-8153-8b4c333d7196 + - eb78ff34-b263-40df-add1-74b992641ba0 Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -592,7 +564,7 @@ http_interactions: string: ' ' - recorded_at: Thu, 23 Feb 2023 14:13:07 GMT + recorded_at: Fri, 24 Feb 2023 13:39:19 GMT - request: method: get uri: http://backend:5352/source/home:package_test_user/test_package @@ -601,7 +573,7 @@ http_interactions: string: '' headers: X-Request-Id: - - 8de061a2-26e6-41c5-9af4-e5de5d5c143a + - 5614b719-0b3b-454e-9905-cf94c2112f67 Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -624,12 +596,12 @@ http_interactions: body: encoding: UTF-8 string: | - - + + - + - recorded_at: Thu, 23 Feb 2023 14:13:07 GMT + recorded_at: Fri, 24 Feb 2023 13:39:19 GMT - request: method: get uri: http://backend:5352/build/home:package_test_user/_result?lastbuild=1&locallink=1&multibuild=1&package=test_package&view=status @@ -638,7 +610,7 @@ http_interactions: string: '' headers: X-Request-Id: - - 8de061a2-26e6-41c5-9af4-e5de5d5c143a + - 5614b719-0b3b-454e-9905-cf94c2112f67 Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -663,7 +635,7 @@ http_interactions: string: ' ' - recorded_at: Thu, 23 Feb 2023 14:13:08 GMT + recorded_at: Fri, 24 Feb 2023 13:39:19 GMT - request: method: get uri: http://backend:5352/build/home:package_test_user/_result?package=test_package&view=status @@ -672,7 +644,7 @@ http_interactions: string: '' headers: X-Request-Id: - - c798b075-ef88-46ef-8443-28fca9970b7d + - 9cdbe266-47cb-42c2-a492-81c51ec63c1f Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -697,7 +669,7 @@ http_interactions: string: ' ' - recorded_at: Thu, 23 Feb 2023 14:13:08 GMT + recorded_at: Fri, 24 Feb 2023 13:39:19 GMT - request: method: get uri: http://backend:5352/source/home:package_test_user/test_package @@ -706,7 +678,7 @@ http_interactions: string: '' headers: X-Request-Id: - - 624ce57f-8e43-4aac-a460-0fd3171f6abc + - 32b6168f-bcd9-4778-b69a-9fd2a235632f Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -729,12 +701,12 @@ http_interactions: body: encoding: UTF-8 string: | - - + + - + - recorded_at: Thu, 23 Feb 2023 14:13:08 GMT + recorded_at: Fri, 24 Feb 2023 13:39:19 GMT - request: method: get uri: http://backend:5352/source/home:package_test_user/test_package @@ -743,7 +715,7 @@ http_interactions: string: '' headers: X-Request-Id: - - 2d6ca277-4994-4bee-aeb5-d7c8ae09c473 + - a0a5c2db-9125-489d-ba3c-6be2a4475381 Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -766,12 +738,12 @@ http_interactions: body: encoding: UTF-8 string: | - - + + - + - recorded_at: Thu, 23 Feb 2023 14:13:08 GMT + recorded_at: Fri, 24 Feb 2023 13:39:20 GMT - request: method: get uri: http://backend:5352/source/home:package_test_user/test_package @@ -780,7 +752,7 @@ http_interactions: string: '' headers: X-Request-Id: - - 2d6ca277-4994-4bee-aeb5-d7c8ae09c473 + - a0a5c2db-9125-489d-ba3c-6be2a4475381 Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -803,12 +775,12 @@ http_interactions: body: encoding: UTF-8 string: | - - + + - + - recorded_at: Thu, 23 Feb 2023 14:13:08 GMT + recorded_at: Fri, 24 Feb 2023 13:39:20 GMT - request: method: put uri: http://backend:5352/source/home:package_test_user/test_package/new_file?rev=repository&user=package_test_user @@ -817,7 +789,7 @@ http_interactions: string: '' headers: X-Request-Id: - - 2d6ca277-4994-4bee-aeb5-d7c8ae09c473 + - a0a5c2db-9125-489d-ba3c-6be2a4475381 Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -843,20 +815,20 @@ http_interactions: d41d8cd98f00b204e9800998ecf8427e - recorded_at: Thu, 23 Feb 2023 14:13:08 GMT + recorded_at: Fri, 24 Feb 2023 13:39:20 GMT - request: method: post uri: http://backend:5352/source/home:package_test_user/test_package?cmd=commitfilelist&comment=&user=package_test_user body: encoding: UTF-8 - string: + name="somefile.txt" md5="c2002e09c317885255418e3e29cd1066"/> headers: Content-Type: - application/octet-stream X-Request-Id: - - 2d6ca277-4994-4bee-aeb5-d7c8ae09c473 + - a0a5c2db-9125-489d-ba3c-6be2a4475381 Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -879,12 +851,12 @@ http_interactions: body: encoding: UTF-8 string: | - - + + - + - recorded_at: Thu, 23 Feb 2023 14:13:08 GMT + recorded_at: Fri, 24 Feb 2023 13:39:20 GMT - request: method: put uri: http://backend:5352/source/home:package_test_user/test_package/_meta?user=package_test_user @@ -892,8 +864,8 @@ http_interactions: encoding: UTF-8 string: | - Death Be Not Proud - Quia magnam et ipsum. + Time of our Darkness + Aut nam assumenda eos. headers: Accept-Encoding: @@ -914,15 +886,15 @@ http_interactions: Connection: - close Content-Length: - - '161' + - '164' body: encoding: UTF-8 string: | - Death Be Not Proud - Quia magnam et ipsum. + Time of our Darkness + Aut nam assumenda eos. - recorded_at: Thu, 23 Feb 2023 14:13:08 GMT + recorded_at: Fri, 24 Feb 2023 13:39:20 GMT - request: method: get uri: http://backend:5352/source/home:package_test_user/test_package @@ -952,12 +924,12 @@ http_interactions: body: encoding: UTF-8 string: | - - + + - + - recorded_at: Thu, 23 Feb 2023 14:13:08 GMT + recorded_at: Fri, 24 Feb 2023 13:39:20 GMT - request: method: get uri: http://backend:5352/source/home:package_test_user/test_package?view=info @@ -966,7 +938,7 @@ http_interactions: string: '' headers: X-Request-Id: - - 2d6ca277-4994-4bee-aeb5-d7c8ae09c473 + - a0a5c2db-9125-489d-ba3c-6be2a4475381 Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -989,10 +961,10 @@ http_interactions: body: encoding: UTF-8 string: | - + bad build configuration, no build type defined or detected - recorded_at: Thu, 23 Feb 2023 14:13:08 GMT + recorded_at: Fri, 24 Feb 2023 13:39:20 GMT - request: method: get uri: http://backend:5352/source/home:package_test_user/test_package @@ -1001,7 +973,7 @@ http_interactions: string: '' headers: X-Request-Id: - - 2d6ca277-4994-4bee-aeb5-d7c8ae09c473 + - a0a5c2db-9125-489d-ba3c-6be2a4475381 Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -1024,12 +996,12 @@ http_interactions: body: encoding: UTF-8 string: | - - + + - + - recorded_at: Thu, 23 Feb 2023 14:13:08 GMT + recorded_at: Fri, 24 Feb 2023 13:39:20 GMT - request: method: post uri: http://backend:5352/source/home:package_test_user/test_package?cmd=diff&linkrev=base&onlyissues=1&orev=0&view=xml @@ -1061,14 +1033,14 @@ http_interactions: body: encoding: UTF-8 string: | - + - + - recorded_at: Thu, 23 Feb 2023 14:13:08 GMT + recorded_at: Fri, 24 Feb 2023 13:39:20 GMT - request: method: get uri: http://backend:5352/source/home:package_test_user/test_package @@ -1077,7 +1049,7 @@ http_interactions: string: '' headers: X-Request-Id: - - 424d337f-626c-4e79-8ef1-c706cb5107a7 + - 5e50d272-8cbc-4321-89c9-613df9fa1625 Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -1100,15 +1072,15 @@ http_interactions: body: encoding: UTF-8 string: | - - + + - + - recorded_at: Thu, 23 Feb 2023 14:13:09 GMT + recorded_at: Fri, 24 Feb 2023 13:39:20 GMT - request: method: get - uri: http://backend:5352/source/home:package_test_user/test_package?expand=1&rev=86 + uri: http://backend:5352/source/home:package_test_user/test_package?expand=1&rev=95 body: encoding: US-ASCII string: '' @@ -1135,21 +1107,21 @@ http_interactions: body: encoding: UTF-8 string: | - - + + - + - recorded_at: Thu, 23 Feb 2023 14:13:09 GMT + recorded_at: Fri, 24 Feb 2023 13:39:20 GMT - request: method: get - uri: http://backend:5352/source/home:package_test_user/test_package/_history?deleted=1&meta=1&rev=86 + uri: http://backend:5352/source/home:package_test_user/test_package/_history?deleted=0&meta=0&rev=95 body: encoding: US-ASCII string: '' headers: X-Request-Id: - - 424d337f-626c-4e79-8ef1-c706cb5107a7 + - 5e50d272-8cbc-4321-89c9-613df9fa1625 Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -1168,13 +1140,19 @@ http_interactions: Connection: - close Content-Length: - - '31' + - '225' body: encoding: UTF-8 string: | + + c10f23e8c90245728500e06a498a8512 + unknown + + package_test_user + - recorded_at: Thu, 23 Feb 2023 14:13:09 GMT + recorded_at: Fri, 24 Feb 2023 13:39:20 GMT - request: method: get uri: http://backend:5352/source/home:package_test_user/test_package @@ -1183,7 +1161,7 @@ http_interactions: string: '' headers: X-Request-Id: - - 424d337f-626c-4e79-8ef1-c706cb5107a7 + - 5e50d272-8cbc-4321-89c9-613df9fa1625 Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -1206,12 +1184,12 @@ http_interactions: body: encoding: UTF-8 string: | - - + + - + - recorded_at: Thu, 23 Feb 2023 14:13:09 GMT + recorded_at: Fri, 24 Feb 2023 13:39:20 GMT - request: method: get uri: http://backend:5352/source/home:package_test_user/test_package @@ -1220,7 +1198,7 @@ http_interactions: string: '' headers: X-Request-Id: - - 424d337f-626c-4e79-8ef1-c706cb5107a7 + - 5e50d272-8cbc-4321-89c9-613df9fa1625 Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -1243,46 +1221,12 @@ http_interactions: body: encoding: UTF-8 string: | - - + + - + - recorded_at: Thu, 23 Feb 2023 14:13:09 GMT -- request: - method: get - uri: http://backend:5352/source/home:package_test_user/test_package/_history?deleted=1&meta=1 - body: - encoding: US-ASCII - string: '' - headers: - X-Request-Id: - - 424d337f-626c-4e79-8ef1-c706cb5107a7 - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - User-Agent: - - Ruby - response: - status: - code: 200 - message: OK - headers: - Content-Type: - - text/xml - Cache-Control: - - no-cache - Connection: - - close - Content-Length: - - '31' - body: - encoding: UTF-8 - string: | - - - recorded_at: Thu, 23 Feb 2023 14:13:09 GMT + recorded_at: Fri, 24 Feb 2023 13:39:20 GMT - request: method: get uri: http://backend:5352/source/home:package_test_user/test_package @@ -1291,7 +1235,7 @@ http_interactions: string: '' headers: X-Request-Id: - - a32f0d4c-d5e1-406f-a83b-d78988b27573 + - eab89506-084b-450e-bcc2-fe36f741f062 Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -1314,12 +1258,12 @@ http_interactions: body: encoding: UTF-8 string: | - - + + - + - recorded_at: Thu, 23 Feb 2023 14:13:09 GMT + recorded_at: Fri, 24 Feb 2023 13:39:20 GMT - request: method: get uri: http://backend:5352/build/home:package_test_user/_result?lastbuild=1&locallink=1&multibuild=1&package=test_package&view=status @@ -1328,7 +1272,7 @@ http_interactions: string: '' headers: X-Request-Id: - - a32f0d4c-d5e1-406f-a83b-d78988b27573 + - eab89506-084b-450e-bcc2-fe36f741f062 Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -1353,7 +1297,7 @@ http_interactions: string: ' ' - recorded_at: Thu, 23 Feb 2023 14:13:09 GMT + recorded_at: Fri, 24 Feb 2023 13:39:20 GMT - request: method: get uri: http://backend:5352/source/home:package_test_user/test_package @@ -1362,7 +1306,7 @@ http_interactions: string: '' headers: X-Request-Id: - - a106514d-ad76-45cd-a74a-fcd03a0676e3 + - f7c1ba5d-2a18-4cb7-8cb2-7aab860b9a29 Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -1385,12 +1329,12 @@ http_interactions: body: encoding: UTF-8 string: | - - + + - + - recorded_at: Thu, 23 Feb 2023 14:13:09 GMT + recorded_at: Fri, 24 Feb 2023 13:39:20 GMT - request: method: get uri: http://backend:5352/build/home:package_test_user/_result?lastbuild=1&locallink=1&multibuild=1&package=test_package&view=status @@ -1399,7 +1343,7 @@ http_interactions: string: '' headers: X-Request-Id: - - a106514d-ad76-45cd-a74a-fcd03a0676e3 + - f7c1ba5d-2a18-4cb7-8cb2-7aab860b9a29 Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -1424,7 +1368,7 @@ http_interactions: string: ' ' - recorded_at: Thu, 23 Feb 2023 14:13:09 GMT + recorded_at: Fri, 24 Feb 2023 13:39:20 GMT - request: method: get uri: http://backend:5352/build/home:package_test_user/_result?package=test_package&view=status @@ -1433,7 +1377,7 @@ http_interactions: string: '' headers: X-Request-Id: - - 37606adb-a4fd-45c5-888a-39ec8ac7010c + - 6546cb46-2476-4c3b-8add-618fd6382edd Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -1458,5 +1402,5 @@ http_interactions: string: ' ' - recorded_at: Thu, 23 Feb 2023 14:13:09 GMT + recorded_at: Fri, 24 Feb 2023 13:39:20 GMT recorded_with: VCR 6.1.0 diff --git a/src/api/spec/cassettes/Packages/adding_an_invalid_file.yml b/src/api/spec/cassettes/Packages/adding_an_invalid_file.yml index 3aa96b329ae..2dde3418308 100644 --- a/src/api/spec/cassettes/Packages/adding_an_invalid_file.yml +++ b/src/api/spec/cassettes/Packages/adding_an_invalid_file.yml @@ -39,16 +39,16 @@ http_interactions: - recorded_at: Wed, 22 Feb 2023 18:04:26 GMT + recorded_at: Fri, 24 Feb 2023 13:39:12 GMT - request: method: put - uri: http://backend:5352/source/home:package_test_user/test_package/_meta?user=user_3 + uri: http://backend:5352/source/home:package_test_user/test_package/_meta?user=user_6 body: encoding: UTF-8 string: | - The Other Side of Silence - Aut voluptatem ipsam et. + O Pioneers! + Perferendis quibusdam eaque accusantium. headers: Accept-Encoding: @@ -69,21 +69,21 @@ http_interactions: Connection: - close Content-Length: - - '171' + - '173' body: encoding: UTF-8 string: | - The Other Side of Silence - Aut voluptatem ipsam et. + O Pioneers! + Perferendis quibusdam eaque accusantium. - recorded_at: Wed, 22 Feb 2023 18:04:26 GMT + recorded_at: Fri, 24 Feb 2023 13:39:12 GMT - request: method: put uri: http://backend:5352/source/home:package_test_user/test_package/_config body: encoding: UTF-8 - string: Ut quia consequatur. Id aut commodi. Qui eos voluptas. + string: Nisi ut dolorem. Modi et aut. Explicabo libero quasi. headers: Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 @@ -107,21 +107,21 @@ http_interactions: body: encoding: UTF-8 string: | - - f14b2f14bb60ca00cff8f2a2d761a622 + + 3f6ad3c1ecc7253ce65e993be88785d3 unknown - + unknown - recorded_at: Wed, 22 Feb 2023 18:04:26 GMT + recorded_at: Fri, 24 Feb 2023 13:39:12 GMT - request: method: put uri: http://backend:5352/source/home:package_test_user/test_package/somefile.txt body: encoding: UTF-8 - string: Atque voluptas ut. Veritatis et ullam. Amet animi tempore. + string: Maxime molestias sapiente. A sit provident. Quibusdam voluptatibus est. headers: Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 @@ -145,15 +145,15 @@ http_interactions: body: encoding: UTF-8 string: | - - f7dc60f56590fdec994cee94f8239cac + + b5192ca82c8c75e9dd024c927a63e150 unknown - + unknown - recorded_at: Wed, 22 Feb 2023 18:04:26 GMT + recorded_at: Fri, 24 Feb 2023 13:39:12 GMT - request: method: put uri: http://backend:5352/source/home:other_package_test_user/_meta?user=other_package_test_user @@ -193,16 +193,16 @@ http_interactions: - recorded_at: Wed, 22 Feb 2023 18:04:26 GMT + recorded_at: Fri, 24 Feb 2023 13:39:12 GMT - request: method: put - uri: http://backend:5352/source/home:other_package_test_user/branch_test_package/_meta?user=user_4 + uri: http://backend:5352/source/home:other_package_test_user/branch_test_package/_meta?user=user_7 body: encoding: UTF-8 string: | - Have His Carcase - Facilis distinctio laboriosam et. + The House of Mirth + Dolorum aperiam vel nobis. headers: Accept-Encoding: @@ -223,21 +223,21 @@ http_interactions: Connection: - close Content-Length: - - '184' + - '179' body: encoding: UTF-8 string: | - Have His Carcase - Facilis distinctio laboriosam et. + The House of Mirth + Dolorum aperiam vel nobis. - recorded_at: Wed, 22 Feb 2023 18:04:26 GMT + recorded_at: Fri, 24 Feb 2023 13:39:12 GMT - request: method: put uri: http://backend:5352/source/home:other_package_test_user/branch_test_package/_config body: encoding: UTF-8 - string: Maiores quam est. Est nostrum sunt. Et rem provident. + string: Ratione et accusamus. Id ipsa ullam. Iste vel voluptatem. headers: Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 @@ -261,21 +261,21 @@ http_interactions: body: encoding: UTF-8 string: | - - 8f6d1ac92032126ffe2772fa4d3b63ca + + 77a65d28c8b5ee635843ab9ea68a02bd unknown - + unknown - recorded_at: Wed, 22 Feb 2023 18:04:26 GMT + recorded_at: Fri, 24 Feb 2023 13:39:12 GMT - request: method: put uri: http://backend:5352/source/home:other_package_test_user/branch_test_package/somefile.txt body: encoding: UTF-8 - string: Vel fugit doloribus. Et nisi omnis. Labore omnis nesciunt. + string: Est maiores ut. Totam dolorem ut. Fugit quam ut. headers: Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 @@ -299,15 +299,15 @@ http_interactions: body: encoding: UTF-8 string: | - - 9cccfa3c8c3b1f88d6e8970ad4793e6e + + 5f03f08a67c620057ee63745f63878b5 unknown - + unknown - recorded_at: Wed, 22 Feb 2023 18:04:26 GMT + recorded_at: Fri, 24 Feb 2023 13:39:12 GMT - request: method: get uri: http://backend:5352/source/home:package_test_user/test_package @@ -316,7 +316,7 @@ http_interactions: string: '' headers: X-Request-Id: - - 47c60bbc-32db-481d-84be-8f69b8945ef7 + - 29cdb496-6f44-4dae-985d-22961fd5a51a Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -339,15 +339,15 @@ http_interactions: body: encoding: UTF-8 string: | - - + + - + - recorded_at: Wed, 22 Feb 2023 18:04:27 GMT + recorded_at: Fri, 24 Feb 2023 13:39:13 GMT - request: method: get - uri: http://backend:5352/source/home:package_test_user/test_package?expand=1&rev=67 + uri: http://backend:5352/source/home:package_test_user/test_package?expand=1&rev=90 body: encoding: US-ASCII string: '' @@ -374,21 +374,21 @@ http_interactions: body: encoding: UTF-8 string: | - - + + - + - recorded_at: Wed, 22 Feb 2023 18:04:27 GMT + recorded_at: Fri, 24 Feb 2023 13:39:13 GMT - request: method: get - uri: http://backend:5352/source/home:package_test_user/test_package/_history?deleted=1&meta=1&rev=67 + uri: http://backend:5352/source/home:package_test_user/test_package/_history?deleted=0&meta=0&rev=90 body: encoding: US-ASCII string: '' headers: X-Request-Id: - - 47c60bbc-32db-481d-84be-8f69b8945ef7 + - 29cdb496-6f44-4dae-985d-22961fd5a51a Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -407,13 +407,19 @@ http_interactions: Connection: - close Content-Length: - - '31' + - '215' body: encoding: UTF-8 string: | + + b5192ca82c8c75e9dd024c927a63e150 + unknown + + unknown + - recorded_at: Wed, 22 Feb 2023 18:04:27 GMT + recorded_at: Fri, 24 Feb 2023 13:39:13 GMT - request: method: get uri: http://backend:5352/source/home:package_test_user/test_package @@ -422,7 +428,7 @@ http_interactions: string: '' headers: X-Request-Id: - - 47c60bbc-32db-481d-84be-8f69b8945ef7 + - 29cdb496-6f44-4dae-985d-22961fd5a51a Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -445,12 +451,12 @@ http_interactions: body: encoding: UTF-8 string: | - - + + - + - recorded_at: Wed, 22 Feb 2023 18:04:27 GMT + recorded_at: Fri, 24 Feb 2023 13:39:13 GMT - request: method: get uri: http://backend:5352/source/home:package_test_user/test_package @@ -459,7 +465,7 @@ http_interactions: string: '' headers: X-Request-Id: - - 47c60bbc-32db-481d-84be-8f69b8945ef7 + - 29cdb496-6f44-4dae-985d-22961fd5a51a Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -482,46 +488,12 @@ http_interactions: body: encoding: UTF-8 string: | - - + + - + - recorded_at: Wed, 22 Feb 2023 18:04:27 GMT -- request: - method: get - uri: http://backend:5352/source/home:package_test_user/test_package/_history?deleted=1&meta=1 - body: - encoding: US-ASCII - string: '' - headers: - X-Request-Id: - - 47c60bbc-32db-481d-84be-8f69b8945ef7 - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - User-Agent: - - Ruby - response: - status: - code: 200 - message: OK - headers: - Content-Type: - - text/xml - Cache-Control: - - no-cache - Connection: - - close - Content-Length: - - '31' - body: - encoding: UTF-8 - string: | - - - recorded_at: Wed, 22 Feb 2023 18:04:27 GMT + recorded_at: Fri, 24 Feb 2023 13:39:13 GMT - request: method: get uri: http://backend:5352/source/home:package_test_user/test_package @@ -530,7 +502,7 @@ http_interactions: string: '' headers: X-Request-Id: - - c72d3b35-5209-49c7-8175-0146b0760873 + - 861bbabf-207f-4677-90e2-6a3c9ece13da Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -553,12 +525,12 @@ http_interactions: body: encoding: UTF-8 string: | - - + + - + - recorded_at: Wed, 22 Feb 2023 18:04:27 GMT + recorded_at: Fri, 24 Feb 2023 13:39:13 GMT - request: method: get uri: http://backend:5352/build/home:package_test_user/_result?lastbuild=1&locallink=1&multibuild=1&package=test_package&view=status @@ -567,7 +539,7 @@ http_interactions: string: '' headers: X-Request-Id: - - c72d3b35-5209-49c7-8175-0146b0760873 + - 861bbabf-207f-4677-90e2-6a3c9ece13da Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -592,7 +564,7 @@ http_interactions: string: ' ' - recorded_at: Wed, 22 Feb 2023 18:04:27 GMT + recorded_at: Fri, 24 Feb 2023 13:39:13 GMT - request: method: get uri: http://backend:5352/source/home:package_test_user/test_package @@ -601,7 +573,7 @@ http_interactions: string: '' headers: X-Request-Id: - - c4cc214c-1469-470b-af09-6d31f7bb0d70 + - b6284b77-1e07-45d7-b3c8-2fa42c81a7cb Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -624,12 +596,12 @@ http_interactions: body: encoding: UTF-8 string: | - - + + - + - recorded_at: Wed, 22 Feb 2023 18:04:27 GMT + recorded_at: Fri, 24 Feb 2023 13:39:13 GMT - request: method: get uri: http://backend:5352/build/home:package_test_user/_result?lastbuild=1&locallink=1&multibuild=1&package=test_package&view=status @@ -638,7 +610,7 @@ http_interactions: string: '' headers: X-Request-Id: - - c4cc214c-1469-470b-af09-6d31f7bb0d70 + - b6284b77-1e07-45d7-b3c8-2fa42c81a7cb Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -663,7 +635,7 @@ http_interactions: string: ' ' - recorded_at: Wed, 22 Feb 2023 18:04:27 GMT + recorded_at: Fri, 24 Feb 2023 13:39:13 GMT - request: method: get uri: http://backend:5352/build/home:package_test_user/_result?package=test_package&view=status @@ -672,7 +644,7 @@ http_interactions: string: '' headers: X-Request-Id: - - 1167adb2-5308-4750-9902-fdb55ffaff74 + - 6f76b34f-4ccf-47e9-945f-9e9bd727ae9c Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -697,7 +669,7 @@ http_interactions: string: ' ' - recorded_at: Wed, 22 Feb 2023 18:04:27 GMT + recorded_at: Fri, 24 Feb 2023 13:39:13 GMT - request: method: get uri: http://backend:5352/source/home:package_test_user/test_package @@ -706,7 +678,7 @@ http_interactions: string: '' headers: X-Request-Id: - - c126b72c-275f-4a90-b95c-51580ee348bc + - e952f0f2-8d1a-45fa-9267-68829c54d3f4 Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -729,12 +701,12 @@ http_interactions: body: encoding: UTF-8 string: | - - + + - + - recorded_at: Wed, 22 Feb 2023 18:04:27 GMT + recorded_at: Fri, 24 Feb 2023 13:39:13 GMT - request: method: get uri: http://backend:5352/source/home:package_test_user/test_package @@ -743,7 +715,7 @@ http_interactions: string: '' headers: X-Request-Id: - - 3e545715-97d0-42fe-b5e4-b9223424e5da + - 3a2cb858-1595-46d5-837f-2daa3c7769cb Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -766,12 +738,12 @@ http_interactions: body: encoding: UTF-8 string: | - - + + - + - recorded_at: Wed, 22 Feb 2023 18:04:28 GMT + recorded_at: Fri, 24 Feb 2023 13:39:13 GMT - request: method: get uri: http://backend:5352/source/home:package_test_user/test_package @@ -780,7 +752,7 @@ http_interactions: string: '' headers: X-Request-Id: - - 659b3b71-1899-43fe-aa39-dc182b8d88a2 + - 3a2cb858-1595-46d5-837f-2daa3c7769cb Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -803,12 +775,12 @@ http_interactions: body: encoding: UTF-8 string: | - - + + - + - recorded_at: Wed, 22 Feb 2023 18:04:28 GMT + recorded_at: Fri, 24 Feb 2023 13:39:14 GMT - request: method: get uri: http://backend:5352/source/home:package_test_user/test_package @@ -817,7 +789,7 @@ http_interactions: string: '' headers: X-Request-Id: - - bbe1edb7-b607-41c6-8c5a-5acc0b2ff7bb + - 15a4959f-a25f-44ca-90b9-8c37ae71315a Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -840,19 +812,21 @@ http_interactions: body: encoding: UTF-8 string: | - - + + - + - recorded_at: Wed, 22 Feb 2023 18:04:28 GMT + recorded_at: Fri, 24 Feb 2023 13:39:14 GMT - request: method: get - uri: http://backend:5352/source/home:package_test_user/test_package?expand=1&rev=67 + uri: http://backend:5352/source/home:package_test_user/test_package body: encoding: US-ASCII string: '' headers: + X-Request-Id: + - cd67f7d1-6eb4-441b-8860-294a9634c74c Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -875,21 +849,19 @@ http_interactions: body: encoding: UTF-8 string: | - - + + - + - recorded_at: Wed, 22 Feb 2023 18:04:28 GMT + recorded_at: Fri, 24 Feb 2023 13:39:14 GMT - request: method: get - uri: http://backend:5352/source/home:package_test_user/test_package/_history?deleted=1&meta=1&rev=67 + uri: http://backend:5352/source/home:package_test_user/test_package?expand=1&rev=90 body: encoding: US-ASCII string: '' headers: - X-Request-Id: - - bbe1edb7-b607-41c6-8c5a-5acc0b2ff7bb Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -908,22 +880,25 @@ http_interactions: Connection: - close Content-Length: - - '31' + - '393' body: encoding: UTF-8 string: | - - - recorded_at: Wed, 22 Feb 2023 18:04:28 GMT + + + + + + recorded_at: Fri, 24 Feb 2023 13:39:14 GMT - request: method: get - uri: http://backend:5352/source/home:package_test_user/test_package + uri: http://backend:5352/source/home:package_test_user/test_package/_history?deleted=0&meta=0&rev=90 body: encoding: US-ASCII string: '' headers: X-Request-Id: - - bbe1edb7-b607-41c6-8c5a-5acc0b2ff7bb + - cd67f7d1-6eb4-441b-8860-294a9634c74c Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -942,16 +917,19 @@ http_interactions: Connection: - close Content-Length: - - '393' + - '215' body: encoding: UTF-8 string: | - - - - - - recorded_at: Wed, 22 Feb 2023 18:04:28 GMT + + + b5192ca82c8c75e9dd024c927a63e150 + unknown + + unknown + + + recorded_at: Fri, 24 Feb 2023 13:39:14 GMT - request: method: get uri: http://backend:5352/source/home:package_test_user/test_package @@ -960,7 +938,7 @@ http_interactions: string: '' headers: X-Request-Id: - - bbe1edb7-b607-41c6-8c5a-5acc0b2ff7bb + - cd67f7d1-6eb4-441b-8860-294a9634c74c Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -983,21 +961,21 @@ http_interactions: body: encoding: UTF-8 string: | - - + + - + - recorded_at: Wed, 22 Feb 2023 18:04:28 GMT + recorded_at: Fri, 24 Feb 2023 13:39:14 GMT - request: method: get - uri: http://backend:5352/source/home:package_test_user/test_package/_history?deleted=1&meta=1 + uri: http://backend:5352/source/home:package_test_user/test_package body: encoding: US-ASCII string: '' headers: X-Request-Id: - - bbe1edb7-b607-41c6-8c5a-5acc0b2ff7bb + - cd67f7d1-6eb4-441b-8860-294a9634c74c Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -1016,13 +994,16 @@ http_interactions: Connection: - close Content-Length: - - '31' + - '393' body: encoding: UTF-8 string: | - - - recorded_at: Wed, 22 Feb 2023 18:04:28 GMT + + + + + + recorded_at: Fri, 24 Feb 2023 13:39:14 GMT - request: method: get uri: http://backend:5352/source/home:package_test_user/test_package @@ -1031,7 +1012,7 @@ http_interactions: string: '' headers: X-Request-Id: - - addb1205-af75-4c4b-839a-5440a81d464a + - ea3de60c-060d-4662-8364-0ca926173536 Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -1054,12 +1035,12 @@ http_interactions: body: encoding: UTF-8 string: | - - + + - + - recorded_at: Wed, 22 Feb 2023 18:04:29 GMT + recorded_at: Fri, 24 Feb 2023 13:39:14 GMT - request: method: get uri: http://backend:5352/build/home:package_test_user/_result?lastbuild=1&locallink=1&multibuild=1&package=test_package&view=status @@ -1068,7 +1049,7 @@ http_interactions: string: '' headers: X-Request-Id: - - addb1205-af75-4c4b-839a-5440a81d464a + - ea3de60c-060d-4662-8364-0ca926173536 Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -1093,7 +1074,7 @@ http_interactions: string: ' ' - recorded_at: Wed, 22 Feb 2023 18:04:29 GMT + recorded_at: Fri, 24 Feb 2023 13:39:14 GMT - request: method: get uri: http://backend:5352/source/home:package_test_user/test_package @@ -1102,7 +1083,7 @@ http_interactions: string: '' headers: X-Request-Id: - - ecf7477c-e766-400a-9c0e-08b63fd194bf + - 59ff8b69-e085-4687-bf89-da9c3b5b86ed Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -1125,12 +1106,12 @@ http_interactions: body: encoding: UTF-8 string: | - - + + - + - recorded_at: Wed, 22 Feb 2023 18:04:29 GMT + recorded_at: Fri, 24 Feb 2023 13:39:14 GMT - request: method: get uri: http://backend:5352/build/home:package_test_user/_result?lastbuild=1&locallink=1&multibuild=1&package=test_package&view=status @@ -1139,7 +1120,7 @@ http_interactions: string: '' headers: X-Request-Id: - - ecf7477c-e766-400a-9c0e-08b63fd194bf + - 59ff8b69-e085-4687-bf89-da9c3b5b86ed Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -1164,7 +1145,7 @@ http_interactions: string: ' ' - recorded_at: Wed, 22 Feb 2023 18:04:29 GMT + recorded_at: Fri, 24 Feb 2023 13:39:14 GMT - request: method: get uri: http://backend:5352/build/home:package_test_user/_result?package=test_package&view=status @@ -1173,7 +1154,7 @@ http_interactions: string: '' headers: X-Request-Id: - - dcdf2742-3cd5-4b63-8cb3-c35afaeadc9b + - 97862b49-d83d-4dfd-8864-af5c80aff6d7 Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -1198,5 +1179,5 @@ http_interactions: string: ' ' - recorded_at: Wed, 22 Feb 2023 18:04:29 GMT + recorded_at: Fri, 24 Feb 2023 13:39:14 GMT recorded_with: VCR 6.1.0 diff --git a/src/api/spec/cassettes/Packages/behaves_like_bootstrap_user_tab/group_roles/Add_an_existing_group.yml b/src/api/spec/cassettes/Packages/behaves_like_bootstrap_user_tab/group_roles/Add_an_existing_group.yml index 365e181699a..74146b3fe6c 100644 --- a/src/api/spec/cassettes/Packages/behaves_like_bootstrap_user_tab/group_roles/Add_an_existing_group.yml +++ b/src/api/spec/cassettes/Packages/behaves_like_bootstrap_user_tab/group_roles/Add_an_existing_group.yml @@ -39,7 +39,7 @@ http_interactions: - recorded_at: Wed, 22 Feb 2023 18:05:05 GMT + recorded_at: Fri, 24 Feb 2023 13:39:39 GMT - request: method: put uri: http://backend:5352/source/home:user_tab_user/_meta?user=user_tab_user @@ -79,16 +79,16 @@ http_interactions: - recorded_at: Wed, 22 Feb 2023 18:05:05 GMT + recorded_at: Fri, 24 Feb 2023 13:39:39 GMT - request: method: put - uri: http://backend:5352/source/home:user_tab_user/group_test_package/_meta?user=user_22 + uri: http://backend:5352/source/home:user_tab_user/group_test_package/_meta?user=user_23 body: encoding: UTF-8 string: | - Terrible Swift Sword - Et occaecati quidem deleniti. + The Cricket on the Hearth + Nemo magnam natus aliquam. headers: Accept-Encoding: @@ -109,15 +109,15 @@ http_interactions: Connection: - close Content-Length: - - '173' + - '175' body: encoding: UTF-8 string: | - Terrible Swift Sword - Et occaecati quidem deleniti. + The Cricket on the Hearth + Nemo magnam natus aliquam. - recorded_at: Wed, 22 Feb 2023 18:05:05 GMT + recorded_at: Fri, 24 Feb 2023 13:39:39 GMT - request: method: put uri: http://backend:5352/source/home:other_user/_meta?user=other_user @@ -157,16 +157,16 @@ http_interactions: - recorded_at: Wed, 22 Feb 2023 18:05:06 GMT + recorded_at: Fri, 24 Feb 2023 13:39:39 GMT - request: method: put - uri: http://backend:5352/source/home:other_user/branch_test_package/_meta?user=user_23 + uri: http://backend:5352/source/home:other_user/branch_test_package/_meta?user=user_24 body: encoding: UTF-8 string: | - The Moving Finger - Ea repellendus repellat officia. + The Millstone + Dolorem provident aliquid ut. headers: Accept-Encoding: @@ -187,21 +187,21 @@ http_interactions: Connection: - close Content-Length: - - '171' + - '164' body: encoding: UTF-8 string: | - The Moving Finger - Ea repellendus repellat officia. + The Millstone + Dolorem provident aliquid ut. - recorded_at: Wed, 22 Feb 2023 18:05:06 GMT + recorded_at: Fri, 24 Feb 2023 13:39:39 GMT - request: method: put uri: http://backend:5352/source/home:other_user/branch_test_package/_config body: encoding: UTF-8 - string: Aspernatur ut assumenda. Omnis pariatur consectetur. Velit ex eos. + string: Vero atque vel. Modi tempora enim. Et ad dolores. headers: Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 @@ -225,21 +225,21 @@ http_interactions: body: encoding: UTF-8 string: | - - cb86bd86084aea6cc4124818eb8d6763 + + cceb2d52872478bc2b6ce7131bc2009a unknown - + unknown - recorded_at: Wed, 22 Feb 2023 18:05:06 GMT + recorded_at: Fri, 24 Feb 2023 13:39:39 GMT - request: method: put uri: http://backend:5352/source/home:other_user/branch_test_package/somefile.txt body: encoding: UTF-8 - string: Unde in corrupti. Modi soluta iusto. Molestias vero et. + string: Et cum nulla. Blanditiis rerum minus. Quidem eos ipsa. headers: Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 @@ -263,15 +263,15 @@ http_interactions: body: encoding: UTF-8 string: | - - 62871b000d665a3798ec5e78d45c857a + + ef878e03d0a42b5b141f225a4fe33ac5 unknown - + unknown - recorded_at: Wed, 22 Feb 2023 18:05:06 GMT + recorded_at: Fri, 24 Feb 2023 13:39:39 GMT - request: method: get uri: http://backend:5352/source/home:user_tab_user/group_test_package @@ -280,7 +280,7 @@ http_interactions: string: '' headers: X-Request-Id: - - 05f0c00c-52d3-4d42-bf6f-77a68448bbde + - b3c3ee08-21c5-4ccc-a62b-7449f5f7c977 Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -305,7 +305,7 @@ http_interactions: string: | - recorded_at: Wed, 22 Feb 2023 18:05:07 GMT + recorded_at: Fri, 24 Feb 2023 13:39:40 GMT - request: method: get uri: http://backend:5352/source/home:user_tab_user/group_test_package?expand=1 @@ -337,16 +337,16 @@ http_interactions: string: | - recorded_at: Wed, 22 Feb 2023 18:05:07 GMT + recorded_at: Fri, 24 Feb 2023 13:39:40 GMT - request: method: get - uri: http://backend:5352/source/home:user_tab_user/group_test_package/_history?deleted=1&meta=1 + uri: http://backend:5352/source/home:user_tab_user/group_test_package/_history?deleted=0&meta=0 body: encoding: US-ASCII string: '' headers: X-Request-Id: - - 05f0c00c-52d3-4d42-bf6f-77a68448bbde + - b3c3ee08-21c5-4ccc-a62b-7449f5f7c977 Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -371,7 +371,7 @@ http_interactions: string: | - recorded_at: Wed, 22 Feb 2023 18:05:07 GMT + recorded_at: Fri, 24 Feb 2023 13:39:40 GMT - request: method: get uri: http://backend:5352/source/home:user_tab_user/group_test_package @@ -380,7 +380,7 @@ http_interactions: string: '' headers: X-Request-Id: - - 05f0c00c-52d3-4d42-bf6f-77a68448bbde + - b3c3ee08-21c5-4ccc-a62b-7449f5f7c977 Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -405,7 +405,7 @@ http_interactions: string: | - recorded_at: Wed, 22 Feb 2023 18:05:07 GMT + recorded_at: Fri, 24 Feb 2023 13:39:40 GMT - request: method: get uri: http://backend:5352/source/home:user_tab_user/group_test_package @@ -414,7 +414,7 @@ http_interactions: string: '' headers: X-Request-Id: - - 05f0c00c-52d3-4d42-bf6f-77a68448bbde + - b3c3ee08-21c5-4ccc-a62b-7449f5f7c977 Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -439,7 +439,7 @@ http_interactions: string: | - recorded_at: Wed, 22 Feb 2023 18:05:07 GMT + recorded_at: Fri, 24 Feb 2023 13:39:40 GMT - request: method: get uri: http://backend:5352/source/home:user_tab_user/group_test_package @@ -448,7 +448,7 @@ http_interactions: string: '' headers: X-Request-Id: - - 8ff23b5c-1a2a-4aa2-9a09-ea7d0e8e26e5 + - 77d837ba-77fc-4ab5-9c56-3998261b7821 Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -473,7 +473,7 @@ http_interactions: string: | - recorded_at: Wed, 22 Feb 2023 18:05:07 GMT + recorded_at: Fri, 24 Feb 2023 13:39:40 GMT - request: method: get uri: http://backend:5352/build/home:user_tab_user/_result?lastbuild=1&locallink=1&multibuild=1&package=group_test_package&view=status @@ -482,7 +482,7 @@ http_interactions: string: '' headers: X-Request-Id: - - 8ff23b5c-1a2a-4aa2-9a09-ea7d0e8e26e5 + - 77d837ba-77fc-4ab5-9c56-3998261b7821 Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -507,7 +507,7 @@ http_interactions: string: ' ' - recorded_at: Wed, 22 Feb 2023 18:05:07 GMT + recorded_at: Fri, 24 Feb 2023 13:39:40 GMT - request: method: get uri: http://backend:5352/source/home:user_tab_user/group_test_package @@ -516,7 +516,7 @@ http_interactions: string: '' headers: X-Request-Id: - - d3f698b0-a366-452f-b01e-4a49a3b58166 + - 04e93723-38ff-49b3-82fe-7096e477e5c9 Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -541,7 +541,7 @@ http_interactions: string: | - recorded_at: Wed, 22 Feb 2023 18:05:07 GMT + recorded_at: Fri, 24 Feb 2023 13:39:40 GMT - request: method: get uri: http://backend:5352/build/home:user_tab_user/_result?lastbuild=1&locallink=1&multibuild=1&package=group_test_package&view=status @@ -550,7 +550,7 @@ http_interactions: string: '' headers: X-Request-Id: - - d3f698b0-a366-452f-b01e-4a49a3b58166 + - 04e93723-38ff-49b3-82fe-7096e477e5c9 Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -575,7 +575,7 @@ http_interactions: string: ' ' - recorded_at: Wed, 22 Feb 2023 18:05:07 GMT + recorded_at: Fri, 24 Feb 2023 13:39:40 GMT - request: method: get uri: http://backend:5352/build/home:user_tab_user/_result?package=group_test_package&view=status @@ -584,7 +584,7 @@ http_interactions: string: '' headers: X-Request-Id: - - bea2f1b6-543b-458e-b99f-3d3b87b60b04 + - d58b46f6-0d2e-4401-a093-aeb9d9207adf Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -609,7 +609,7 @@ http_interactions: string: ' ' - recorded_at: Wed, 22 Feb 2023 18:05:07 GMT + recorded_at: Fri, 24 Feb 2023 13:39:40 GMT - request: method: put uri: http://backend:5352/source/home:user_tab_user/group_test_package/_meta?user=user_tab_user @@ -617,8 +617,8 @@ http_interactions: encoding: UTF-8 string: | - Terrible Swift Sword - Et occaecati quidem deleniti. + The Cricket on the Hearth + Nemo magnam natus aliquam. @@ -643,17 +643,17 @@ http_interactions: Connection: - close Content-Length: - - '383' + - '385' body: encoding: UTF-8 string: | - Terrible Swift Sword - Et occaecati quidem deleniti. + The Cricket on the Hearth + Nemo magnam natus aliquam. - recorded_at: Wed, 22 Feb 2023 18:05:09 GMT + recorded_at: Fri, 24 Feb 2023 13:39:42 GMT recorded_with: VCR 6.1.0 diff --git a/src/api/spec/cassettes/Packages/behaves_like_bootstrap_user_tab/group_roles/Add_non_existent_group.yml b/src/api/spec/cassettes/Packages/behaves_like_bootstrap_user_tab/group_roles/Add_non_existent_group.yml index 6b4abb90a51..59a21be5066 100644 --- a/src/api/spec/cassettes/Packages/behaves_like_bootstrap_user_tab/group_roles/Add_non_existent_group.yml +++ b/src/api/spec/cassettes/Packages/behaves_like_bootstrap_user_tab/group_roles/Add_non_existent_group.yml @@ -39,7 +39,7 @@ http_interactions: - recorded_at: Wed, 22 Feb 2023 18:04:58 GMT + recorded_at: Fri, 24 Feb 2023 13:39:45 GMT - request: method: put uri: http://backend:5352/source/home:user_tab_user/_meta?user=user_tab_user @@ -79,16 +79,16 @@ http_interactions: - recorded_at: Wed, 22 Feb 2023 18:04:58 GMT + recorded_at: Fri, 24 Feb 2023 13:39:45 GMT - request: method: put - uri: http://backend:5352/source/home:user_tab_user/group_test_package/_meta?user=user_18 + uri: http://backend:5352/source/home:user_tab_user/group_test_package/_meta?user=user_25 body: encoding: UTF-8 string: | - Of Mice and Men - Consequatur optio quia est. + Quo Vadis + Voluptatum debitis sint molestiae. headers: Accept-Encoding: @@ -109,15 +109,15 @@ http_interactions: Connection: - close Content-Length: - - '166' + - '167' body: encoding: UTF-8 string: | - Of Mice and Men - Consequatur optio quia est. + Quo Vadis + Voluptatum debitis sint molestiae. - recorded_at: Wed, 22 Feb 2023 18:04:58 GMT + recorded_at: Fri, 24 Feb 2023 13:39:45 GMT - request: method: put uri: http://backend:5352/source/home:other_user/_meta?user=other_user @@ -157,16 +157,16 @@ http_interactions: - recorded_at: Wed, 22 Feb 2023 18:04:58 GMT + recorded_at: Fri, 24 Feb 2023 13:39:45 GMT - request: method: put - uri: http://backend:5352/source/home:other_user/branch_test_package/_meta?user=user_19 + uri: http://backend:5352/source/home:other_user/branch_test_package/_meta?user=user_26 body: encoding: UTF-8 string: | - In Dubious Battle - Autem repellat molestiae fugit. + Specimen Days + Harum voluptates assumenda perspiciatis. headers: Accept-Encoding: @@ -187,21 +187,22 @@ http_interactions: Connection: - close Content-Length: - - '170' + - '175' body: encoding: UTF-8 string: | - In Dubious Battle - Autem repellat molestiae fugit. + Specimen Days + Harum voluptates assumenda perspiciatis. - recorded_at: Wed, 22 Feb 2023 18:04:58 GMT + recorded_at: Fri, 24 Feb 2023 13:39:46 GMT - request: method: put uri: http://backend:5352/source/home:other_user/branch_test_package/_config body: encoding: UTF-8 - string: Provident accusamus officiis. Qui quibusdam voluptatem. Et sint ut. + string: Blanditiis voluptatem similique. Tempore ea velit. Molestias minima + voluptatem. headers: Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 @@ -225,21 +226,21 @@ http_interactions: body: encoding: UTF-8 string: | - - 4097e50e381cf52f3568cbdae54a39b2 + + d619a7b06f65c7619862147ef45cdfb7 unknown - + unknown - recorded_at: Wed, 22 Feb 2023 18:04:58 GMT + recorded_at: Fri, 24 Feb 2023 13:39:46 GMT - request: method: put uri: http://backend:5352/source/home:other_user/branch_test_package/somefile.txt body: encoding: UTF-8 - string: Et eaque quisquam. Placeat non ex. Quisquam praesentium corporis. + string: Consequuntur doloribus deleniti. Rem provident et. Cum aut soluta. headers: Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 @@ -263,15 +264,15 @@ http_interactions: body: encoding: UTF-8 string: | - - 9a196023581dc7311e6b57c54b2d579b + + 3037bbad63c5b26977e1a08008405648 unknown - + unknown - recorded_at: Wed, 22 Feb 2023 18:04:58 GMT + recorded_at: Fri, 24 Feb 2023 13:39:46 GMT - request: method: get uri: http://backend:5352/source/home:user_tab_user/group_test_package @@ -280,7 +281,7 @@ http_interactions: string: '' headers: X-Request-Id: - - f10d1ce0-5558-49c4-adc7-478a34415500 + - 1e3e523d-42c9-42c3-a025-50d90a94f9e7 Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -305,7 +306,7 @@ http_interactions: string: | - recorded_at: Wed, 22 Feb 2023 18:04:59 GMT + recorded_at: Fri, 24 Feb 2023 13:39:47 GMT - request: method: get uri: http://backend:5352/source/home:user_tab_user/group_test_package?expand=1 @@ -337,16 +338,16 @@ http_interactions: string: | - recorded_at: Wed, 22 Feb 2023 18:04:59 GMT + recorded_at: Fri, 24 Feb 2023 13:39:47 GMT - request: method: get - uri: http://backend:5352/source/home:user_tab_user/group_test_package/_history?deleted=1&meta=1 + uri: http://backend:5352/source/home:user_tab_user/group_test_package/_history?deleted=0&meta=0 body: encoding: US-ASCII string: '' headers: X-Request-Id: - - f10d1ce0-5558-49c4-adc7-478a34415500 + - 1e3e523d-42c9-42c3-a025-50d90a94f9e7 Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -371,7 +372,7 @@ http_interactions: string: | - recorded_at: Wed, 22 Feb 2023 18:04:59 GMT + recorded_at: Fri, 24 Feb 2023 13:39:47 GMT - request: method: get uri: http://backend:5352/source/home:user_tab_user/group_test_package @@ -380,7 +381,7 @@ http_interactions: string: '' headers: X-Request-Id: - - f10d1ce0-5558-49c4-adc7-478a34415500 + - 1e3e523d-42c9-42c3-a025-50d90a94f9e7 Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -405,7 +406,7 @@ http_interactions: string: | - recorded_at: Wed, 22 Feb 2023 18:04:59 GMT + recorded_at: Fri, 24 Feb 2023 13:39:47 GMT - request: method: get uri: http://backend:5352/source/home:user_tab_user/group_test_package @@ -414,7 +415,7 @@ http_interactions: string: '' headers: X-Request-Id: - - f10d1ce0-5558-49c4-adc7-478a34415500 + - 1e3e523d-42c9-42c3-a025-50d90a94f9e7 Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -439,7 +440,7 @@ http_interactions: string: | - recorded_at: Wed, 22 Feb 2023 18:04:59 GMT + recorded_at: Fri, 24 Feb 2023 13:39:47 GMT - request: method: get uri: http://backend:5352/source/home:user_tab_user/group_test_package @@ -448,7 +449,7 @@ http_interactions: string: '' headers: X-Request-Id: - - f343cea8-874c-4e36-bc99-bcd227e7b5b1 + - c4a9ca87-f1a7-4b1e-a236-a7bc1b485d37 Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -473,7 +474,7 @@ http_interactions: string: | - recorded_at: Wed, 22 Feb 2023 18:04:59 GMT + recorded_at: Fri, 24 Feb 2023 13:39:47 GMT - request: method: get uri: http://backend:5352/build/home:user_tab_user/_result?lastbuild=1&locallink=1&multibuild=1&package=group_test_package&view=status @@ -482,7 +483,7 @@ http_interactions: string: '' headers: X-Request-Id: - - f343cea8-874c-4e36-bc99-bcd227e7b5b1 + - c4a9ca87-f1a7-4b1e-a236-a7bc1b485d37 Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -507,7 +508,7 @@ http_interactions: string: ' ' - recorded_at: Wed, 22 Feb 2023 18:04:59 GMT + recorded_at: Fri, 24 Feb 2023 13:39:47 GMT - request: method: get uri: http://backend:5352/source/home:user_tab_user/group_test_package @@ -516,7 +517,7 @@ http_interactions: string: '' headers: X-Request-Id: - - f8b5b01b-a12f-4b39-93f9-211009eb174a + - c7595919-40d2-41f3-9a8f-649974e4160b Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -541,7 +542,7 @@ http_interactions: string: | - recorded_at: Wed, 22 Feb 2023 18:04:59 GMT + recorded_at: Fri, 24 Feb 2023 13:39:47 GMT - request: method: get uri: http://backend:5352/build/home:user_tab_user/_result?lastbuild=1&locallink=1&multibuild=1&package=group_test_package&view=status @@ -550,7 +551,7 @@ http_interactions: string: '' headers: X-Request-Id: - - f8b5b01b-a12f-4b39-93f9-211009eb174a + - c7595919-40d2-41f3-9a8f-649974e4160b Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -575,7 +576,7 @@ http_interactions: string: ' ' - recorded_at: Wed, 22 Feb 2023 18:04:59 GMT + recorded_at: Fri, 24 Feb 2023 13:39:47 GMT - request: method: get uri: http://backend:5352/build/home:user_tab_user/_result?package=group_test_package&view=status @@ -584,7 +585,7 @@ http_interactions: string: '' headers: X-Request-Id: - - ebaf6d95-e47d-4930-982d-dd0fc187798d + - 35553f63-a9ab-46eb-b702-3c9989573b38 Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -609,5 +610,5 @@ http_interactions: string: ' ' - recorded_at: Wed, 22 Feb 2023 18:04:59 GMT + recorded_at: Fri, 24 Feb 2023 13:39:47 GMT recorded_with: VCR 6.1.0 diff --git a/src/api/spec/cassettes/Packages/behaves_like_bootstrap_user_tab/group_roles/Add_role_to_group.yml b/src/api/spec/cassettes/Packages/behaves_like_bootstrap_user_tab/group_roles/Add_role_to_group.yml index a02a20e632d..b1f89c37d2e 100644 --- a/src/api/spec/cassettes/Packages/behaves_like_bootstrap_user_tab/group_roles/Add_role_to_group.yml +++ b/src/api/spec/cassettes/Packages/behaves_like_bootstrap_user_tab/group_roles/Add_role_to_group.yml @@ -39,7 +39,7 @@ http_interactions: - recorded_at: Wed, 22 Feb 2023 18:04:49 GMT + recorded_at: Fri, 24 Feb 2023 13:39:30 GMT - request: method: put uri: http://backend:5352/source/home:user_tab_user/_meta?user=user_tab_user @@ -79,16 +79,16 @@ http_interactions: - recorded_at: Wed, 22 Feb 2023 18:04:49 GMT + recorded_at: Fri, 24 Feb 2023 13:39:30 GMT - request: method: put - uri: http://backend:5352/source/home:user_tab_user/group_test_package/_meta?user=user_14 + uri: http://backend:5352/source/home:user_tab_user/group_test_package/_meta?user=user_19 body: encoding: UTF-8 string: | - An Instant In The Wind - Sint et et alias. + Now Sleeps the Crimson Petal + Quae harum dolorum dolores. headers: Accept-Encoding: @@ -109,15 +109,15 @@ http_interactions: Connection: - close Content-Length: - - '163' + - '179' body: encoding: UTF-8 string: | - An Instant In The Wind - Sint et et alias. + Now Sleeps the Crimson Petal + Quae harum dolorum dolores. - recorded_at: Wed, 22 Feb 2023 18:04:49 GMT + recorded_at: Fri, 24 Feb 2023 13:39:30 GMT - request: method: put uri: http://backend:5352/source/home:other_user/_meta?user=other_user @@ -157,16 +157,16 @@ http_interactions: - recorded_at: Wed, 22 Feb 2023 18:04:49 GMT + recorded_at: Fri, 24 Feb 2023 13:39:30 GMT - request: method: put - uri: http://backend:5352/source/home:other_user/branch_test_package/_meta?user=user_15 + uri: http://backend:5352/source/home:other_user/branch_test_package/_meta?user=user_20 body: encoding: UTF-8 string: | - Arms and the Man - Non et modi eum. + Fear and Trembling + Sequi excepturi qui et. headers: Accept-Encoding: @@ -187,21 +187,21 @@ http_interactions: Connection: - close Content-Length: - - '154' + - '163' body: encoding: UTF-8 string: | - Arms and the Man - Non et modi eum. + Fear and Trembling + Sequi excepturi qui et. - recorded_at: Wed, 22 Feb 2023 18:04:49 GMT + recorded_at: Fri, 24 Feb 2023 13:39:31 GMT - request: method: put uri: http://backend:5352/source/home:other_user/branch_test_package/_config body: encoding: UTF-8 - string: Sit blanditiis ad. Debitis possimus blanditiis. Eveniet doloribus sed. + string: Quasi et velit. Provident sunt vel. Odit delectus ad. headers: Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 @@ -225,21 +225,21 @@ http_interactions: body: encoding: UTF-8 string: | - - c2a99c706f2bc5d0990001162f58a77a + + 02d37d0c18a7a60b66ecaa679eeff6d0 unknown - + unknown - recorded_at: Wed, 22 Feb 2023 18:04:49 GMT + recorded_at: Fri, 24 Feb 2023 13:39:31 GMT - request: method: put uri: http://backend:5352/source/home:other_user/branch_test_package/somefile.txt body: encoding: UTF-8 - string: Perferendis nesciunt magni. Adipisci in tenetur. Optio sed assumenda. + string: Rerum eligendi hic. Rem tenetur cupiditate. Voluptatem quia et. headers: Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 @@ -263,15 +263,15 @@ http_interactions: body: encoding: UTF-8 string: | - - 67bd211998db1f3396748cf4ed90d301 + + fb15c4bc67480d997fda4a00aa8bd46c unknown - + unknown - recorded_at: Wed, 22 Feb 2023 18:04:49 GMT + recorded_at: Fri, 24 Feb 2023 13:39:31 GMT - request: method: get uri: http://backend:5352/source/home:user_tab_user/group_test_package @@ -280,7 +280,7 @@ http_interactions: string: '' headers: X-Request-Id: - - f5a638df-3541-4263-a46d-76483bf6bfcf + - cdb05200-5ad3-4a2c-b02b-7c55052d44c4 Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -305,7 +305,7 @@ http_interactions: string: | - recorded_at: Wed, 22 Feb 2023 18:04:50 GMT + recorded_at: Fri, 24 Feb 2023 13:39:32 GMT - request: method: get uri: http://backend:5352/source/home:user_tab_user/group_test_package?expand=1 @@ -337,16 +337,16 @@ http_interactions: string: | - recorded_at: Wed, 22 Feb 2023 18:04:50 GMT + recorded_at: Fri, 24 Feb 2023 13:39:32 GMT - request: method: get - uri: http://backend:5352/source/home:user_tab_user/group_test_package/_history?deleted=1&meta=1 + uri: http://backend:5352/source/home:user_tab_user/group_test_package/_history?deleted=0&meta=0 body: encoding: US-ASCII string: '' headers: X-Request-Id: - - f5a638df-3541-4263-a46d-76483bf6bfcf + - cdb05200-5ad3-4a2c-b02b-7c55052d44c4 Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -371,7 +371,7 @@ http_interactions: string: | - recorded_at: Wed, 22 Feb 2023 18:04:50 GMT + recorded_at: Fri, 24 Feb 2023 13:39:32 GMT - request: method: get uri: http://backend:5352/source/home:user_tab_user/group_test_package @@ -380,7 +380,7 @@ http_interactions: string: '' headers: X-Request-Id: - - f5a638df-3541-4263-a46d-76483bf6bfcf + - cdb05200-5ad3-4a2c-b02b-7c55052d44c4 Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -405,7 +405,7 @@ http_interactions: string: | - recorded_at: Wed, 22 Feb 2023 18:04:50 GMT + recorded_at: Fri, 24 Feb 2023 13:39:32 GMT - request: method: get uri: http://backend:5352/source/home:user_tab_user/group_test_package @@ -414,7 +414,7 @@ http_interactions: string: '' headers: X-Request-Id: - - f5a638df-3541-4263-a46d-76483bf6bfcf + - cdb05200-5ad3-4a2c-b02b-7c55052d44c4 Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -439,7 +439,7 @@ http_interactions: string: | - recorded_at: Wed, 22 Feb 2023 18:04:50 GMT + recorded_at: Fri, 24 Feb 2023 13:39:32 GMT - request: method: get uri: http://backend:5352/source/home:user_tab_user/group_test_package @@ -448,7 +448,7 @@ http_interactions: string: '' headers: X-Request-Id: - - 6bc53ed0-b62d-4ea8-b22c-c25d940787c7 + - 5a39db9c-8694-4786-aa5a-018579e49644 Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -473,7 +473,7 @@ http_interactions: string: | - recorded_at: Wed, 22 Feb 2023 18:04:50 GMT + recorded_at: Fri, 24 Feb 2023 13:39:32 GMT - request: method: get uri: http://backend:5352/build/home:user_tab_user/_result?lastbuild=1&locallink=1&multibuild=1&package=group_test_package&view=status @@ -482,7 +482,7 @@ http_interactions: string: '' headers: X-Request-Id: - - 6bc53ed0-b62d-4ea8-b22c-c25d940787c7 + - 5a39db9c-8694-4786-aa5a-018579e49644 Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -507,7 +507,7 @@ http_interactions: string: ' ' - recorded_at: Wed, 22 Feb 2023 18:04:50 GMT + recorded_at: Fri, 24 Feb 2023 13:39:32 GMT - request: method: get uri: http://backend:5352/source/home:user_tab_user/group_test_package @@ -516,7 +516,7 @@ http_interactions: string: '' headers: X-Request-Id: - - 54134413-fe03-4a8b-936c-907d874985ba + - 1b95b4b7-93ec-42ab-92cb-cd44b4e78404 Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -541,7 +541,7 @@ http_interactions: string: | - recorded_at: Wed, 22 Feb 2023 18:04:51 GMT + recorded_at: Fri, 24 Feb 2023 13:39:32 GMT - request: method: get uri: http://backend:5352/build/home:user_tab_user/_result?lastbuild=1&locallink=1&multibuild=1&package=group_test_package&view=status @@ -550,7 +550,7 @@ http_interactions: string: '' headers: X-Request-Id: - - 54134413-fe03-4a8b-936c-907d874985ba + - 1b95b4b7-93ec-42ab-92cb-cd44b4e78404 Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -575,7 +575,7 @@ http_interactions: string: ' ' - recorded_at: Wed, 22 Feb 2023 18:04:51 GMT + recorded_at: Fri, 24 Feb 2023 13:39:32 GMT - request: method: get uri: http://backend:5352/build/home:user_tab_user/_result?package=group_test_package&view=status @@ -584,7 +584,7 @@ http_interactions: string: '' headers: X-Request-Id: - - 8de609db-ba27-4ab2-9498-c87f3c440e92 + - 25758a66-e3f3-4ebc-823d-c943e35b349b Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -609,7 +609,7 @@ http_interactions: string: ' ' - recorded_at: Wed, 22 Feb 2023 18:04:51 GMT + recorded_at: Fri, 24 Feb 2023 13:39:32 GMT - request: method: put uri: http://backend:5352/source/home:user_tab_user/group_test_package/_meta?user=user_tab_user @@ -617,8 +617,8 @@ http_interactions: encoding: UTF-8 string: | - An Instant In The Wind - Sint et et alias. + Now Sleeps the Crimson Petal + Quae harum dolorum dolores. @@ -643,19 +643,19 @@ http_interactions: Connection: - close Content-Length: - - '374' + - '390' body: encoding: UTF-8 string: | - An Instant In The Wind - Sint et et alias. + Now Sleeps the Crimson Petal + Quae harum dolorum dolores. - recorded_at: Wed, 22 Feb 2023 18:04:51 GMT + recorded_at: Fri, 24 Feb 2023 13:39:33 GMT - request: method: get uri: http://backend:5352/source/home:user_tab_user/group_test_package @@ -664,7 +664,7 @@ http_interactions: string: '' headers: X-Request-Id: - - 73d5d0ca-84c1-42a7-9273-c47ef1e3ecc3 + - 28d69492-c46b-4ac2-8a8c-f5d1ddc86376 Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -689,7 +689,7 @@ http_interactions: string: | - recorded_at: Wed, 22 Feb 2023 18:04:52 GMT + recorded_at: Fri, 24 Feb 2023 13:39:33 GMT - request: method: get uri: http://backend:5352/source/home:user_tab_user/group_test_package?expand=1 @@ -721,16 +721,16 @@ http_interactions: string: | - recorded_at: Wed, 22 Feb 2023 18:04:52 GMT + recorded_at: Fri, 24 Feb 2023 13:39:34 GMT - request: method: get - uri: http://backend:5352/source/home:user_tab_user/group_test_package/_history?deleted=1&meta=1 + uri: http://backend:5352/source/home:user_tab_user/group_test_package/_history?deleted=0&meta=0 body: encoding: US-ASCII string: '' headers: X-Request-Id: - - 73d5d0ca-84c1-42a7-9273-c47ef1e3ecc3 + - 28d69492-c46b-4ac2-8a8c-f5d1ddc86376 Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -755,7 +755,7 @@ http_interactions: string: | - recorded_at: Wed, 22 Feb 2023 18:04:52 GMT + recorded_at: Fri, 24 Feb 2023 13:39:34 GMT - request: method: get uri: http://backend:5352/source/home:user_tab_user/group_test_package @@ -764,7 +764,7 @@ http_interactions: string: '' headers: X-Request-Id: - - 73d5d0ca-84c1-42a7-9273-c47ef1e3ecc3 + - 28d69492-c46b-4ac2-8a8c-f5d1ddc86376 Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -789,7 +789,7 @@ http_interactions: string: | - recorded_at: Wed, 22 Feb 2023 18:04:52 GMT + recorded_at: Fri, 24 Feb 2023 13:39:34 GMT - request: method: get uri: http://backend:5352/source/home:user_tab_user/group_test_package @@ -798,7 +798,7 @@ http_interactions: string: '' headers: X-Request-Id: - - 73d5d0ca-84c1-42a7-9273-c47ef1e3ecc3 + - 28d69492-c46b-4ac2-8a8c-f5d1ddc86376 Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -823,7 +823,7 @@ http_interactions: string: | - recorded_at: Wed, 22 Feb 2023 18:04:52 GMT + recorded_at: Fri, 24 Feb 2023 13:39:34 GMT - request: method: get uri: http://backend:5352/source/home:user_tab_user/group_test_package @@ -832,7 +832,7 @@ http_interactions: string: '' headers: X-Request-Id: - - 640168a5-3693-4f6f-8d90-b0386f756603 + - a66cbd77-7779-4778-bab7-3680010b86d6 Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -857,7 +857,7 @@ http_interactions: string: | - recorded_at: Wed, 22 Feb 2023 18:04:52 GMT + recorded_at: Fri, 24 Feb 2023 13:39:34 GMT - request: method: get uri: http://backend:5352/build/home:user_tab_user/_result?lastbuild=1&locallink=1&multibuild=1&package=group_test_package&view=status @@ -866,7 +866,7 @@ http_interactions: string: '' headers: X-Request-Id: - - 640168a5-3693-4f6f-8d90-b0386f756603 + - a66cbd77-7779-4778-bab7-3680010b86d6 Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -891,7 +891,7 @@ http_interactions: string: ' ' - recorded_at: Wed, 22 Feb 2023 18:04:52 GMT + recorded_at: Fri, 24 Feb 2023 13:39:34 GMT - request: method: get uri: http://backend:5352/source/home:user_tab_user/group_test_package @@ -900,7 +900,7 @@ http_interactions: string: '' headers: X-Request-Id: - - 40a8f67a-30f8-484c-9917-812ee581f59c + - a263d3b9-192b-48df-bd95-725a3fe47acf Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -925,7 +925,7 @@ http_interactions: string: | - recorded_at: Wed, 22 Feb 2023 18:04:52 GMT + recorded_at: Fri, 24 Feb 2023 13:39:34 GMT - request: method: get uri: http://backend:5352/build/home:user_tab_user/_result?lastbuild=1&locallink=1&multibuild=1&package=group_test_package&view=status @@ -934,7 +934,7 @@ http_interactions: string: '' headers: X-Request-Id: - - 40a8f67a-30f8-484c-9917-812ee581f59c + - a263d3b9-192b-48df-bd95-725a3fe47acf Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -959,7 +959,7 @@ http_interactions: string: ' ' - recorded_at: Wed, 22 Feb 2023 18:04:52 GMT + recorded_at: Fri, 24 Feb 2023 13:39:34 GMT - request: method: get uri: http://backend:5352/build/home:user_tab_user/_result?package=group_test_package&view=status @@ -968,7 +968,7 @@ http_interactions: string: '' headers: X-Request-Id: - - 27fa4401-8efa-4078-a00d-2d411bf1fb7c + - edb9fe62-55ae-4d97-b02a-0fa609254e5b Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -993,5 +993,5 @@ http_interactions: string: ' ' - recorded_at: Wed, 22 Feb 2023 18:04:53 GMT + recorded_at: Fri, 24 Feb 2023 13:39:34 GMT recorded_with: VCR 6.1.0 diff --git a/src/api/spec/cassettes/Packages/behaves_like_bootstrap_user_tab/group_roles/Remove_role_from_group.yml b/src/api/spec/cassettes/Packages/behaves_like_bootstrap_user_tab/group_roles/Remove_role_from_group.yml index ebbe86d4859..aa5667781ee 100644 --- a/src/api/spec/cassettes/Packages/behaves_like_bootstrap_user_tab/group_roles/Remove_role_from_group.yml +++ b/src/api/spec/cassettes/Packages/behaves_like_bootstrap_user_tab/group_roles/Remove_role_from_group.yml @@ -39,7 +39,7 @@ http_interactions: - recorded_at: Wed, 22 Feb 2023 18:04:53 GMT + recorded_at: Fri, 24 Feb 2023 13:39:34 GMT - request: method: put uri: http://backend:5352/source/home:user_tab_user/_meta?user=user_tab_user @@ -79,16 +79,16 @@ http_interactions: - recorded_at: Wed, 22 Feb 2023 18:04:53 GMT + recorded_at: Fri, 24 Feb 2023 13:39:35 GMT - request: method: put - uri: http://backend:5352/source/home:user_tab_user/group_test_package/_meta?user=user_16 + uri: http://backend:5352/source/home:user_tab_user/group_test_package/_meta?user=user_21 body: encoding: UTF-8 string: | - Things Fall Apart - Doloremque quidem ea at. + The Torment of Others + Similique molestiae dicta et. headers: Accept-Encoding: @@ -109,15 +109,15 @@ http_interactions: Connection: - close Content-Length: - - '165' + - '174' body: encoding: UTF-8 string: | - Things Fall Apart - Doloremque quidem ea at. + The Torment of Others + Similique molestiae dicta et. - recorded_at: Wed, 22 Feb 2023 18:04:53 GMT + recorded_at: Fri, 24 Feb 2023 13:39:35 GMT - request: method: put uri: http://backend:5352/source/home:other_user/_meta?user=other_user @@ -157,16 +157,16 @@ http_interactions: - recorded_at: Wed, 22 Feb 2023 18:04:53 GMT + recorded_at: Fri, 24 Feb 2023 13:39:35 GMT - request: method: put - uri: http://backend:5352/source/home:other_user/branch_test_package/_meta?user=user_17 + uri: http://backend:5352/source/home:other_user/branch_test_package/_meta?user=user_22 body: encoding: UTF-8 string: | - Lilies of the Field - Nisi non beatae molestiae. + A Time to Kill + Quisquam saepe facere quidem. headers: Accept-Encoding: @@ -187,21 +187,21 @@ http_interactions: Connection: - close Content-Length: - - '167' + - '165' body: encoding: UTF-8 string: | - Lilies of the Field - Nisi non beatae molestiae. + A Time to Kill + Quisquam saepe facere quidem. - recorded_at: Wed, 22 Feb 2023 18:04:53 GMT + recorded_at: Fri, 24 Feb 2023 13:39:35 GMT - request: method: put uri: http://backend:5352/source/home:other_user/branch_test_package/_config body: encoding: UTF-8 - string: Et ut sed. Maiores cumque dolor. Omnis sapiente hic. + string: Eligendi ea est. Totam et fuga. Fugiat autem quibusdam. headers: Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 @@ -225,21 +225,21 @@ http_interactions: body: encoding: UTF-8 string: | - - 4c6ed4d737010ddf90cab6aa978a8358 + + 72e356d1f548d6d721709461a0231627 unknown - + unknown - recorded_at: Wed, 22 Feb 2023 18:04:53 GMT + recorded_at: Fri, 24 Feb 2023 13:39:35 GMT - request: method: put uri: http://backend:5352/source/home:other_user/branch_test_package/somefile.txt body: encoding: UTF-8 - string: Repellendus qui ut. Est minus assumenda. Eos deleniti quo. + string: Vero amet et. Molestiae laborum et. Voluptatem commodi doloremque. headers: Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 @@ -263,15 +263,15 @@ http_interactions: body: encoding: UTF-8 string: | - - 37471a910f256b567c9aa1cde24bcb6d + + 2a5b27ff59a64558d39abae29b360850 unknown - + unknown - recorded_at: Wed, 22 Feb 2023 18:04:53 GMT + recorded_at: Fri, 24 Feb 2023 13:39:35 GMT - request: method: get uri: http://backend:5352/source/home:user_tab_user/group_test_package @@ -280,7 +280,7 @@ http_interactions: string: '' headers: X-Request-Id: - - e06842ed-5ccb-41d9-9159-70a006925765 + - 6874c074-0d2c-47ac-ac51-c12a970fb2ba Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -305,7 +305,7 @@ http_interactions: string: | - recorded_at: Wed, 22 Feb 2023 18:04:55 GMT + recorded_at: Fri, 24 Feb 2023 13:39:36 GMT - request: method: get uri: http://backend:5352/source/home:user_tab_user/group_test_package?expand=1 @@ -337,16 +337,16 @@ http_interactions: string: | - recorded_at: Wed, 22 Feb 2023 18:04:55 GMT + recorded_at: Fri, 24 Feb 2023 13:39:36 GMT - request: method: get - uri: http://backend:5352/source/home:user_tab_user/group_test_package/_history?deleted=1&meta=1 + uri: http://backend:5352/source/home:user_tab_user/group_test_package/_history?deleted=0&meta=0 body: encoding: US-ASCII string: '' headers: X-Request-Id: - - e06842ed-5ccb-41d9-9159-70a006925765 + - 6874c074-0d2c-47ac-ac51-c12a970fb2ba Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -371,7 +371,7 @@ http_interactions: string: | - recorded_at: Wed, 22 Feb 2023 18:04:55 GMT + recorded_at: Fri, 24 Feb 2023 13:39:36 GMT - request: method: get uri: http://backend:5352/source/home:user_tab_user/group_test_package @@ -380,7 +380,7 @@ http_interactions: string: '' headers: X-Request-Id: - - e06842ed-5ccb-41d9-9159-70a006925765 + - 6874c074-0d2c-47ac-ac51-c12a970fb2ba Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -405,7 +405,7 @@ http_interactions: string: | - recorded_at: Wed, 22 Feb 2023 18:04:55 GMT + recorded_at: Fri, 24 Feb 2023 13:39:36 GMT - request: method: get uri: http://backend:5352/source/home:user_tab_user/group_test_package @@ -414,7 +414,7 @@ http_interactions: string: '' headers: X-Request-Id: - - e06842ed-5ccb-41d9-9159-70a006925765 + - 6874c074-0d2c-47ac-ac51-c12a970fb2ba Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -439,7 +439,7 @@ http_interactions: string: | - recorded_at: Wed, 22 Feb 2023 18:04:55 GMT + recorded_at: Fri, 24 Feb 2023 13:39:36 GMT - request: method: get uri: http://backend:5352/source/home:user_tab_user/group_test_package @@ -448,7 +448,7 @@ http_interactions: string: '' headers: X-Request-Id: - - 990a289e-42d8-423b-9702-475c813d16d3 + - 90b7ba47-f3bb-4682-87ec-9cd45051e7ed Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -473,7 +473,7 @@ http_interactions: string: | - recorded_at: Wed, 22 Feb 2023 18:04:55 GMT + recorded_at: Fri, 24 Feb 2023 13:39:36 GMT - request: method: get uri: http://backend:5352/build/home:user_tab_user/_result?lastbuild=1&locallink=1&multibuild=1&package=group_test_package&view=status @@ -482,7 +482,7 @@ http_interactions: string: '' headers: X-Request-Id: - - 990a289e-42d8-423b-9702-475c813d16d3 + - 90b7ba47-f3bb-4682-87ec-9cd45051e7ed Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -507,7 +507,7 @@ http_interactions: string: ' ' - recorded_at: Wed, 22 Feb 2023 18:04:55 GMT + recorded_at: Fri, 24 Feb 2023 13:39:36 GMT - request: method: get uri: http://backend:5352/source/home:user_tab_user/group_test_package @@ -516,7 +516,7 @@ http_interactions: string: '' headers: X-Request-Id: - - 12f82f34-08b7-46eb-a467-60d77e882d3d + - 9130ec4e-6b52-496c-9628-f41bfbd71999 Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -541,7 +541,7 @@ http_interactions: string: | - recorded_at: Wed, 22 Feb 2023 18:04:55 GMT + recorded_at: Fri, 24 Feb 2023 13:39:36 GMT - request: method: get uri: http://backend:5352/build/home:user_tab_user/_result?lastbuild=1&locallink=1&multibuild=1&package=group_test_package&view=status @@ -550,7 +550,7 @@ http_interactions: string: '' headers: X-Request-Id: - - 12f82f34-08b7-46eb-a467-60d77e882d3d + - 9130ec4e-6b52-496c-9628-f41bfbd71999 Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -575,7 +575,7 @@ http_interactions: string: ' ' - recorded_at: Wed, 22 Feb 2023 18:04:55 GMT + recorded_at: Fri, 24 Feb 2023 13:39:36 GMT - request: method: get uri: http://backend:5352/build/home:user_tab_user/_result?package=group_test_package&view=status @@ -584,7 +584,7 @@ http_interactions: string: '' headers: X-Request-Id: - - cb7f106b-3d64-4ae5-8b6f-7a1c5900d9a5 + - 38a979f3-55b8-4f57-b007-49798cdd3fb4 Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -609,7 +609,7 @@ http_interactions: string: ' ' - recorded_at: Wed, 22 Feb 2023 18:04:55 GMT + recorded_at: Fri, 24 Feb 2023 13:39:36 GMT - request: method: put uri: http://backend:5352/source/home:user_tab_user/group_test_package/_meta?user=user_tab_user @@ -617,8 +617,8 @@ http_interactions: encoding: UTF-8 string: | - Things Fall Apart - Doloremque quidem ea at. + The Torment of Others + Similique molestiae dicta et. @@ -641,17 +641,17 @@ http_interactions: Connection: - close Content-Length: - - '272' + - '281' body: encoding: UTF-8 string: | - Things Fall Apart - Doloremque quidem ea at. + The Torment of Others + Similique molestiae dicta et. - recorded_at: Wed, 22 Feb 2023 18:04:56 GMT + recorded_at: Fri, 24 Feb 2023 13:39:37 GMT - request: method: put uri: http://backend:5352/source/home:user_tab_user/group_test_package/_meta?user=user_tab_user @@ -659,8 +659,8 @@ http_interactions: encoding: UTF-8 string: | - Things Fall Apart - Doloremque quidem ea at. + The Torment of Others + Similique molestiae dicta et. @@ -683,17 +683,17 @@ http_interactions: Connection: - close Content-Length: - - '272' + - '281' body: encoding: UTF-8 string: | - Things Fall Apart - Doloremque quidem ea at. + The Torment of Others + Similique molestiae dicta et. - recorded_at: Wed, 22 Feb 2023 18:04:56 GMT + recorded_at: Fri, 24 Feb 2023 13:39:37 GMT - request: method: get uri: http://backend:5352/source/home:user_tab_user/group_test_package @@ -702,7 +702,7 @@ http_interactions: string: '' headers: X-Request-Id: - - d6b37f83-6399-42b7-a2bf-33c433a07ef0 + - eaef2f7d-db81-4fbc-aca2-265f356b71b8 Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -727,7 +727,7 @@ http_interactions: string: | - recorded_at: Wed, 22 Feb 2023 18:04:57 GMT + recorded_at: Fri, 24 Feb 2023 13:39:38 GMT - request: method: get uri: http://backend:5352/source/home:user_tab_user/group_test_package?expand=1 @@ -759,16 +759,16 @@ http_interactions: string: | - recorded_at: Wed, 22 Feb 2023 18:04:57 GMT + recorded_at: Fri, 24 Feb 2023 13:39:38 GMT - request: method: get - uri: http://backend:5352/source/home:user_tab_user/group_test_package/_history?deleted=1&meta=1 + uri: http://backend:5352/source/home:user_tab_user/group_test_package/_history?deleted=0&meta=0 body: encoding: US-ASCII string: '' headers: X-Request-Id: - - d6b37f83-6399-42b7-a2bf-33c433a07ef0 + - eaef2f7d-db81-4fbc-aca2-265f356b71b8 Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -793,7 +793,7 @@ http_interactions: string: | - recorded_at: Wed, 22 Feb 2023 18:04:57 GMT + recorded_at: Fri, 24 Feb 2023 13:39:38 GMT - request: method: get uri: http://backend:5352/source/home:user_tab_user/group_test_package @@ -802,7 +802,7 @@ http_interactions: string: '' headers: X-Request-Id: - - d6b37f83-6399-42b7-a2bf-33c433a07ef0 + - eaef2f7d-db81-4fbc-aca2-265f356b71b8 Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -827,7 +827,7 @@ http_interactions: string: | - recorded_at: Wed, 22 Feb 2023 18:04:57 GMT + recorded_at: Fri, 24 Feb 2023 13:39:38 GMT - request: method: get uri: http://backend:5352/source/home:user_tab_user/group_test_package @@ -836,7 +836,7 @@ http_interactions: string: '' headers: X-Request-Id: - - d6b37f83-6399-42b7-a2bf-33c433a07ef0 + - eaef2f7d-db81-4fbc-aca2-265f356b71b8 Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -861,7 +861,7 @@ http_interactions: string: | - recorded_at: Wed, 22 Feb 2023 18:04:57 GMT + recorded_at: Fri, 24 Feb 2023 13:39:38 GMT - request: method: get uri: http://backend:5352/source/home:user_tab_user/group_test_package @@ -870,7 +870,7 @@ http_interactions: string: '' headers: X-Request-Id: - - '06296dd8-a63c-486d-a20c-c88a912a062e' + - 01eedca5-c4da-485f-b96e-9575634b9843 Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -895,7 +895,7 @@ http_interactions: string: | - recorded_at: Wed, 22 Feb 2023 18:04:57 GMT + recorded_at: Fri, 24 Feb 2023 13:39:38 GMT - request: method: get uri: http://backend:5352/build/home:user_tab_user/_result?lastbuild=1&locallink=1&multibuild=1&package=group_test_package&view=status @@ -904,7 +904,7 @@ http_interactions: string: '' headers: X-Request-Id: - - '06296dd8-a63c-486d-a20c-c88a912a062e' + - 01eedca5-c4da-485f-b96e-9575634b9843 Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -929,7 +929,7 @@ http_interactions: string: ' ' - recorded_at: Wed, 22 Feb 2023 18:04:57 GMT + recorded_at: Fri, 24 Feb 2023 13:39:38 GMT - request: method: get uri: http://backend:5352/source/home:user_tab_user/group_test_package @@ -938,7 +938,7 @@ http_interactions: string: '' headers: X-Request-Id: - - e153497c-d4d3-409d-8fe4-2ccc73ec801a + - b9755ddc-ad07-4d2c-a7d9-c282f12f0ff3 Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -963,7 +963,7 @@ http_interactions: string: | - recorded_at: Wed, 22 Feb 2023 18:04:57 GMT + recorded_at: Fri, 24 Feb 2023 13:39:38 GMT - request: method: get uri: http://backend:5352/build/home:user_tab_user/_result?lastbuild=1&locallink=1&multibuild=1&package=group_test_package&view=status @@ -972,7 +972,7 @@ http_interactions: string: '' headers: X-Request-Id: - - e153497c-d4d3-409d-8fe4-2ccc73ec801a + - b9755ddc-ad07-4d2c-a7d9-c282f12f0ff3 Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -997,7 +997,7 @@ http_interactions: string: ' ' - recorded_at: Wed, 22 Feb 2023 18:04:57 GMT + recorded_at: Fri, 24 Feb 2023 13:39:38 GMT - request: method: get uri: http://backend:5352/build/home:user_tab_user/_result?package=group_test_package&view=status @@ -1006,7 +1006,7 @@ http_interactions: string: '' headers: X-Request-Id: - - 5c6ea58f-207d-45e4-8832-5a489f14d101 + - 453164f1-7b68-4295-ad38-9bbbd8dde1ab Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -1031,5 +1031,5 @@ http_interactions: string: ' ' - recorded_at: Wed, 22 Feb 2023 18:04:57 GMT + recorded_at: Fri, 24 Feb 2023 13:39:38 GMT recorded_with: VCR 6.1.0 diff --git a/src/api/spec/cassettes/Packages/behaves_like_bootstrap_user_tab/group_roles/Viewing_group_roles.yml b/src/api/spec/cassettes/Packages/behaves_like_bootstrap_user_tab/group_roles/Viewing_group_roles.yml index 9e7fd6cd82f..3e4d21226ec 100644 --- a/src/api/spec/cassettes/Packages/behaves_like_bootstrap_user_tab/group_roles/Viewing_group_roles.yml +++ b/src/api/spec/cassettes/Packages/behaves_like_bootstrap_user_tab/group_roles/Viewing_group_roles.yml @@ -39,7 +39,7 @@ http_interactions: - recorded_at: Wed, 22 Feb 2023 18:05:02 GMT + recorded_at: Fri, 24 Feb 2023 13:39:27 GMT - request: method: put uri: http://backend:5352/source/home:user_tab_user/_meta?user=user_tab_user @@ -79,16 +79,16 @@ http_interactions: - recorded_at: Wed, 22 Feb 2023 18:05:03 GMT + recorded_at: Fri, 24 Feb 2023 13:39:28 GMT - request: method: put - uri: http://backend:5352/source/home:user_tab_user/group_test_package/_meta?user=user_20 + uri: http://backend:5352/source/home:user_tab_user/group_test_package/_meta?user=user_17 body: encoding: UTF-8 string: | - This Lime Tree Bower - Est voluptatem ex ipsam. + The Little Foxes + Vero quia dolores qui. headers: Accept-Encoding: @@ -109,15 +109,15 @@ http_interactions: Connection: - close Content-Length: - - '168' + - '162' body: encoding: UTF-8 string: | - This Lime Tree Bower - Est voluptatem ex ipsam. + The Little Foxes + Vero quia dolores qui. - recorded_at: Wed, 22 Feb 2023 18:05:03 GMT + recorded_at: Fri, 24 Feb 2023 13:39:28 GMT - request: method: put uri: http://backend:5352/source/home:other_user/_meta?user=other_user @@ -157,16 +157,16 @@ http_interactions: - recorded_at: Wed, 22 Feb 2023 18:05:03 GMT + recorded_at: Fri, 24 Feb 2023 13:39:28 GMT - request: method: put - uri: http://backend:5352/source/home:other_user/branch_test_package/_meta?user=user_21 + uri: http://backend:5352/source/home:other_user/branch_test_package/_meta?user=user_18 body: encoding: UTF-8 string: | - The Stars' Tennis Balls - Odio fuga porro corporis. + Where Angels Fear to Tread + Voluptatem similique nihil id. headers: Accept-Encoding: @@ -187,21 +187,21 @@ http_interactions: Connection: - close Content-Length: - - '170' + - '178' body: encoding: UTF-8 string: | - The Stars' Tennis Balls - Odio fuga porro corporis. + Where Angels Fear to Tread + Voluptatem similique nihil id. - recorded_at: Wed, 22 Feb 2023 18:05:03 GMT + recorded_at: Fri, 24 Feb 2023 13:39:28 GMT - request: method: put uri: http://backend:5352/source/home:other_user/branch_test_package/_config body: encoding: UTF-8 - string: Nihil officia modi. Veniam assumenda ex. Sint aut porro. + string: A unde dolorum. Deserunt adipisci dolores. Corrupti numquam est. headers: Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 @@ -225,21 +225,21 @@ http_interactions: body: encoding: UTF-8 string: | - - 554bb6e120125f4ce2312d4d4bcc66ea + + 819897aab81c8e43dcc22baf4d97f129 unknown - + unknown - recorded_at: Wed, 22 Feb 2023 18:05:03 GMT + recorded_at: Fri, 24 Feb 2023 13:39:28 GMT - request: method: put uri: http://backend:5352/source/home:other_user/branch_test_package/somefile.txt body: encoding: UTF-8 - string: Ipsam quo voluptas. Facilis quibusdam excepturi. Tempore vel consequatur. + string: Consequatur temporibus possimus. Nihil vero totam. Sed laboriosam praesentium. headers: Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 @@ -263,15 +263,15 @@ http_interactions: body: encoding: UTF-8 string: | - - b2449002e1dda17eee07f0f85982dc69 + + 454afaf4d28b261f12f552fdd1dc1edb unknown - + unknown - recorded_at: Wed, 22 Feb 2023 18:05:03 GMT + recorded_at: Fri, 24 Feb 2023 13:39:28 GMT - request: method: get uri: http://backend:5352/source/home:user_tab_user/group_test_package @@ -280,7 +280,7 @@ http_interactions: string: '' headers: X-Request-Id: - - 3364cfec-b3e1-49cd-b3ba-a19b58d43e1c + - 4bfb2c7a-e993-4791-a911-5d86be4925bf Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -305,7 +305,7 @@ http_interactions: string: | - recorded_at: Wed, 22 Feb 2023 18:05:04 GMT + recorded_at: Fri, 24 Feb 2023 13:39:29 GMT - request: method: get uri: http://backend:5352/source/home:user_tab_user/group_test_package?expand=1 @@ -337,16 +337,16 @@ http_interactions: string: | - recorded_at: Wed, 22 Feb 2023 18:05:04 GMT + recorded_at: Fri, 24 Feb 2023 13:39:29 GMT - request: method: get - uri: http://backend:5352/source/home:user_tab_user/group_test_package/_history?deleted=1&meta=1 + uri: http://backend:5352/source/home:user_tab_user/group_test_package/_history?deleted=0&meta=0 body: encoding: US-ASCII string: '' headers: X-Request-Id: - - 3364cfec-b3e1-49cd-b3ba-a19b58d43e1c + - 4bfb2c7a-e993-4791-a911-5d86be4925bf Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -371,7 +371,7 @@ http_interactions: string: | - recorded_at: Wed, 22 Feb 2023 18:05:04 GMT + recorded_at: Fri, 24 Feb 2023 13:39:29 GMT - request: method: get uri: http://backend:5352/source/home:user_tab_user/group_test_package @@ -380,7 +380,7 @@ http_interactions: string: '' headers: X-Request-Id: - - 3364cfec-b3e1-49cd-b3ba-a19b58d43e1c + - 4bfb2c7a-e993-4791-a911-5d86be4925bf Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -405,7 +405,7 @@ http_interactions: string: | - recorded_at: Wed, 22 Feb 2023 18:05:04 GMT + recorded_at: Fri, 24 Feb 2023 13:39:29 GMT - request: method: get uri: http://backend:5352/source/home:user_tab_user/group_test_package @@ -414,7 +414,7 @@ http_interactions: string: '' headers: X-Request-Id: - - 3364cfec-b3e1-49cd-b3ba-a19b58d43e1c + - 4bfb2c7a-e993-4791-a911-5d86be4925bf Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -439,7 +439,7 @@ http_interactions: string: | - recorded_at: Wed, 22 Feb 2023 18:05:04 GMT + recorded_at: Fri, 24 Feb 2023 13:39:29 GMT - request: method: get uri: http://backend:5352/source/home:user_tab_user/group_test_package @@ -448,7 +448,7 @@ http_interactions: string: '' headers: X-Request-Id: - - bb6deace-d20a-483b-8330-f774c31871ab + - 27d6a222-5839-41b7-aa5d-320d7cd2418e Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -473,7 +473,7 @@ http_interactions: string: | - recorded_at: Wed, 22 Feb 2023 18:05:04 GMT + recorded_at: Fri, 24 Feb 2023 13:39:29 GMT - request: method: get uri: http://backend:5352/build/home:user_tab_user/_result?lastbuild=1&locallink=1&multibuild=1&package=group_test_package&view=status @@ -482,7 +482,7 @@ http_interactions: string: '' headers: X-Request-Id: - - bb6deace-d20a-483b-8330-f774c31871ab + - 27d6a222-5839-41b7-aa5d-320d7cd2418e Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -507,7 +507,7 @@ http_interactions: string: ' ' - recorded_at: Wed, 22 Feb 2023 18:05:04 GMT + recorded_at: Fri, 24 Feb 2023 13:39:29 GMT - request: method: get uri: http://backend:5352/source/home:user_tab_user/group_test_package @@ -516,7 +516,7 @@ http_interactions: string: '' headers: X-Request-Id: - - fd9d3309-e6d9-4c71-b002-11c36cfcaf40 + - dfc1303a-dc71-43c9-9363-483312b356aa Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -541,7 +541,7 @@ http_interactions: string: | - recorded_at: Wed, 22 Feb 2023 18:05:04 GMT + recorded_at: Fri, 24 Feb 2023 13:39:29 GMT - request: method: get uri: http://backend:5352/build/home:user_tab_user/_result?lastbuild=1&locallink=1&multibuild=1&package=group_test_package&view=status @@ -550,7 +550,7 @@ http_interactions: string: '' headers: X-Request-Id: - - fd9d3309-e6d9-4c71-b002-11c36cfcaf40 + - dfc1303a-dc71-43c9-9363-483312b356aa Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -575,7 +575,7 @@ http_interactions: string: ' ' - recorded_at: Wed, 22 Feb 2023 18:05:04 GMT + recorded_at: Fri, 24 Feb 2023 13:39:29 GMT - request: method: get uri: http://backend:5352/build/home:user_tab_user/_result?package=group_test_package&view=status @@ -584,7 +584,7 @@ http_interactions: string: '' headers: X-Request-Id: - - c0a27483-6b74-43f5-98e9-41d9aa00be8f + - 1c05dc29-0f26-451a-a564-b145cfe3b79a Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -609,5 +609,5 @@ http_interactions: string: ' ' - recorded_at: Wed, 22 Feb 2023 18:05:04 GMT + recorded_at: Fri, 24 Feb 2023 13:39:29 GMT recorded_with: VCR 6.1.0 diff --git a/src/api/spec/cassettes/Packages/behaves_like_bootstrap_user_tab/user_roles/Add_an_existing_user.yml b/src/api/spec/cassettes/Packages/behaves_like_bootstrap_user_tab/user_roles/Add_an_existing_user.yml index a6c59c3d503..793d8c8aeed 100644 --- a/src/api/spec/cassettes/Packages/behaves_like_bootstrap_user_tab/user_roles/Add_an_existing_user.yml +++ b/src/api/spec/cassettes/Packages/behaves_like_bootstrap_user_tab/user_roles/Add_an_existing_user.yml @@ -39,7 +39,7 @@ http_interactions: - recorded_at: Wed, 22 Feb 2023 18:05:27 GMT + recorded_at: Fri, 24 Feb 2023 13:39:54 GMT - request: method: put uri: http://backend:5352/source/home:user_tab_user/_meta?user=user_tab_user @@ -79,16 +79,16 @@ http_interactions: - recorded_at: Wed, 22 Feb 2023 18:05:27 GMT + recorded_at: Fri, 24 Feb 2023 13:39:54 GMT - request: method: put - uri: http://backend:5352/source/home:user_tab_user/group_test_package/_meta?user=user_30 + uri: http://backend:5352/source/home:user_tab_user/group_test_package/_meta?user=user_29 body: encoding: UTF-8 string: | - The Soldier's Art - Qui et est et. + To Sail Beyond the Sunset + Quis cum placeat dolorem. headers: Accept-Encoding: @@ -109,15 +109,15 @@ http_interactions: Connection: - close Content-Length: - - '155' + - '174' body: encoding: UTF-8 string: | - The Soldier's Art - Qui et est et. + To Sail Beyond the Sunset + Quis cum placeat dolorem. - recorded_at: Wed, 22 Feb 2023 18:05:27 GMT + recorded_at: Fri, 24 Feb 2023 13:39:54 GMT - request: method: put uri: http://backend:5352/source/home:other_user/_meta?user=other_user @@ -157,16 +157,16 @@ http_interactions: - recorded_at: Wed, 22 Feb 2023 18:05:27 GMT + recorded_at: Fri, 24 Feb 2023 13:39:54 GMT - request: method: put - uri: http://backend:5352/source/home:other_user/branch_test_package/_meta?user=user_31 + uri: http://backend:5352/source/home:other_user/branch_test_package/_meta?user=user_30 body: encoding: UTF-8 string: | - The Way Through the Woods - Sit enim reiciendis molestiae. + Things Fall Apart + Minima eum provident non. headers: Accept-Encoding: @@ -187,21 +187,21 @@ http_interactions: Connection: - close Content-Length: - - '177' + - '164' body: encoding: UTF-8 string: | - The Way Through the Woods - Sit enim reiciendis molestiae. + Things Fall Apart + Minima eum provident non. - recorded_at: Wed, 22 Feb 2023 18:05:27 GMT + recorded_at: Fri, 24 Feb 2023 13:39:54 GMT - request: method: put uri: http://backend:5352/source/home:other_user/branch_test_package/_config body: encoding: UTF-8 - string: Reiciendis corporis sint. Quae cumque sit. Animi qui est. + string: Distinctio maiores aut. Sint explicabo commodi. Corporis at non. headers: Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 @@ -225,21 +225,21 @@ http_interactions: body: encoding: UTF-8 string: | - - a6028c1d0d8068d24f54964a8cee5c7e + + 65960ef9f02293720b1cbffff0c399c6 unknown - + unknown - recorded_at: Wed, 22 Feb 2023 18:05:27 GMT + recorded_at: Fri, 24 Feb 2023 13:39:54 GMT - request: method: put uri: http://backend:5352/source/home:other_user/branch_test_package/somefile.txt body: encoding: UTF-8 - string: Ullam quibusdam veniam. Necessitatibus quae voluptatem. Illo nihil assumenda. + string: Repellat deserunt et. Quia ut fuga. Aliquid repudiandae numquam. headers: Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 @@ -263,15 +263,15 @@ http_interactions: body: encoding: UTF-8 string: | - - 561c5bbfefadd6291c1eed2ee5401ecd + + c2d65f6dde0d8220eb92a3d4bf7dd9c2 unknown - + unknown - recorded_at: Wed, 22 Feb 2023 18:05:27 GMT + recorded_at: Fri, 24 Feb 2023 13:39:54 GMT - request: method: get uri: http://backend:5352/source/home:user_tab_user/group_test_package @@ -280,7 +280,7 @@ http_interactions: string: '' headers: X-Request-Id: - - 21ed27cd-f6a4-40d7-8537-ae584f7872a9 + - 38aca49a-c42d-4449-af4a-703790abe993 Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -305,7 +305,7 @@ http_interactions: string: | - recorded_at: Wed, 22 Feb 2023 18:05:28 GMT + recorded_at: Fri, 24 Feb 2023 13:39:56 GMT - request: method: get uri: http://backend:5352/source/home:user_tab_user/group_test_package?expand=1 @@ -337,16 +337,16 @@ http_interactions: string: | - recorded_at: Wed, 22 Feb 2023 18:05:28 GMT + recorded_at: Fri, 24 Feb 2023 13:39:56 GMT - request: method: get - uri: http://backend:5352/source/home:user_tab_user/group_test_package/_history?deleted=1&meta=1 + uri: http://backend:5352/source/home:user_tab_user/group_test_package/_history?deleted=0&meta=0 body: encoding: US-ASCII string: '' headers: X-Request-Id: - - 21ed27cd-f6a4-40d7-8537-ae584f7872a9 + - 38aca49a-c42d-4449-af4a-703790abe993 Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -371,7 +371,7 @@ http_interactions: string: | - recorded_at: Wed, 22 Feb 2023 18:05:28 GMT + recorded_at: Fri, 24 Feb 2023 13:39:56 GMT - request: method: get uri: http://backend:5352/source/home:user_tab_user/group_test_package @@ -380,7 +380,7 @@ http_interactions: string: '' headers: X-Request-Id: - - 21ed27cd-f6a4-40d7-8537-ae584f7872a9 + - 38aca49a-c42d-4449-af4a-703790abe993 Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -405,7 +405,7 @@ http_interactions: string: | - recorded_at: Wed, 22 Feb 2023 18:05:28 GMT + recorded_at: Fri, 24 Feb 2023 13:39:56 GMT - request: method: get uri: http://backend:5352/source/home:user_tab_user/group_test_package @@ -414,7 +414,7 @@ http_interactions: string: '' headers: X-Request-Id: - - 21ed27cd-f6a4-40d7-8537-ae584f7872a9 + - 38aca49a-c42d-4449-af4a-703790abe993 Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -439,7 +439,7 @@ http_interactions: string: | - recorded_at: Wed, 22 Feb 2023 18:05:28 GMT + recorded_at: Fri, 24 Feb 2023 13:39:56 GMT - request: method: get uri: http://backend:5352/source/home:user_tab_user/group_test_package @@ -448,7 +448,7 @@ http_interactions: string: '' headers: X-Request-Id: - - 9c1867c0-b73c-480c-ac44-3484fc5d8c9f + - f6358fdb-4759-4e8c-bfde-eead4b66781d Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -473,7 +473,7 @@ http_interactions: string: | - recorded_at: Wed, 22 Feb 2023 18:05:29 GMT + recorded_at: Fri, 24 Feb 2023 13:39:56 GMT - request: method: get uri: http://backend:5352/build/home:user_tab_user/_result?lastbuild=1&locallink=1&multibuild=1&package=group_test_package&view=status @@ -482,7 +482,7 @@ http_interactions: string: '' headers: X-Request-Id: - - 9c1867c0-b73c-480c-ac44-3484fc5d8c9f + - f6358fdb-4759-4e8c-bfde-eead4b66781d Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -507,7 +507,7 @@ http_interactions: string: ' ' - recorded_at: Wed, 22 Feb 2023 18:05:29 GMT + recorded_at: Fri, 24 Feb 2023 13:39:56 GMT - request: method: get uri: http://backend:5352/source/home:user_tab_user/group_test_package @@ -516,7 +516,7 @@ http_interactions: string: '' headers: X-Request-Id: - - '04150872-c7b3-4c8e-a9c0-ea2fee6b5bb0' + - 3a8e472a-c7a4-4dfc-8536-215f63cda644 Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -541,7 +541,7 @@ http_interactions: string: | - recorded_at: Wed, 22 Feb 2023 18:05:29 GMT + recorded_at: Fri, 24 Feb 2023 13:39:56 GMT - request: method: get uri: http://backend:5352/build/home:user_tab_user/_result?lastbuild=1&locallink=1&multibuild=1&package=group_test_package&view=status @@ -550,7 +550,7 @@ http_interactions: string: '' headers: X-Request-Id: - - '04150872-c7b3-4c8e-a9c0-ea2fee6b5bb0' + - 3a8e472a-c7a4-4dfc-8536-215f63cda644 Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -575,7 +575,7 @@ http_interactions: string: ' ' - recorded_at: Wed, 22 Feb 2023 18:05:29 GMT + recorded_at: Fri, 24 Feb 2023 13:39:56 GMT - request: method: get uri: http://backend:5352/build/home:user_tab_user/_result?package=group_test_package&view=status @@ -584,7 +584,7 @@ http_interactions: string: '' headers: X-Request-Id: - - b0b69cc7-172e-4743-a129-c1cb486ce006 + - 735b80ed-958a-4eea-956d-b878f7ca0296 Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -609,7 +609,7 @@ http_interactions: string: ' ' - recorded_at: Wed, 22 Feb 2023 18:05:29 GMT + recorded_at: Fri, 24 Feb 2023 13:39:56 GMT - request: method: put uri: http://backend:5352/source/home:user_tab_user/group_test_package/_meta?user=user_tab_user @@ -617,8 +617,8 @@ http_interactions: encoding: UTF-8 string: | - The Soldier's Art - Qui et est et. + To Sail Beyond the Sunset + Quis cum placeat dolorem. @@ -643,17 +643,17 @@ http_interactions: Connection: - close Content-Length: - - '356' + - '375' body: encoding: UTF-8 string: | - The Soldier's Art - Qui et est et. + To Sail Beyond the Sunset + Quis cum placeat dolorem. - recorded_at: Wed, 22 Feb 2023 18:05:31 GMT + recorded_at: Fri, 24 Feb 2023 13:39:58 GMT recorded_with: VCR 6.1.0 diff --git a/src/api/spec/cassettes/Packages/behaves_like_bootstrap_user_tab/user_roles/Add_non_existent_user.yml b/src/api/spec/cassettes/Packages/behaves_like_bootstrap_user_tab/user_roles/Add_non_existent_user.yml index 28f673abe52..9b33ab85a92 100644 --- a/src/api/spec/cassettes/Packages/behaves_like_bootstrap_user_tab/user_roles/Add_non_existent_user.yml +++ b/src/api/spec/cassettes/Packages/behaves_like_bootstrap_user_tab/user_roles/Add_non_existent_user.yml @@ -39,7 +39,7 @@ http_interactions: - recorded_at: Wed, 22 Feb 2023 18:05:22 GMT + recorded_at: Fri, 24 Feb 2023 13:39:50 GMT - request: method: put uri: http://backend:5352/source/home:user_tab_user/_meta?user=user_tab_user @@ -79,16 +79,16 @@ http_interactions: - recorded_at: Wed, 22 Feb 2023 18:05:22 GMT + recorded_at: Fri, 24 Feb 2023 13:39:50 GMT - request: method: put - uri: http://backend:5352/source/home:user_tab_user/group_test_package/_meta?user=user_28 + uri: http://backend:5352/source/home:user_tab_user/group_test_package/_meta?user=user_27 body: encoding: UTF-8 string: | - To Your Scattered Bodies Go - Impedit voluptas rerum reprehenderit. + The Lathe of Heaven + Qui eligendi quas ut. headers: Accept-Encoding: @@ -109,15 +109,15 @@ http_interactions: Connection: - close Content-Length: - - '188' + - '164' body: encoding: UTF-8 string: | - To Your Scattered Bodies Go - Impedit voluptas rerum reprehenderit. + The Lathe of Heaven + Qui eligendi quas ut. - recorded_at: Wed, 22 Feb 2023 18:05:22 GMT + recorded_at: Fri, 24 Feb 2023 13:39:50 GMT - request: method: put uri: http://backend:5352/source/home:other_user/_meta?user=other_user @@ -157,16 +157,16 @@ http_interactions: - recorded_at: Wed, 22 Feb 2023 18:05:22 GMT + recorded_at: Fri, 24 Feb 2023 13:39:50 GMT - request: method: put - uri: http://backend:5352/source/home:other_user/branch_test_package/_meta?user=user_29 + uri: http://backend:5352/source/home:other_user/branch_test_package/_meta?user=user_28 body: encoding: UTF-8 string: | - If Not Now, When? - Velit molestiae reprehenderit consequatur. + The Man Within + Voluptatibus ea et aut. headers: Accept-Encoding: @@ -187,21 +187,21 @@ http_interactions: Connection: - close Content-Length: - - '181' + - '159' body: encoding: UTF-8 string: | - If Not Now, When? - Velit molestiae reprehenderit consequatur. + The Man Within + Voluptatibus ea et aut. - recorded_at: Wed, 22 Feb 2023 18:05:22 GMT + recorded_at: Fri, 24 Feb 2023 13:39:50 GMT - request: method: put uri: http://backend:5352/source/home:other_user/branch_test_package/_config body: encoding: UTF-8 - string: Non voluptatem minus. Facere doloremque qui. Ad quis voluptatem. + string: Similique molestiae perspiciatis. Omnis ad quidem. Ullam quia quasi. headers: Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 @@ -225,22 +225,21 @@ http_interactions: body: encoding: UTF-8 string: | - - 19282f8cf10aed19f9282eeb491466c6 + + 0d543f1d3d44f14ef6051e7f9eefba85 unknown - + unknown - recorded_at: Wed, 22 Feb 2023 18:05:22 GMT + recorded_at: Fri, 24 Feb 2023 13:39:50 GMT - request: method: put uri: http://backend:5352/source/home:other_user/branch_test_package/somefile.txt body: encoding: UTF-8 - string: Doloribus vel quibusdam. Occaecati suscipit assumenda. Voluptatem eos - voluptate. + string: Tempore et aliquid. Perferendis optio voluptatibus. Quidem ex illo. headers: Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 @@ -264,15 +263,15 @@ http_interactions: body: encoding: UTF-8 string: | - - 1c731f0934397a2f09fc69ecba42d588 + + 27126909dbb2b6f7cef916a7a29c1cc7 unknown - + unknown - recorded_at: Wed, 22 Feb 2023 18:05:22 GMT + recorded_at: Fri, 24 Feb 2023 13:39:50 GMT - request: method: get uri: http://backend:5352/source/home:user_tab_user/group_test_package @@ -281,7 +280,7 @@ http_interactions: string: '' headers: X-Request-Id: - - e1e55cb0-92e5-4665-a51a-06b3a81bf59c + - 0ec57372-fd0a-4bfe-9428-9eca31fe815e Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -306,7 +305,7 @@ http_interactions: string: | - recorded_at: Wed, 22 Feb 2023 18:05:24 GMT + recorded_at: Fri, 24 Feb 2023 13:39:51 GMT - request: method: get uri: http://backend:5352/source/home:user_tab_user/group_test_package?expand=1 @@ -338,16 +337,16 @@ http_interactions: string: | - recorded_at: Wed, 22 Feb 2023 18:05:24 GMT + recorded_at: Fri, 24 Feb 2023 13:39:51 GMT - request: method: get - uri: http://backend:5352/source/home:user_tab_user/group_test_package/_history?deleted=1&meta=1 + uri: http://backend:5352/source/home:user_tab_user/group_test_package/_history?deleted=0&meta=0 body: encoding: US-ASCII string: '' headers: X-Request-Id: - - e1e55cb0-92e5-4665-a51a-06b3a81bf59c + - 0ec57372-fd0a-4bfe-9428-9eca31fe815e Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -372,7 +371,7 @@ http_interactions: string: | - recorded_at: Wed, 22 Feb 2023 18:05:24 GMT + recorded_at: Fri, 24 Feb 2023 13:39:51 GMT - request: method: get uri: http://backend:5352/source/home:user_tab_user/group_test_package @@ -381,7 +380,7 @@ http_interactions: string: '' headers: X-Request-Id: - - e1e55cb0-92e5-4665-a51a-06b3a81bf59c + - 0ec57372-fd0a-4bfe-9428-9eca31fe815e Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -406,7 +405,7 @@ http_interactions: string: | - recorded_at: Wed, 22 Feb 2023 18:05:24 GMT + recorded_at: Fri, 24 Feb 2023 13:39:51 GMT - request: method: get uri: http://backend:5352/source/home:user_tab_user/group_test_package @@ -415,7 +414,7 @@ http_interactions: string: '' headers: X-Request-Id: - - e1e55cb0-92e5-4665-a51a-06b3a81bf59c + - 0ec57372-fd0a-4bfe-9428-9eca31fe815e Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -440,7 +439,7 @@ http_interactions: string: | - recorded_at: Wed, 22 Feb 2023 18:05:24 GMT + recorded_at: Fri, 24 Feb 2023 13:39:51 GMT - request: method: get uri: http://backend:5352/source/home:user_tab_user/group_test_package @@ -449,7 +448,7 @@ http_interactions: string: '' headers: X-Request-Id: - - 981f700f-3d44-4384-8a7d-7d5f3a8e2fa4 + - '08dab2aa-fc48-4948-80ae-cc8cbfdd330c' Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -474,7 +473,7 @@ http_interactions: string: | - recorded_at: Wed, 22 Feb 2023 18:05:24 GMT + recorded_at: Fri, 24 Feb 2023 13:39:51 GMT - request: method: get uri: http://backend:5352/build/home:user_tab_user/_result?lastbuild=1&locallink=1&multibuild=1&package=group_test_package&view=status @@ -483,7 +482,7 @@ http_interactions: string: '' headers: X-Request-Id: - - 981f700f-3d44-4384-8a7d-7d5f3a8e2fa4 + - '08dab2aa-fc48-4948-80ae-cc8cbfdd330c' Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -508,7 +507,7 @@ http_interactions: string: ' ' - recorded_at: Wed, 22 Feb 2023 18:05:24 GMT + recorded_at: Fri, 24 Feb 2023 13:39:52 GMT - request: method: get uri: http://backend:5352/source/home:user_tab_user/group_test_package @@ -517,7 +516,7 @@ http_interactions: string: '' headers: X-Request-Id: - - 721037cf-52be-4d48-9df4-d8cb28180671 + - 7c6d0214-6c6d-45ec-ba27-18a95e71c5bd Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -542,7 +541,7 @@ http_interactions: string: | - recorded_at: Wed, 22 Feb 2023 18:05:24 GMT + recorded_at: Fri, 24 Feb 2023 13:39:52 GMT - request: method: get uri: http://backend:5352/build/home:user_tab_user/_result?lastbuild=1&locallink=1&multibuild=1&package=group_test_package&view=status @@ -551,7 +550,7 @@ http_interactions: string: '' headers: X-Request-Id: - - 721037cf-52be-4d48-9df4-d8cb28180671 + - 7c6d0214-6c6d-45ec-ba27-18a95e71c5bd Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -576,7 +575,7 @@ http_interactions: string: ' ' - recorded_at: Wed, 22 Feb 2023 18:05:24 GMT + recorded_at: Fri, 24 Feb 2023 13:39:52 GMT - request: method: get uri: http://backend:5352/build/home:user_tab_user/_result?package=group_test_package&view=status @@ -585,7 +584,7 @@ http_interactions: string: '' headers: X-Request-Id: - - 1124783e-8b31-4bf7-a173-43bb187e1658 + - 2204049a-d3e7-4a70-98eb-842fe6462271 Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -610,5 +609,5 @@ http_interactions: string: ' ' - recorded_at: Wed, 22 Feb 2023 18:05:24 GMT + recorded_at: Fri, 24 Feb 2023 13:39:52 GMT recorded_with: VCR 6.1.0 diff --git a/src/api/spec/cassettes/Packages/behaves_like_bootstrap_user_tab/user_roles/Add_role_to_user.yml b/src/api/spec/cassettes/Packages/behaves_like_bootstrap_user_tab/user_roles/Add_role_to_user.yml index 9176a41281f..369befa1da5 100644 --- a/src/api/spec/cassettes/Packages/behaves_like_bootstrap_user_tab/user_roles/Add_role_to_user.yml +++ b/src/api/spec/cassettes/Packages/behaves_like_bootstrap_user_tab/user_roles/Add_role_to_user.yml @@ -39,7 +39,7 @@ http_interactions: - recorded_at: Wed, 22 Feb 2023 18:05:13 GMT + recorded_at: Fri, 24 Feb 2023 13:40:08 GMT - request: method: put uri: http://backend:5352/source/home:user_tab_user/_meta?user=user_tab_user @@ -79,16 +79,16 @@ http_interactions: - recorded_at: Wed, 22 Feb 2023 18:05:13 GMT + recorded_at: Fri, 24 Feb 2023 13:40:08 GMT - request: method: put - uri: http://backend:5352/source/home:user_tab_user/group_test_package/_meta?user=user_24 + uri: http://backend:5352/source/home:user_tab_user/group_test_package/_meta?user=user_36 body: encoding: UTF-8 string: | - If I Forget Thee Jerusalem - Velit tempora nulla eligendi. + Consider the Lilies + Sequi rerum aperiam quo. headers: Accept-Encoding: @@ -109,15 +109,15 @@ http_interactions: Connection: - close Content-Length: - - '179' + - '167' body: encoding: UTF-8 string: | - If I Forget Thee Jerusalem - Velit tempora nulla eligendi. + Consider the Lilies + Sequi rerum aperiam quo. - recorded_at: Wed, 22 Feb 2023 18:05:13 GMT + recorded_at: Fri, 24 Feb 2023 13:40:08 GMT - request: method: put uri: http://backend:5352/source/home:other_user/_meta?user=other_user @@ -157,16 +157,16 @@ http_interactions: - recorded_at: Wed, 22 Feb 2023 18:05:13 GMT + recorded_at: Fri, 24 Feb 2023 13:40:08 GMT - request: method: put - uri: http://backend:5352/source/home:other_user/branch_test_package/_meta?user=user_25 + uri: http://backend:5352/source/home:other_user/branch_test_package/_meta?user=user_37 body: encoding: UTF-8 string: | - I Will Fear No Evil - Vitae quidem distinctio velit. + Absalom, Absalom! + Provident tempore et aut. headers: Accept-Encoding: @@ -187,22 +187,21 @@ http_interactions: Connection: - close Content-Length: - - '171' + - '164' body: encoding: UTF-8 string: | - I Will Fear No Evil - Vitae quidem distinctio velit. + Absalom, Absalom! + Provident tempore et aut. - recorded_at: Wed, 22 Feb 2023 18:05:13 GMT + recorded_at: Fri, 24 Feb 2023 13:40:08 GMT - request: method: put uri: http://backend:5352/source/home:other_user/branch_test_package/_config body: encoding: UTF-8 - string: Velit dignissimos assumenda. Accusamus voluptatibus molestiae. Qui adipisci - at. + string: Cumque est aspernatur. Repellendus natus et. Error nihil ut. headers: Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 @@ -226,21 +225,21 @@ http_interactions: body: encoding: UTF-8 string: | - - bcb3955fc5fee25f91e9d085ba165672 + + 0af50380a065e31702e5f76b636717e3 unknown - + unknown - recorded_at: Wed, 22 Feb 2023 18:05:13 GMT + recorded_at: Fri, 24 Feb 2023 13:40:08 GMT - request: method: put uri: http://backend:5352/source/home:other_user/branch_test_package/somefile.txt body: encoding: UTF-8 - string: Doloremque molestiae unde. Corrupti ipsum maiores. Dolores eaque a. + string: Repellat quod atque. Explicabo id consequatur. Consequatur officia commodi. headers: Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 @@ -264,15 +263,15 @@ http_interactions: body: encoding: UTF-8 string: | - - 1bd53b650b696f8aa1a1e2c93c39c9fc + + 5fd5b7c960185289745bd786f45b4979 unknown - + unknown - recorded_at: Wed, 22 Feb 2023 18:05:13 GMT + recorded_at: Fri, 24 Feb 2023 13:40:08 GMT - request: method: get uri: http://backend:5352/source/home:user_tab_user/group_test_package @@ -281,7 +280,7 @@ http_interactions: string: '' headers: X-Request-Id: - - d2646ea5-8307-480c-8a7d-bf8e6dc95379 + - a568a6b9-ca31-4381-895a-0ff499988400 Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -306,7 +305,7 @@ http_interactions: string: | - recorded_at: Wed, 22 Feb 2023 18:05:14 GMT + recorded_at: Fri, 24 Feb 2023 13:40:10 GMT - request: method: get uri: http://backend:5352/source/home:user_tab_user/group_test_package?expand=1 @@ -338,16 +337,16 @@ http_interactions: string: | - recorded_at: Wed, 22 Feb 2023 18:05:14 GMT + recorded_at: Fri, 24 Feb 2023 13:40:10 GMT - request: method: get - uri: http://backend:5352/source/home:user_tab_user/group_test_package/_history?deleted=1&meta=1 + uri: http://backend:5352/source/home:user_tab_user/group_test_package/_history?deleted=0&meta=0 body: encoding: US-ASCII string: '' headers: X-Request-Id: - - d2646ea5-8307-480c-8a7d-bf8e6dc95379 + - a568a6b9-ca31-4381-895a-0ff499988400 Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -372,7 +371,7 @@ http_interactions: string: | - recorded_at: Wed, 22 Feb 2023 18:05:14 GMT + recorded_at: Fri, 24 Feb 2023 13:40:10 GMT - request: method: get uri: http://backend:5352/source/home:user_tab_user/group_test_package @@ -381,7 +380,7 @@ http_interactions: string: '' headers: X-Request-Id: - - d2646ea5-8307-480c-8a7d-bf8e6dc95379 + - a568a6b9-ca31-4381-895a-0ff499988400 Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -406,7 +405,7 @@ http_interactions: string: | - recorded_at: Wed, 22 Feb 2023 18:05:14 GMT + recorded_at: Fri, 24 Feb 2023 13:40:10 GMT - request: method: get uri: http://backend:5352/source/home:user_tab_user/group_test_package @@ -415,7 +414,7 @@ http_interactions: string: '' headers: X-Request-Id: - - d2646ea5-8307-480c-8a7d-bf8e6dc95379 + - a568a6b9-ca31-4381-895a-0ff499988400 Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -440,7 +439,7 @@ http_interactions: string: | - recorded_at: Wed, 22 Feb 2023 18:05:14 GMT + recorded_at: Fri, 24 Feb 2023 13:40:10 GMT - request: method: get uri: http://backend:5352/source/home:user_tab_user/group_test_package @@ -449,7 +448,7 @@ http_interactions: string: '' headers: X-Request-Id: - - bd18e1da-b14f-48f3-839b-48e9e515c91d + - d72013a0-aa5c-41ba-9915-59005bed6f92 Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -474,7 +473,7 @@ http_interactions: string: | - recorded_at: Wed, 22 Feb 2023 18:05:15 GMT + recorded_at: Fri, 24 Feb 2023 13:40:10 GMT - request: method: get uri: http://backend:5352/build/home:user_tab_user/_result?lastbuild=1&locallink=1&multibuild=1&package=group_test_package&view=status @@ -483,7 +482,7 @@ http_interactions: string: '' headers: X-Request-Id: - - bd18e1da-b14f-48f3-839b-48e9e515c91d + - d72013a0-aa5c-41ba-9915-59005bed6f92 Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -508,7 +507,7 @@ http_interactions: string: ' ' - recorded_at: Wed, 22 Feb 2023 18:05:15 GMT + recorded_at: Fri, 24 Feb 2023 13:40:10 GMT - request: method: get uri: http://backend:5352/source/home:user_tab_user/group_test_package @@ -517,7 +516,7 @@ http_interactions: string: '' headers: X-Request-Id: - - 15339851-bfb5-4643-94ba-f80192c24ba3 + - a4a9ac37-61b3-4c26-badc-cf7bc88d820e Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -542,7 +541,7 @@ http_interactions: string: | - recorded_at: Wed, 22 Feb 2023 18:05:15 GMT + recorded_at: Fri, 24 Feb 2023 13:40:10 GMT - request: method: get uri: http://backend:5352/build/home:user_tab_user/_result?lastbuild=1&locallink=1&multibuild=1&package=group_test_package&view=status @@ -551,7 +550,7 @@ http_interactions: string: '' headers: X-Request-Id: - - 15339851-bfb5-4643-94ba-f80192c24ba3 + - a4a9ac37-61b3-4c26-badc-cf7bc88d820e Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -576,7 +575,7 @@ http_interactions: string: ' ' - recorded_at: Wed, 22 Feb 2023 18:05:15 GMT + recorded_at: Fri, 24 Feb 2023 13:40:10 GMT - request: method: get uri: http://backend:5352/build/home:user_tab_user/_result?package=group_test_package&view=status @@ -585,7 +584,7 @@ http_interactions: string: '' headers: X-Request-Id: - - cbf833af-2e80-4ffd-96eb-946bc392ee4d + - 82225432-28a0-48c6-8ff1-ef7f856bc876 Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -610,7 +609,7 @@ http_interactions: string: ' ' - recorded_at: Wed, 22 Feb 2023 18:05:15 GMT + recorded_at: Fri, 24 Feb 2023 13:40:10 GMT - request: method: put uri: http://backend:5352/source/home:user_tab_user/group_test_package/_meta?user=user_tab_user @@ -618,8 +617,8 @@ http_interactions: encoding: UTF-8 string: | - If I Forget Thee Jerusalem - Velit tempora nulla eligendi. + Consider the Lilies + Sequi rerum aperiam quo. @@ -644,19 +643,19 @@ http_interactions: Connection: - close Content-Length: - - '381' + - '369' body: encoding: UTF-8 string: | - If I Forget Thee Jerusalem - Velit tempora nulla eligendi. + Consider the Lilies + Sequi rerum aperiam quo. - recorded_at: Wed, 22 Feb 2023 18:05:15 GMT + recorded_at: Fri, 24 Feb 2023 13:40:10 GMT - request: method: get uri: http://backend:5352/source/home:user_tab_user/group_test_package @@ -665,7 +664,7 @@ http_interactions: string: '' headers: X-Request-Id: - - 8359ac77-da6d-4165-91af-4e4f05227ff6 + - a412489b-9d70-4031-9a83-c4515a4a059c Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -690,7 +689,7 @@ http_interactions: string: | - recorded_at: Wed, 22 Feb 2023 18:05:16 GMT + recorded_at: Fri, 24 Feb 2023 13:40:11 GMT - request: method: get uri: http://backend:5352/source/home:user_tab_user/group_test_package?expand=1 @@ -722,16 +721,16 @@ http_interactions: string: | - recorded_at: Wed, 22 Feb 2023 18:05:16 GMT + recorded_at: Fri, 24 Feb 2023 13:40:11 GMT - request: method: get - uri: http://backend:5352/source/home:user_tab_user/group_test_package/_history?deleted=1&meta=1 + uri: http://backend:5352/source/home:user_tab_user/group_test_package/_history?deleted=0&meta=0 body: encoding: US-ASCII string: '' headers: X-Request-Id: - - 8359ac77-da6d-4165-91af-4e4f05227ff6 + - a412489b-9d70-4031-9a83-c4515a4a059c Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -756,7 +755,7 @@ http_interactions: string: | - recorded_at: Wed, 22 Feb 2023 18:05:16 GMT + recorded_at: Fri, 24 Feb 2023 13:40:11 GMT - request: method: get uri: http://backend:5352/source/home:user_tab_user/group_test_package @@ -765,7 +764,7 @@ http_interactions: string: '' headers: X-Request-Id: - - 8359ac77-da6d-4165-91af-4e4f05227ff6 + - a412489b-9d70-4031-9a83-c4515a4a059c Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -790,7 +789,7 @@ http_interactions: string: | - recorded_at: Wed, 22 Feb 2023 18:05:16 GMT + recorded_at: Fri, 24 Feb 2023 13:40:11 GMT - request: method: get uri: http://backend:5352/source/home:user_tab_user/group_test_package @@ -799,7 +798,7 @@ http_interactions: string: '' headers: X-Request-Id: - - 8359ac77-da6d-4165-91af-4e4f05227ff6 + - a412489b-9d70-4031-9a83-c4515a4a059c Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -824,7 +823,7 @@ http_interactions: string: | - recorded_at: Wed, 22 Feb 2023 18:05:16 GMT + recorded_at: Fri, 24 Feb 2023 13:40:12 GMT - request: method: get uri: http://backend:5352/source/home:user_tab_user/group_test_package @@ -833,7 +832,7 @@ http_interactions: string: '' headers: X-Request-Id: - - 183c23e2-2c69-4081-9216-f8fd26b350a5 + - f77acac8-3987-4a15-aad3-e3b60b2b3fe0 Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -858,7 +857,7 @@ http_interactions: string: | - recorded_at: Wed, 22 Feb 2023 18:05:16 GMT + recorded_at: Fri, 24 Feb 2023 13:40:12 GMT - request: method: get uri: http://backend:5352/build/home:user_tab_user/_result?lastbuild=1&locallink=1&multibuild=1&package=group_test_package&view=status @@ -867,7 +866,7 @@ http_interactions: string: '' headers: X-Request-Id: - - 183c23e2-2c69-4081-9216-f8fd26b350a5 + - f77acac8-3987-4a15-aad3-e3b60b2b3fe0 Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -892,7 +891,7 @@ http_interactions: string: ' ' - recorded_at: Wed, 22 Feb 2023 18:05:16 GMT + recorded_at: Fri, 24 Feb 2023 13:40:12 GMT - request: method: get uri: http://backend:5352/source/home:user_tab_user/group_test_package @@ -901,7 +900,7 @@ http_interactions: string: '' headers: X-Request-Id: - - a4a54ab6-b8cf-4bae-b954-6d82b63b9ae1 + - fa0b7a99-4676-4ee0-b9fe-0d213dad6014 Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -926,7 +925,7 @@ http_interactions: string: | - recorded_at: Wed, 22 Feb 2023 18:05:16 GMT + recorded_at: Fri, 24 Feb 2023 13:40:12 GMT - request: method: get uri: http://backend:5352/build/home:user_tab_user/_result?lastbuild=1&locallink=1&multibuild=1&package=group_test_package&view=status @@ -935,7 +934,7 @@ http_interactions: string: '' headers: X-Request-Id: - - a4a54ab6-b8cf-4bae-b954-6d82b63b9ae1 + - fa0b7a99-4676-4ee0-b9fe-0d213dad6014 Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -960,7 +959,7 @@ http_interactions: string: ' ' - recorded_at: Wed, 22 Feb 2023 18:05:16 GMT + recorded_at: Fri, 24 Feb 2023 13:40:12 GMT - request: method: get uri: http://backend:5352/build/home:user_tab_user/_result?package=group_test_package&view=status @@ -969,7 +968,7 @@ http_interactions: string: '' headers: X-Request-Id: - - f4fa1a52-be9b-4052-b90f-9c5bdc142b69 + - 129db843-cd80-4e75-afb5-813e51bc6fe9 Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -994,5 +993,5 @@ http_interactions: string: ' ' - recorded_at: Wed, 22 Feb 2023 18:05:17 GMT + recorded_at: Fri, 24 Feb 2023 13:40:12 GMT recorded_with: VCR 6.1.0 diff --git a/src/api/spec/cassettes/Packages/behaves_like_bootstrap_user_tab/user_roles/Remove_role_from_user.yml b/src/api/spec/cassettes/Packages/behaves_like_bootstrap_user_tab/user_roles/Remove_role_from_user.yml index f2747987fd5..c1e3a9e390b 100644 --- a/src/api/spec/cassettes/Packages/behaves_like_bootstrap_user_tab/user_roles/Remove_role_from_user.yml +++ b/src/api/spec/cassettes/Packages/behaves_like_bootstrap_user_tab/user_roles/Remove_role_from_user.yml @@ -39,7 +39,7 @@ http_interactions: - recorded_at: Wed, 22 Feb 2023 18:05:37 GMT + recorded_at: Fri, 24 Feb 2023 13:40:04 GMT - request: method: put uri: http://backend:5352/source/home:user_tab_user/_meta?user=user_tab_user @@ -79,7 +79,7 @@ http_interactions: - recorded_at: Wed, 22 Feb 2023 18:05:37 GMT + recorded_at: Fri, 24 Feb 2023 13:40:04 GMT - request: method: put uri: http://backend:5352/source/home:user_tab_user/group_test_package/_meta?user=user_34 @@ -87,8 +87,8 @@ http_interactions: encoding: UTF-8 string: | - Waiting for the Barbarians - Tempore dolor mollitia assumenda. + An Evil Cradling + Et et magnam voluptatibus. headers: Accept-Encoding: @@ -109,15 +109,15 @@ http_interactions: Connection: - close Content-Length: - - '183' + - '166' body: encoding: UTF-8 string: | - Waiting for the Barbarians - Tempore dolor mollitia assumenda. + An Evil Cradling + Et et magnam voluptatibus. - recorded_at: Wed, 22 Feb 2023 18:05:37 GMT + recorded_at: Fri, 24 Feb 2023 13:40:04 GMT - request: method: put uri: http://backend:5352/source/home:other_user/_meta?user=other_user @@ -157,7 +157,7 @@ http_interactions: - recorded_at: Wed, 22 Feb 2023 18:05:37 GMT + recorded_at: Fri, 24 Feb 2023 13:40:04 GMT - request: method: put uri: http://backend:5352/source/home:other_user/branch_test_package/_meta?user=user_35 @@ -165,8 +165,8 @@ http_interactions: encoding: UTF-8 string: | - Everything is Illuminated - Est officiis quisquam atque. + Look Homeward, Angel + Et velit odit aut. headers: Accept-Encoding: @@ -187,21 +187,21 @@ http_interactions: Connection: - close Content-Length: - - '175' + - '160' body: encoding: UTF-8 string: | - Everything is Illuminated - Est officiis quisquam atque. + Look Homeward, Angel + Et velit odit aut. - recorded_at: Wed, 22 Feb 2023 18:05:37 GMT + recorded_at: Fri, 24 Feb 2023 13:40:04 GMT - request: method: put uri: http://backend:5352/source/home:other_user/branch_test_package/_config body: encoding: UTF-8 - string: Et aut et. Alias totam officiis. Aut fuga in. + string: Cupiditate quas veniam. Earum sunt nihil. Cumque corrupti fuga. headers: Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 @@ -225,21 +225,21 @@ http_interactions: body: encoding: UTF-8 string: | - - 800ae651308b02c6de3576f3211ffe2e + + c51eaa115cc7a5138b8cf3bf14b709ce unknown - + unknown - recorded_at: Wed, 22 Feb 2023 18:05:37 GMT + recorded_at: Fri, 24 Feb 2023 13:40:04 GMT - request: method: put uri: http://backend:5352/source/home:other_user/branch_test_package/somefile.txt body: encoding: UTF-8 - string: In nulla voluptate. Veniam enim quia. Nihil aspernatur aut. + string: Nemo molestias velit. Dolorem laudantium fugiat. Esse ex quis. headers: Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 @@ -263,15 +263,15 @@ http_interactions: body: encoding: UTF-8 string: | - - 0a0ba0b150636ad606fd07d6207b4e71 + + 330cfa6013bba651f43040c7438c2a30 unknown - + unknown - recorded_at: Wed, 22 Feb 2023 18:05:37 GMT + recorded_at: Fri, 24 Feb 2023 13:40:04 GMT - request: method: get uri: http://backend:5352/source/home:user_tab_user/group_test_package @@ -280,7 +280,7 @@ http_interactions: string: '' headers: X-Request-Id: - - d3bef551-08ed-493e-aa00-55e5b23c0896 + - 40fda4c0-9df3-4308-b325-9821f45404f6 Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -305,7 +305,7 @@ http_interactions: string: | - recorded_at: Wed, 22 Feb 2023 18:05:39 GMT + recorded_at: Fri, 24 Feb 2023 13:40:05 GMT - request: method: get uri: http://backend:5352/source/home:user_tab_user/group_test_package?expand=1 @@ -337,16 +337,16 @@ http_interactions: string: | - recorded_at: Wed, 22 Feb 2023 18:05:39 GMT + recorded_at: Fri, 24 Feb 2023 13:40:05 GMT - request: method: get - uri: http://backend:5352/source/home:user_tab_user/group_test_package/_history?deleted=1&meta=1 + uri: http://backend:5352/source/home:user_tab_user/group_test_package/_history?deleted=0&meta=0 body: encoding: US-ASCII string: '' headers: X-Request-Id: - - d3bef551-08ed-493e-aa00-55e5b23c0896 + - 40fda4c0-9df3-4308-b325-9821f45404f6 Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -371,7 +371,7 @@ http_interactions: string: | - recorded_at: Wed, 22 Feb 2023 18:05:39 GMT + recorded_at: Fri, 24 Feb 2023 13:40:05 GMT - request: method: get uri: http://backend:5352/source/home:user_tab_user/group_test_package @@ -380,7 +380,7 @@ http_interactions: string: '' headers: X-Request-Id: - - d3bef551-08ed-493e-aa00-55e5b23c0896 + - 40fda4c0-9df3-4308-b325-9821f45404f6 Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -405,7 +405,7 @@ http_interactions: string: | - recorded_at: Wed, 22 Feb 2023 18:05:39 GMT + recorded_at: Fri, 24 Feb 2023 13:40:05 GMT - request: method: get uri: http://backend:5352/source/home:user_tab_user/group_test_package @@ -414,7 +414,7 @@ http_interactions: string: '' headers: X-Request-Id: - - d3bef551-08ed-493e-aa00-55e5b23c0896 + - 40fda4c0-9df3-4308-b325-9821f45404f6 Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -439,7 +439,7 @@ http_interactions: string: | - recorded_at: Wed, 22 Feb 2023 18:05:39 GMT + recorded_at: Fri, 24 Feb 2023 13:40:05 GMT - request: method: get uri: http://backend:5352/source/home:user_tab_user/group_test_package @@ -448,7 +448,7 @@ http_interactions: string: '' headers: X-Request-Id: - - dd66c2cc-4c47-49b8-92bd-e8f1bdd799e3 + - af44deed-ba57-49a8-a855-d8b3281f0173 Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -473,7 +473,7 @@ http_interactions: string: | - recorded_at: Wed, 22 Feb 2023 18:05:39 GMT + recorded_at: Fri, 24 Feb 2023 13:40:05 GMT - request: method: get uri: http://backend:5352/build/home:user_tab_user/_result?lastbuild=1&locallink=1&multibuild=1&package=group_test_package&view=status @@ -482,7 +482,7 @@ http_interactions: string: '' headers: X-Request-Id: - - dd66c2cc-4c47-49b8-92bd-e8f1bdd799e3 + - af44deed-ba57-49a8-a855-d8b3281f0173 Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -507,7 +507,7 @@ http_interactions: string: ' ' - recorded_at: Wed, 22 Feb 2023 18:05:39 GMT + recorded_at: Fri, 24 Feb 2023 13:40:05 GMT - request: method: get uri: http://backend:5352/source/home:user_tab_user/group_test_package @@ -516,7 +516,7 @@ http_interactions: string: '' headers: X-Request-Id: - - 83041206-d4f9-48d0-904f-f16c8a79bbc8 + - bcfd70d3-2813-4881-99ef-adc821f7a19a Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -541,7 +541,7 @@ http_interactions: string: | - recorded_at: Wed, 22 Feb 2023 18:05:39 GMT + recorded_at: Fri, 24 Feb 2023 13:40:06 GMT - request: method: get uri: http://backend:5352/build/home:user_tab_user/_result?lastbuild=1&locallink=1&multibuild=1&package=group_test_package&view=status @@ -550,7 +550,7 @@ http_interactions: string: '' headers: X-Request-Id: - - 83041206-d4f9-48d0-904f-f16c8a79bbc8 + - bcfd70d3-2813-4881-99ef-adc821f7a19a Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -575,7 +575,7 @@ http_interactions: string: ' ' - recorded_at: Wed, 22 Feb 2023 18:05:39 GMT + recorded_at: Fri, 24 Feb 2023 13:40:06 GMT - request: method: get uri: http://backend:5352/build/home:user_tab_user/_result?package=group_test_package&view=status @@ -584,7 +584,7 @@ http_interactions: string: '' headers: X-Request-Id: - - da79d72e-75b6-4890-9815-ce0a639a43dc + - 64f40c8c-0bc8-4c4f-b93e-a3a9b717cc85 Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -609,7 +609,7 @@ http_interactions: string: ' ' - recorded_at: Wed, 22 Feb 2023 18:05:39 GMT + recorded_at: Fri, 24 Feb 2023 13:40:06 GMT - request: method: put uri: http://backend:5352/source/home:user_tab_user/group_test_package/_meta?user=user_tab_user @@ -617,8 +617,8 @@ http_interactions: encoding: UTF-8 string: | - Waiting for the Barbarians - Tempore dolor mollitia assumenda. + An Evil Cradling + Et et magnam voluptatibus. @@ -641,17 +641,17 @@ http_interactions: Connection: - close Content-Length: - - '283' + - '266' body: encoding: UTF-8 string: | - Waiting for the Barbarians - Tempore dolor mollitia assumenda. + An Evil Cradling + Et et magnam voluptatibus. - recorded_at: Wed, 22 Feb 2023 18:05:40 GMT + recorded_at: Fri, 24 Feb 2023 13:40:06 GMT - request: method: put uri: http://backend:5352/source/home:user_tab_user/group_test_package/_meta?user=user_tab_user @@ -659,8 +659,8 @@ http_interactions: encoding: UTF-8 string: | - Waiting for the Barbarians - Tempore dolor mollitia assumenda. + An Evil Cradling + Et et magnam voluptatibus. @@ -683,17 +683,17 @@ http_interactions: Connection: - close Content-Length: - - '283' + - '266' body: encoding: UTF-8 string: | - Waiting for the Barbarians - Tempore dolor mollitia assumenda. + An Evil Cradling + Et et magnam voluptatibus. - recorded_at: Wed, 22 Feb 2023 18:05:40 GMT + recorded_at: Fri, 24 Feb 2023 13:40:06 GMT - request: method: get uri: http://backend:5352/source/home:user_tab_user/group_test_package @@ -702,7 +702,7 @@ http_interactions: string: '' headers: X-Request-Id: - - 32bd4533-4633-4bbb-ba7a-24db514f4322 + - e4c9f573-7954-4cda-8477-0f7496444970 Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -727,7 +727,7 @@ http_interactions: string: | - recorded_at: Wed, 22 Feb 2023 18:05:41 GMT + recorded_at: Fri, 24 Feb 2023 13:40:07 GMT - request: method: get uri: http://backend:5352/source/home:user_tab_user/group_test_package?expand=1 @@ -759,16 +759,16 @@ http_interactions: string: | - recorded_at: Wed, 22 Feb 2023 18:05:41 GMT + recorded_at: Fri, 24 Feb 2023 13:40:07 GMT - request: method: get - uri: http://backend:5352/source/home:user_tab_user/group_test_package/_history?deleted=1&meta=1 + uri: http://backend:5352/source/home:user_tab_user/group_test_package/_history?deleted=0&meta=0 body: encoding: US-ASCII string: '' headers: X-Request-Id: - - 32bd4533-4633-4bbb-ba7a-24db514f4322 + - e4c9f573-7954-4cda-8477-0f7496444970 Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -793,7 +793,7 @@ http_interactions: string: | - recorded_at: Wed, 22 Feb 2023 18:05:41 GMT + recorded_at: Fri, 24 Feb 2023 13:40:07 GMT - request: method: get uri: http://backend:5352/source/home:user_tab_user/group_test_package @@ -802,7 +802,7 @@ http_interactions: string: '' headers: X-Request-Id: - - 32bd4533-4633-4bbb-ba7a-24db514f4322 + - e4c9f573-7954-4cda-8477-0f7496444970 Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -827,7 +827,7 @@ http_interactions: string: | - recorded_at: Wed, 22 Feb 2023 18:05:41 GMT + recorded_at: Fri, 24 Feb 2023 13:40:07 GMT - request: method: get uri: http://backend:5352/source/home:user_tab_user/group_test_package @@ -836,7 +836,7 @@ http_interactions: string: '' headers: X-Request-Id: - - 32bd4533-4633-4bbb-ba7a-24db514f4322 + - e4c9f573-7954-4cda-8477-0f7496444970 Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -861,7 +861,7 @@ http_interactions: string: | - recorded_at: Wed, 22 Feb 2023 18:05:41 GMT + recorded_at: Fri, 24 Feb 2023 13:40:07 GMT - request: method: get uri: http://backend:5352/source/home:user_tab_user/group_test_package @@ -870,7 +870,7 @@ http_interactions: string: '' headers: X-Request-Id: - - 013a38fb-fd8e-43dc-9a04-779d2d5ae0e6 + - 675cf3ad-58f3-42e5-b315-0f8522a7945f Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -895,7 +895,7 @@ http_interactions: string: | - recorded_at: Wed, 22 Feb 2023 18:05:41 GMT + recorded_at: Fri, 24 Feb 2023 13:40:07 GMT - request: method: get uri: http://backend:5352/build/home:user_tab_user/_result?lastbuild=1&locallink=1&multibuild=1&package=group_test_package&view=status @@ -904,7 +904,7 @@ http_interactions: string: '' headers: X-Request-Id: - - 013a38fb-fd8e-43dc-9a04-779d2d5ae0e6 + - 675cf3ad-58f3-42e5-b315-0f8522a7945f Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -929,7 +929,7 @@ http_interactions: string: ' ' - recorded_at: Wed, 22 Feb 2023 18:05:41 GMT + recorded_at: Fri, 24 Feb 2023 13:40:07 GMT - request: method: get uri: http://backend:5352/source/home:user_tab_user/group_test_package @@ -938,7 +938,7 @@ http_interactions: string: '' headers: X-Request-Id: - - 34456319-bb8b-482f-a4c0-b7bd6a728e21 + - 6182ca43-85fd-42d4-b327-e7be95969b9d Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -963,7 +963,7 @@ http_interactions: string: | - recorded_at: Wed, 22 Feb 2023 18:05:41 GMT + recorded_at: Fri, 24 Feb 2023 13:40:07 GMT - request: method: get uri: http://backend:5352/build/home:user_tab_user/_result?lastbuild=1&locallink=1&multibuild=1&package=group_test_package&view=status @@ -972,7 +972,7 @@ http_interactions: string: '' headers: X-Request-Id: - - 34456319-bb8b-482f-a4c0-b7bd6a728e21 + - 6182ca43-85fd-42d4-b327-e7be95969b9d Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -997,7 +997,7 @@ http_interactions: string: ' ' - recorded_at: Wed, 22 Feb 2023 18:05:41 GMT + recorded_at: Fri, 24 Feb 2023 13:40:07 GMT - request: method: get uri: http://backend:5352/build/home:user_tab_user/_result?package=group_test_package&view=status @@ -1006,7 +1006,7 @@ http_interactions: string: '' headers: X-Request-Id: - - 2b38014c-c175-4394-b669-ce0c1d4df9ab + - 741b2562-f025-46c5-96b3-068a2b0c2118 Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -1031,5 +1031,5 @@ http_interactions: string: ' ' - recorded_at: Wed, 22 Feb 2023 18:05:41 GMT + recorded_at: Fri, 24 Feb 2023 13:40:07 GMT recorded_with: VCR 6.1.0 diff --git a/src/api/spec/cassettes/Packages/behaves_like_bootstrap_user_tab/user_roles/Remove_user_from_package_/_project.yml b/src/api/spec/cassettes/Packages/behaves_like_bootstrap_user_tab/user_roles/Remove_user_from_package_/_project.yml index 057269c4874..d63645dea8a 100644 --- a/src/api/spec/cassettes/Packages/behaves_like_bootstrap_user_tab/user_roles/Remove_user_from_package_/_project.yml +++ b/src/api/spec/cassettes/Packages/behaves_like_bootstrap_user_tab/user_roles/Remove_user_from_package_/_project.yml @@ -39,7 +39,7 @@ http_interactions: - recorded_at: Wed, 22 Feb 2023 18:05:17 GMT + recorded_at: Fri, 24 Feb 2023 13:42:20 GMT - request: method: put uri: http://backend:5352/source/home:user_tab_user/_meta?user=user_tab_user @@ -79,16 +79,16 @@ http_interactions: - recorded_at: Wed, 22 Feb 2023 18:05:17 GMT + recorded_at: Fri, 24 Feb 2023 13:42:20 GMT - request: method: put - uri: http://backend:5352/source/home:user_tab_user/group_test_package/_meta?user=user_26 + uri: http://backend:5352/source/home:user_tab_user/group_test_package/_meta?user=user_4 body: encoding: UTF-8 string: | - The Heart Is a Lonely Hunter - Aut necessitatibus dolor soluta. + Wildfire at Midnight + Fugit quia rerum et. headers: Accept-Encoding: @@ -109,15 +109,15 @@ http_interactions: Connection: - close Content-Length: - - '184' + - '164' body: encoding: UTF-8 string: | - The Heart Is a Lonely Hunter - Aut necessitatibus dolor soluta. + Wildfire at Midnight + Fugit quia rerum et. - recorded_at: Wed, 22 Feb 2023 18:05:17 GMT + recorded_at: Fri, 24 Feb 2023 13:42:20 GMT - request: method: put uri: http://backend:5352/source/home:other_user/_meta?user=other_user @@ -157,16 +157,16 @@ http_interactions: - recorded_at: Wed, 22 Feb 2023 18:05:18 GMT + recorded_at: Fri, 24 Feb 2023 13:42:21 GMT - request: method: put - uri: http://backend:5352/source/home:other_user/branch_test_package/_meta?user=user_27 + uri: http://backend:5352/source/home:other_user/branch_test_package/_meta?user=user_5 body: encoding: UTF-8 string: | - Recalled to Life - Quae expedita ipsam assumenda. + Time To Murder And Create + Ipsa placeat vel reiciendis. headers: Accept-Encoding: @@ -187,21 +187,21 @@ http_interactions: Connection: - close Content-Length: - - '168' + - '175' body: encoding: UTF-8 string: | - Recalled to Life - Quae expedita ipsam assumenda. + Time To Murder And Create + Ipsa placeat vel reiciendis. - recorded_at: Wed, 22 Feb 2023 18:05:18 GMT + recorded_at: Fri, 24 Feb 2023 13:42:21 GMT - request: method: put uri: http://backend:5352/source/home:other_user/branch_test_package/_config body: encoding: UTF-8 - string: Ullam enim ipsum. Nesciunt est nobis. Iste repellat cum. + string: Reiciendis non velit. Beatae id quos. Aut nesciunt amet. headers: Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 @@ -225,21 +225,21 @@ http_interactions: body: encoding: UTF-8 string: | - - 62501d94d0adddb57314ea1a933b781e + + 275770b180cdae0c0b76cfa5c90315bb unknown - + unknown - recorded_at: Wed, 22 Feb 2023 18:05:18 GMT + recorded_at: Fri, 24 Feb 2023 13:42:21 GMT - request: method: put uri: http://backend:5352/source/home:other_user/branch_test_package/somefile.txt body: encoding: UTF-8 - string: Dicta repellendus et. Eos quisquam assumenda. Quia consequuntur ducimus. + string: Voluptas amet voluptatem. Neque aut voluptatem. Ut est nulla. headers: Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 @@ -263,15 +263,15 @@ http_interactions: body: encoding: UTF-8 string: | - - f58da26a50143789bb9499d07e2b2877 + + 0d9cd02305cb176567f21b66d9b12ef1 unknown - + unknown - recorded_at: Wed, 22 Feb 2023 18:05:18 GMT + recorded_at: Fri, 24 Feb 2023 13:42:21 GMT - request: method: get uri: http://backend:5352/source/home:user_tab_user/group_test_package @@ -280,7 +280,7 @@ http_interactions: string: '' headers: X-Request-Id: - - f734fbac-ad85-4e53-a1a9-d75d31ca15db + - 050236f3-0097-45f6-9520-132dca67ca9a Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -305,7 +305,7 @@ http_interactions: string: | - recorded_at: Wed, 22 Feb 2023 18:05:19 GMT + recorded_at: Fri, 24 Feb 2023 13:42:22 GMT - request: method: get uri: http://backend:5352/source/home:user_tab_user/group_test_package?expand=1 @@ -337,16 +337,16 @@ http_interactions: string: | - recorded_at: Wed, 22 Feb 2023 18:05:19 GMT + recorded_at: Fri, 24 Feb 2023 13:42:22 GMT - request: method: get - uri: http://backend:5352/source/home:user_tab_user/group_test_package/_history?deleted=1&meta=1 + uri: http://backend:5352/source/home:user_tab_user/group_test_package/_history?deleted=0&meta=0 body: encoding: US-ASCII string: '' headers: X-Request-Id: - - f734fbac-ad85-4e53-a1a9-d75d31ca15db + - 050236f3-0097-45f6-9520-132dca67ca9a Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -371,7 +371,7 @@ http_interactions: string: | - recorded_at: Wed, 22 Feb 2023 18:05:19 GMT + recorded_at: Fri, 24 Feb 2023 13:42:22 GMT - request: method: get uri: http://backend:5352/source/home:user_tab_user/group_test_package @@ -380,7 +380,7 @@ http_interactions: string: '' headers: X-Request-Id: - - f734fbac-ad85-4e53-a1a9-d75d31ca15db + - 050236f3-0097-45f6-9520-132dca67ca9a Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -405,7 +405,7 @@ http_interactions: string: | - recorded_at: Wed, 22 Feb 2023 18:05:19 GMT + recorded_at: Fri, 24 Feb 2023 13:42:22 GMT - request: method: get uri: http://backend:5352/source/home:user_tab_user/group_test_package @@ -414,7 +414,7 @@ http_interactions: string: '' headers: X-Request-Id: - - f734fbac-ad85-4e53-a1a9-d75d31ca15db + - 050236f3-0097-45f6-9520-132dca67ca9a Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -439,7 +439,7 @@ http_interactions: string: | - recorded_at: Wed, 22 Feb 2023 18:05:19 GMT + recorded_at: Fri, 24 Feb 2023 13:42:22 GMT - request: method: get uri: http://backend:5352/source/home:user_tab_user/group_test_package @@ -448,7 +448,7 @@ http_interactions: string: '' headers: X-Request-Id: - - 934744f6-a31d-41f2-93b0-d8c3f9bab8c8 + - 00cb569d-d08b-48f3-a774-373d21feef85 Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -473,7 +473,7 @@ http_interactions: string: | - recorded_at: Wed, 22 Feb 2023 18:05:19 GMT + recorded_at: Fri, 24 Feb 2023 13:42:22 GMT - request: method: get uri: http://backend:5352/build/home:user_tab_user/_result?lastbuild=1&locallink=1&multibuild=1&package=group_test_package&view=status @@ -482,7 +482,7 @@ http_interactions: string: '' headers: X-Request-Id: - - 934744f6-a31d-41f2-93b0-d8c3f9bab8c8 + - 00cb569d-d08b-48f3-a774-373d21feef85 Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -507,7 +507,7 @@ http_interactions: string: ' ' - recorded_at: Wed, 22 Feb 2023 18:05:19 GMT + recorded_at: Fri, 24 Feb 2023 13:42:22 GMT - request: method: get uri: http://backend:5352/source/home:user_tab_user/group_test_package @@ -516,7 +516,7 @@ http_interactions: string: '' headers: X-Request-Id: - - 1feb1e32-05da-4030-b0bc-771b8b589329 + - b1b20577-0ff6-4469-94ad-a6d696a00b6d Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -541,7 +541,7 @@ http_interactions: string: | - recorded_at: Wed, 22 Feb 2023 18:05:19 GMT + recorded_at: Fri, 24 Feb 2023 13:42:22 GMT - request: method: get uri: http://backend:5352/build/home:user_tab_user/_result?lastbuild=1&locallink=1&multibuild=1&package=group_test_package&view=status @@ -550,7 +550,7 @@ http_interactions: string: '' headers: X-Request-Id: - - 1feb1e32-05da-4030-b0bc-771b8b589329 + - b1b20577-0ff6-4469-94ad-a6d696a00b6d Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -575,7 +575,7 @@ http_interactions: string: ' ' - recorded_at: Wed, 22 Feb 2023 18:05:19 GMT + recorded_at: Fri, 24 Feb 2023 13:42:22 GMT - request: method: get uri: http://backend:5352/build/home:user_tab_user/_result?package=group_test_package&view=status @@ -584,7 +584,7 @@ http_interactions: string: '' headers: X-Request-Id: - - 849d8aa8-92d8-4c30-a070-2fe34759e0dc + - e55e9b9c-aa19-4723-95b3-6d6d771bdf82 Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -609,7 +609,7 @@ http_interactions: string: ' ' - recorded_at: Wed, 22 Feb 2023 18:05:19 GMT + recorded_at: Fri, 24 Feb 2023 13:42:22 GMT - request: method: put uri: http://backend:5352/source/home:user_tab_user/group_test_package/_meta?user=user_tab_user @@ -617,8 +617,8 @@ http_interactions: encoding: UTF-8 string: | - The Heart Is a Lonely Hunter - Aut necessitatibus dolor soluta. + Wildfire at Midnight + Fugit quia rerum et. @@ -641,17 +641,17 @@ http_interactions: Connection: - close Content-Length: - - '288' + - '268' body: encoding: UTF-8 string: | - The Heart Is a Lonely Hunter - Aut necessitatibus dolor soluta. + Wildfire at Midnight + Fugit quia rerum et. - recorded_at: Wed, 22 Feb 2023 18:05:21 GMT + recorded_at: Fri, 24 Feb 2023 13:42:24 GMT - request: method: put uri: http://backend:5352/source/home:user_tab_user/group_test_package/_meta?user=user_tab_user @@ -659,8 +659,8 @@ http_interactions: encoding: UTF-8 string: | - The Heart Is a Lonely Hunter - Aut necessitatibus dolor soluta. + Wildfire at Midnight + Fugit quia rerum et. @@ -683,15 +683,15 @@ http_interactions: Connection: - close Content-Length: - - '288' + - '268' body: encoding: UTF-8 string: | - The Heart Is a Lonely Hunter - Aut necessitatibus dolor soluta. + Wildfire at Midnight + Fugit quia rerum et. - recorded_at: Wed, 22 Feb 2023 18:05:21 GMT + recorded_at: Fri, 24 Feb 2023 13:42:24 GMT recorded_with: VCR 6.1.0 diff --git a/src/api/spec/cassettes/Packages/behaves_like_bootstrap_user_tab/user_roles/Viewing_user_roles.yml b/src/api/spec/cassettes/Packages/behaves_like_bootstrap_user_tab/user_roles/Viewing_user_roles.yml index a853cd5e673..ee055e16ba2 100644 --- a/src/api/spec/cassettes/Packages/behaves_like_bootstrap_user_tab/user_roles/Viewing_user_roles.yml +++ b/src/api/spec/cassettes/Packages/behaves_like_bootstrap_user_tab/user_roles/Viewing_user_roles.yml @@ -39,7 +39,7 @@ http_interactions: - recorded_at: Wed, 22 Feb 2023 18:05:34 GMT + recorded_at: Fri, 24 Feb 2023 13:40:01 GMT - request: method: put uri: http://backend:5352/source/home:user_tab_user/_meta?user=user_tab_user @@ -79,7 +79,7 @@ http_interactions: - recorded_at: Wed, 22 Feb 2023 18:05:34 GMT + recorded_at: Fri, 24 Feb 2023 13:40:02 GMT - request: method: put uri: http://backend:5352/source/home:user_tab_user/group_test_package/_meta?user=user_32 @@ -87,8 +87,8 @@ http_interactions: encoding: UTF-8 string: | - Shall not Perish - Non laboriosam et iste. + His Dark Materials + Et omnis harum autem. headers: Accept-Encoding: @@ -114,10 +114,10 @@ http_interactions: encoding: UTF-8 string: | - Shall not Perish - Non laboriosam et iste. + His Dark Materials + Et omnis harum autem. - recorded_at: Wed, 22 Feb 2023 18:05:34 GMT + recorded_at: Fri, 24 Feb 2023 13:40:02 GMT - request: method: put uri: http://backend:5352/source/home:other_user/_meta?user=other_user @@ -157,7 +157,7 @@ http_interactions: - recorded_at: Wed, 22 Feb 2023 18:05:34 GMT + recorded_at: Fri, 24 Feb 2023 13:40:02 GMT - request: method: put uri: http://backend:5352/source/home:other_user/branch_test_package/_meta?user=user_33 @@ -165,8 +165,8 @@ http_interactions: encoding: UTF-8 string: | - Vanity Fair - Ipsum tempore autem culpa. + Rosemary Sutcliff + Est ut aliquam iste. headers: Accept-Encoding: @@ -192,16 +192,16 @@ http_interactions: encoding: UTF-8 string: | - Vanity Fair - Ipsum tempore autem culpa. + Rosemary Sutcliff + Est ut aliquam iste. - recorded_at: Wed, 22 Feb 2023 18:05:34 GMT + recorded_at: Fri, 24 Feb 2023 13:40:02 GMT - request: method: put uri: http://backend:5352/source/home:other_user/branch_test_package/_config body: encoding: UTF-8 - string: Facilis maiores impedit. Ipsum et nulla. Maxime aut sapiente. + string: Commodi voluptates ab. Placeat a omnis. Et dicta dolorum. headers: Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 @@ -225,21 +225,21 @@ http_interactions: body: encoding: UTF-8 string: | - - fa14f288582030c5036abf9dbb47f866 + + 18550a881ac1bbd75241192c878737a7 unknown - + unknown - recorded_at: Wed, 22 Feb 2023 18:05:34 GMT + recorded_at: Fri, 24 Feb 2023 13:40:02 GMT - request: method: put uri: http://backend:5352/source/home:other_user/branch_test_package/somefile.txt body: encoding: UTF-8 - string: Sapiente ratione facere. Vitae cum distinctio. Quae assumenda hic. + string: Veniam numquam corporis. Porro tempora et. Amet harum molestias. headers: Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 @@ -263,15 +263,15 @@ http_interactions: body: encoding: UTF-8 string: | - - 82698b5eed9b58c8c887c2ca132c0780 + + e6dd249e8048591968dcd8eec169ee15 unknown - + unknown - recorded_at: Wed, 22 Feb 2023 18:05:34 GMT + recorded_at: Fri, 24 Feb 2023 13:40:02 GMT - request: method: get uri: http://backend:5352/source/home:user_tab_user/group_test_package @@ -280,7 +280,7 @@ http_interactions: string: '' headers: X-Request-Id: - - 89f5e02d-c1a3-45fd-bb9e-d2f9103b0774 + - ce689677-5f68-46cb-882e-c11e30be2813 Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -305,7 +305,7 @@ http_interactions: string: | - recorded_at: Wed, 22 Feb 2023 18:05:36 GMT + recorded_at: Fri, 24 Feb 2023 13:40:03 GMT - request: method: get uri: http://backend:5352/source/home:user_tab_user/group_test_package?expand=1 @@ -337,16 +337,16 @@ http_interactions: string: | - recorded_at: Wed, 22 Feb 2023 18:05:36 GMT + recorded_at: Fri, 24 Feb 2023 13:40:03 GMT - request: method: get - uri: http://backend:5352/source/home:user_tab_user/group_test_package/_history?deleted=1&meta=1 + uri: http://backend:5352/source/home:user_tab_user/group_test_package/_history?deleted=0&meta=0 body: encoding: US-ASCII string: '' headers: X-Request-Id: - - 89f5e02d-c1a3-45fd-bb9e-d2f9103b0774 + - ce689677-5f68-46cb-882e-c11e30be2813 Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -371,7 +371,7 @@ http_interactions: string: | - recorded_at: Wed, 22 Feb 2023 18:05:36 GMT + recorded_at: Fri, 24 Feb 2023 13:40:03 GMT - request: method: get uri: http://backend:5352/source/home:user_tab_user/group_test_package @@ -380,7 +380,7 @@ http_interactions: string: '' headers: X-Request-Id: - - 89f5e02d-c1a3-45fd-bb9e-d2f9103b0774 + - ce689677-5f68-46cb-882e-c11e30be2813 Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -405,7 +405,7 @@ http_interactions: string: | - recorded_at: Wed, 22 Feb 2023 18:05:36 GMT + recorded_at: Fri, 24 Feb 2023 13:40:03 GMT - request: method: get uri: http://backend:5352/source/home:user_tab_user/group_test_package @@ -414,7 +414,7 @@ http_interactions: string: '' headers: X-Request-Id: - - 89f5e02d-c1a3-45fd-bb9e-d2f9103b0774 + - ce689677-5f68-46cb-882e-c11e30be2813 Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -439,7 +439,7 @@ http_interactions: string: | - recorded_at: Wed, 22 Feb 2023 18:05:36 GMT + recorded_at: Fri, 24 Feb 2023 13:40:03 GMT - request: method: get uri: http://backend:5352/source/home:user_tab_user/group_test_package @@ -448,7 +448,7 @@ http_interactions: string: '' headers: X-Request-Id: - - 55865762-6119-4e9c-8dab-413cb8ab545f + - 933ebdcb-85fb-4e79-9256-ebecd9c79e77 Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -473,7 +473,7 @@ http_interactions: string: | - recorded_at: Wed, 22 Feb 2023 18:05:36 GMT + recorded_at: Fri, 24 Feb 2023 13:40:03 GMT - request: method: get uri: http://backend:5352/build/home:user_tab_user/_result?lastbuild=1&locallink=1&multibuild=1&package=group_test_package&view=status @@ -482,7 +482,7 @@ http_interactions: string: '' headers: X-Request-Id: - - 55865762-6119-4e9c-8dab-413cb8ab545f + - 933ebdcb-85fb-4e79-9256-ebecd9c79e77 Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -507,7 +507,7 @@ http_interactions: string: ' ' - recorded_at: Wed, 22 Feb 2023 18:05:36 GMT + recorded_at: Fri, 24 Feb 2023 13:40:03 GMT - request: method: get uri: http://backend:5352/source/home:user_tab_user/group_test_package @@ -516,7 +516,7 @@ http_interactions: string: '' headers: X-Request-Id: - - 67ec5863-b83d-4029-a82b-daf370199f35 + - d2de0672-4eeb-492e-8c0c-487c4e58f7de Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -541,7 +541,7 @@ http_interactions: string: | - recorded_at: Wed, 22 Feb 2023 18:05:36 GMT + recorded_at: Fri, 24 Feb 2023 13:40:03 GMT - request: method: get uri: http://backend:5352/build/home:user_tab_user/_result?lastbuild=1&locallink=1&multibuild=1&package=group_test_package&view=status @@ -550,7 +550,7 @@ http_interactions: string: '' headers: X-Request-Id: - - 67ec5863-b83d-4029-a82b-daf370199f35 + - d2de0672-4eeb-492e-8c0c-487c4e58f7de Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -575,7 +575,7 @@ http_interactions: string: ' ' - recorded_at: Wed, 22 Feb 2023 18:05:36 GMT + recorded_at: Fri, 24 Feb 2023 13:40:03 GMT - request: method: get uri: http://backend:5352/build/home:user_tab_user/_result?package=group_test_package&view=status @@ -584,7 +584,7 @@ http_interactions: string: '' headers: X-Request-Id: - - b0c1b27a-490f-497f-aa77-20eb7c966dd4 + - a06fc5da-d5eb-453e-853a-f9b509a21347 Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -609,5 +609,5 @@ http_interactions: string: ' ' - recorded_at: Wed, 22 Feb 2023 18:05:36 GMT + recorded_at: Fri, 24 Feb 2023 13:40:03 GMT recorded_with: VCR 6.1.0 diff --git a/src/api/spec/cassettes/Packages/branching_a_package_from_another_users_project/with_AutoCleanup.yml b/src/api/spec/cassettes/Packages/branching_a_package_from_another_users_project/with_AutoCleanup.yml index 1a91c16597c..b6c21bf0483 100644 --- a/src/api/spec/cassettes/Packages/branching_a_package_from_another_users_project/with_AutoCleanup.yml +++ b/src/api/spec/cassettes/Packages/branching_a_package_from_another_users_project/with_AutoCleanup.yml @@ -39,16 +39,16 @@ http_interactions: - recorded_at: Wed, 22 Feb 2023 18:05:46 GMT + recorded_at: Fri, 24 Feb 2023 13:42:11 GMT - request: method: put - uri: http://backend:5352/source/home:package_test_user/test_package/_meta?user=user_38 + uri: http://backend:5352/source/home:package_test_user/test_package/_meta?user=user_2 body: encoding: UTF-8 string: | - An Instant In The Wind - Sint dolor maxime amet. + A Handful of Dust + Qui unde sit labore. headers: Accept-Encoding: @@ -69,21 +69,21 @@ http_interactions: Connection: - close Content-Length: - - '167' + - '159' body: encoding: UTF-8 string: | - An Instant In The Wind - Sint dolor maxime amet. + A Handful of Dust + Qui unde sit labore. - recorded_at: Wed, 22 Feb 2023 18:05:46 GMT + recorded_at: Fri, 24 Feb 2023 13:42:11 GMT - request: method: put uri: http://backend:5352/source/home:package_test_user/test_package/_config body: encoding: UTF-8 - string: Qui dolore quia. Ut et facere. Tempora officiis rem. + string: Possimus dolorem distinctio. Enim minus id. Ut sunt aut. headers: Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 @@ -103,25 +103,25 @@ http_interactions: Connection: - close Content-Length: - - '209' + - '211' body: encoding: UTF-8 string: | - - 8f74fc59ac65d1d906cf6b889b1236a9 + + fa3475a5e08326cf0c03236bd3ea83cc unknown - + unknown - recorded_at: Wed, 22 Feb 2023 18:05:46 GMT + recorded_at: Fri, 24 Feb 2023 13:42:11 GMT - request: method: put uri: http://backend:5352/source/home:package_test_user/test_package/somefile.txt body: encoding: UTF-8 - string: Ipsam quia mollitia. Non recusandae quam. Est blanditiis illum. + string: Laborum unde earum. Repellat provident iure. Libero omnis ut. headers: Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 @@ -141,19 +141,19 @@ http_interactions: Connection: - close Content-Length: - - '209' + - '211' body: encoding: UTF-8 string: | - - af1192c3ee46268e495ba28b3f3b81d9 + + 229f601095e96a265ef7acc35640dcc6 unknown - + unknown - recorded_at: Wed, 22 Feb 2023 18:05:46 GMT + recorded_at: Fri, 24 Feb 2023 13:42:11 GMT - request: method: put uri: http://backend:5352/source/home:other_package_test_user/_meta?user=other_package_test_user @@ -193,16 +193,16 @@ http_interactions: - recorded_at: Wed, 22 Feb 2023 18:05:46 GMT + recorded_at: Fri, 24 Feb 2023 13:42:11 GMT - request: method: put - uri: http://backend:5352/source/home:other_package_test_user/branch_test_package/_meta?user=user_39 + uri: http://backend:5352/source/home:other_package_test_user/branch_test_package/_meta?user=user_3 body: encoding: UTF-8 string: | - Such, Such Were the Joys - Quos vitae officiis voluptatem. + To Sail Beyond the Sunset + Eius vero placeat aut. headers: Accept-Encoding: @@ -223,22 +223,21 @@ http_interactions: Connection: - close Content-Length: - - '190' + - '182' body: encoding: UTF-8 string: | - Such, Such Were the Joys - Quos vitae officiis voluptatem. + To Sail Beyond the Sunset + Eius vero placeat aut. - recorded_at: Wed, 22 Feb 2023 18:05:46 GMT + recorded_at: Fri, 24 Feb 2023 13:42:11 GMT - request: method: put uri: http://backend:5352/source/home:other_package_test_user/branch_test_package/_config body: encoding: UTF-8 - string: Quisquam ut repellendus. Amet expedita dolores. Dolorum necessitatibus - in. + string: Ea quos veniam. Sed voluptatem eum. Perspiciatis asperiores similique. headers: Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 @@ -262,21 +261,22 @@ http_interactions: body: encoding: UTF-8 string: | - - 1dea72c1cda929d15315dae6f484f8f6 + + 1a1d98dcffc4e1c08e3f30a97925c9d6 unknown - + unknown - recorded_at: Wed, 22 Feb 2023 18:05:46 GMT + recorded_at: Fri, 24 Feb 2023 13:42:11 GMT - request: method: put uri: http://backend:5352/source/home:other_package_test_user/branch_test_package/somefile.txt body: encoding: UTF-8 - string: Voluptatem quam quae. Voluptas labore tempora. Et est ratione. + string: Repellendus dolorem eligendi. Nihil perspiciatis voluptatum. Suscipit + facilis asperiores. headers: Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 @@ -300,15 +300,15 @@ http_interactions: body: encoding: UTF-8 string: | - - 01fb92edcefa818ecae2e9227fcd0ca7 + + dbefad8faadc6f7fe7dcc8d388730014 unknown - + unknown - recorded_at: Wed, 22 Feb 2023 18:05:46 GMT + recorded_at: Fri, 24 Feb 2023 13:42:11 GMT - request: method: get uri: http://backend:5352/source/home:other_package_test_user/branch_test_package @@ -317,7 +317,7 @@ http_interactions: string: '' headers: X-Request-Id: - - ba75a824-61aa-4114-9dd8-97a3cf9d707f + - 1b056aca-5c32-4219-8647-3c187af3e67f Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -340,14 +340,14 @@ http_interactions: body: encoding: UTF-8 string: | - - - + + + - recorded_at: Wed, 22 Feb 2023 18:05:47 GMT + recorded_at: Fri, 24 Feb 2023 13:42:18 GMT - request: method: get - uri: http://backend:5352/source/home:other_package_test_user/branch_test_package?expand=1&rev=70 + uri: http://backend:5352/source/home:other_package_test_user/branch_test_package?expand=1&rev=98 body: encoding: US-ASCII string: '' @@ -374,54 +374,20 @@ http_interactions: body: encoding: UTF-8 string: | - - - + + + - recorded_at: Wed, 22 Feb 2023 18:05:47 GMT -- request: - method: get - uri: http://backend:5352/source/home:other_package_test_user/branch_test_package/_history?deleted=1&meta=1&rev=70 - body: - encoding: US-ASCII - string: '' - headers: - X-Request-Id: - - ba75a824-61aa-4114-9dd8-97a3cf9d707f - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - User-Agent: - - Ruby - response: - status: - code: 200 - message: OK - headers: - Content-Type: - - text/xml - Cache-Control: - - no-cache - Connection: - - close - Content-Length: - - '31' - body: - encoding: UTF-8 - string: | - - - recorded_at: Wed, 22 Feb 2023 18:05:47 GMT + recorded_at: Fri, 24 Feb 2023 13:42:18 GMT - request: method: get - uri: http://backend:5352/source/home:other_package_test_user/branch_test_package/_history?deleted=1&meta=1 + uri: http://backend:5352/source/home:other_package_test_user/branch_test_package/_history?deleted=0&meta=0&rev=98 body: encoding: US-ASCII string: '' headers: X-Request-Id: - - ba75a824-61aa-4114-9dd8-97a3cf9d707f + - 1b056aca-5c32-4219-8647-3c187af3e67f Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -440,13 +406,19 @@ http_interactions: Connection: - close Content-Length: - - '31' + - '215' body: encoding: UTF-8 string: | + + dbefad8faadc6f7fe7dcc8d388730014 + unknown + + unknown + - recorded_at: Wed, 22 Feb 2023 18:05:47 GMT + recorded_at: Fri, 24 Feb 2023 13:42:18 GMT - request: method: get uri: http://backend:5352/source/home:other_package_test_user/branch_test_package @@ -455,7 +427,7 @@ http_interactions: string: '' headers: X-Request-Id: - - d9a5cd0e-9c91-4805-9953-b94eda862596 + - 3785a98c-63ac-4dd7-bdba-d4346d48ce9f Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -478,11 +450,11 @@ http_interactions: body: encoding: UTF-8 string: | - - - + + + - recorded_at: Wed, 22 Feb 2023 18:05:48 GMT + recorded_at: Fri, 24 Feb 2023 13:42:18 GMT - request: method: get uri: http://backend:5352/build/home:other_package_test_user/_result?lastbuild=1&locallink=1&multibuild=1&package=branch_test_package&view=status @@ -491,7 +463,7 @@ http_interactions: string: '' headers: X-Request-Id: - - d9a5cd0e-9c91-4805-9953-b94eda862596 + - 3785a98c-63ac-4dd7-bdba-d4346d48ce9f Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -516,7 +488,7 @@ http_interactions: string: ' ' - recorded_at: Wed, 22 Feb 2023 18:05:48 GMT + recorded_at: Fri, 24 Feb 2023 13:42:18 GMT - request: method: get uri: http://backend:5352/source/home:other_package_test_user/branch_test_package @@ -525,7 +497,7 @@ http_interactions: string: '' headers: X-Request-Id: - - 7fad288b-90b8-408a-bd31-470eaed8fafd + - 0d25483a-b106-4736-90a2-f639ae9aef23 Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -548,11 +520,11 @@ http_interactions: body: encoding: UTF-8 string: | - - - + + + - recorded_at: Wed, 22 Feb 2023 18:05:48 GMT + recorded_at: Fri, 24 Feb 2023 13:42:18 GMT - request: method: get uri: http://backend:5352/build/home:other_package_test_user/_result?lastbuild=1&locallink=1&multibuild=1&package=branch_test_package&view=status @@ -561,7 +533,7 @@ http_interactions: string: '' headers: X-Request-Id: - - 7fad288b-90b8-408a-bd31-470eaed8fafd + - 0d25483a-b106-4736-90a2-f639ae9aef23 Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -586,7 +558,7 @@ http_interactions: string: ' ' - recorded_at: Wed, 22 Feb 2023 18:05:48 GMT + recorded_at: Fri, 24 Feb 2023 13:42:18 GMT - request: method: get uri: http://backend:5352/build/home:other_package_test_user/_result?package=branch_test_package&view=status @@ -595,7 +567,7 @@ http_interactions: string: '' headers: X-Request-Id: - - 65a08e3e-2091-4098-a9c3-b8daf3bcd36f + - 0b63b34a-8082-45b6-83db-7bb8218482ce Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -620,7 +592,7 @@ http_interactions: string: ' ' - recorded_at: Wed, 22 Feb 2023 18:05:48 GMT + recorded_at: Fri, 24 Feb 2023 13:42:18 GMT - request: method: get uri: http://backend:5352/source/home:other_package_test_user/branch_test_package @@ -629,7 +601,7 @@ http_interactions: string: '' headers: X-Request-Id: - - 86207be6-fa76-4235-bac9-062e9206a348 + - '04686f0d-abc5-4a74-a7c0-e5402bc41582' Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -652,11 +624,11 @@ http_interactions: body: encoding: UTF-8 string: | - - - + + + - recorded_at: Wed, 22 Feb 2023 18:05:48 GMT + recorded_at: Fri, 24 Feb 2023 13:42:18 GMT - request: method: post uri: http://backend:5352/search/package/id?match=(linkinfo/@package=%22branch_test_package%22%20and%20linkinfo/@project=%22home:other_package_test_user%22%20and%20@project=%22home:other_package_test_user%22) @@ -690,7 +662,7 @@ http_interactions: string: | - recorded_at: Wed, 22 Feb 2023 18:05:48 GMT + recorded_at: Fri, 24 Feb 2023 13:42:19 GMT - request: method: put uri: http://backend:5352/source/home:package_test_user:branches:home:other_package_test_user/_meta?user=package_test_user @@ -704,7 +676,7 @@ http_interactions: headers: X-Request-Id: - - 044ca573-0450-4539-9881-d355cbb6dcaa + - c13c82d9-185e-4f88-add6-9d30b2d9e8a9 Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -732,7 +704,7 @@ http_interactions: This project was created for package branch_test_package via attribute OBS:Maintained - recorded_at: Wed, 22 Feb 2023 18:05:48 GMT + recorded_at: Fri, 24 Feb 2023 13:42:19 GMT - request: method: put uri: http://backend:5352/source/home:package_test_user:branches:home:other_package_test_user/_project/_attribute?meta=1&user=package_test_user @@ -741,12 +713,12 @@ http_interactions: string: | - 2023-03-08 18:05:48 +0000 + 2023-03-10 13:42:19 +0000 headers: X-Request-Id: - - 044ca573-0450-4539-9881-d355cbb6dcaa + - c13c82d9-185e-4f88-add6-9d30b2d9e8a9 Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -765,18 +737,18 @@ http_interactions: Connection: - close Content-Length: - - '179' + - '180' body: encoding: UTF-8 string: | - - 7c7e06c5c6e2477a7fcac257d887de60 - + + db1f01f4a0fe6d8f7810b7482804e237 + package_test_user - recorded_at: Wed, 22 Feb 2023 18:05:48 GMT + recorded_at: Fri, 24 Feb 2023 13:42:19 GMT - request: method: put uri: http://backend:5352/source/home:package_test_user:branches:home:other_package_test_user/branch_test_package/_meta?user=package_test_user @@ -784,8 +756,8 @@ http_interactions: encoding: UTF-8 string: | - Such, Such Were the Joys - Quos vitae officiis voluptatem. + To Sail Beyond the Sunset + Eius vero placeat aut. headers: Accept-Encoding: @@ -806,15 +778,15 @@ http_interactions: Connection: - close Content-Length: - - '222' + - '214' body: encoding: UTF-8 string: | - Such, Such Were the Joys - Quos vitae officiis voluptatem. + To Sail Beyond the Sunset + Eius vero placeat aut. - recorded_at: Wed, 22 Feb 2023 18:05:48 GMT + recorded_at: Fri, 24 Feb 2023 13:42:19 GMT - request: method: post uri: http://backend:5352/source/home:package_test_user:branches:home:other_package_test_user/branch_test_package?cmd=branch&noservice=1&opackage=branch_test_package&oproject=home:other_package_test_user&user=package_test_user @@ -846,15 +818,15 @@ http_interactions: body: encoding: UTF-8 string: | - - 39feb5501469a1224ca17c723eaa3e0e + + 52ce9f433ec0f2ed05e6bbaaaff2db5e unknown - + package_test_user - recorded_at: Wed, 22 Feb 2023 18:05:48 GMT + recorded_at: Fri, 24 Feb 2023 13:42:19 GMT - request: method: put uri: http://backend:5352/source/home:package_test_user:branches:home:other_package_test_user/branch_test_package/_meta?user=package_test_user @@ -862,8 +834,8 @@ http_interactions: encoding: UTF-8 string: | - Such, Such Were the Joys - Quos vitae officiis voluptatem. + To Sail Beyond the Sunset + Eius vero placeat aut. headers: Accept-Encoding: @@ -884,15 +856,15 @@ http_interactions: Connection: - close Content-Length: - - '222' + - '214' body: encoding: UTF-8 string: | - Such, Such Were the Joys - Quos vitae officiis voluptatem. + To Sail Beyond the Sunset + Eius vero placeat aut. - recorded_at: Wed, 22 Feb 2023 18:05:48 GMT + recorded_at: Fri, 24 Feb 2023 13:42:19 GMT - request: method: get uri: http://backend:5352/source/home:package_test_user:branches:home:other_package_test_user/branch_test_package @@ -922,13 +894,13 @@ http_interactions: body: encoding: UTF-8 string: | - - - - - + + + + + - recorded_at: Wed, 22 Feb 2023 18:05:48 GMT + recorded_at: Fri, 24 Feb 2023 13:42:19 GMT - request: method: get uri: http://backend:5352/source/home:package_test_user:branches:home:other_package_test_user/branch_test_package?view=info @@ -937,7 +909,7 @@ http_interactions: string: '' headers: X-Request-Id: - - 044ca573-0450-4539-9881-d355cbb6dcaa + - c13c82d9-185e-4f88-add6-9d30b2d9e8a9 Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -956,15 +928,15 @@ http_interactions: Connection: - close Content-Length: - - '362' + - '363' body: encoding: UTF-8 string: | - + bad build configuration, no build type defined or detected - recorded_at: Wed, 22 Feb 2023 18:05:48 GMT + recorded_at: Fri, 24 Feb 2023 13:42:19 GMT - request: method: get uri: http://backend:5352/source/home:package_test_user:branches:home:other_package_test_user/branch_test_package @@ -973,7 +945,7 @@ http_interactions: string: '' headers: X-Request-Id: - - 044ca573-0450-4539-9881-d355cbb6dcaa + - c13c82d9-185e-4f88-add6-9d30b2d9e8a9 Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -996,13 +968,13 @@ http_interactions: body: encoding: UTF-8 string: | - - - - - + + + + + - recorded_at: Wed, 22 Feb 2023 18:05:48 GMT + recorded_at: Fri, 24 Feb 2023 13:42:19 GMT - request: method: post uri: http://backend:5352/source/home:package_test_user:branches:home:other_package_test_user/branch_test_package?cmd=diff&linkrev=base&onlyissues=1&orev=0&view=xml @@ -1034,14 +1006,14 @@ http_interactions: body: encoding: UTF-8 string: | - + - + - recorded_at: Wed, 22 Feb 2023 18:05:48 GMT + recorded_at: Fri, 24 Feb 2023 13:42:19 GMT - request: method: post uri: http://backend:5352/source/home:package_test_user:branches:home:other_package_test_user/branch_test_package?cmd=linkdiff&linkrev=base&onlyissues=1&view=xml @@ -1073,12 +1045,12 @@ http_interactions: body: encoding: UTF-8 string: | - - - + + + - recorded_at: Wed, 22 Feb 2023 18:05:49 GMT + recorded_at: Fri, 24 Feb 2023 13:42:19 GMT - request: method: put uri: http://backend:5352/source/home:package_test_user:branches:home:other_package_test_user/_meta?user=package_test_user @@ -1095,7 +1067,7 @@ http_interactions: headers: X-Request-Id: - - 044ca573-0450-4539-9881-d355cbb6dcaa + - c13c82d9-185e-4f88-add6-9d30b2d9e8a9 Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -1126,7 +1098,7 @@ http_interactions: - recorded_at: Wed, 22 Feb 2023 18:05:49 GMT + recorded_at: Fri, 24 Feb 2023 13:42:19 GMT - request: method: get uri: http://backend:5352/source/home:other_package_test_user/branch_test_package?view=info @@ -1135,7 +1107,7 @@ http_interactions: string: '' headers: X-Request-Id: - - 6e2cc086-9586-4da0-b78e-975368bfdba2 + - c2e64ae0-0638-4886-bbff-f6b563417cec Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -1158,10 +1130,10 @@ http_interactions: body: encoding: UTF-8 string: | - + bad build configuration, no build type defined or detected - recorded_at: Wed, 22 Feb 2023 18:05:49 GMT + recorded_at: Fri, 24 Feb 2023 13:42:19 GMT - request: method: get uri: http://backend:5352/source/home:other_package_test_user/branch_test_package @@ -1170,7 +1142,7 @@ http_interactions: string: '' headers: X-Request-Id: - - 6e2cc086-9586-4da0-b78e-975368bfdba2 + - c2e64ae0-0638-4886-bbff-f6b563417cec Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -1193,11 +1165,11 @@ http_interactions: body: encoding: UTF-8 string: | - - - + + + - recorded_at: Wed, 22 Feb 2023 18:05:49 GMT + recorded_at: Fri, 24 Feb 2023 13:42:19 GMT - request: method: post uri: http://backend:5352/source/home:other_package_test_user/branch_test_package?cmd=diff&linkrev=base&onlyissues=1&orev=0&view=xml @@ -1229,14 +1201,14 @@ http_interactions: body: encoding: UTF-8 string: | - + - + - recorded_at: Wed, 22 Feb 2023 18:05:49 GMT + recorded_at: Fri, 24 Feb 2023 13:42:19 GMT - request: method: get uri: http://backend:5352/source/home:package_test_user:branches:home:other_package_test_user/branch_test_package @@ -1245,7 +1217,7 @@ http_interactions: string: '' headers: X-Request-Id: - - 6e2cc086-9586-4da0-b78e-975368bfdba2 + - c2e64ae0-0638-4886-bbff-f6b563417cec Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -1268,16 +1240,16 @@ http_interactions: body: encoding: UTF-8 string: | - - - - - + + + + + - recorded_at: Wed, 22 Feb 2023 18:05:49 GMT + recorded_at: Fri, 24 Feb 2023 13:42:19 GMT - request: method: get - uri: http://backend:5352/source/home:package_test_user:branches:home:other_package_test_user/branch_test_package?expand=1&rev=4 + uri: http://backend:5352/source/home:package_test_user:branches:home:other_package_test_user/branch_test_package?expand=1&rev=6 body: encoding: US-ASCII string: '' @@ -1300,25 +1272,25 @@ http_interactions: Connection: - close Content-Length: - - '547' + - '548' body: encoding: UTF-8 string: | - - - - + + + + - recorded_at: Wed, 22 Feb 2023 18:05:49 GMT + recorded_at: Fri, 24 Feb 2023 13:42:19 GMT - request: method: get - uri: http://backend:5352/source/home:package_test_user:branches:home:other_package_test_user/branch_test_package/_history?deleted=1&meta=1&rev=4 + uri: http://backend:5352/source/home:package_test_user:branches:home:other_package_test_user/branch_test_package/_history?deleted=0&meta=0&rev=6 body: encoding: US-ASCII string: '' headers: X-Request-Id: - - 6e2cc086-9586-4da0-b78e-975368bfdba2 + - c2e64ae0-0638-4886-bbff-f6b563417cec Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -1337,13 +1309,19 @@ http_interactions: Connection: - close Content-Length: - - '31' + - '223' body: encoding: UTF-8 string: | + + 52ce9f433ec0f2ed05e6bbaaaff2db5e + unknown + + package_test_user + - recorded_at: Wed, 22 Feb 2023 18:05:49 GMT + recorded_at: Fri, 24 Feb 2023 13:42:19 GMT - request: method: get uri: http://backend:5352/source/home:package_test_user:branches:home:other_package_test_user/branch_test_package @@ -1352,7 +1330,7 @@ http_interactions: string: '' headers: X-Request-Id: - - 6e2cc086-9586-4da0-b78e-975368bfdba2 + - c2e64ae0-0638-4886-bbff-f6b563417cec Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -1375,13 +1353,13 @@ http_interactions: body: encoding: UTF-8 string: | - - - - - + + + + + - recorded_at: Wed, 22 Feb 2023 18:05:49 GMT + recorded_at: Fri, 24 Feb 2023 13:42:19 GMT - request: method: get uri: http://backend:5352/source/home:package_test_user:branches:home:other_package_test_user/branch_test_package @@ -1390,7 +1368,7 @@ http_interactions: string: '' headers: X-Request-Id: - - 6e2cc086-9586-4da0-b78e-975368bfdba2 + - c2e64ae0-0638-4886-bbff-f6b563417cec Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -1413,47 +1391,13 @@ http_interactions: body: encoding: UTF-8 string: | - - - - - + + + + + - recorded_at: Wed, 22 Feb 2023 18:05:49 GMT -- request: - method: get - uri: http://backend:5352/source/home:package_test_user:branches:home:other_package_test_user/branch_test_package/_history?deleted=1&meta=1 - body: - encoding: US-ASCII - string: '' - headers: - X-Request-Id: - - 6e2cc086-9586-4da0-b78e-975368bfdba2 - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - User-Agent: - - Ruby - response: - status: - code: 200 - message: OK - headers: - Content-Type: - - text/xml - Cache-Control: - - no-cache - Connection: - - close - Content-Length: - - '31' - body: - encoding: UTF-8 - string: | - - - recorded_at: Wed, 22 Feb 2023 18:05:49 GMT + recorded_at: Fri, 24 Feb 2023 13:42:19 GMT - request: method: get uri: http://backend:5352/build/home:package_test_user:branches:home:other_package_test_user/_result?lastbuild=1&locallink=1&multibuild=1&package=branch_test_package&view=status @@ -1462,7 +1406,7 @@ http_interactions: string: '' headers: X-Request-Id: - - a1f5aa6a-8265-4e42-937b-a100f65287c9 + - f2accd1e-9e48-4f4e-afd9-76685a3ebba0 Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -1487,7 +1431,7 @@ http_interactions: string: ' ' - recorded_at: Wed, 22 Feb 2023 18:05:49 GMT + recorded_at: Fri, 24 Feb 2023 13:42:19 GMT - request: method: get uri: http://backend:5352/build/home:package_test_user:branches:home:other_package_test_user/_result?lastbuild=1&locallink=1&multibuild=1&package=branch_test_package&view=status @@ -1496,7 +1440,7 @@ http_interactions: string: '' headers: X-Request-Id: - - ce85a8e6-eb94-4af9-9296-6331a3a32c53 + - 2eedfdb1-639c-4573-afb8-52b84bce4972 Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -1521,7 +1465,7 @@ http_interactions: string: ' ' - recorded_at: Wed, 22 Feb 2023 18:05:49 GMT + recorded_at: Fri, 24 Feb 2023 13:42:19 GMT - request: method: get uri: http://backend:5352/build/home:package_test_user:branches:home:other_package_test_user/_result?package=branch_test_package&view=status @@ -1530,7 +1474,7 @@ http_interactions: string: '' headers: X-Request-Id: - - 4548739d-0aa3-49cd-a702-1a4b75090d54 + - 9da640a4-69d2-4d43-9deb-30df5eb4a5af Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -1555,5 +1499,5 @@ http_interactions: string: ' ' - recorded_at: Wed, 22 Feb 2023 18:05:49 GMT + recorded_at: Fri, 24 Feb 2023 13:42:20 GMT recorded_with: VCR 6.1.0 diff --git a/src/api/spec/cassettes/Packages/branching_a_package_from_another_users_project/without_AutoCleanup.yml b/src/api/spec/cassettes/Packages/branching_a_package_from_another_users_project/without_AutoCleanup.yml index 9270c128e23..86fb70851f3 100644 --- a/src/api/spec/cassettes/Packages/branching_a_package_from_another_users_project/without_AutoCleanup.yml +++ b/src/api/spec/cassettes/Packages/branching_a_package_from_another_users_project/without_AutoCleanup.yml @@ -39,16 +39,16 @@ http_interactions: - recorded_at: Wed, 22 Feb 2023 18:05:42 GMT + recorded_at: Fri, 24 Feb 2023 13:39:21 GMT - request: method: put - uri: http://backend:5352/source/home:package_test_user/test_package/_meta?user=user_36 + uri: http://backend:5352/source/home:package_test_user/test_package/_meta?user=user_13 body: encoding: UTF-8 string: | - Wildfire at Midnight - Ea dolor cumque dicta. + Of Mice and Men + Cupiditate deleniti ullam et. headers: Accept-Encoding: @@ -69,21 +69,21 @@ http_interactions: Connection: - close Content-Length: - - '164' + - '166' body: encoding: UTF-8 string: | - Wildfire at Midnight - Ea dolor cumque dicta. + Of Mice and Men + Cupiditate deleniti ullam et. - recorded_at: Wed, 22 Feb 2023 18:05:42 GMT + recorded_at: Fri, 24 Feb 2023 13:39:21 GMT - request: method: put uri: http://backend:5352/source/home:package_test_user/test_package/_config body: encoding: UTF-8 - string: Quibusdam enim ratione. Aut cumque est. Et necessitatibus earum. + string: Enim ea nisi. Quae error incidunt. Enim exercitationem suscipit. headers: Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 @@ -107,21 +107,21 @@ http_interactions: body: encoding: UTF-8 string: | - - 55d7ca01c220afbacd4b15bb2fae1f9e + + 7b2959241c4bd9aacbc71223d49b9e02 unknown - + unknown - recorded_at: Wed, 22 Feb 2023 18:05:42 GMT + recorded_at: Fri, 24 Feb 2023 13:39:21 GMT - request: method: put uri: http://backend:5352/source/home:package_test_user/test_package/somefile.txt body: encoding: UTF-8 - string: Sit saepe totam. Explicabo non modi. Aliquid sit voluptatum. + string: Porro et eos. Iusto eos aut. Sed tempore aliquid. headers: Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 @@ -145,15 +145,15 @@ http_interactions: body: encoding: UTF-8 string: | - - 430295eea88c19cd7d2b946aba49863d + + eb2b031650dc189b50b485f8b050bf44 unknown - + unknown - recorded_at: Wed, 22 Feb 2023 18:05:42 GMT + recorded_at: Fri, 24 Feb 2023 13:39:21 GMT - request: method: put uri: http://backend:5352/source/home:other_package_test_user/_meta?user=other_package_test_user @@ -193,16 +193,16 @@ http_interactions: - recorded_at: Wed, 22 Feb 2023 18:05:42 GMT + recorded_at: Fri, 24 Feb 2023 13:39:21 GMT - request: method: put - uri: http://backend:5352/source/home:other_package_test_user/branch_test_package/_meta?user=user_37 + uri: http://backend:5352/source/home:other_package_test_user/branch_test_package/_meta?user=user_14 body: encoding: UTF-8 string: | - Unweaving the Rainbow - Veniam quia architecto odit. + Precious Bane + Consequatur autem maxime rerum. headers: Accept-Encoding: @@ -223,21 +223,21 @@ http_interactions: Connection: - close Content-Length: - - '184' + - '179' body: encoding: UTF-8 string: | - Unweaving the Rainbow - Veniam quia architecto odit. + Precious Bane + Consequatur autem maxime rerum. - recorded_at: Wed, 22 Feb 2023 18:05:42 GMT + recorded_at: Fri, 24 Feb 2023 13:39:21 GMT - request: method: put uri: http://backend:5352/source/home:other_package_test_user/branch_test_package/_config body: encoding: UTF-8 - string: Consequatur iure veniam. Rerum incidunt eaque. Voluptas fuga omnis. + string: Sed ad necessitatibus. Qui nostrum expedita. Voluptates magni consequatur. headers: Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 @@ -261,21 +261,21 @@ http_interactions: body: encoding: UTF-8 string: | - - 5682ed1c49b11de598f075eb06bafe22 + + 1f1cdd6bef532ae90b11bb918c0bb55a unknown - + unknown - recorded_at: Wed, 22 Feb 2023 18:05:42 GMT + recorded_at: Fri, 24 Feb 2023 13:39:21 GMT - request: method: put uri: http://backend:5352/source/home:other_package_test_user/branch_test_package/somefile.txt body: encoding: UTF-8 - string: Debitis aut quod. Veniam reprehenderit aspernatur. Delectus at ut. + string: Nihil rerum aliquid. Facere nostrum tempora. Sint possimus velit. headers: Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 @@ -299,15 +299,15 @@ http_interactions: body: encoding: UTF-8 string: | - - 1c55c3a91975023ec64ea99c865a0c7a + + 043d69f9184f69d5583378367492124d unknown - + unknown - recorded_at: Wed, 22 Feb 2023 18:05:42 GMT + recorded_at: Fri, 24 Feb 2023 13:39:21 GMT - request: method: get uri: http://backend:5352/source/home:other_package_test_user/branch_test_package @@ -316,7 +316,7 @@ http_interactions: string: '' headers: X-Request-Id: - - 5dd25bdf-ddba-47c6-9e73-fa6be32f073a + - 42431e1d-cc1e-4bca-a182-80f9a5a8d719 Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -339,14 +339,14 @@ http_interactions: body: encoding: UTF-8 string: | - - - + + + - recorded_at: Wed, 22 Feb 2023 18:05:43 GMT + recorded_at: Fri, 24 Feb 2023 13:39:22 GMT - request: method: get - uri: http://backend:5352/source/home:other_package_test_user/branch_test_package?expand=1&rev=68 + uri: http://backend:5352/source/home:other_package_test_user/branch_test_package?expand=1&rev=88 body: encoding: US-ASCII string: '' @@ -373,20 +373,20 @@ http_interactions: body: encoding: UTF-8 string: | - - - + + + - recorded_at: Wed, 22 Feb 2023 18:05:43 GMT + recorded_at: Fri, 24 Feb 2023 13:39:22 GMT - request: method: get - uri: http://backend:5352/source/home:other_package_test_user/branch_test_package/_history?deleted=1&meta=1&rev=68 + uri: http://backend:5352/source/home:other_package_test_user/branch_test_package/_history?deleted=0&meta=0&rev=88 body: encoding: US-ASCII string: '' headers: X-Request-Id: - - 5dd25bdf-ddba-47c6-9e73-fa6be32f073a + - 42431e1d-cc1e-4bca-a182-80f9a5a8d719 Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -405,47 +405,19 @@ http_interactions: Connection: - close Content-Length: - - '31' + - '215' body: encoding: UTF-8 string: | + + 043d69f9184f69d5583378367492124d + unknown + + unknown + - recorded_at: Wed, 22 Feb 2023 18:05:43 GMT -- request: - method: get - uri: http://backend:5352/source/home:other_package_test_user/branch_test_package/_history?deleted=1&meta=1 - body: - encoding: US-ASCII - string: '' - headers: - X-Request-Id: - - 5dd25bdf-ddba-47c6-9e73-fa6be32f073a - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - User-Agent: - - Ruby - response: - status: - code: 200 - message: OK - headers: - Content-Type: - - text/xml - Cache-Control: - - no-cache - Connection: - - close - Content-Length: - - '31' - body: - encoding: UTF-8 - string: | - - - recorded_at: Wed, 22 Feb 2023 18:05:43 GMT + recorded_at: Fri, 24 Feb 2023 13:39:22 GMT - request: method: get uri: http://backend:5352/source/home:other_package_test_user/branch_test_package @@ -454,7 +426,7 @@ http_interactions: string: '' headers: X-Request-Id: - - 987f24a3-07e4-4ec1-9f34-1b66b50defbd + - 5d498091-8754-4d6c-8314-d63d7b3a3852 Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -477,11 +449,11 @@ http_interactions: body: encoding: UTF-8 string: | - - - + + + - recorded_at: Wed, 22 Feb 2023 18:05:44 GMT + recorded_at: Fri, 24 Feb 2023 13:39:23 GMT - request: method: get uri: http://backend:5352/build/home:other_package_test_user/_result?lastbuild=1&locallink=1&multibuild=1&package=branch_test_package&view=status @@ -490,7 +462,7 @@ http_interactions: string: '' headers: X-Request-Id: - - 987f24a3-07e4-4ec1-9f34-1b66b50defbd + - 5d498091-8754-4d6c-8314-d63d7b3a3852 Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -515,7 +487,7 @@ http_interactions: string: ' ' - recorded_at: Wed, 22 Feb 2023 18:05:44 GMT + recorded_at: Fri, 24 Feb 2023 13:39:23 GMT - request: method: get uri: http://backend:5352/source/home:other_package_test_user/branch_test_package @@ -524,7 +496,7 @@ http_interactions: string: '' headers: X-Request-Id: - - caf362ca-329f-47f9-81ee-67f78ab85a68 + - 6670ce87-4ec7-4469-83b5-be77b0c6bbe9 Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -547,11 +519,11 @@ http_interactions: body: encoding: UTF-8 string: | - - - + + + - recorded_at: Wed, 22 Feb 2023 18:05:44 GMT + recorded_at: Fri, 24 Feb 2023 13:39:23 GMT - request: method: get uri: http://backend:5352/build/home:other_package_test_user/_result?lastbuild=1&locallink=1&multibuild=1&package=branch_test_package&view=status @@ -560,7 +532,7 @@ http_interactions: string: '' headers: X-Request-Id: - - caf362ca-329f-47f9-81ee-67f78ab85a68 + - 6670ce87-4ec7-4469-83b5-be77b0c6bbe9 Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -585,7 +557,7 @@ http_interactions: string: ' ' - recorded_at: Wed, 22 Feb 2023 18:05:44 GMT + recorded_at: Fri, 24 Feb 2023 13:39:23 GMT - request: method: get uri: http://backend:5352/build/home:other_package_test_user/_result?package=branch_test_package&view=status @@ -594,7 +566,7 @@ http_interactions: string: '' headers: X-Request-Id: - - 3ddb5c19-30dd-4f77-97d4-67e896bcabe7 + - 5759b684-bb9a-422f-be72-8c150f379ddf Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -619,7 +591,7 @@ http_interactions: string: ' ' - recorded_at: Wed, 22 Feb 2023 18:05:44 GMT + recorded_at: Fri, 24 Feb 2023 13:39:23 GMT - request: method: get uri: http://backend:5352/source/home:other_package_test_user/branch_test_package @@ -628,7 +600,7 @@ http_interactions: string: '' headers: X-Request-Id: - - fdbe8f59-9fbb-4617-ab74-32eee0e1d83a + - a81978af-2720-49f7-bbee-d1806af3dc03 Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -651,11 +623,11 @@ http_interactions: body: encoding: UTF-8 string: | - - - + + + - recorded_at: Wed, 22 Feb 2023 18:05:44 GMT + recorded_at: Fri, 24 Feb 2023 13:39:23 GMT - request: method: post uri: http://backend:5352/search/package/id?match=(linkinfo/@package=%22branch_test_package%22%20and%20linkinfo/@project=%22home:other_package_test_user%22%20and%20@project=%22home:other_package_test_user%22) @@ -689,7 +661,7 @@ http_interactions: string: | - recorded_at: Wed, 22 Feb 2023 18:05:44 GMT + recorded_at: Fri, 24 Feb 2023 13:39:23 GMT - request: method: put uri: http://backend:5352/source/home:package_test_user:branches:home:other_package_test_user/_meta?user=package_test_user @@ -703,7 +675,7 @@ http_interactions: headers: X-Request-Id: - - 3c2fddd5-4c57-4592-b30c-9b8a5a9be75c + - 17374dea-451f-4452-8454-3b370d5f9c24 Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -731,7 +703,7 @@ http_interactions: This project was created for package branch_test_package via attribute OBS:Maintained - recorded_at: Wed, 22 Feb 2023 18:05:44 GMT + recorded_at: Fri, 24 Feb 2023 13:39:23 GMT - request: method: put uri: http://backend:5352/source/home:package_test_user:branches:home:other_package_test_user/branch_test_package/_meta?user=package_test_user @@ -739,8 +711,8 @@ http_interactions: encoding: UTF-8 string: | - Unweaving the Rainbow - Veniam quia architecto odit. + Precious Bane + Consequatur autem maxime rerum. headers: Accept-Encoding: @@ -761,15 +733,15 @@ http_interactions: Connection: - close Content-Length: - - '216' + - '211' body: encoding: UTF-8 string: | - Unweaving the Rainbow - Veniam quia architecto odit. + Precious Bane + Consequatur autem maxime rerum. - recorded_at: Wed, 22 Feb 2023 18:05:44 GMT + recorded_at: Fri, 24 Feb 2023 13:39:23 GMT - request: method: post uri: http://backend:5352/source/home:package_test_user:branches:home:other_package_test_user/branch_test_package?cmd=branch&noservice=1&opackage=branch_test_package&oproject=home:other_package_test_user&user=package_test_user @@ -801,15 +773,15 @@ http_interactions: body: encoding: UTF-8 string: | - - 0ca7ae4a6b97b6815357b99a81f28b6b + + 3c5f6e18f3f70b8654d6b302bfebd27b unknown - + package_test_user - recorded_at: Wed, 22 Feb 2023 18:05:44 GMT + recorded_at: Fri, 24 Feb 2023 13:39:23 GMT - request: method: put uri: http://backend:5352/source/home:package_test_user:branches:home:other_package_test_user/branch_test_package/_meta?user=package_test_user @@ -817,8 +789,8 @@ http_interactions: encoding: UTF-8 string: | - Unweaving the Rainbow - Veniam quia architecto odit. + Precious Bane + Consequatur autem maxime rerum. headers: Accept-Encoding: @@ -839,15 +811,15 @@ http_interactions: Connection: - close Content-Length: - - '216' + - '211' body: encoding: UTF-8 string: | - Unweaving the Rainbow - Veniam quia architecto odit. + Precious Bane + Consequatur autem maxime rerum. - recorded_at: Wed, 22 Feb 2023 18:05:45 GMT + recorded_at: Fri, 24 Feb 2023 13:39:23 GMT - request: method: get uri: http://backend:5352/source/home:package_test_user:branches:home:other_package_test_user/branch_test_package @@ -877,13 +849,13 @@ http_interactions: body: encoding: UTF-8 string: | - - - - - + + + + + - recorded_at: Wed, 22 Feb 2023 18:05:45 GMT + recorded_at: Fri, 24 Feb 2023 13:39:23 GMT - request: method: get uri: http://backend:5352/source/home:package_test_user:branches:home:other_package_test_user/branch_test_package?view=info @@ -892,7 +864,7 @@ http_interactions: string: '' headers: X-Request-Id: - - 3c2fddd5-4c57-4592-b30c-9b8a5a9be75c + - 17374dea-451f-4452-8454-3b370d5f9c24 Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -915,11 +887,11 @@ http_interactions: body: encoding: UTF-8 string: | - + bad build configuration, no build type defined or detected - recorded_at: Wed, 22 Feb 2023 18:05:45 GMT + recorded_at: Fri, 24 Feb 2023 13:39:23 GMT - request: method: get uri: http://backend:5352/source/home:package_test_user:branches:home:other_package_test_user/branch_test_package @@ -928,7 +900,7 @@ http_interactions: string: '' headers: X-Request-Id: - - 3c2fddd5-4c57-4592-b30c-9b8a5a9be75c + - 17374dea-451f-4452-8454-3b370d5f9c24 Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -951,13 +923,13 @@ http_interactions: body: encoding: UTF-8 string: | - - - - - + + + + + - recorded_at: Wed, 22 Feb 2023 18:05:45 GMT + recorded_at: Fri, 24 Feb 2023 13:39:24 GMT - request: method: post uri: http://backend:5352/source/home:package_test_user:branches:home:other_package_test_user/branch_test_package?cmd=diff&linkrev=base&onlyissues=1&orev=0&view=xml @@ -989,14 +961,14 @@ http_interactions: body: encoding: UTF-8 string: | - + - + - recorded_at: Wed, 22 Feb 2023 18:05:45 GMT + recorded_at: Fri, 24 Feb 2023 13:39:24 GMT - request: method: post uri: http://backend:5352/source/home:package_test_user:branches:home:other_package_test_user/branch_test_package?cmd=linkdiff&linkrev=base&onlyissues=1&view=xml @@ -1028,12 +1000,12 @@ http_interactions: body: encoding: UTF-8 string: | - - - + + + - recorded_at: Wed, 22 Feb 2023 18:05:45 GMT + recorded_at: Fri, 24 Feb 2023 13:39:24 GMT - request: method: put uri: http://backend:5352/source/home:package_test_user:branches:home:other_package_test_user/_meta?user=package_test_user @@ -1050,7 +1022,7 @@ http_interactions: headers: X-Request-Id: - - 3c2fddd5-4c57-4592-b30c-9b8a5a9be75c + - 17374dea-451f-4452-8454-3b370d5f9c24 Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -1081,7 +1053,7 @@ http_interactions: - recorded_at: Wed, 22 Feb 2023 18:05:45 GMT + recorded_at: Fri, 24 Feb 2023 13:39:24 GMT - request: method: get uri: http://backend:5352/source/home:other_package_test_user/branch_test_package?view=info @@ -1090,7 +1062,7 @@ http_interactions: string: '' headers: X-Request-Id: - - a434a3f5-1bb0-4445-bdd2-5cc6ea03ed75 + - cecdd973-f573-4900-be21-573fa184a115 Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -1113,10 +1085,10 @@ http_interactions: body: encoding: UTF-8 string: | - + bad build configuration, no build type defined or detected - recorded_at: Wed, 22 Feb 2023 18:05:45 GMT + recorded_at: Fri, 24 Feb 2023 13:39:24 GMT - request: method: get uri: http://backend:5352/source/home:other_package_test_user/branch_test_package @@ -1125,7 +1097,7 @@ http_interactions: string: '' headers: X-Request-Id: - - a434a3f5-1bb0-4445-bdd2-5cc6ea03ed75 + - cecdd973-f573-4900-be21-573fa184a115 Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -1148,11 +1120,11 @@ http_interactions: body: encoding: UTF-8 string: | - - - + + + - recorded_at: Wed, 22 Feb 2023 18:05:45 GMT + recorded_at: Fri, 24 Feb 2023 13:39:24 GMT - request: method: post uri: http://backend:5352/source/home:other_package_test_user/branch_test_package?cmd=diff&linkrev=base&onlyissues=1&orev=0&view=xml @@ -1184,14 +1156,14 @@ http_interactions: body: encoding: UTF-8 string: | - + - + - recorded_at: Wed, 22 Feb 2023 18:05:45 GMT + recorded_at: Fri, 24 Feb 2023 13:39:24 GMT - request: method: get uri: http://backend:5352/source/home:package_test_user:branches:home:other_package_test_user/branch_test_package @@ -1200,7 +1172,7 @@ http_interactions: string: '' headers: X-Request-Id: - - a434a3f5-1bb0-4445-bdd2-5cc6ea03ed75 + - cecdd973-f573-4900-be21-573fa184a115 Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -1223,16 +1195,16 @@ http_interactions: body: encoding: UTF-8 string: | - - - - - + + + + + - recorded_at: Wed, 22 Feb 2023 18:05:45 GMT + recorded_at: Fri, 24 Feb 2023 13:39:24 GMT - request: method: get - uri: http://backend:5352/source/home:package_test_user:branches:home:other_package_test_user/branch_test_package?expand=1&rev=3 + uri: http://backend:5352/source/home:package_test_user:branches:home:other_package_test_user/branch_test_package?expand=1&rev=5 body: encoding: US-ASCII string: '' @@ -1259,21 +1231,21 @@ http_interactions: body: encoding: UTF-8 string: | - - - - + + + + - recorded_at: Wed, 22 Feb 2023 18:05:45 GMT + recorded_at: Fri, 24 Feb 2023 13:39:24 GMT - request: method: get - uri: http://backend:5352/source/home:package_test_user:branches:home:other_package_test_user/branch_test_package/_history?deleted=1&meta=1&rev=3 + uri: http://backend:5352/source/home:package_test_user:branches:home:other_package_test_user/branch_test_package/_history?deleted=0&meta=0&rev=5 body: encoding: US-ASCII string: '' headers: X-Request-Id: - - a434a3f5-1bb0-4445-bdd2-5cc6ea03ed75 + - cecdd973-f573-4900-be21-573fa184a115 Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -1292,13 +1264,19 @@ http_interactions: Connection: - close Content-Length: - - '31' + - '223' body: encoding: UTF-8 string: | + + 3c5f6e18f3f70b8654d6b302bfebd27b + unknown + + package_test_user + - recorded_at: Wed, 22 Feb 2023 18:05:45 GMT + recorded_at: Fri, 24 Feb 2023 13:39:24 GMT - request: method: get uri: http://backend:5352/source/home:package_test_user:branches:home:other_package_test_user/branch_test_package @@ -1307,7 +1285,7 @@ http_interactions: string: '' headers: X-Request-Id: - - a434a3f5-1bb0-4445-bdd2-5cc6ea03ed75 + - cecdd973-f573-4900-be21-573fa184a115 Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -1330,13 +1308,13 @@ http_interactions: body: encoding: UTF-8 string: | - - - - - + + + + + - recorded_at: Wed, 22 Feb 2023 18:05:45 GMT + recorded_at: Fri, 24 Feb 2023 13:39:24 GMT - request: method: get uri: http://backend:5352/source/home:package_test_user:branches:home:other_package_test_user/branch_test_package @@ -1345,7 +1323,7 @@ http_interactions: string: '' headers: X-Request-Id: - - a434a3f5-1bb0-4445-bdd2-5cc6ea03ed75 + - cecdd973-f573-4900-be21-573fa184a115 Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -1368,47 +1346,13 @@ http_interactions: body: encoding: UTF-8 string: | - - - - - + + + + + - recorded_at: Wed, 22 Feb 2023 18:05:45 GMT -- request: - method: get - uri: http://backend:5352/source/home:package_test_user:branches:home:other_package_test_user/branch_test_package/_history?deleted=1&meta=1 - body: - encoding: US-ASCII - string: '' - headers: - X-Request-Id: - - a434a3f5-1bb0-4445-bdd2-5cc6ea03ed75 - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - User-Agent: - - Ruby - response: - status: - code: 200 - message: OK - headers: - Content-Type: - - text/xml - Cache-Control: - - no-cache - Connection: - - close - Content-Length: - - '31' - body: - encoding: UTF-8 - string: | - - - recorded_at: Wed, 22 Feb 2023 18:05:45 GMT + recorded_at: Fri, 24 Feb 2023 13:39:24 GMT - request: method: get uri: http://backend:5352/build/home:package_test_user:branches:home:other_package_test_user/_result?lastbuild=1&locallink=1&multibuild=1&package=branch_test_package&view=status @@ -1417,7 +1361,7 @@ http_interactions: string: '' headers: X-Request-Id: - - c82a8345-2353-4090-bac3-ee16a300c978 + - d4d96c3f-2596-4e99-9980-dee03c4c9b4d Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -1442,7 +1386,7 @@ http_interactions: string: ' ' - recorded_at: Wed, 22 Feb 2023 18:05:45 GMT + recorded_at: Fri, 24 Feb 2023 13:39:24 GMT - request: method: get uri: http://backend:5352/build/home:package_test_user:branches:home:other_package_test_user/_result?lastbuild=1&locallink=1&multibuild=1&package=branch_test_package&view=status @@ -1451,7 +1395,7 @@ http_interactions: string: '' headers: X-Request-Id: - - '08f262a2-339e-44e8-b7a9-6d8f229bcc7b' + - 74549bba-1d67-47b7-9d7b-d2d2594d68a1 Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -1476,7 +1420,7 @@ http_interactions: string: ' ' - recorded_at: Wed, 22 Feb 2023 18:05:45 GMT + recorded_at: Fri, 24 Feb 2023 13:39:24 GMT - request: method: get uri: http://backend:5352/build/home:package_test_user:branches:home:other_package_test_user/_result?package=branch_test_package&view=status @@ -1485,7 +1429,7 @@ http_interactions: string: '' headers: X-Request-Id: - - 5f08e2db-18b1-460b-9863-498b2fcab10e + - c8f6d8fb-24fa-4cf4-85a1-150000d6cbdf Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -1510,5 +1454,5 @@ http_interactions: string: ' ' - recorded_at: Wed, 22 Feb 2023 18:05:45 GMT + recorded_at: Fri, 24 Feb 2023 13:39:24 GMT recorded_with: VCR 6.1.0 diff --git a/src/api/spec/cassettes/Packages/changing_the_package_s_devel_project.yml b/src/api/spec/cassettes/Packages/changing_the_package_s_devel_project.yml index 91e936eee30..edffdb0c74d 100644 --- a/src/api/spec/cassettes/Packages/changing_the_package_s_devel_project.yml +++ b/src/api/spec/cassettes/Packages/changing_the_package_s_devel_project.yml @@ -39,16 +39,16 @@ http_interactions: - recorded_at: Wed, 22 Feb 2023 18:04:29 GMT + recorded_at: Fri, 24 Feb 2023 13:39:08 GMT - request: method: put - uri: http://backend:5352/source/home:package_test_user/test_package/_meta?user=user_5 + uri: http://backend:5352/source/home:package_test_user/test_package/_meta?user=user_4 body: encoding: UTF-8 string: | - The Waste Land - Consequatur iste deserunt ratione. + A Time of Gifts + Ut ut at occaecati. headers: Accept-Encoding: @@ -69,21 +69,21 @@ http_interactions: Connection: - close Content-Length: - - '170' + - '156' body: encoding: UTF-8 string: | - The Waste Land - Consequatur iste deserunt ratione. + A Time of Gifts + Ut ut at occaecati. - recorded_at: Wed, 22 Feb 2023 18:04:29 GMT + recorded_at: Fri, 24 Feb 2023 13:39:08 GMT - request: method: put uri: http://backend:5352/source/home:package_test_user/test_package/_config body: encoding: UTF-8 - string: Error quisquam et. Id voluptatibus beatae. Quia qui nam. + string: Vel aspernatur illum. Voluptatem iure blanditiis. Impedit sint nulla. headers: Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 @@ -107,22 +107,21 @@ http_interactions: body: encoding: UTF-8 string: | - - 8211299191a40f82b6b61ccf3a532b63 + + 2a185ece69c8392882e1c0b0812a7613 unknown - + unknown - recorded_at: Wed, 22 Feb 2023 18:04:29 GMT + recorded_at: Fri, 24 Feb 2023 13:39:08 GMT - request: method: put uri: http://backend:5352/source/home:package_test_user/test_package/somefile.txt body: encoding: UTF-8 - string: Et blanditiis voluptatibus. Accusamus voluptas dolores. Commodi aut - quia. + string: Ipsam et ipsum. Commodi accusamus aut. A tenetur pariatur. headers: Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 @@ -146,15 +145,15 @@ http_interactions: body: encoding: UTF-8 string: | - - 4c8401ecbe8f097246b7ce766d6cdf2d + + c0d7f15535c1507e54f0cf54c971f90b unknown - + unknown - recorded_at: Wed, 22 Feb 2023 18:04:29 GMT + recorded_at: Fri, 24 Feb 2023 13:39:08 GMT - request: method: put uri: http://backend:5352/source/home:other_package_test_user/_meta?user=other_package_test_user @@ -194,16 +193,16 @@ http_interactions: - recorded_at: Wed, 22 Feb 2023 18:04:29 GMT + recorded_at: Fri, 24 Feb 2023 13:39:08 GMT - request: method: put - uri: http://backend:5352/source/home:other_package_test_user/branch_test_package/_meta?user=user_6 + uri: http://backend:5352/source/home:other_package_test_user/branch_test_package/_meta?user=user_5 body: encoding: UTF-8 string: | - Tiger! Tiger! - Accusamus qui debitis rerum. + A Handful of Dust + Quis harum eum ea. headers: Accept-Encoding: @@ -224,21 +223,22 @@ http_interactions: Connection: - close Content-Length: - - '176' + - '170' body: encoding: UTF-8 string: | - Tiger! Tiger! - Accusamus qui debitis rerum. + A Handful of Dust + Quis harum eum ea. - recorded_at: Wed, 22 Feb 2023 18:04:29 GMT + recorded_at: Fri, 24 Feb 2023 13:39:08 GMT - request: method: put uri: http://backend:5352/source/home:other_package_test_user/branch_test_package/_config body: encoding: UTF-8 - string: Ad autem occaecati. Voluptatem nemo magni. Et impedit consequatur. + string: Voluptate ea voluptatem. Dolorem magni reprehenderit. Provident animi + doloribus. headers: Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 @@ -262,21 +262,21 @@ http_interactions: body: encoding: UTF-8 string: | - - 98521bfec3c1df2cae8fcae3f793a4e0 + + 6f98793f29f442bff2f27c5a2c1861d8 unknown - + unknown - recorded_at: Wed, 22 Feb 2023 18:04:29 GMT + recorded_at: Fri, 24 Feb 2023 13:39:08 GMT - request: method: put uri: http://backend:5352/source/home:other_package_test_user/branch_test_package/somefile.txt body: encoding: UTF-8 - string: Molestias aliquam odit. Hic aperiam inventore. Sed occaecati distinctio. + string: Et sit accusamus. Hic recusandae aperiam. Aut alias est. headers: Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 @@ -300,15 +300,15 @@ http_interactions: body: encoding: UTF-8 string: | - - 821f9b1ea0a8b6a40ce7cb93d430f7c5 + + 1878239d4f4bb3faa83fbdef5e8a3d13 unknown - + unknown - recorded_at: Wed, 22 Feb 2023 18:04:29 GMT + recorded_at: Fri, 24 Feb 2023 13:39:08 GMT - request: method: put uri: http://backend:5352/source/home:package_test_user/develpackage/_meta?user=package_test_user @@ -316,8 +316,8 @@ http_interactions: encoding: UTF-8 string: | - The Far-Distant Oxus - Ut eius doloremque laborum. + A Passage to India + Architecto beatae et debitis. headers: @@ -344,11 +344,11 @@ http_interactions: encoding: UTF-8 string: | - The Far-Distant Oxus - Ut eius doloremque laborum. + A Passage to India + Architecto beatae et debitis. - recorded_at: Wed, 22 Feb 2023 18:04:30 GMT + recorded_at: Fri, 24 Feb 2023 13:39:09 GMT - request: method: get uri: http://backend:5352/source/home:package_test_user/develpackage @@ -357,7 +357,7 @@ http_interactions: string: '' headers: X-Request-Id: - - 4b9c3290-a2e1-4cdd-9312-8accef27d001 + - b0b6d32e-b77a-48b9-bb65-d090184329f0 Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -382,7 +382,7 @@ http_interactions: string: | - recorded_at: Wed, 22 Feb 2023 18:04:30 GMT + recorded_at: Fri, 24 Feb 2023 13:39:09 GMT - request: method: get uri: http://backend:5352/source/home:package_test_user/develpackage?expand=1 @@ -414,16 +414,16 @@ http_interactions: string: | - recorded_at: Wed, 22 Feb 2023 18:04:30 GMT + recorded_at: Fri, 24 Feb 2023 13:39:09 GMT - request: method: get - uri: http://backend:5352/source/home:package_test_user/develpackage/_history?deleted=1&meta=1 + uri: http://backend:5352/source/home:package_test_user/develpackage/_history?deleted=0&meta=0 body: encoding: US-ASCII string: '' headers: X-Request-Id: - - 4b9c3290-a2e1-4cdd-9312-8accef27d001 + - b0b6d32e-b77a-48b9-bb65-d090184329f0 Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -448,7 +448,7 @@ http_interactions: string: | - recorded_at: Wed, 22 Feb 2023 18:04:30 GMT + recorded_at: Fri, 24 Feb 2023 13:39:09 GMT - request: method: get uri: http://backend:5352/source/home:package_test_user/develpackage @@ -457,7 +457,7 @@ http_interactions: string: '' headers: X-Request-Id: - - 4b9c3290-a2e1-4cdd-9312-8accef27d001 + - b0b6d32e-b77a-48b9-bb65-d090184329f0 Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -482,7 +482,7 @@ http_interactions: string: | - recorded_at: Wed, 22 Feb 2023 18:04:30 GMT + recorded_at: Fri, 24 Feb 2023 13:39:09 GMT - request: method: get uri: http://backend:5352/source/home:package_test_user/develpackage @@ -491,7 +491,7 @@ http_interactions: string: '' headers: X-Request-Id: - - 4b9c3290-a2e1-4cdd-9312-8accef27d001 + - b0b6d32e-b77a-48b9-bb65-d090184329f0 Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -516,7 +516,7 @@ http_interactions: string: | - recorded_at: Wed, 22 Feb 2023 18:04:30 GMT + recorded_at: Fri, 24 Feb 2023 13:39:09 GMT - request: method: get uri: http://backend:5352/source/home:package_test_user/develpackage @@ -525,7 +525,7 @@ http_interactions: string: '' headers: X-Request-Id: - - f89ff338-4fbf-4761-b8cd-0ff46c4270ad + - f0249fc5-fb25-4cdb-b200-1652e7de0390 Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -550,7 +550,7 @@ http_interactions: string: | - recorded_at: Wed, 22 Feb 2023 18:04:31 GMT + recorded_at: Fri, 24 Feb 2023 13:39:10 GMT - request: method: get uri: http://backend:5352/build/home:package_test_user/_result?lastbuild=1&locallink=1&multibuild=1&package=develpackage&view=status @@ -559,7 +559,7 @@ http_interactions: string: '' headers: X-Request-Id: - - f89ff338-4fbf-4761-b8cd-0ff46c4270ad + - f0249fc5-fb25-4cdb-b200-1652e7de0390 Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -584,7 +584,7 @@ http_interactions: string: ' ' - recorded_at: Wed, 22 Feb 2023 18:04:31 GMT + recorded_at: Fri, 24 Feb 2023 13:39:10 GMT - request: method: get uri: http://backend:5352/source/home:package_test_user/develpackage @@ -593,7 +593,7 @@ http_interactions: string: '' headers: X-Request-Id: - - 40f5562d-ff1c-432e-88b7-310a886b7d61 + - 82f19a98-ec8c-4a7c-b8d7-3d073ec7cebc Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -618,7 +618,7 @@ http_interactions: string: | - recorded_at: Wed, 22 Feb 2023 18:04:31 GMT + recorded_at: Fri, 24 Feb 2023 13:39:10 GMT - request: method: get uri: http://backend:5352/build/home:package_test_user/_result?lastbuild=1&locallink=1&multibuild=1&package=develpackage&view=status @@ -627,7 +627,7 @@ http_interactions: string: '' headers: X-Request-Id: - - 40f5562d-ff1c-432e-88b7-310a886b7d61 + - 82f19a98-ec8c-4a7c-b8d7-3d073ec7cebc Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -652,7 +652,7 @@ http_interactions: string: ' ' - recorded_at: Wed, 22 Feb 2023 18:04:31 GMT + recorded_at: Fri, 24 Feb 2023 13:39:10 GMT - request: method: get uri: http://backend:5352/build/home:package_test_user/_result?package=develpackage&view=status @@ -661,7 +661,7 @@ http_interactions: string: '' headers: X-Request-Id: - - b2087019-f0b3-4106-8e80-f63b411aa5e0 + - '08ca0f26-8e05-4191-8b80-01be9efab882' Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -686,15 +686,15 @@ http_interactions: string: ' ' - recorded_at: Wed, 22 Feb 2023 18:04:31 GMT + recorded_at: Fri, 24 Feb 2023 13:39:10 GMT - request: method: put - uri: http://backend:5352/source/project_1/_meta?user=package_test_user + uri: http://backend:5352/source/project_2/_meta?user=package_test_user body: encoding: UTF-8 string: | - - Precious Bane + + Françoise Sagan headers: @@ -716,24 +716,21 @@ http_interactions: Connection: - close Content-Length: - - '99' + - '102' body: - encoding: UTF-8 - string: | - - Precious Bane - - - recorded_at: Wed, 22 Feb 2023 18:04:31 GMT + encoding: ASCII-8BIT + string: !binary |- + PHByb2plY3QgbmFtZT0icHJvamVjdF8yIj4KICA8dGl0bGU+RnJhbsOnb2lzZSBTYWdhbjwvdGl0bGU+CiAgPGRlc2NyaXB0aW9uPjwvZGVzY3JpcHRpb24+CjwvcHJvamVjdD4K + recorded_at: Fri, 24 Feb 2023 13:39:10 GMT - request: method: put - uri: http://backend:5352/source/project_1/develpackage/_meta?user=package_test_user + uri: http://backend:5352/source/project_2/develpackage/_meta?user=package_test_user body: encoding: UTF-8 string: | - - All Passion Spent - Facere modi iste ut. + + The Torment of Others + Ipsam debitis sint ad. headers: Accept-Encoding: @@ -754,24 +751,24 @@ http_interactions: Connection: - close Content-Length: - - '146' + - '152' body: encoding: UTF-8 string: | - - All Passion Spent - Facere modi iste ut. + + The Torment of Others + Ipsam debitis sint ad. - recorded_at: Wed, 22 Feb 2023 18:04:31 GMT + recorded_at: Fri, 24 Feb 2023 13:39:10 GMT - request: method: put - uri: http://backend:5352/source/project_1/develpackage/_meta?user=package_test_user + uri: http://backend:5352/source/project_2/develpackage/_meta?user=package_test_user body: encoding: UTF-8 string: | - - All Passion Spent - Facere modi iste ut. + + The Torment of Others + Ipsam debitis sint ad. headers: Accept-Encoding: @@ -792,24 +789,24 @@ http_interactions: Connection: - close Content-Length: - - '146' + - '152' body: encoding: UTF-8 string: | - - All Passion Spent - Facere modi iste ut. + + The Torment of Others + Ipsam debitis sint ad. - recorded_at: Wed, 22 Feb 2023 18:04:31 GMT + recorded_at: Fri, 24 Feb 2023 13:39:10 GMT - request: method: get - uri: http://backend:5352/source/project_1/develpackage + uri: http://backend:5352/source/project_2/develpackage body: encoding: US-ASCII string: '' headers: X-Request-Id: - - ed350828-b086-4650-9aa4-d0335696caf4 + - b4d3b8f1-a42b-42dd-bafa-5b6e2b191354 Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -834,10 +831,10 @@ http_interactions: string: | - recorded_at: Wed, 22 Feb 2023 18:04:32 GMT + recorded_at: Fri, 24 Feb 2023 13:39:10 GMT - request: method: post - uri: http://backend:5352/source/project_1/develpackage?cmd=diff&expand=1&filelimit=10000&opackage=develpackage&oproject=home:package_test_user&tarlimit=10000&view=xml&withissues=1 + uri: http://backend:5352/source/project_2/develpackage?cmd=diff&expand=1&filelimit=10000&opackage=develpackage&oproject=home:package_test_user&tarlimit=10000&view=xml&withissues=1 body: encoding: UTF-8 string: '' @@ -845,7 +842,7 @@ http_interactions: Content-Type: - application/octet-stream X-Request-Id: - - ed350828-b086-4650-9aa4-d0335696caf4 + - b4d3b8f1-a42b-42dd-bafa-5b6e2b191354 Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -868,10 +865,10 @@ http_interactions: body: encoding: UTF-8 string: | - + - + - recorded_at: Wed, 22 Feb 2023 18:04:32 GMT + recorded_at: Fri, 24 Feb 2023 13:39:10 GMT recorded_with: VCR 6.1.0 diff --git a/src/api/spec/cassettes/Packages/creating_a_package/in_a_project_not_owned_by_the_user/allowed_as_admin.yml b/src/api/spec/cassettes/Packages/creating_a_package/in_a_project_not_owned_by_the_user/allowed_as_admin.yml index 9e185988bd9..2e11bb168b5 100644 --- a/src/api/spec/cassettes/Packages/creating_a_package/in_a_project_not_owned_by_the_user/allowed_as_admin.yml +++ b/src/api/spec/cassettes/Packages/creating_a_package/in_a_project_not_owned_by_the_user/allowed_as_admin.yml @@ -1,429 +1,5 @@ --- http_interactions: -- request: - method: put - uri: http://backend:5352/source/home:package_test_user/_meta?user=package_test_user - body: - encoding: UTF-8 - string: | - - - <description/> - <person userid="package_test_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: - - '156' - body: - encoding: UTF-8 - string: | - <project name="home:package_test_user"> - <title> - - - - recorded_at: Wed, 22 Feb 2023 17:58:52 GMT -- request: - method: put - uri: http://backend:5352/source/home:package_test_user/test_package/_meta?user=user_21 - body: - encoding: UTF-8 - string: | - - The Soldier's Art - Blanditiis voluptate nihil ut. - - headers: - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - User-Agent: - - Ruby - response: - status: - code: 200 - message: OK - headers: - Content-Type: - - text/xml - Cache-Control: - - no-cache - Connection: - - close - Content-Length: - - '169' - body: - encoding: UTF-8 - string: | - - The Soldier's Art - Blanditiis voluptate nihil ut. - - recorded_at: Wed, 22 Feb 2023 17:58:52 GMT -- request: - method: put - uri: http://backend:5352/source/home:package_test_user/test_package/_config - body: - encoding: UTF-8 - string: Temporibus ab omnis. Ducimus recusandae ullam. Placeat deleniti beatae. - headers: - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - User-Agent: - - Ruby - response: - status: - code: 200 - message: OK - headers: - Content-Type: - - text/xml - Cache-Control: - - no-cache - Connection: - - close - Content-Length: - - '209' - body: - encoding: UTF-8 - string: | - - 077d2d9fe18b28a32e4324776b9bf269 - unknown - - unknown - - - - recorded_at: Wed, 22 Feb 2023 17:58:52 GMT -- request: - method: put - uri: http://backend:5352/source/home:package_test_user/test_package/somefile.txt - body: - encoding: UTF-8 - string: Et nulla similique. Distinctio assumenda qui. Illum aut autem. - headers: - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - User-Agent: - - Ruby - response: - status: - code: 200 - message: OK - headers: - Content-Type: - - text/xml - Cache-Control: - - no-cache - Connection: - - close - Content-Length: - - '209' - body: - encoding: UTF-8 - string: | - - 46049ddb63fcca34654d14a80a1922f4 - unknown - - unknown - - - - recorded_at: Wed, 22 Feb 2023 17:58:52 GMT -- request: - method: put - uri: http://backend:5352/source/home:other_package_test_user/_meta?user=other_package_test_user - body: - encoding: UTF-8 - string: | - - - <description/> - <person userid="other_package_test_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: - - '168' - body: - encoding: UTF-8 - string: | - <project name="home:other_package_test_user"> - <title> - - - - recorded_at: Wed, 22 Feb 2023 17:58:52 GMT -- request: - method: put - uri: http://backend:5352/source/home:other_package_test_user/branch_test_package/_meta?user=user_22 - body: - encoding: UTF-8 - string: | - - Oh! To be in England - Dolorem accusantium consectetur reiciendis. - - headers: - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - User-Agent: - - Ruby - response: - status: - code: 200 - message: OK - headers: - Content-Type: - - text/xml - Cache-Control: - - no-cache - Connection: - - close - Content-Length: - - '198' - body: - encoding: UTF-8 - string: | - - Oh! To be in England - Dolorem accusantium consectetur reiciendis. - - recorded_at: Wed, 22 Feb 2023 17:58:52 GMT -- request: - method: put - uri: http://backend:5352/source/home:other_package_test_user/branch_test_package/_config - body: - encoding: UTF-8 - string: Quia voluptate facilis. Perspiciatis inventore earum. Qui qui non. - headers: - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - User-Agent: - - Ruby - response: - status: - code: 200 - message: OK - headers: - Content-Type: - - text/xml - Cache-Control: - - no-cache - Connection: - - close - Content-Length: - - '209' - body: - encoding: UTF-8 - string: | - - a70f51395fb1101b758cea96ed9e5c61 - unknown - - unknown - - - - recorded_at: Wed, 22 Feb 2023 17:58:52 GMT -- request: - method: put - uri: http://backend:5352/source/home:other_package_test_user/branch_test_package/somefile.txt - body: - encoding: UTF-8 - string: Nobis est aut. Sequi est cupiditate. Quidem animi iste. - headers: - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - User-Agent: - - Ruby - response: - status: - code: 200 - message: OK - headers: - Content-Type: - - text/xml - Cache-Control: - - no-cache - Connection: - - close - Content-Length: - - '209' - body: - encoding: UTF-8 - string: | - - 76075b3d1d752ef82262d139d14fedcb - unknown - - unknown - - - - recorded_at: Wed, 22 Feb 2023 17:58:52 GMT -- request: - method: put - uri: http://backend:5352/source/home:user_23/_meta?user=user_23 - body: - encoding: UTF-8 - string: | - - - <description/> - <person userid="user_23" 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: - - '136' - body: - encoding: UTF-8 - string: | - <project name="home:user_23"> - <title> - - - - recorded_at: Wed, 22 Feb 2023 17:58:52 GMT -- request: - method: put - uri: http://backend:5352/source/global_project/_meta?user=user_23 - body: - encoding: UTF-8 - string: | - - The Yellow Meads of Asphodel - - - headers: - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - User-Agent: - - Ruby - response: - status: - code: 200 - message: OK - headers: - Content-Type: - - text/xml - Cache-Control: - - no-cache - Connection: - - close - Content-Length: - - '119' - body: - encoding: UTF-8 - string: | - - The Yellow Meads of Asphodel - - - recorded_at: Wed, 22 Feb 2023 17:58:53 GMT -- request: - method: put - uri: http://backend:5352/source/global_project/coolstuff/_meta?user=user_23 - body: - encoding: UTF-8 - string: | - - - <description/> - </package> - headers: - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - User-Agent: - - Ruby - response: - status: - code: 200 - message: OK - headers: - Content-Type: - - text/xml - Cache-Control: - - no-cache - Connection: - - close - Content-Length: - - '111' - body: - encoding: UTF-8 - string: | - <package name="coolstuff" project="global_project"> - <title> - - - recorded_at: Wed, 22 Feb 2023 17:58:54 GMT - request: method: get uri: http://backend:5352/source/global_project/coolstuff @@ -432,7 +8,7 @@ http_interactions: string: '' headers: X-Request-Id: - - 03f0fc97-91fe-4947-83ba-132198d97c40 + - 9307450a-fae9-42bf-9ef8-e80af86267f0 Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -457,7 +33,7 @@ http_interactions: string: | - recorded_at: Wed, 22 Feb 2023 17:58:54 GMT + recorded_at: Fri, 24 Feb 2023 13:00:47 GMT - request: method: get uri: http://backend:5352/source/global_project/coolstuff?expand=1 @@ -489,16 +65,16 @@ http_interactions: string: | - recorded_at: Wed, 22 Feb 2023 17:58:54 GMT + recorded_at: Fri, 24 Feb 2023 13:00:47 GMT - request: method: get - uri: http://backend:5352/source/global_project/coolstuff/_history?deleted=1&meta=1 + uri: http://backend:5352/source/global_project/coolstuff/_history?deleted=0&meta=0 body: encoding: US-ASCII string: '' headers: X-Request-Id: - - 03f0fc97-91fe-4947-83ba-132198d97c40 + - 9307450a-fae9-42bf-9ef8-e80af86267f0 Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -523,7 +99,7 @@ http_interactions: string: | - recorded_at: Wed, 22 Feb 2023 17:58:54 GMT + recorded_at: Fri, 24 Feb 2023 13:00:47 GMT - request: method: get uri: http://backend:5352/source/global_project/coolstuff @@ -532,7 +108,7 @@ http_interactions: string: '' headers: X-Request-Id: - - 03f0fc97-91fe-4947-83ba-132198d97c40 + - 9307450a-fae9-42bf-9ef8-e80af86267f0 Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -557,7 +133,7 @@ http_interactions: string: | - recorded_at: Wed, 22 Feb 2023 17:58:54 GMT + recorded_at: Fri, 24 Feb 2023 13:00:47 GMT - request: method: get uri: http://backend:5352/source/global_project/coolstuff @@ -566,7 +142,7 @@ http_interactions: string: '' headers: X-Request-Id: - - 03f0fc97-91fe-4947-83ba-132198d97c40 + - 9307450a-fae9-42bf-9ef8-e80af86267f0 Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -591,7 +167,7 @@ http_interactions: string: | - recorded_at: Wed, 22 Feb 2023 17:58:54 GMT + recorded_at: Fri, 24 Feb 2023 13:00:47 GMT - request: method: get uri: http://backend:5352/source/global_project/coolstuff @@ -600,7 +176,7 @@ http_interactions: string: '' headers: X-Request-Id: - - 3395574b-750c-4b23-87e4-63911f22ba99 + - 766ac566-c3b6-463c-898f-27176a693cc5 Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -625,7 +201,7 @@ http_interactions: string: | - recorded_at: Wed, 22 Feb 2023 17:58:54 GMT + recorded_at: Fri, 24 Feb 2023 13:00:47 GMT - request: method: get uri: http://backend:5352/build/global_project/_result?lastbuild=1&locallink=1&multibuild=1&package=coolstuff&view=status @@ -634,7 +210,7 @@ http_interactions: string: '' headers: X-Request-Id: - - 3395574b-750c-4b23-87e4-63911f22ba99 + - 766ac566-c3b6-463c-898f-27176a693cc5 Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -659,7 +235,7 @@ http_interactions: string: ' ' - recorded_at: Wed, 22 Feb 2023 17:58:54 GMT + recorded_at: Fri, 24 Feb 2023 13:00:47 GMT - request: method: get uri: http://backend:5352/source/global_project/coolstuff @@ -668,7 +244,7 @@ http_interactions: string: '' headers: X-Request-Id: - - 4aa11f80-77ff-429b-aa74-bf83dd222bcb + - 72d633ad-5f6b-4c3a-9e9c-174c9a64321a Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -693,7 +269,7 @@ http_interactions: string: | - recorded_at: Wed, 22 Feb 2023 17:58:54 GMT + recorded_at: Fri, 24 Feb 2023 13:00:47 GMT - request: method: get uri: http://backend:5352/build/global_project/_result?lastbuild=1&locallink=1&multibuild=1&package=coolstuff&view=status @@ -702,41 +278,7 @@ http_interactions: string: '' headers: X-Request-Id: - - 4aa11f80-77ff-429b-aa74-bf83dd222bcb - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - User-Agent: - - Ruby - response: - status: - code: 200 - message: OK - headers: - Content-Type: - - text/xml - Cache-Control: - - no-cache - Connection: - - close - Content-Length: - - '55' - body: - encoding: UTF-8 - string: ' - -' - recorded_at: Wed, 22 Feb 2023 17:58:54 GMT -- request: - method: get - uri: http://backend:5352/build/global_project/_result?package=coolstuff&view=status - body: - encoding: US-ASCII - string: '' - headers: - X-Request-Id: - - 34fe8e67-9b97-4e2a-96fe-b56aa415379b + - 72d633ad-5f6b-4c3a-9e9c-174c9a64321a Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -761,5 +303,5 @@ http_interactions: string: ' ' - recorded_at: Wed, 22 Feb 2023 17:58:54 GMT + recorded_at: Fri, 24 Feb 2023 13:00:47 GMT recorded_with: VCR 6.1.0 diff --git a/src/api/spec/cassettes/Packages/creating_a_package/in_a_project_owned_by_the_user/creates_a_package.yml b/src/api/spec/cassettes/Packages/creating_a_package/in_a_project_owned_by_the_user/creates_a_package.yml index 0700ae692c4..2783ddf01ac 100644 --- a/src/api/spec/cassettes/Packages/creating_a_package/in_a_project_owned_by_the_user/creates_a_package.yml +++ b/src/api/spec/cassettes/Packages/creating_a_package/in_a_project_owned_by_the_user/creates_a_package.yml @@ -1,352 +1,5 @@ --- http_interactions: -- request: - method: put - uri: http://backend:5352/source/home:package_test_user/_meta?user=package_test_user - body: - encoding: UTF-8 - string: | - - - <description/> - <person userid="package_test_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: - - '156' - body: - encoding: UTF-8 - string: | - <project name="home:package_test_user"> - <title> - - - - recorded_at: Wed, 22 Feb 2023 17:58:49 GMT -- request: - method: put - uri: http://backend:5352/source/home:package_test_user/test_package/_meta?user=user_19 - body: - encoding: UTF-8 - string: | - - The Cricket on the Hearth - Iure excepturi saepe et. - - headers: - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - User-Agent: - - Ruby - response: - status: - code: 200 - message: OK - headers: - Content-Type: - - text/xml - Cache-Control: - - no-cache - Connection: - - close - Content-Length: - - '171' - body: - encoding: UTF-8 - string: | - - The Cricket on the Hearth - Iure excepturi saepe et. - - recorded_at: Wed, 22 Feb 2023 17:58:49 GMT -- request: - method: put - uri: http://backend:5352/source/home:package_test_user/test_package/_config - body: - encoding: UTF-8 - string: Dolorem dicta aut. Molestias eum vero. Velit numquam qui. - headers: - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - User-Agent: - - Ruby - response: - status: - code: 200 - message: OK - headers: - Content-Type: - - text/xml - Cache-Control: - - no-cache - Connection: - - close - Content-Length: - - '209' - body: - encoding: UTF-8 - string: | - - 8ab2d7cd158469593015b6de4be9f398 - unknown - - unknown - - - - recorded_at: Wed, 22 Feb 2023 17:58:49 GMT -- request: - method: put - uri: http://backend:5352/source/home:package_test_user/test_package/somefile.txt - body: - encoding: UTF-8 - string: Assumenda exercitationem eos. Quis maxime quas. Sapiente eius et. - headers: - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - User-Agent: - - Ruby - response: - status: - code: 200 - message: OK - headers: - Content-Type: - - text/xml - Cache-Control: - - no-cache - Connection: - - close - Content-Length: - - '209' - body: - encoding: UTF-8 - string: | - - baa9ae3140d09c53f9a611060e3214d7 - unknown - - unknown - - - - recorded_at: Wed, 22 Feb 2023 17:58:49 GMT -- request: - method: put - uri: http://backend:5352/source/home:other_package_test_user/_meta?user=other_package_test_user - body: - encoding: UTF-8 - string: | - - - <description/> - <person userid="other_package_test_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: - - '168' - body: - encoding: UTF-8 - string: | - <project name="home:other_package_test_user"> - <title> - - - - recorded_at: Wed, 22 Feb 2023 17:58:49 GMT -- request: - method: put - uri: http://backend:5352/source/home:other_package_test_user/branch_test_package/_meta?user=user_20 - body: - encoding: UTF-8 - string: | - - Waiting for the Barbarians - Non enim et esse. - - headers: - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - User-Agent: - - Ruby - response: - status: - code: 200 - message: OK - headers: - Content-Type: - - text/xml - Cache-Control: - - no-cache - Connection: - - close - Content-Length: - - '178' - body: - encoding: UTF-8 - string: | - - Waiting for the Barbarians - Non enim et esse. - - recorded_at: Wed, 22 Feb 2023 17:58:49 GMT -- request: - method: put - uri: http://backend:5352/source/home:other_package_test_user/branch_test_package/_config - body: - encoding: UTF-8 - string: Et quo ipsa. Dolore ratione nostrum. Illum repellat optio. - headers: - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - User-Agent: - - Ruby - response: - status: - code: 200 - message: OK - headers: - Content-Type: - - text/xml - Cache-Control: - - no-cache - Connection: - - close - Content-Length: - - '209' - body: - encoding: UTF-8 - string: | - - 616ef6ef019b982e927e3a78495ae794 - unknown - - unknown - - - - recorded_at: Wed, 22 Feb 2023 17:58:49 GMT -- request: - method: put - uri: http://backend:5352/source/home:other_package_test_user/branch_test_package/somefile.txt - body: - encoding: UTF-8 - string: Recusandae ut doloribus. Error dignissimos maiores. Aliquam pariatur - et. - headers: - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - User-Agent: - - Ruby - response: - status: - code: 200 - message: OK - headers: - Content-Type: - - text/xml - Cache-Control: - - no-cache - Connection: - - close - Content-Length: - - '209' - body: - encoding: UTF-8 - string: | - - 7a114c477aab8fb348e79e86f9a136a1 - unknown - - unknown - - - - recorded_at: Wed, 22 Feb 2023 17:58:49 GMT -- request: - method: put - uri: http://backend:5352/source/home:package_test_user/coolstuff/_meta?user=package_test_user - body: - encoding: UTF-8 - string: | - - cool stuff everyone needs - Earum sint eos. Consequatur molestiae consectetur. Qui autem vel. Eaque odio fugit. Beatae nulla neque. Minima qui eaque. Sed eveniet non. Aut iste voluptatum. Animi consequatur corporis. Distinctio nobis vel. Possimus tempora ratione. Incidunt sit pariatur. Sed tempore blanditiis. Enim qui error. Commodi repudiandae ullam. Reprehenderit aliquid commodi. Asperiores a quos. Dolorum veritatis corrupti. Enim mollitia repellendus. Voluptatem veniam pariatur. - - headers: - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - User-Agent: - - Ruby - response: - status: - code: 200 - message: OK - headers: - Content-Type: - - text/xml - Cache-Control: - - no-cache - Connection: - - close - Content-Length: - - '602' - body: - encoding: UTF-8 - string: | - - cool stuff everyone needs - Earum sint eos. Consequatur molestiae consectetur. Qui autem vel. Eaque odio fugit. Beatae nulla neque. Minima qui eaque. Sed eveniet non. Aut iste voluptatum. Animi consequatur corporis. Distinctio nobis vel. Possimus tempora ratione. Incidunt sit pariatur. Sed tempore blanditiis. Enim qui error. Commodi repudiandae ullam. Reprehenderit aliquid commodi. Asperiores a quos. Dolorum veritatis corrupti. Enim mollitia repellendus. Voluptatem veniam pariatur. - - recorded_at: Wed, 22 Feb 2023 17:58:51 GMT - request: method: get uri: http://backend:5352/source/home:package_test_user/coolstuff @@ -355,7 +8,7 @@ http_interactions: string: '' headers: X-Request-Id: - - 225b40eb-8ef4-49e3-98dd-4e3bfbd6ec14 + - 4f3369c5-5a02-4fb4-b0eb-643e62c221cb Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -380,7 +33,7 @@ http_interactions: string: | - recorded_at: Wed, 22 Feb 2023 17:58:51 GMT + recorded_at: Fri, 24 Feb 2023 13:00:49 GMT - request: method: get uri: http://backend:5352/source/home:package_test_user/coolstuff?expand=1 @@ -412,16 +65,16 @@ http_interactions: string: | - recorded_at: Wed, 22 Feb 2023 17:58:51 GMT + recorded_at: Fri, 24 Feb 2023 13:00:49 GMT - request: method: get - uri: http://backend:5352/source/home:package_test_user/coolstuff/_history?deleted=1&meta=1 + uri: http://backend:5352/source/home:package_test_user/coolstuff/_history?deleted=0&meta=0 body: encoding: US-ASCII string: '' headers: X-Request-Id: - - 225b40eb-8ef4-49e3-98dd-4e3bfbd6ec14 + - 4f3369c5-5a02-4fb4-b0eb-643e62c221cb Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -446,7 +99,7 @@ http_interactions: string: | - recorded_at: Wed, 22 Feb 2023 17:58:51 GMT + recorded_at: Fri, 24 Feb 2023 13:00:49 GMT - request: method: get uri: http://backend:5352/source/home:package_test_user/coolstuff @@ -455,7 +108,7 @@ http_interactions: string: '' headers: X-Request-Id: - - 225b40eb-8ef4-49e3-98dd-4e3bfbd6ec14 + - 4f3369c5-5a02-4fb4-b0eb-643e62c221cb Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -480,7 +133,7 @@ http_interactions: string: | - recorded_at: Wed, 22 Feb 2023 17:58:51 GMT + recorded_at: Fri, 24 Feb 2023 13:00:49 GMT - request: method: get uri: http://backend:5352/source/home:package_test_user/coolstuff @@ -489,7 +142,7 @@ http_interactions: string: '' headers: X-Request-Id: - - 225b40eb-8ef4-49e3-98dd-4e3bfbd6ec14 + - 4f3369c5-5a02-4fb4-b0eb-643e62c221cb Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -514,7 +167,7 @@ http_interactions: string: | - recorded_at: Wed, 22 Feb 2023 17:58:51 GMT + recorded_at: Fri, 24 Feb 2023 13:00:49 GMT - request: method: get uri: http://backend:5352/source/home:package_test_user/coolstuff @@ -523,7 +176,7 @@ http_interactions: string: '' headers: X-Request-Id: - - 35182ba6-3aa1-452c-b584-a93c652b8663 + - d04c8182-fa01-4bcd-8612-b0dc84255940 Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -548,7 +201,7 @@ http_interactions: string: | - recorded_at: Wed, 22 Feb 2023 17:58:51 GMT + recorded_at: Fri, 24 Feb 2023 13:00:49 GMT - request: method: get uri: http://backend:5352/build/home:package_test_user/_result?lastbuild=1&locallink=1&multibuild=1&package=coolstuff&view=status @@ -557,7 +210,7 @@ http_interactions: string: '' headers: X-Request-Id: - - 35182ba6-3aa1-452c-b584-a93c652b8663 + - d04c8182-fa01-4bcd-8612-b0dc84255940 Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -582,7 +235,7 @@ http_interactions: string: ' ' - recorded_at: Wed, 22 Feb 2023 17:58:51 GMT + recorded_at: Fri, 24 Feb 2023 13:00:50 GMT - request: method: get uri: http://backend:5352/source/home:package_test_user/coolstuff @@ -591,7 +244,7 @@ http_interactions: string: '' headers: X-Request-Id: - - 197bd4f0-0306-40ee-8bd3-f8ade3bad157 + - 3400acae-9f9a-4af2-b210-75701f300bf1 Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -616,7 +269,7 @@ http_interactions: string: | - recorded_at: Wed, 22 Feb 2023 17:58:51 GMT + recorded_at: Fri, 24 Feb 2023 13:00:50 GMT - request: method: get uri: http://backend:5352/build/home:package_test_user/_result?lastbuild=1&locallink=1&multibuild=1&package=coolstuff&view=status @@ -625,7 +278,7 @@ http_interactions: string: '' headers: X-Request-Id: - - 197bd4f0-0306-40ee-8bd3-f8ade3bad157 + - 3400acae-9f9a-4af2-b210-75701f300bf1 Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -650,7 +303,7 @@ http_interactions: string: ' ' - recorded_at: Wed, 22 Feb 2023 17:58:51 GMT + recorded_at: Fri, 24 Feb 2023 13:00:50 GMT - request: method: get uri: http://backend:5352/build/home:package_test_user/_result?package=coolstuff&view=status @@ -659,7 +312,7 @@ http_interactions: string: '' headers: X-Request-Id: - - 90cdc590-da31-4426-81e2-81c8b20b9276 + - 0acad52e-25f5-446e-9780-af19ec937242 Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -684,5 +337,5 @@ http_interactions: string: ' ' - recorded_at: Wed, 22 Feb 2023 17:58:51 GMT + recorded_at: Fri, 24 Feb 2023 13:00:50 GMT recorded_with: VCR 6.1.0 diff --git a/src/api/spec/cassettes/Packages/editing_a_package_s_details/updates_the_package_title_and_description.yml b/src/api/spec/cassettes/Packages/editing_a_package_s_details/updates_the_package_title_and_description.yml index 40d2556782b..1a92ad13586 100644 --- a/src/api/spec/cassettes/Packages/editing_a_package_s_details/updates_the_package_title_and_description.yml +++ b/src/api/spec/cassettes/Packages/editing_a_package_s_details/updates_the_package_title_and_description.yml @@ -39,16 +39,16 @@ http_interactions: - recorded_at: Wed, 22 Feb 2023 18:05:53 GMT + recorded_at: Fri, 24 Feb 2023 13:40:18 GMT - request: method: put - uri: http://backend:5352/source/home:package_test_user/test_package/_meta?user=user_42 + uri: http://backend:5352/source/home:package_test_user/test_package/_meta?user=user_45 body: encoding: UTF-8 string: | - Gone with the Wind - Sed praesentium tempora sit. + Edna O'Brien + Magnam illum rerum architecto. headers: Accept-Encoding: @@ -69,21 +69,21 @@ http_interactions: Connection: - close Content-Length: - - '168' + - '164' body: encoding: UTF-8 string: | - Gone with the Wind - Sed praesentium tempora sit. + Edna O'Brien + Magnam illum rerum architecto. - recorded_at: Wed, 22 Feb 2023 18:05:53 GMT + recorded_at: Fri, 24 Feb 2023 13:40:18 GMT - request: method: put uri: http://backend:5352/source/home:package_test_user/test_package/_config body: encoding: UTF-8 - string: Veniam mollitia sed. Non quae quis. Nemo minus cupiditate. + string: Non ex ut. Cum ullam dolorum. Deserunt veritatis doloremque. headers: Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 @@ -103,25 +103,25 @@ http_interactions: Connection: - close Content-Length: - - '209' + - '211' body: encoding: UTF-8 string: | - - 5daae07e677026e3774b1bc4349e2dac + + d3435fba5efc4d6547c63c3ba79fb3f8 unknown - + unknown - recorded_at: Wed, 22 Feb 2023 18:05:53 GMT + recorded_at: Fri, 24 Feb 2023 13:40:18 GMT - request: method: put uri: http://backend:5352/source/home:package_test_user/test_package/somefile.txt body: encoding: UTF-8 - string: Odio ex facilis. Id et libero. Dolorum consequatur sunt. + string: Eos et voluptatem. Non consectetur sed. Harum perferendis et. headers: Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 @@ -141,19 +141,19 @@ http_interactions: Connection: - close Content-Length: - - '209' + - '211' body: encoding: UTF-8 string: | - - 51df50e3267b37936548ad0ef1065a15 + + 5da339027fe7c47f382ef0f6024c32ef unknown - + unknown - recorded_at: Wed, 22 Feb 2023 18:05:53 GMT + recorded_at: Fri, 24 Feb 2023 13:40:18 GMT - request: method: put uri: http://backend:5352/source/home:other_package_test_user/_meta?user=other_package_test_user @@ -193,16 +193,16 @@ http_interactions: - recorded_at: Wed, 22 Feb 2023 18:05:53 GMT + recorded_at: Fri, 24 Feb 2023 13:40:19 GMT - request: method: put - uri: http://backend:5352/source/home:other_package_test_user/branch_test_package/_meta?user=user_43 + uri: http://backend:5352/source/home:other_package_test_user/branch_test_package/_meta?user=user_46 body: encoding: UTF-8 string: | - A Time to Kill - Eligendi unde sed dolor. + To Say Nothing of the Dog + Officia aut et et. headers: Accept-Encoding: @@ -223,21 +223,21 @@ http_interactions: Connection: - close Content-Length: - - '173' + - '178' body: encoding: UTF-8 string: | - A Time to Kill - Eligendi unde sed dolor. + To Say Nothing of the Dog + Officia aut et et. - recorded_at: Wed, 22 Feb 2023 18:05:53 GMT + recorded_at: Fri, 24 Feb 2023 13:40:19 GMT - request: method: put uri: http://backend:5352/source/home:other_package_test_user/branch_test_package/_config body: encoding: UTF-8 - string: Facere voluptatem tempora. Excepturi fuga quo. Rem doloremque est. + string: Error non quisquam. Expedita qui beatae. Recusandae natus ipsum. headers: Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 @@ -261,21 +261,21 @@ http_interactions: body: encoding: UTF-8 string: | - - 0234410dbbcdad8a37f25a124405247c + + 6b489f01c1a52e7d994703e1cb0d90f3 unknown - + unknown - recorded_at: Wed, 22 Feb 2023 18:05:54 GMT + recorded_at: Fri, 24 Feb 2023 13:40:19 GMT - request: method: put uri: http://backend:5352/source/home:other_package_test_user/branch_test_package/somefile.txt body: encoding: UTF-8 - string: Assumenda aut quia. Voluptate voluptas omnis. Aut necessitatibus nam. + string: Qui et et. Et hic minima. Voluptatem eveniet maiores. headers: Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 @@ -299,15 +299,15 @@ http_interactions: body: encoding: UTF-8 string: | - - b8df4de81a39fb8e75338415f4cc8b45 + + 589baa276ee0b6f6673e2c0814739f9b unknown - + unknown - recorded_at: Wed, 22 Feb 2023 18:05:54 GMT + recorded_at: Fri, 24 Feb 2023 13:40:19 GMT - request: method: get uri: http://backend:5352/source/home:package_test_user/test_package @@ -316,7 +316,7 @@ http_interactions: string: '' headers: X-Request-Id: - - ab920621-a3cf-4705-80f1-06fa91db7cc2 + - 8087c6aa-2bd2-4824-9e30-38b8a3243c60 Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -335,19 +335,19 @@ http_interactions: Connection: - close Content-Length: - - '393' + - '395' body: encoding: UTF-8 string: | - - + + - + - recorded_at: Wed, 22 Feb 2023 18:05:55 GMT + recorded_at: Fri, 24 Feb 2023 13:40:19 GMT - request: method: get - uri: http://backend:5352/source/home:package_test_user/test_package?expand=1&rev=81 + uri: http://backend:5352/source/home:package_test_user/test_package?expand=1&rev=105 body: encoding: US-ASCII string: '' @@ -370,25 +370,25 @@ http_interactions: Connection: - close Content-Length: - - '393' + - '395' body: encoding: UTF-8 string: | - - + + - + - recorded_at: Wed, 22 Feb 2023 18:05:55 GMT + recorded_at: Fri, 24 Feb 2023 13:40:19 GMT - request: method: get - uri: http://backend:5352/source/home:package_test_user/test_package/_history?deleted=1&meta=1&rev=81 + uri: http://backend:5352/source/home:package_test_user/test_package/_history?deleted=0&meta=0&rev=105 body: encoding: US-ASCII string: '' headers: X-Request-Id: - - ab920621-a3cf-4705-80f1-06fa91db7cc2 + - 8087c6aa-2bd2-4824-9e30-38b8a3243c60 Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -407,13 +407,19 @@ http_interactions: Connection: - close Content-Length: - - '31' + - '217' body: encoding: UTF-8 string: | + + 5da339027fe7c47f382ef0f6024c32ef + unknown + + unknown + - recorded_at: Wed, 22 Feb 2023 18:05:55 GMT + recorded_at: Fri, 24 Feb 2023 13:40:20 GMT - request: method: get uri: http://backend:5352/source/home:package_test_user/test_package @@ -422,7 +428,7 @@ http_interactions: string: '' headers: X-Request-Id: - - ab920621-a3cf-4705-80f1-06fa91db7cc2 + - 8087c6aa-2bd2-4824-9e30-38b8a3243c60 Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -441,16 +447,16 @@ http_interactions: Connection: - close Content-Length: - - '393' + - '395' body: encoding: UTF-8 string: | - - + + - + - recorded_at: Wed, 22 Feb 2023 18:05:55 GMT + recorded_at: Fri, 24 Feb 2023 13:40:20 GMT - request: method: get uri: http://backend:5352/source/home:package_test_user/test_package @@ -459,7 +465,7 @@ http_interactions: string: '' headers: X-Request-Id: - - ab920621-a3cf-4705-80f1-06fa91db7cc2 + - 8087c6aa-2bd2-4824-9e30-38b8a3243c60 Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -478,50 +484,16 @@ http_interactions: Connection: - close Content-Length: - - '393' + - '395' body: encoding: UTF-8 string: | - - + + - + - recorded_at: Wed, 22 Feb 2023 18:05:55 GMT -- request: - method: get - uri: http://backend:5352/source/home:package_test_user/test_package/_history?deleted=1&meta=1 - body: - encoding: US-ASCII - string: '' - headers: - X-Request-Id: - - ab920621-a3cf-4705-80f1-06fa91db7cc2 - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - User-Agent: - - Ruby - response: - status: - code: 200 - message: OK - headers: - Content-Type: - - text/xml - Cache-Control: - - no-cache - Connection: - - close - Content-Length: - - '31' - body: - encoding: UTF-8 - string: | - - - recorded_at: Wed, 22 Feb 2023 18:05:55 GMT + recorded_at: Fri, 24 Feb 2023 13:40:20 GMT - request: method: get uri: http://backend:5352/source/home:package_test_user/test_package @@ -530,7 +502,7 @@ http_interactions: string: '' headers: X-Request-Id: - - b0e52fe7-c9b9-467e-8d79-7b48f9a8d77c + - 1c2732df-3415-45e8-babc-c8f4ba2e1bb5 Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -549,16 +521,16 @@ http_interactions: Connection: - close Content-Length: - - '393' + - '395' body: encoding: UTF-8 string: | - - + + - + - recorded_at: Wed, 22 Feb 2023 18:05:55 GMT + recorded_at: Fri, 24 Feb 2023 13:40:20 GMT - request: method: get uri: http://backend:5352/build/home:package_test_user/_result?lastbuild=1&locallink=1&multibuild=1&package=test_package&view=status @@ -567,7 +539,7 @@ http_interactions: string: '' headers: X-Request-Id: - - b0e52fe7-c9b9-467e-8d79-7b48f9a8d77c + - 1c2732df-3415-45e8-babc-c8f4ba2e1bb5 Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -592,7 +564,7 @@ http_interactions: string: ' ' - recorded_at: Wed, 22 Feb 2023 18:05:55 GMT + recorded_at: Fri, 24 Feb 2023 13:40:20 GMT - request: method: get uri: http://backend:5352/source/home:package_test_user/test_package @@ -601,7 +573,7 @@ http_interactions: string: '' headers: X-Request-Id: - - face0389-ced5-4b63-8b0b-84b8929e8ec7 + - e4802303-1c4d-49c1-8823-6b53f4688f9f Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -620,16 +592,16 @@ http_interactions: Connection: - close Content-Length: - - '393' + - '395' body: encoding: UTF-8 string: | - - + + - + - recorded_at: Wed, 22 Feb 2023 18:05:55 GMT + recorded_at: Fri, 24 Feb 2023 13:40:20 GMT - request: method: get uri: http://backend:5352/build/home:package_test_user/_result?lastbuild=1&locallink=1&multibuild=1&package=test_package&view=status @@ -638,7 +610,7 @@ http_interactions: string: '' headers: X-Request-Id: - - face0389-ced5-4b63-8b0b-84b8929e8ec7 + - e4802303-1c4d-49c1-8823-6b53f4688f9f Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -663,7 +635,7 @@ http_interactions: string: ' ' - recorded_at: Wed, 22 Feb 2023 18:05:55 GMT + recorded_at: Fri, 24 Feb 2023 13:40:20 GMT - request: method: get uri: http://backend:5352/build/home:package_test_user/_result?package=test_package&view=status @@ -672,7 +644,7 @@ http_interactions: string: '' headers: X-Request-Id: - - ed481c56-8c8f-4464-bf0f-af07c469549f + - eed7e7b5-6b27-454e-9e06-ad72ecbc6c03 Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -697,7 +669,7 @@ http_interactions: string: ' ' - recorded_at: Wed, 22 Feb 2023 18:05:55 GMT + recorded_at: Fri, 24 Feb 2023 13:40:20 GMT - request: method: put uri: http://backend:5352/source/home:package_test_user/test_package/_meta?user=package_test_user @@ -737,5 +709,5 @@ http_interactions: test description https://test.url - recorded_at: Wed, 22 Feb 2023 18:05:55 GMT + recorded_at: Fri, 24 Feb 2023 13:40:20 GMT recorded_with: VCR 6.1.0 diff --git a/src/api/spec/cassettes/Packages/editing_package_files/editing_an_existing_file.yml b/src/api/spec/cassettes/Packages/editing_package_files/editing_an_existing_file.yml index 9462406b51a..9e701885482 100644 --- a/src/api/spec/cassettes/Packages/editing_package_files/editing_an_existing_file.yml +++ b/src/api/spec/cassettes/Packages/editing_package_files/editing_an_existing_file.yml @@ -39,16 +39,16 @@ http_interactions: - recorded_at: Wed, 22 Feb 2023 18:05:56 GMT + recorded_at: Fri, 24 Feb 2023 13:40:12 GMT - request: method: put - uri: http://backend:5352/source/home:package_test_user/test_package/_meta?user=user_44 + uri: http://backend:5352/source/home:package_test_user/test_package/_meta?user=user_38 body: encoding: UTF-8 string: | - Blithe Spirit - Delectus rerum quia nam. + The Glory and the Dream + Cumque qui modi facere. headers: Accept-Encoding: @@ -69,21 +69,21 @@ http_interactions: Connection: - close Content-Length: - - '159' + - '168' body: encoding: UTF-8 string: | - Blithe Spirit - Delectus rerum quia nam. + The Glory and the Dream + Cumque qui modi facere. - recorded_at: Wed, 22 Feb 2023 18:05:56 GMT + recorded_at: Fri, 24 Feb 2023 13:40:13 GMT - request: method: put uri: http://backend:5352/source/home:package_test_user/test_package/_config body: encoding: UTF-8 - string: Ratione velit delectus. Voluptatem odit maxime. Impedit ipsum veritatis. + string: Nihil eos quae. Neque quidem fugiat. Repudiandae provident sunt. headers: Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 @@ -103,25 +103,25 @@ http_interactions: Connection: - close Content-Length: - - '209' + - '211' body: encoding: UTF-8 string: | - - 50309306a9a914e730290fac1d5468a1 + + e1de79bd2d203c58b3c27578547db19e unknown - + unknown - recorded_at: Wed, 22 Feb 2023 18:05:56 GMT + recorded_at: Fri, 24 Feb 2023 13:40:13 GMT - request: method: put uri: http://backend:5352/source/home:package_test_user/test_package/somefile.txt body: encoding: UTF-8 - string: Veritatis sit quia. Dolor assumenda et. Quidem distinctio numquam. + string: Illum nulla similique. Neque rerum adipisci. Itaque enim inventore. headers: Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 @@ -141,19 +141,19 @@ http_interactions: Connection: - close Content-Length: - - '209' + - '211' body: encoding: UTF-8 string: | - - 037798e3e16b9e923112ffc4421d187e + + 8adf60222178de7df75e2cc421d0cec9 unknown - + unknown - recorded_at: Wed, 22 Feb 2023 18:05:56 GMT + recorded_at: Fri, 24 Feb 2023 13:40:13 GMT - request: method: put uri: http://backend:5352/source/home:other_package_test_user/_meta?user=other_package_test_user @@ -193,16 +193,16 @@ http_interactions: - recorded_at: Wed, 22 Feb 2023 18:05:56 GMT + recorded_at: Fri, 24 Feb 2023 13:40:13 GMT - request: method: put - uri: http://backend:5352/source/home:other_package_test_user/branch_test_package/_meta?user=user_45 + uri: http://backend:5352/source/home:other_package_test_user/branch_test_package/_meta?user=user_39 body: encoding: UTF-8 string: | - I Know Why the Caged Bird Sings - Vel nihil repellendus id. + Gone with the Wind + Perferendis rerum voluptas et. headers: Accept-Encoding: @@ -223,21 +223,21 @@ http_interactions: Connection: - close Content-Length: - - '191' + - '183' body: encoding: UTF-8 string: | - I Know Why the Caged Bird Sings - Vel nihil repellendus id. + Gone with the Wind + Perferendis rerum voluptas et. - recorded_at: Wed, 22 Feb 2023 18:05:56 GMT + recorded_at: Fri, 24 Feb 2023 13:40:13 GMT - request: method: put uri: http://backend:5352/source/home:other_package_test_user/branch_test_package/_config body: encoding: UTF-8 - string: Laboriosam expedita aut. Ut ut inventore. Est illum vel. + string: Tempore laborum quam. Error consequatur sint. Vitae recusandae expedita. headers: Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 @@ -261,21 +261,21 @@ http_interactions: body: encoding: UTF-8 string: | - - a1c613620a572e16e6b3284c5aa5f9b8 + + 3ac6d25c1505057e47e7f6aafe0231e2 unknown - + unknown - recorded_at: Wed, 22 Feb 2023 18:05:56 GMT + recorded_at: Fri, 24 Feb 2023 13:40:13 GMT - request: method: put uri: http://backend:5352/source/home:other_package_test_user/branch_test_package/somefile.txt body: encoding: UTF-8 - string: Aut fugiat ex. Quibusdam animi tempore. Error voluptates porro. + string: Voluptatem quis officiis. Quam minima optio. At possimus ipsam. headers: Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 @@ -299,15 +299,15 @@ http_interactions: body: encoding: UTF-8 string: | - - 40af937ace76a1de425a8d759388c64f + + 5ff1d177d46ef4010213a73b8c24ccb0 unknown - + unknown - recorded_at: Wed, 22 Feb 2023 18:05:57 GMT + recorded_at: Fri, 24 Feb 2023 13:40:13 GMT - request: method: put uri: http://backend:5352/source/home:package_test_user/file_edit_test_package/_meta?user=package_test_user @@ -316,7 +316,7 @@ http_interactions: string: | Things Fall Apart - Repellat dolorum deserunt vel. + Et aut debitis atque. headers: Accept-Encoding: @@ -337,21 +337,21 @@ http_interactions: Connection: - close Content-Length: - - '179' + - '170' body: encoding: UTF-8 string: | Things Fall Apart - Repellat dolorum deserunt vel. + Et aut debitis atque. - recorded_at: Wed, 22 Feb 2023 18:05:57 GMT + recorded_at: Fri, 24 Feb 2023 13:40:14 GMT - request: method: put uri: http://backend:5352/source/home:package_test_user/file_edit_test_package/_config body: encoding: UTF-8 - string: Placeat id pariatur. Nostrum odio asperiores. Et voluptatem corrupti. + string: Omnis nostrum esse. Ipsam reprehenderit et. Voluptatibus fugit voluptatem. headers: Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 @@ -375,21 +375,21 @@ http_interactions: body: encoding: UTF-8 string: | - - d1cf708b73726dc47a3701216b873568 + + cb56987d197a04e3a1afddf78ee9af2b unknown - + unknown - recorded_at: Wed, 22 Feb 2023 18:05:58 GMT + recorded_at: Fri, 24 Feb 2023 13:40:14 GMT - request: method: put uri: http://backend:5352/source/home:package_test_user/file_edit_test_package/somefile.txt body: encoding: UTF-8 - string: Molestiae nam perferendis. Molestiae id itaque. Eius eos aperiam. + string: Magni quia repellat. Quam expedita id. At inventore quia. headers: Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 @@ -409,19 +409,19 @@ http_interactions: Connection: - close Content-Length: - - '207' + - '209' body: encoding: UTF-8 string: | - - 9c04d01ead039dd2a01b605dc8005f1c + + dde9c66b89590fc55d99999d060775e3 unknown - + unknown - recorded_at: Wed, 22 Feb 2023 18:05:58 GMT + recorded_at: Fri, 24 Feb 2023 13:40:14 GMT - request: method: get uri: http://backend:5352/source/home:package_test_user/file_edit_test_package @@ -430,7 +430,7 @@ http_interactions: string: '' headers: X-Request-Id: - - 98865f2a-1e8e-4a53-854d-e0d5e3e5790e + - 5fa45053-2abe-4aa0-bf09-32db3c075674 Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -449,18 +449,18 @@ http_interactions: Connection: - close Content-Length: - - '307' + - '309' body: encoding: UTF-8 string: | - - - + + + - recorded_at: Wed, 22 Feb 2023 18:05:58 GMT + recorded_at: Fri, 24 Feb 2023 13:40:14 GMT - request: method: get - uri: http://backend:5352/source/home:package_test_user/file_edit_test_package?expand=1&rev=7 + uri: http://backend:5352/source/home:package_test_user/file_edit_test_package?expand=1&rev=10 body: encoding: US-ASCII string: '' @@ -483,24 +483,24 @@ http_interactions: Connection: - close Content-Length: - - '307' + - '309' body: encoding: UTF-8 string: | - - - + + + - recorded_at: Wed, 22 Feb 2023 18:05:58 GMT + recorded_at: Fri, 24 Feb 2023 13:40:14 GMT - request: method: get - uri: http://backend:5352/source/home:package_test_user/file_edit_test_package/_history?deleted=1&meta=1&rev=7 + uri: http://backend:5352/source/home:package_test_user/file_edit_test_package/_history?deleted=0&meta=0&rev=10 body: encoding: US-ASCII string: '' headers: X-Request-Id: - - 98865f2a-1e8e-4a53-854d-e0d5e3e5790e + - 5fa45053-2abe-4aa0-bf09-32db3c075674 Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -519,13 +519,19 @@ http_interactions: Connection: - close Content-Length: - - '31' + - '215' body: encoding: UTF-8 string: | + + dde9c66b89590fc55d99999d060775e3 + unknown + + unknown + - recorded_at: Wed, 22 Feb 2023 18:05:58 GMT + recorded_at: Fri, 24 Feb 2023 13:40:14 GMT - request: method: get uri: http://backend:5352/source/home:package_test_user/file_edit_test_package @@ -534,7 +540,7 @@ http_interactions: string: '' headers: X-Request-Id: - - 98865f2a-1e8e-4a53-854d-e0d5e3e5790e + - 5fa45053-2abe-4aa0-bf09-32db3c075674 Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -553,15 +559,15 @@ http_interactions: Connection: - close Content-Length: - - '307' + - '309' body: encoding: UTF-8 string: | - - - + + + - recorded_at: Wed, 22 Feb 2023 18:05:58 GMT + recorded_at: Fri, 24 Feb 2023 13:40:14 GMT - request: method: get uri: http://backend:5352/source/home:package_test_user/file_edit_test_package @@ -570,7 +576,7 @@ http_interactions: string: '' headers: X-Request-Id: - - 98865f2a-1e8e-4a53-854d-e0d5e3e5790e + - 5fa45053-2abe-4aa0-bf09-32db3c075674 Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -589,49 +595,15 @@ http_interactions: Connection: - close Content-Length: - - '307' + - '309' body: encoding: UTF-8 string: | - - - + + + - recorded_at: Wed, 22 Feb 2023 18:05:58 GMT -- request: - method: get - uri: http://backend:5352/source/home:package_test_user/file_edit_test_package/_history?deleted=1&meta=1 - body: - encoding: US-ASCII - string: '' - headers: - X-Request-Id: - - 98865f2a-1e8e-4a53-854d-e0d5e3e5790e - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - User-Agent: - - Ruby - response: - status: - code: 200 - message: OK - headers: - Content-Type: - - text/xml - Cache-Control: - - no-cache - Connection: - - close - Content-Length: - - '31' - body: - encoding: UTF-8 - string: | - - - recorded_at: Wed, 22 Feb 2023 18:05:58 GMT + recorded_at: Fri, 24 Feb 2023 13:40:14 GMT - request: method: get uri: http://backend:5352/source/home:package_test_user/file_edit_test_package @@ -640,7 +612,7 @@ http_interactions: string: '' headers: X-Request-Id: - - c4aee372-e0f8-4824-ab7c-af10a757adde + - 2acf8781-6359-452b-9ef7-0897ddc38ff0 Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -659,15 +631,15 @@ http_interactions: Connection: - close Content-Length: - - '307' + - '309' body: encoding: UTF-8 string: | - - - + + + - recorded_at: Wed, 22 Feb 2023 18:05:58 GMT + recorded_at: Fri, 24 Feb 2023 13:40:14 GMT - request: method: get uri: http://backend:5352/build/home:package_test_user/_result?lastbuild=1&locallink=1&multibuild=1&package=file_edit_test_package&view=status @@ -676,7 +648,7 @@ http_interactions: string: '' headers: X-Request-Id: - - c4aee372-e0f8-4824-ab7c-af10a757adde + - 2acf8781-6359-452b-9ef7-0897ddc38ff0 Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -701,7 +673,7 @@ http_interactions: string: ' ' - recorded_at: Wed, 22 Feb 2023 18:05:58 GMT + recorded_at: Fri, 24 Feb 2023 13:40:14 GMT - request: method: get uri: http://backend:5352/source/home:package_test_user/file_edit_test_package @@ -710,7 +682,7 @@ http_interactions: string: '' headers: X-Request-Id: - - 69ba4e50-c3e7-4517-bc32-824569937bf9 + - 052d6397-90da-4372-8c05-31f1fc73d27f Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -729,15 +701,15 @@ http_interactions: Connection: - close Content-Length: - - '307' + - '309' body: encoding: UTF-8 string: | - - - + + + - recorded_at: Wed, 22 Feb 2023 18:05:58 GMT + recorded_at: Fri, 24 Feb 2023 13:40:14 GMT - request: method: get uri: http://backend:5352/build/home:package_test_user/_result?lastbuild=1&locallink=1&multibuild=1&package=file_edit_test_package&view=status @@ -746,7 +718,7 @@ http_interactions: string: '' headers: X-Request-Id: - - 69ba4e50-c3e7-4517-bc32-824569937bf9 + - 052d6397-90da-4372-8c05-31f1fc73d27f Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -771,7 +743,7 @@ http_interactions: string: ' ' - recorded_at: Wed, 22 Feb 2023 18:05:58 GMT + recorded_at: Fri, 24 Feb 2023 13:40:14 GMT - request: method: get uri: http://backend:5352/build/home:package_test_user/_result?package=file_edit_test_package&view=status @@ -780,7 +752,7 @@ http_interactions: string: '' headers: X-Request-Id: - - 421e0a7d-cf82-4a0a-bf98-4c06847cd9b1 + - 5b88fd73-7471-4647-a57d-3d7bf102c663 Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -805,7 +777,7 @@ http_interactions: string: ' ' - recorded_at: Wed, 22 Feb 2023 18:05:58 GMT + recorded_at: Fri, 24 Feb 2023 13:40:14 GMT - request: method: get uri: http://backend:5352/source/home:package_test_user/file_edit_test_package?expand=1 @@ -831,15 +803,15 @@ http_interactions: Connection: - close Content-Length: - - '307' + - '309' body: encoding: UTF-8 string: | - - - + + + - recorded_at: Wed, 22 Feb 2023 18:05:58 GMT + recorded_at: Fri, 24 Feb 2023 13:40:14 GMT - request: method: get uri: http://backend:5352/source/home:package_test_user/file_edit_test_package/somefile.txt?expand=1 @@ -861,15 +833,15 @@ http_interactions: Content-Type: - application/octet-stream Content-Length: - - '65' + - '57' Cache-Control: - no-cache Connection: - close body: encoding: UTF-8 - string: Molestiae nam perferendis. Molestiae id itaque. Eius eos aperiam. - recorded_at: Wed, 22 Feb 2023 18:05:58 GMT + string: Magni quia repellat. Quam expedita id. At inventore quia. + recorded_at: Fri, 24 Feb 2023 13:40:14 GMT - request: method: get uri: http://backend:5352/source/home:package_test_user/file_edit_test_package @@ -878,7 +850,7 @@ http_interactions: string: '' headers: X-Request-Id: - - 6d350dc6-9b7f-48f9-9592-5d29f0533e8c + - d4d506ac-ab8b-404c-944e-0ae1f45d8bb2 Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -897,15 +869,15 @@ http_interactions: Connection: - close Content-Length: - - '307' + - '309' body: encoding: UTF-8 string: | - - - + + + - recorded_at: Wed, 22 Feb 2023 18:05:58 GMT + recorded_at: Fri, 24 Feb 2023 13:40:15 GMT - request: method: put uri: http://backend:5352/source/home:package_test_user/file_edit_test_package/somefile.txt?comment=&user=package_test_user @@ -914,7 +886,7 @@ http_interactions: string: added some new text headers: X-Request-Id: - - 6d350dc6-9b7f-48f9-9592-5d29f0533e8c + - d4d506ac-ab8b-404c-944e-0ae1f45d8bb2 Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -933,19 +905,19 @@ http_interactions: Connection: - close Content-Length: - - '217' + - '219' body: encoding: UTF-8 string: | - - 8a25d5eb8966401d87a60f8802785a23 + + cb56987d197a04e3a1afddf78ee9af2b unknown - + package_test_user - recorded_at: Wed, 22 Feb 2023 18:05:58 GMT + recorded_at: Fri, 24 Feb 2023 13:40:15 GMT - request: method: put uri: http://backend:5352/source/home:package_test_user/file_edit_test_package/_meta?user=package_test_user @@ -954,7 +926,7 @@ http_interactions: string: | Things Fall Apart - Repellat dolorum deserunt vel. + Et aut debitis atque. headers: Accept-Encoding: @@ -975,15 +947,15 @@ http_interactions: Connection: - close Content-Length: - - '179' + - '170' body: encoding: UTF-8 string: | Things Fall Apart - Repellat dolorum deserunt vel. + Et aut debitis atque. - recorded_at: Wed, 22 Feb 2023 18:05:59 GMT + recorded_at: Fri, 24 Feb 2023 13:40:15 GMT - request: method: get uri: http://backend:5352/source/home:package_test_user/file_edit_test_package @@ -1009,15 +981,15 @@ http_interactions: Connection: - close Content-Length: - - '307' + - '309' body: encoding: UTF-8 string: | - - + + - recorded_at: Wed, 22 Feb 2023 18:05:59 GMT + recorded_at: Fri, 24 Feb 2023 13:40:15 GMT - request: method: get uri: http://backend:5352/source/home:package_test_user/file_edit_test_package?view=info @@ -1026,7 +998,7 @@ http_interactions: string: '' headers: X-Request-Id: - - 6d350dc6-9b7f-48f9-9592-5d29f0533e8c + - d4d506ac-ab8b-404c-944e-0ae1f45d8bb2 Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -1045,14 +1017,14 @@ http_interactions: Connection: - close Content-Length: - - '240' + - '242' body: encoding: UTF-8 string: | - + bad build configuration, no build type defined or detected - recorded_at: Wed, 22 Feb 2023 18:05:59 GMT + recorded_at: Fri, 24 Feb 2023 13:40:15 GMT - request: method: get uri: http://backend:5352/source/home:package_test_user/file_edit_test_package @@ -1061,7 +1033,7 @@ http_interactions: string: '' headers: X-Request-Id: - - 6d350dc6-9b7f-48f9-9592-5d29f0533e8c + - d4d506ac-ab8b-404c-944e-0ae1f45d8bb2 Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -1080,15 +1052,15 @@ http_interactions: Connection: - close Content-Length: - - '307' + - '309' body: encoding: UTF-8 string: | - - + + - recorded_at: Wed, 22 Feb 2023 18:05:59 GMT + recorded_at: Fri, 24 Feb 2023 13:40:15 GMT - request: method: post uri: http://backend:5352/source/home:package_test_user/file_edit_test_package?cmd=diff&linkrev=base&onlyissues=1&orev=0&view=xml @@ -1116,18 +1088,18 @@ http_interactions: Connection: - close Content-Length: - - '350' + - '351' body: encoding: UTF-8 string: | - + - + - recorded_at: Wed, 22 Feb 2023 18:05:59 GMT + recorded_at: Fri, 24 Feb 2023 13:40:15 GMT - request: method: get uri: http://backend:5352/source/home:package_test_user/file_edit_test_package/somefile.txt @@ -1157,5 +1129,5 @@ http_interactions: body: encoding: UTF-8 string: added some new text - recorded_at: Wed, 22 Feb 2023 18:05:59 GMT + recorded_at: Fri, 24 Feb 2023 13:40:15 GMT recorded_with: VCR 6.1.0 diff --git a/src/api/spec/cassettes/Packages/existing_requests/see_a_request.yml b/src/api/spec/cassettes/Packages/existing_requests/see_a_request.yml index efc13e40f3a..bbdc6c2d8a0 100644 --- a/src/api/spec/cassettes/Packages/existing_requests/see_a_request.yml +++ b/src/api/spec/cassettes/Packages/existing_requests/see_a_request.yml @@ -39,16 +39,16 @@ http_interactions: - recorded_at: Wed, 22 Feb 2023 18:04:36 GMT + recorded_at: Fri, 24 Feb 2023 13:40:15 GMT - request: method: put - uri: http://backend:5352/source/home:package_test_user/test_package/_meta?user=user_9 + uri: http://backend:5352/source/home:package_test_user/test_package/_meta?user=user_40 body: encoding: UTF-8 string: | - The Lathe of Heaven - Nostrum voluptate voluptas corporis. + That Good Night + Voluptatibus voluptate nemo sapiente. headers: Accept-Encoding: @@ -69,22 +69,21 @@ http_interactions: Connection: - close Content-Length: - - '177' + - '174' body: encoding: UTF-8 string: | - The Lathe of Heaven - Nostrum voluptate voluptas corporis. + That Good Night + Voluptatibus voluptate nemo sapiente. - recorded_at: Wed, 22 Feb 2023 18:04:36 GMT + recorded_at: Fri, 24 Feb 2023 13:40:15 GMT - request: method: put uri: http://backend:5352/source/home:package_test_user/test_package/_config body: encoding: UTF-8 - string: Quia fugiat perferendis. Veritatis necessitatibus vero. Quisquam aut - quidem. + string: Eveniet fuga voluptatem. Sunt dolorem pariatur. Quam fugit repellendus. headers: Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 @@ -104,25 +103,25 @@ http_interactions: Connection: - close Content-Length: - - '209' + - '211' body: encoding: UTF-8 string: | - - 220b74d18d3ebe3ad528a49c49cda346 + + ddc1dce7ca725c9137f6aea7f32f1bd0 unknown - + unknown - recorded_at: Wed, 22 Feb 2023 18:04:36 GMT + recorded_at: Fri, 24 Feb 2023 13:40:15 GMT - request: method: put uri: http://backend:5352/source/home:package_test_user/test_package/somefile.txt body: encoding: UTF-8 - string: Et accusamus adipisci. Et impedit recusandae. Sint aspernatur corrupti. + string: Et et consectetur. Occaecati cupiditate dolorum. A asperiores accusamus. headers: Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 @@ -142,19 +141,19 @@ http_interactions: Connection: - close Content-Length: - - '209' + - '211' body: encoding: UTF-8 string: | - - c3b4d7b28507f991ff3c3c28309ffd60 + + 99d85bfeca5a604cb461a00739308f47 unknown - + unknown - recorded_at: Wed, 22 Feb 2023 18:04:36 GMT + recorded_at: Fri, 24 Feb 2023 13:40:15 GMT - request: method: put uri: http://backend:5352/source/home:other_package_test_user/_meta?user=other_package_test_user @@ -194,16 +193,16 @@ http_interactions: - recorded_at: Wed, 22 Feb 2023 18:04:36 GMT + recorded_at: Fri, 24 Feb 2023 13:40:15 GMT - request: method: put - uri: http://backend:5352/source/home:other_package_test_user/branch_test_package/_meta?user=user_10 + uri: http://backend:5352/source/home:other_package_test_user/branch_test_package/_meta?user=user_41 body: encoding: UTF-8 string: | - To Sail Beyond the Sunset - Repellat dolor autem quaerat. + Nectar in a Sieve + Sed dolorum culpa ut. headers: Accept-Encoding: @@ -224,21 +223,21 @@ http_interactions: Connection: - close Content-Length: - - '189' + - '173' body: encoding: UTF-8 string: | - To Sail Beyond the Sunset - Repellat dolor autem quaerat. + Nectar in a Sieve + Sed dolorum culpa ut. - recorded_at: Wed, 22 Feb 2023 18:04:36 GMT + recorded_at: Fri, 24 Feb 2023 13:40:16 GMT - request: method: put uri: http://backend:5352/source/home:other_package_test_user/branch_test_package/_config body: encoding: UTF-8 - string: Et eum error. Assumenda recusandae dolorum. Et quia aut. + string: Non tenetur sint. Sed dolorem accusamus. Iure vel animi. headers: Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 @@ -262,21 +261,21 @@ http_interactions: body: encoding: UTF-8 string: | - - 81981a9e155030ae356aa29d045e725a + + 1005a5c1ce648c21332877ced3facf3d unknown - + unknown - recorded_at: Wed, 22 Feb 2023 18:04:36 GMT + recorded_at: Fri, 24 Feb 2023 13:40:16 GMT - request: method: put uri: http://backend:5352/source/home:other_package_test_user/branch_test_package/somefile.txt body: encoding: UTF-8 - string: Non autem aliquam. Minima nihil sit. Aut quos rerum. + string: Voluptates qui quam. Delectus nesciunt voluptatum. Id sed et. headers: Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 @@ -300,23 +299,23 @@ http_interactions: body: encoding: UTF-8 string: | - - c2ff914e704833f07171236535deff6a + + 1b822a8092da7bb6343d4e95adeb69c2 unknown - + unknown - recorded_at: Wed, 22 Feb 2023 18:04:36 GMT + recorded_at: Fri, 24 Feb 2023 13:40:16 GMT - request: method: put - uri: http://backend:5352/source/source_project/_meta?user=user_11 + uri: http://backend:5352/source/source_project/_meta?user=user_42 body: encoding: UTF-8 string: | - Dulce et Decorum Est + The Far-Distant Oxus headers: @@ -343,19 +342,19 @@ http_interactions: encoding: UTF-8 string: | - Dulce et Decorum Est + The Far-Distant Oxus - recorded_at: Wed, 22 Feb 2023 18:04:37 GMT + recorded_at: Fri, 24 Feb 2023 13:40:16 GMT - request: method: put - uri: http://backend:5352/source/source_project/package_1/_meta?user=user_12 + uri: http://backend:5352/source/source_project/package_1/_meta?user=user_43 body: encoding: UTF-8 string: | - Let Us Now Praise Famous Men - Tempore reprehenderit praesentium enim. + Edna O'Brien + Nam accusamus et asperiores. headers: Accept-Encoding: @@ -376,24 +375,24 @@ http_interactions: Connection: - close Content-Length: - - '178' + - '151' body: encoding: UTF-8 string: | - Let Us Now Praise Famous Men - Tempore reprehenderit praesentium enim. + Edna O'Brien + Nam accusamus et asperiores. - recorded_at: Wed, 22 Feb 2023 18:04:37 GMT + recorded_at: Fri, 24 Feb 2023 13:40:16 GMT - request: method: put - uri: http://backend:5352/source/source_project/package_1/_meta?user=user_12 + uri: http://backend:5352/source/source_project/package_1/_meta?user=user_43 body: encoding: UTF-8 string: | - Let Us Now Praise Famous Men - Tempore reprehenderit praesentium enim. + Edna O'Brien + Nam accusamus et asperiores. headers: Accept-Encoding: @@ -414,15 +413,15 @@ http_interactions: Connection: - close Content-Length: - - '178' + - '151' body: encoding: UTF-8 string: | - Let Us Now Praise Famous Men - Tempore reprehenderit praesentium enim. + Edna O'Brien + Nam accusamus et asperiores. - recorded_at: Wed, 22 Feb 2023 18:04:37 GMT + recorded_at: Fri, 24 Feb 2023 13:40:16 GMT - request: method: get uri: http://backend:5352/source/source_project/package_1 @@ -454,7 +453,7 @@ http_interactions: string: | - recorded_at: Wed, 22 Feb 2023 18:04:37 GMT + recorded_at: Fri, 24 Feb 2023 13:40:16 GMT - request: method: post uri: http://backend:5352/source/source_project/package_1?cmd=diff&expand=1&filelimit=10000&opackage=test_package&oproject=home:package_test_user&tarlimit=10000&view=xml&withissues=1 @@ -482,18 +481,18 @@ http_interactions: Connection: - close Content-Length: - - '1012' + - '1009' body: encoding: UTF-8 string: | - - + + - + @@ -1,1 +0,0 @@ - -Quia fugiat perferendis. Veritatis necessitatibus vero. Quisquam aut quidem. + -Eveniet fuga voluptatem. Sunt dolorem pariatur. Quam fugit repellendus. \ No newline at end of file @@ -502,9 +501,9 @@ http_interactions: - + @@ -1,1 +0,0 @@ - -Et accusamus adipisci. Et impedit recusandae. Sint aspernatur corrupti. + -Et et consectetur. Occaecati cupiditate dolorum. A asperiores accusamus. \ No newline at end of file @@ -512,7 +511,7 @@ http_interactions: - recorded_at: Wed, 22 Feb 2023 18:04:37 GMT + recorded_at: Fri, 24 Feb 2023 13:40:16 GMT - request: method: get uri: http://backend:5352/source/home:package_test_user/test_package @@ -521,7 +520,7 @@ http_interactions: string: '' headers: X-Request-Id: - - 1cf5aa8b-713b-40a9-bcea-365c378a664d + - fb0ba81f-3c87-4d4c-a618-008d8b7011db Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -540,19 +539,19 @@ http_interactions: Connection: - close Content-Length: - - '393' + - '395' body: encoding: UTF-8 string: | - - + + - + - recorded_at: Wed, 22 Feb 2023 18:04:38 GMT + recorded_at: Fri, 24 Feb 2023 13:40:17 GMT - request: method: get - uri: http://backend:5352/source/home:package_test_user/test_package?expand=1&rev=73 + uri: http://backend:5352/source/home:package_test_user/test_package?expand=1&rev=103 body: encoding: US-ASCII string: '' @@ -575,25 +574,25 @@ http_interactions: Connection: - close Content-Length: - - '393' + - '395' body: encoding: UTF-8 string: | - - + + - + - recorded_at: Wed, 22 Feb 2023 18:04:38 GMT + recorded_at: Fri, 24 Feb 2023 13:40:17 GMT - request: method: get - uri: http://backend:5352/source/home:package_test_user/test_package/_history?deleted=1&meta=1&rev=73 + uri: http://backend:5352/source/home:package_test_user/test_package/_history?deleted=0&meta=0&rev=103 body: encoding: US-ASCII string: '' headers: X-Request-Id: - - 1cf5aa8b-713b-40a9-bcea-365c378a664d + - fb0ba81f-3c87-4d4c-a618-008d8b7011db Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -612,13 +611,19 @@ http_interactions: Connection: - close Content-Length: - - '31' + - '217' body: encoding: UTF-8 string: | + + 99d85bfeca5a604cb461a00739308f47 + unknown + + unknown + - recorded_at: Wed, 22 Feb 2023 18:04:38 GMT + recorded_at: Fri, 24 Feb 2023 13:40:17 GMT - request: method: get uri: http://backend:5352/source/home:package_test_user/test_package @@ -627,7 +632,7 @@ http_interactions: string: '' headers: X-Request-Id: - - 1cf5aa8b-713b-40a9-bcea-365c378a664d + - fb0ba81f-3c87-4d4c-a618-008d8b7011db Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -646,16 +651,16 @@ http_interactions: Connection: - close Content-Length: - - '393' + - '395' body: encoding: UTF-8 string: | - - + + - + - recorded_at: Wed, 22 Feb 2023 18:04:38 GMT + recorded_at: Fri, 24 Feb 2023 13:40:17 GMT - request: method: get uri: http://backend:5352/source/home:package_test_user/test_package @@ -664,7 +669,7 @@ http_interactions: string: '' headers: X-Request-Id: - - 1cf5aa8b-713b-40a9-bcea-365c378a664d + - fb0ba81f-3c87-4d4c-a618-008d8b7011db Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -683,50 +688,16 @@ http_interactions: Connection: - close Content-Length: - - '393' + - '395' body: encoding: UTF-8 string: | - - + + - + - recorded_at: Wed, 22 Feb 2023 18:04:38 GMT -- request: - method: get - uri: http://backend:5352/source/home:package_test_user/test_package/_history?deleted=1&meta=1 - body: - encoding: US-ASCII - string: '' - headers: - X-Request-Id: - - 1cf5aa8b-713b-40a9-bcea-365c378a664d - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - User-Agent: - - Ruby - response: - status: - code: 200 - message: OK - headers: - Content-Type: - - text/xml - Cache-Control: - - no-cache - Connection: - - close - Content-Length: - - '31' - body: - encoding: UTF-8 - string: | - - - recorded_at: Wed, 22 Feb 2023 18:04:38 GMT + recorded_at: Fri, 24 Feb 2023 13:40:17 GMT - request: method: get uri: http://backend:5352/source/home:package_test_user/test_package @@ -735,7 +706,7 @@ http_interactions: string: '' headers: X-Request-Id: - - f7e0099e-5e78-41a8-98cb-3674fc7b5030 + - fbc7a65f-7444-4e2e-a672-f889551fb17d Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -754,16 +725,16 @@ http_interactions: Connection: - close Content-Length: - - '393' + - '395' body: encoding: UTF-8 string: | - - + + - + - recorded_at: Wed, 22 Feb 2023 18:04:38 GMT + recorded_at: Fri, 24 Feb 2023 13:40:17 GMT - request: method: get uri: http://backend:5352/build/home:package_test_user/_result?lastbuild=1&locallink=1&multibuild=1&package=test_package&view=status @@ -772,7 +743,7 @@ http_interactions: string: '' headers: X-Request-Id: - - f7e0099e-5e78-41a8-98cb-3674fc7b5030 + - fbc7a65f-7444-4e2e-a672-f889551fb17d Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -797,16 +768,16 @@ http_interactions: string: ' ' - recorded_at: Wed, 22 Feb 2023 18:04:47 GMT + recorded_at: Fri, 24 Feb 2023 13:40:17 GMT - request: method: get - uri: http://backend:5352/build/home:package_test_user/_result?package=test_package&view=status + uri: http://backend:5352/source/home:package_test_user/test_package body: encoding: US-ASCII string: '' headers: X-Request-Id: - - 2914b87d-94f6-469e-8425-ec2e3c2c6f96 + - 61974656-8868-4497-a5de-cb523c9e750d Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -825,22 +796,25 @@ http_interactions: Connection: - close Content-Length: - - '55' + - '395' body: encoding: UTF-8 - string: ' - -' - recorded_at: Wed, 22 Feb 2023 18:04:47 GMT + string: | + + + + + + recorded_at: Fri, 24 Feb 2023 13:40:17 GMT - request: method: get - uri: http://backend:5352/source/home:package_test_user/test_package + uri: http://backend:5352/build/home:package_test_user/_result?lastbuild=1&locallink=1&multibuild=1&package=test_package&view=status body: encoding: US-ASCII string: '' headers: X-Request-Id: - - f167f67d-cd3d-4378-91fe-5a40d48a6816 + - 61974656-8868-4497-a5de-cb523c9e750d Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -859,25 +833,22 @@ http_interactions: Connection: - close Content-Length: - - '393' + - '55' body: encoding: UTF-8 - string: | - - - - - - recorded_at: Wed, 22 Feb 2023 18:04:47 GMT + string: ' + +' + recorded_at: Fri, 24 Feb 2023 13:40:17 GMT - request: method: get - uri: http://backend:5352/build/home:package_test_user/_result?lastbuild=1&locallink=1&multibuild=1&package=test_package&view=status + uri: http://backend:5352/build/home:package_test_user/_result?package=test_package&view=status body: encoding: US-ASCII string: '' headers: X-Request-Id: - - f167f67d-cd3d-4378-91fe-5a40d48a6816 + - d20de077-6010-424d-a026-6903a5521325 Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -902,7 +873,7 @@ http_interactions: string: ' ' - recorded_at: Wed, 22 Feb 2023 18:04:47 GMT + recorded_at: Fri, 24 Feb 2023 13:40:17 GMT - request: method: get uri: http://backend:5352/source/home:package_test_user/test_package @@ -911,7 +882,7 @@ http_interactions: string: '' headers: X-Request-Id: - - d6531381-28ec-4a10-9a25-0b7b7172ee73 + - 0ed2a4b8-14f3-4e6c-9cbb-6d51e7f1da15 Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -930,16 +901,16 @@ http_interactions: Connection: - close Content-Length: - - '393' + - '395' body: encoding: UTF-8 string: | - - + + - + - recorded_at: Wed, 22 Feb 2023 18:04:48 GMT + recorded_at: Fri, 24 Feb 2023 13:40:18 GMT - request: method: get uri: http://backend:5352/source/source_project/package_1 @@ -948,7 +919,7 @@ http_interactions: string: '' headers: X-Request-Id: - - 79c788e4-f6c3-407f-b765-9e1ad35e65bd + - c1d3e356-abe6-409d-885b-e67d6c9badae Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -973,7 +944,7 @@ http_interactions: string: | - recorded_at: Wed, 22 Feb 2023 18:04:48 GMT + recorded_at: Fri, 24 Feb 2023 13:40:18 GMT - request: method: post uri: http://backend:5352/source/source_project/package_1?cacheonly=1&cmd=diff&expand=1&filelimit=10000&opackage=test_package&oproject=home:package_test_user&tarlimit=10000&view=xml&withissues=1 @@ -984,7 +955,7 @@ http_interactions: Content-Type: - application/octet-stream X-Request-Id: - - 79c788e4-f6c3-407f-b765-9e1ad35e65bd + - c1d3e356-abe6-409d-885b-e67d6c9badae Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -999,7 +970,7 @@ http_interactions: Content-Type: - text/xml Content-Length: - - '1012' + - '1009' Cache-Control: - no-cache Connection: @@ -1007,14 +978,14 @@ http_interactions: body: encoding: UTF-8 string: | - - + + - + @@ -1,1 +0,0 @@ - -Quia fugiat perferendis. Veritatis necessitatibus vero. Quisquam aut quidem. + -Eveniet fuga voluptatem. Sunt dolorem pariatur. Quam fugit repellendus. \ No newline at end of file @@ -1023,9 +994,9 @@ http_interactions: - + @@ -1,1 +0,0 @@ - -Et accusamus adipisci. Et impedit recusandae. Sint aspernatur corrupti. + -Et et consectetur. Occaecati cupiditate dolorum. A asperiores accusamus. \ No newline at end of file @@ -1033,5 +1004,42 @@ http_interactions: - recorded_at: Wed, 22 Feb 2023 18:04:48 GMT + recorded_at: Fri, 24 Feb 2023 13:40:18 GMT +- request: + method: get + uri: http://backend:5352/source/home:package_test_user/test_package + body: + encoding: US-ASCII + string: '' + headers: + X-Request-Id: + - c1d3e356-abe6-409d-885b-e67d6c9badae + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '395' + body: + encoding: UTF-8 + string: | + + + + + + recorded_at: Fri, 24 Feb 2023 13:40:18 GMT recorded_with: VCR 6.1.0 diff --git a/src/api/spec/cassettes/Packages/log/download_logfile_succesfully.yml b/src/api/spec/cassettes/Packages/log/download_logfile_succesfully.yml index 1380eac37ce..549d18a4bfa 100644 --- a/src/api/spec/cassettes/Packages/log/download_logfile_succesfully.yml +++ b/src/api/spec/cassettes/Packages/log/download_logfile_succesfully.yml @@ -39,16 +39,16 @@ http_interactions: - recorded_at: Wed, 22 Feb 2023 18:05:50 GMT + recorded_at: Fri, 24 Feb 2023 13:39:25 GMT - request: method: put - uri: http://backend:5352/source/home:package_test_user/test_package/_meta?user=user_40 + uri: http://backend:5352/source/home:package_test_user/test_package/_meta?user=user_15 body: encoding: UTF-8 string: | - Stranger in a Strange Land - In voluptatibus ipsam et. + No Longer at Ease + Ea ipsa minus aut. headers: Accept-Encoding: @@ -69,21 +69,21 @@ http_interactions: Connection: - close Content-Length: - - '173' + - '157' body: encoding: UTF-8 string: | - Stranger in a Strange Land - In voluptatibus ipsam et. + No Longer at Ease + Ea ipsa minus aut. - recorded_at: Wed, 22 Feb 2023 18:05:50 GMT + recorded_at: Fri, 24 Feb 2023 13:39:25 GMT - request: method: put uri: http://backend:5352/source/home:package_test_user/test_package/_config body: encoding: UTF-8 - string: Natus in commodi. Quisquam voluptatem molestiae. Sint perferendis ut. + string: Corporis consequatur velit. Quibusdam in sit. Harum non laboriosam. headers: Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 @@ -107,21 +107,21 @@ http_interactions: body: encoding: UTF-8 string: | - - 790e4a84e531ecea9c77a5ebbe583ad3 + + 70b3d0f4a81955d4fc602daef84ac552 unknown - + unknown - recorded_at: Wed, 22 Feb 2023 18:05:50 GMT + recorded_at: Fri, 24 Feb 2023 13:39:25 GMT - request: method: put uri: http://backend:5352/source/home:package_test_user/test_package/somefile.txt body: encoding: UTF-8 - string: Natus et vero. Iure et explicabo. Et quisquam laborum. + string: Facilis ea dolore. Veritatis aperiam fugit. Impedit et quo. headers: Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 @@ -145,15 +145,15 @@ http_interactions: body: encoding: UTF-8 string: | - - dc986284b7a3e602a213c2873b0fad51 + + d8e35b34f2383ea3324f59735dfa4c66 unknown - + unknown - recorded_at: Wed, 22 Feb 2023 18:05:50 GMT + recorded_at: Fri, 24 Feb 2023 13:39:25 GMT - request: method: put uri: http://backend:5352/source/home:other_package_test_user/_meta?user=other_package_test_user @@ -193,16 +193,16 @@ http_interactions: - recorded_at: Wed, 22 Feb 2023 18:05:50 GMT + recorded_at: Fri, 24 Feb 2023 13:39:25 GMT - request: method: put - uri: http://backend:5352/source/home:other_package_test_user/branch_test_package/_meta?user=user_41 + uri: http://backend:5352/source/home:other_package_test_user/branch_test_package/_meta?user=user_16 body: encoding: UTF-8 string: | - The Monkey's Raincoat - Ut reprehenderit aut aspernatur. + Antic Hay + Minus expedita officiis itaque. headers: Accept-Encoding: @@ -223,21 +223,21 @@ http_interactions: Connection: - close Content-Length: - - '188' + - '175' body: encoding: UTF-8 string: | - The Monkey's Raincoat - Ut reprehenderit aut aspernatur. + Antic Hay + Minus expedita officiis itaque. - recorded_at: Wed, 22 Feb 2023 18:05:50 GMT + recorded_at: Fri, 24 Feb 2023 13:39:25 GMT - request: method: put uri: http://backend:5352/source/home:other_package_test_user/branch_test_package/_config body: encoding: UTF-8 - string: Itaque possimus voluptatem. Beatae impedit consectetur. Ad aperiam odit. + string: Veritatis sequi aut. Blanditiis quas sed. Omnis ratione eum. headers: Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 @@ -261,21 +261,21 @@ http_interactions: body: encoding: UTF-8 string: | - - 69a45b7d8c8e85974e27870746c3e409 + + 3f68086c1e26a1f6f9947f03fb193d90 unknown - + unknown - recorded_at: Wed, 22 Feb 2023 18:05:50 GMT + recorded_at: Fri, 24 Feb 2023 13:39:25 GMT - request: method: put uri: http://backend:5352/source/home:other_package_test_user/branch_test_package/somefile.txt body: encoding: UTF-8 - string: Incidunt rerum fuga. Modi dolor consequatur. Qui recusandae autem. + string: Cum quasi odio. In consequatur laudantium. Neque consequatur ipsum. headers: Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 @@ -299,15 +299,15 @@ http_interactions: body: encoding: UTF-8 string: | - - aa604c9670562c990b6c16efedd86655 + + 993239cf06e753e0fa9e8ca3b6e33bbf unknown - + unknown - recorded_at: Wed, 22 Feb 2023 18:05:50 GMT + recorded_at: Fri, 24 Feb 2023 13:39:25 GMT - request: method: get uri: http://backend:5352/source/home:package_test_user/test_package @@ -316,7 +316,7 @@ http_interactions: string: '' headers: X-Request-Id: - - 1833cd1f-264e-4bb3-8ac2-58c44966518f + - 93f90d24-bc17-4abc-a801-67177f16b5ea Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -339,15 +339,15 @@ http_interactions: body: encoding: UTF-8 string: | - - + + - + - recorded_at: Wed, 22 Feb 2023 18:05:51 GMT + recorded_at: Fri, 24 Feb 2023 13:39:26 GMT - request: method: get - uri: http://backend:5352/source/home:package_test_user/test_package?expand=1&rev=79 + uri: http://backend:5352/source/home:package_test_user/test_package?expand=1&rev=99 body: encoding: US-ASCII string: '' @@ -374,21 +374,21 @@ http_interactions: body: encoding: UTF-8 string: | - - + + - + - recorded_at: Wed, 22 Feb 2023 18:05:52 GMT + recorded_at: Fri, 24 Feb 2023 13:39:26 GMT - request: method: get - uri: http://backend:5352/source/home:package_test_user/test_package/_history?deleted=1&meta=1&rev=79 + uri: http://backend:5352/source/home:package_test_user/test_package/_history?deleted=0&meta=0&rev=99 body: encoding: US-ASCII string: '' headers: X-Request-Id: - - 1833cd1f-264e-4bb3-8ac2-58c44966518f + - 93f90d24-bc17-4abc-a801-67177f16b5ea Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -407,13 +407,19 @@ http_interactions: Connection: - close Content-Length: - - '31' + - '215' body: encoding: UTF-8 string: | + + d8e35b34f2383ea3324f59735dfa4c66 + unknown + + unknown + - recorded_at: Wed, 22 Feb 2023 18:05:52 GMT + recorded_at: Fri, 24 Feb 2023 13:39:26 GMT - request: method: get uri: http://backend:5352/source/home:package_test_user/test_package @@ -422,7 +428,7 @@ http_interactions: string: '' headers: X-Request-Id: - - 1833cd1f-264e-4bb3-8ac2-58c44966518f + - 93f90d24-bc17-4abc-a801-67177f16b5ea Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -445,12 +451,12 @@ http_interactions: body: encoding: UTF-8 string: | - - + + - + - recorded_at: Wed, 22 Feb 2023 18:05:52 GMT + recorded_at: Fri, 24 Feb 2023 13:39:26 GMT - request: method: get uri: http://backend:5352/source/home:package_test_user/test_package @@ -459,7 +465,7 @@ http_interactions: string: '' headers: X-Request-Id: - - 1833cd1f-264e-4bb3-8ac2-58c44966518f + - 93f90d24-bc17-4abc-a801-67177f16b5ea Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -482,46 +488,12 @@ http_interactions: body: encoding: UTF-8 string: | - - + + - + - recorded_at: Wed, 22 Feb 2023 18:05:52 GMT -- request: - method: get - uri: http://backend:5352/source/home:package_test_user/test_package/_history?deleted=1&meta=1 - body: - encoding: US-ASCII - string: '' - headers: - X-Request-Id: - - 1833cd1f-264e-4bb3-8ac2-58c44966518f - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - User-Agent: - - Ruby - response: - status: - code: 200 - message: OK - headers: - Content-Type: - - text/xml - Cache-Control: - - no-cache - Connection: - - close - Content-Length: - - '31' - body: - encoding: UTF-8 - string: | - - - recorded_at: Wed, 22 Feb 2023 18:05:52 GMT + recorded_at: Fri, 24 Feb 2023 13:39:26 GMT - request: method: get uri: http://backend:5352/source/home:package_test_user/test_package @@ -530,7 +502,7 @@ http_interactions: string: '' headers: X-Request-Id: - - aea4faef-2018-4117-9cec-8b9e4b3e5962 + - 95505d42-bad7-44a7-bef2-4b0cbc65a5b9 Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -553,12 +525,12 @@ http_interactions: body: encoding: UTF-8 string: | - - + + - + - recorded_at: Wed, 22 Feb 2023 18:05:52 GMT + recorded_at: Fri, 24 Feb 2023 13:39:26 GMT - request: method: get uri: http://backend:5352/build/home:package_test_user/_result?lastbuild=1&locallink=1&multibuild=1&package=test_package&view=status @@ -567,7 +539,7 @@ http_interactions: string: '' headers: X-Request-Id: - - aea4faef-2018-4117-9cec-8b9e4b3e5962 + - 95505d42-bad7-44a7-bef2-4b0cbc65a5b9 Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -592,7 +564,7 @@ http_interactions: string: ' ' - recorded_at: Wed, 22 Feb 2023 18:05:52 GMT + recorded_at: Fri, 24 Feb 2023 13:39:26 GMT - request: method: get uri: http://backend:5352/source/home:package_test_user/test_package @@ -601,7 +573,7 @@ http_interactions: string: '' headers: X-Request-Id: - - 96e71768-5805-4851-9281-839cf8a93a3e + - 4e3db7e7-d624-41c4-8344-426043830eae Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -624,12 +596,12 @@ http_interactions: body: encoding: UTF-8 string: | - - + + - + - recorded_at: Wed, 22 Feb 2023 18:05:52 GMT + recorded_at: Fri, 24 Feb 2023 13:39:26 GMT - request: method: get uri: http://backend:5352/build/home:package_test_user/_result?lastbuild=1&locallink=1&multibuild=1&package=test_package&view=status @@ -638,7 +610,7 @@ http_interactions: string: '' headers: X-Request-Id: - - 96e71768-5805-4851-9281-839cf8a93a3e + - 4e3db7e7-d624-41c4-8344-426043830eae Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -663,7 +635,7 @@ http_interactions: string: ' ' - recorded_at: Wed, 22 Feb 2023 18:05:52 GMT + recorded_at: Fri, 24 Feb 2023 13:39:26 GMT - request: method: get uri: http://backend:5352/build/home:package_test_user/_result?package=test_package&view=status @@ -672,7 +644,7 @@ http_interactions: string: '' headers: X-Request-Id: - - 1486cb9f-bb53-4f1d-94ab-54a16b4a971d + - 5637224d-a6e1-4f7b-b6c0-47552df8e338 Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -697,7 +669,7 @@ http_interactions: string: ' ' - recorded_at: Wed, 22 Feb 2023 18:05:52 GMT + recorded_at: Fri, 24 Feb 2023 13:39:27 GMT - request: method: get uri: http://backend:5352/build/home:package_test_user/package_test_repository/i586/test_package/_jobstatus @@ -706,7 +678,7 @@ http_interactions: string: '' headers: X-Request-Id: - - d329a41f-7ceb-46d7-84ed-f0965d3ec216 + - 5027db2e-b26c-457f-a138-462f724762dc Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -733,5 +705,5 @@ http_interactions: project 'home:package_test_user' has no repository 'package_test_repository'
404 project 'home:package_test_user' has no repository 'package_test_repository'
- recorded_at: Wed, 22 Feb 2023 18:05:52 GMT + recorded_at: Fri, 24 Feb 2023 13:39:27 GMT recorded_with: VCR 6.1.0 diff --git a/src/api/spec/cassettes/Packages/requesting_package_deletion.yml b/src/api/spec/cassettes/Packages/requesting_package_deletion.yml index 81ca71ed418..038b9a3bf5b 100644 --- a/src/api/spec/cassettes/Packages/requesting_package_deletion.yml +++ b/src/api/spec/cassettes/Packages/requesting_package_deletion.yml @@ -39,16 +39,16 @@ http_interactions: - recorded_at: Wed, 22 Feb 2023 18:04:33 GMT + recorded_at: Fri, 24 Feb 2023 13:39:15 GMT - request: method: put - uri: http://backend:5352/source/home:package_test_user/test_package/_meta?user=user_7 + uri: http://backend:5352/source/home:package_test_user/test_package/_meta?user=user_8 body: encoding: UTF-8 string: | - No Country for Old Men - Quo sit cumque mollitia. + Where Angels Fear to Tread + Voluptatibus ut ea inventore. headers: Accept-Encoding: @@ -69,21 +69,21 @@ http_interactions: Connection: - close Content-Length: - - '168' + - '177' body: encoding: UTF-8 string: | - No Country for Old Men - Quo sit cumque mollitia. + Where Angels Fear to Tread + Voluptatibus ut ea inventore. - recorded_at: Wed, 22 Feb 2023 18:04:33 GMT + recorded_at: Fri, 24 Feb 2023 13:39:15 GMT - request: method: put uri: http://backend:5352/source/home:package_test_user/test_package/_config body: encoding: UTF-8 - string: Ipsam ut ex. Sint et ipsum. Inventore earum expedita. + string: Modi possimus sunt. Tempore error vel. Temporibus placeat odio. headers: Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 @@ -107,21 +107,21 @@ http_interactions: body: encoding: UTF-8 string: | - - ed4b3143b4dcfb9ef00b986fef435bcf + + 086e7331f22b7ea120224b003df20354 unknown - + unknown - recorded_at: Wed, 22 Feb 2023 18:04:33 GMT + recorded_at: Fri, 24 Feb 2023 13:39:15 GMT - request: method: put uri: http://backend:5352/source/home:package_test_user/test_package/somefile.txt body: encoding: UTF-8 - string: Aut maxime ex. Rerum voluptates non. Consequatur adipisci ut. + string: Nobis in harum. Et nesciunt ratione. Et perferendis voluptas. headers: Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 @@ -145,15 +145,15 @@ http_interactions: body: encoding: UTF-8 string: | - - 223a2f10f837b1b13d19cbd3539b2652 + + 3bdee63d2ee22b6be4b7fc1e2dc69e8d unknown - + unknown - recorded_at: Wed, 22 Feb 2023 18:04:33 GMT + recorded_at: Fri, 24 Feb 2023 13:39:15 GMT - request: method: put uri: http://backend:5352/source/home:other_package_test_user/_meta?user=other_package_test_user @@ -193,16 +193,16 @@ http_interactions: - recorded_at: Wed, 22 Feb 2023 18:04:33 GMT + recorded_at: Fri, 24 Feb 2023 13:39:15 GMT - request: method: put - uri: http://backend:5352/source/home:other_package_test_user/branch_test_package/_meta?user=user_8 + uri: http://backend:5352/source/home:other_package_test_user/branch_test_package/_meta?user=user_9 body: encoding: UTF-8 string: | - Noli Me Tangere - Et non dolores est. + A Summer Bird-Cage + Porro aut ut eligendi. headers: Accept-Encoding: @@ -223,21 +223,21 @@ http_interactions: Connection: - close Content-Length: - - '169' + - '175' body: encoding: UTF-8 string: | - Noli Me Tangere - Et non dolores est. + A Summer Bird-Cage + Porro aut ut eligendi. - recorded_at: Wed, 22 Feb 2023 18:04:33 GMT + recorded_at: Fri, 24 Feb 2023 13:39:15 GMT - request: method: put uri: http://backend:5352/source/home:other_package_test_user/branch_test_package/_config body: encoding: UTF-8 - string: Rerum qui omnis. Ipsam dolorum eveniet. Esse dicta vel. + string: Vitae quidem voluptatum. Voluptatibus fugiat quo. Esse blanditiis expedita. headers: Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 @@ -261,21 +261,21 @@ http_interactions: body: encoding: UTF-8 string: | - - 6da8ba12ee03152236148828a3d9bd06 + + 89c4b940474f81a05ee35ef833d76b83 unknown - + unknown - recorded_at: Wed, 22 Feb 2023 18:04:33 GMT + recorded_at: Fri, 24 Feb 2023 13:39:15 GMT - request: method: put uri: http://backend:5352/source/home:other_package_test_user/branch_test_package/somefile.txt body: encoding: UTF-8 - string: Dolorem unde quos. Fugiat omnis recusandae. Qui reprehenderit et. + string: Quibusdam dolores a. Laudantium deleniti in. Est veritatis sunt. headers: Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 @@ -299,15 +299,15 @@ http_interactions: body: encoding: UTF-8 string: | - - f56f18d88594a3d62b5c75d06699357e + + 590e062b65de4d90df3be04fcd5825d2 unknown - + unknown - recorded_at: Wed, 22 Feb 2023 18:04:33 GMT + recorded_at: Fri, 24 Feb 2023 13:39:15 GMT - request: method: get uri: http://backend:5352/source/home:other_package_test_user/branch_test_package @@ -316,7 +316,7 @@ http_interactions: string: '' headers: X-Request-Id: - - 6defcd1f-8728-4434-a5a5-8625dd937fd8 + - dd35f0f4-8231-4198-ba48-e940f8254976 Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -339,14 +339,14 @@ http_interactions: body: encoding: UTF-8 string: | - - - + + + - recorded_at: Wed, 22 Feb 2023 18:04:34 GMT + recorded_at: Fri, 24 Feb 2023 13:39:16 GMT - request: method: get - uri: http://backend:5352/source/home:other_package_test_user/branch_test_package?expand=1&rev=64 + uri: http://backend:5352/source/home:other_package_test_user/branch_test_package?expand=1&rev=84 body: encoding: US-ASCII string: '' @@ -373,54 +373,20 @@ http_interactions: body: encoding: UTF-8 string: | - - - + + + - recorded_at: Wed, 22 Feb 2023 18:04:34 GMT -- request: - method: get - uri: http://backend:5352/source/home:other_package_test_user/branch_test_package/_history?deleted=1&meta=1&rev=64 - body: - encoding: US-ASCII - string: '' - headers: - X-Request-Id: - - 6defcd1f-8728-4434-a5a5-8625dd937fd8 - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - User-Agent: - - Ruby - response: - status: - code: 200 - message: OK - headers: - Content-Type: - - text/xml - Cache-Control: - - no-cache - Connection: - - close - Content-Length: - - '31' - body: - encoding: UTF-8 - string: | - - - recorded_at: Wed, 22 Feb 2023 18:04:34 GMT + recorded_at: Fri, 24 Feb 2023 13:39:16 GMT - request: method: get - uri: http://backend:5352/source/home:other_package_test_user/branch_test_package/_history?deleted=1&meta=1 + uri: http://backend:5352/source/home:other_package_test_user/branch_test_package/_history?deleted=0&meta=0&rev=84 body: encoding: US-ASCII string: '' headers: X-Request-Id: - - 6defcd1f-8728-4434-a5a5-8625dd937fd8 + - dd35f0f4-8231-4198-ba48-e940f8254976 Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -439,13 +405,19 @@ http_interactions: Connection: - close Content-Length: - - '31' + - '215' body: encoding: UTF-8 string: | + + 590e062b65de4d90df3be04fcd5825d2 + unknown + + unknown + - recorded_at: Wed, 22 Feb 2023 18:04:34 GMT + recorded_at: Fri, 24 Feb 2023 13:39:16 GMT - request: method: get uri: http://backend:5352/source/home:other_package_test_user/branch_test_package @@ -454,7 +426,7 @@ http_interactions: string: '' headers: X-Request-Id: - - 151c20cd-c6a0-4dfa-be41-1e3b77557a4c + - 88b3addd-56f0-4f39-98bc-0796d4bb1f3c Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -477,11 +449,11 @@ http_interactions: body: encoding: UTF-8 string: | - - - + + + - recorded_at: Wed, 22 Feb 2023 18:04:34 GMT + recorded_at: Fri, 24 Feb 2023 13:39:16 GMT - request: method: get uri: http://backend:5352/build/home:other_package_test_user/_result?lastbuild=1&locallink=1&multibuild=1&package=branch_test_package&view=status @@ -490,7 +462,7 @@ http_interactions: string: '' headers: X-Request-Id: - - 151c20cd-c6a0-4dfa-be41-1e3b77557a4c + - 88b3addd-56f0-4f39-98bc-0796d4bb1f3c Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -515,7 +487,7 @@ http_interactions: string: ' ' - recorded_at: Wed, 22 Feb 2023 18:04:34 GMT + recorded_at: Fri, 24 Feb 2023 13:39:16 GMT - request: method: get uri: http://backend:5352/source/home:other_package_test_user/branch_test_package @@ -524,7 +496,7 @@ http_interactions: string: '' headers: X-Request-Id: - - b8e90f70-8a2a-4b41-823e-1fe83274afda + - dc7c9a9f-ef43-4b1a-bd43-0b996c5520d2 Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -547,11 +519,11 @@ http_interactions: body: encoding: UTF-8 string: | - - - + + + - recorded_at: Wed, 22 Feb 2023 18:04:34 GMT + recorded_at: Fri, 24 Feb 2023 13:39:16 GMT - request: method: get uri: http://backend:5352/build/home:other_package_test_user/_result?lastbuild=1&locallink=1&multibuild=1&package=branch_test_package&view=status @@ -560,7 +532,7 @@ http_interactions: string: '' headers: X-Request-Id: - - b8e90f70-8a2a-4b41-823e-1fe83274afda + - dc7c9a9f-ef43-4b1a-bd43-0b996c5520d2 Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -585,7 +557,7 @@ http_interactions: string: ' ' - recorded_at: Wed, 22 Feb 2023 18:04:34 GMT + recorded_at: Fri, 24 Feb 2023 13:39:16 GMT - request: method: get uri: http://backend:5352/build/home:other_package_test_user/_result?package=branch_test_package&view=status @@ -594,7 +566,7 @@ http_interactions: string: '' headers: X-Request-Id: - - 95211ffa-b65a-4682-9dc8-7d746aa72b8a + - c14456fe-c7b2-4708-8f24-3a31fe6b47ab Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -619,7 +591,7 @@ http_interactions: string: ' ' - recorded_at: Wed, 22 Feb 2023 18:04:35 GMT + recorded_at: Fri, 24 Feb 2023 13:39:16 GMT - request: method: post uri: http://backend:5352/source/home:other_package_test_user/branch_test_package?cmd=diff&expand=1&filelimit=0&rev=0&view=xml @@ -630,7 +602,7 @@ http_interactions: Content-Type: - application/octet-stream X-Request-Id: - - e931926a-6439-493c-98c7-9395698d6035 + - fca2a578-5e09-49a9-9d06-292166b5524b Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -649,29 +621,29 @@ http_interactions: Connection: - close Content-Length: - - '853' + - '872' body: encoding: UTF-8 string: | - - + + - + @@ -1,1 +0,0 @@ - -Rerum qui omnis. Ipsam dolorum eveniet. Esse dicta vel. + -Vitae quidem voluptatum. Voluptatibus fugiat quo. Esse blanditiis expedita. \ No newline at end of file - + @@ -1,1 +0,0 @@ - -Dolorem unde quos. Fugiat omnis recusandae. Qui reprehenderit et. + -Quibusdam dolores a. Laudantium deleniti in. Est veritatis sunt. \ No newline at end of file - recorded_at: Wed, 22 Feb 2023 18:04:35 GMT + recorded_at: Fri, 24 Feb 2023 13:39:17 GMT recorded_with: VCR 6.1.0 diff --git a/src/api/spec/cassettes/Projects/branching/an_existing_package.yml b/src/api/spec/cassettes/Projects/branching/an_existing_package.yml index 749e4152534..a51f7f24be6 100644 --- a/src/api/spec/cassettes/Projects/branching/an_existing_package.yml +++ b/src/api/spec/cassettes/Projects/branching/an_existing_package.yml @@ -1,239 +1,5 @@ --- http_interactions: -- request: - method: put - uri: http://backend:5352/source/home:user_8/_meta?user=user_8 - body: - encoding: UTF-8 - string: | - - - <description/> - <person userid="user_8" 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: - - '134' - body: - encoding: UTF-8 - string: | - <project name="home:user_8"> - <title> - - - - recorded_at: Wed, 22 Feb 2023 17:58:13 GMT -- request: - method: put - uri: http://backend:5352/source/home:Jane/_meta?user=Jane - body: - encoding: UTF-8 - string: | - - - <description/> - <person userid="Jane" 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: - - '130' - body: - encoding: UTF-8 - string: | - <project name="home:Jane"> - <title> - - - - recorded_at: Wed, 22 Feb 2023 17:58:13 GMT -- request: - method: put - uri: http://backend:5352/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: - - '142' - body: - encoding: UTF-8 - string: | - <project name="home:other_user"> - <title> - - - - recorded_at: Wed, 22 Feb 2023 17:58:13 GMT -- request: - method: put - uri: http://backend:5352/source/home:other_user/branch_test_package/_meta?user=user_9 - body: - encoding: UTF-8 - string: | - - The Torment of Others - Officia minima perferendis mollitia. - - headers: - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - User-Agent: - - Ruby - response: - status: - code: 200 - message: OK - headers: - Content-Type: - - text/xml - Cache-Control: - - no-cache - Connection: - - close - Content-Length: - - '179' - body: - encoding: UTF-8 - string: | - - The Torment of Others - Officia minima perferendis mollitia. - - recorded_at: Wed, 22 Feb 2023 17:58:13 GMT -- request: - method: put - uri: http://backend:5352/source/home:other_user/branch_test_package/_config - body: - encoding: UTF-8 - string: Nostrum placeat harum. Hic voluptates totam. Sequi consequatur voluptas. - headers: - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - User-Agent: - - Ruby - response: - status: - code: 200 - message: OK - headers: - Content-Type: - - text/xml - Cache-Control: - - no-cache - Connection: - - close - Content-Length: - - '209' - body: - encoding: UTF-8 - string: | - - 53463f3a403a0df7b315fc2a69b0be34 - unknown - - unknown - - - - recorded_at: Wed, 22 Feb 2023 17:58:13 GMT -- request: - method: put - uri: http://backend:5352/source/home:other_user/branch_test_package/somefile.txt - body: - encoding: UTF-8 - string: Qui aut quo. Fuga architecto similique. Aut placeat et. - headers: - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - User-Agent: - - Ruby - response: - status: - code: 200 - message: OK - headers: - Content-Type: - - text/xml - Cache-Control: - - no-cache - Connection: - - close - Content-Length: - - '209' - body: - encoding: UTF-8 - string: | - - 7d8277ba3a4bc8c2bba6d897da3a39fa - unknown - - unknown - - - - recorded_at: Wed, 22 Feb 2023 17:58:13 GMT - request: method: get uri: http://backend:5352/build/home:Jane/_result?code=unresolvable&view=status @@ -242,7 +8,7 @@ http_interactions: string: '' headers: X-Request-Id: - - b8c7dbcd-701f-4b7c-8388-3eb4f1fbced7 + - 3b366616-8efc-4cac-bb56-f540da682542 Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -267,7 +33,7 @@ http_interactions: string: ' ' - recorded_at: Wed, 22 Feb 2023 17:58:14 GMT + recorded_at: Fri, 24 Feb 2023 12:59:57 GMT - request: method: get uri: http://backend:5352/source/home:Jane/_keyinfo?donotcreatecert=1&withsslcert=1 @@ -276,7 +42,7 @@ http_interactions: string: '' headers: X-Request-Id: - - b8c7dbcd-701f-4b7c-8388-3eb4f1fbced7 + - 3b366616-8efc-4cac-bb56-f540da682542 Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -299,7 +65,7 @@ http_interactions: body: encoding: UTF-8 string: "\n" - recorded_at: Wed, 22 Feb 2023 17:58:14 GMT + recorded_at: Fri, 24 Feb 2023 12:59:57 GMT - request: method: get uri: http://backend:5352/build/home:Jane/_result?view=summary @@ -308,7 +74,7 @@ http_interactions: string: '' headers: X-Request-Id: - - '08131634-4439-4e46-900f-cefb1d86abad' + - c761242b-9f00-474e-9c6c-38e3ebd2f0fb Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -333,7 +99,7 @@ http_interactions: string: ' ' - recorded_at: Wed, 22 Feb 2023 17:58:14 GMT + recorded_at: Fri, 24 Feb 2023 12:59:57 GMT - request: method: post uri: http://backend:5352/search/package/id?match=(linkinfo/@package=%22branch_test_package%22%20and%20linkinfo/@project=%22home:other_user%22%20and%20@project=%22home:other_user%22) @@ -367,45 +133,7 @@ http_interactions: string: | - recorded_at: Wed, 22 Feb 2023 17:58:15 GMT -- request: - method: put - uri: http://backend:5352/source/home:Jane/branch_test_package/_meta?user=Jane - body: - encoding: UTF-8 - string: | - - The Torment of Others - Officia minima perferendis mollitia. - - headers: - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - User-Agent: - - Ruby - response: - status: - code: 200 - message: OK - headers: - Content-Type: - - text/xml - Cache-Control: - - no-cache - Connection: - - close - Content-Length: - - '173' - body: - encoding: UTF-8 - string: | - - The Torment of Others - Officia minima perferendis mollitia. - - recorded_at: Wed, 22 Feb 2023 17:58:15 GMT + recorded_at: Fri, 24 Feb 2023 12:59:58 GMT - request: method: post uri: http://backend:5352/source/home:Jane/branch_test_package?cmd=branch&noservice=1&opackage=branch_test_package&oproject=home:other_user&user=Jane @@ -437,53 +165,15 @@ http_interactions: body: encoding: UTF-8 string: | - - ef747ae29b0c2ba62260d3940f79fc71 + + 4a4671937cbd5853750eefbb8e913612 unknown - + Jane - recorded_at: Wed, 22 Feb 2023 17:58:15 GMT -- request: - method: put - uri: http://backend:5352/source/home:Jane/branch_test_package/_meta?user=Jane - body: - encoding: UTF-8 - string: | - - The Torment of Others - Officia minima perferendis mollitia. - - headers: - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - User-Agent: - - Ruby - response: - status: - code: 200 - message: OK - headers: - Content-Type: - - text/xml - Cache-Control: - - no-cache - Connection: - - close - Content-Length: - - '173' - body: - encoding: UTF-8 - string: | - - The Torment of Others - Officia minima perferendis mollitia. - - recorded_at: Wed, 22 Feb 2023 17:58:15 GMT + recorded_at: Fri, 24 Feb 2023 12:59:58 GMT - request: method: get uri: http://backend:5352/source/home:Jane/branch_test_package @@ -513,13 +203,13 @@ http_interactions: body: encoding: UTF-8 string: | - - - - - + + + + + - recorded_at: Wed, 22 Feb 2023 17:58:15 GMT + recorded_at: Fri, 24 Feb 2023 12:59:58 GMT - request: method: get uri: http://backend:5352/source/home:Jane/branch_test_package?view=info @@ -528,7 +218,7 @@ http_interactions: string: '' headers: X-Request-Id: - - 2414ddd4-cb53-4852-a3f8-5e609c188f19 + - 0bef73aa-6033-4a06-8552-c3e073a33cb9 Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -551,11 +241,11 @@ http_interactions: body: encoding: UTF-8 string: | - + bad build configuration, no build type defined or detected - recorded_at: Wed, 22 Feb 2023 17:58:15 GMT + recorded_at: Fri, 24 Feb 2023 12:59:58 GMT - request: method: get uri: http://backend:5352/source/home:Jane/branch_test_package @@ -564,7 +254,7 @@ http_interactions: string: '' headers: X-Request-Id: - - 2414ddd4-cb53-4852-a3f8-5e609c188f19 + - 0bef73aa-6033-4a06-8552-c3e073a33cb9 Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -587,13 +277,13 @@ http_interactions: body: encoding: UTF-8 string: | - - - - - + + + + + - recorded_at: Wed, 22 Feb 2023 17:58:15 GMT + recorded_at: Fri, 24 Feb 2023 12:59:58 GMT - request: method: post uri: http://backend:5352/source/home:Jane/branch_test_package?cmd=diff&linkrev=base&onlyissues=1&orev=0&view=xml @@ -625,14 +315,14 @@ http_interactions: body: encoding: UTF-8 string: | - + - + - recorded_at: Wed, 22 Feb 2023 17:58:15 GMT + recorded_at: Fri, 24 Feb 2023 12:59:58 GMT - request: method: post uri: http://backend:5352/source/home:Jane/branch_test_package?cmd=linkdiff&linkrev=base&onlyissues=1&view=xml @@ -664,54 +354,12 @@ http_interactions: body: encoding: UTF-8 string: | - - - + + + - recorded_at: Wed, 22 Feb 2023 17:58:15 GMT -- request: - method: put - uri: http://backend:5352/source/home:Jane/_meta?user=Jane - body: - encoding: UTF-8 - string: | - - - <description/> - <person userid="Jane" role="maintainer"/> - </project> - headers: - X-Request-Id: - - 2414ddd4-cb53-4852-a3f8-5e609c188f19 - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - User-Agent: - - Ruby - response: - status: - code: 200 - message: OK - headers: - Content-Type: - - text/xml - Cache-Control: - - no-cache - Connection: - - close - Content-Length: - - '130' - body: - encoding: UTF-8 - string: | - <project name="home:Jane"> - <title> - - - - recorded_at: Wed, 22 Feb 2023 17:58:15 GMT + recorded_at: Fri, 24 Feb 2023 12:59:58 GMT - request: method: get uri: http://backend:5352/source/home:other_user/branch_test_package?view=info @@ -720,7 +368,7 @@ http_interactions: string: '' headers: X-Request-Id: - - c21a7bb3-8591-403d-a471-db861fe9b212 + - 03b151a7-72f8-4055-a8ad-c5f08a8e58d8 Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -743,10 +391,10 @@ http_interactions: body: encoding: UTF-8 string: | - + bad build configuration, no build type defined or detected - recorded_at: Wed, 22 Feb 2023 17:58:15 GMT + recorded_at: Fri, 24 Feb 2023 12:59:58 GMT - request: method: get uri: http://backend:5352/source/home:other_user/branch_test_package @@ -755,7 +403,7 @@ http_interactions: string: '' headers: X-Request-Id: - - c21a7bb3-8591-403d-a471-db861fe9b212 + - 03b151a7-72f8-4055-a8ad-c5f08a8e58d8 Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -778,11 +426,11 @@ http_interactions: body: encoding: UTF-8 string: | - - - + + + - recorded_at: Wed, 22 Feb 2023 17:58:15 GMT + recorded_at: Fri, 24 Feb 2023 12:59:58 GMT - request: method: post uri: http://backend:5352/source/home:other_user/branch_test_package?cmd=diff&linkrev=base&onlyissues=1&orev=0&view=xml @@ -814,14 +462,14 @@ http_interactions: body: encoding: UTF-8 string: | - + - + - recorded_at: Wed, 22 Feb 2023 17:58:15 GMT + recorded_at: Fri, 24 Feb 2023 12:59:58 GMT - request: method: get uri: http://backend:5352/source/home:Jane/branch_test_package @@ -830,7 +478,7 @@ http_interactions: string: '' headers: X-Request-Id: - - c21a7bb3-8591-403d-a471-db861fe9b212 + - 03b151a7-72f8-4055-a8ad-c5f08a8e58d8 Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -853,16 +501,16 @@ http_interactions: body: encoding: UTF-8 string: | - - - - - + + + + + - recorded_at: Wed, 22 Feb 2023 17:58:15 GMT + recorded_at: Fri, 24 Feb 2023 12:59:58 GMT - request: method: get - uri: http://backend:5352/source/home:Jane/branch_test_package?expand=1&rev=6 + uri: http://backend:5352/source/home:Jane/branch_test_package?expand=1&rev=9 body: encoding: US-ASCII string: '' @@ -889,21 +537,21 @@ http_interactions: body: encoding: UTF-8 string: | - - - - + + + + - recorded_at: Wed, 22 Feb 2023 17:58:16 GMT + recorded_at: Fri, 24 Feb 2023 12:59:58 GMT - request: method: get - uri: http://backend:5352/source/home:Jane/branch_test_package/_history?deleted=1&meta=1&rev=6 + uri: http://backend:5352/source/home:Jane/branch_test_package/_history?deleted=0&meta=0&rev=9 body: encoding: US-ASCII string: '' headers: X-Request-Id: - - c21a7bb3-8591-403d-a471-db861fe9b212 + - 03b151a7-72f8-4055-a8ad-c5f08a8e58d8 Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -922,13 +570,19 @@ http_interactions: Connection: - close Content-Length: - - '31' + - '210' body: encoding: UTF-8 string: | + + 4a4671937cbd5853750eefbb8e913612 + unknown + + Jane + - recorded_at: Wed, 22 Feb 2023 17:58:16 GMT + recorded_at: Fri, 24 Feb 2023 12:59:58 GMT - request: method: get uri: http://backend:5352/source/home:Jane/branch_test_package @@ -937,7 +591,7 @@ http_interactions: string: '' headers: X-Request-Id: - - c21a7bb3-8591-403d-a471-db861fe9b212 + - 03b151a7-72f8-4055-a8ad-c5f08a8e58d8 Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -960,13 +614,13 @@ http_interactions: body: encoding: UTF-8 string: | - - - - - + + + + + - recorded_at: Wed, 22 Feb 2023 17:58:16 GMT + recorded_at: Fri, 24 Feb 2023 12:59:58 GMT - request: method: get uri: http://backend:5352/source/home:Jane/branch_test_package @@ -975,7 +629,7 @@ http_interactions: string: '' headers: X-Request-Id: - - c21a7bb3-8591-403d-a471-db861fe9b212 + - 03b151a7-72f8-4055-a8ad-c5f08a8e58d8 Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -998,47 +652,13 @@ http_interactions: body: encoding: UTF-8 string: | - - - - - + + + + + - recorded_at: Wed, 22 Feb 2023 17:58:16 GMT -- request: - method: get - uri: http://backend:5352/source/home:Jane/branch_test_package/_history?deleted=1&meta=1 - body: - encoding: US-ASCII - string: '' - headers: - X-Request-Id: - - c21a7bb3-8591-403d-a471-db861fe9b212 - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - User-Agent: - - Ruby - response: - status: - code: 200 - message: OK - headers: - Content-Type: - - text/xml - Cache-Control: - - no-cache - Connection: - - close - Content-Length: - - '31' - body: - encoding: UTF-8 - string: | - - - recorded_at: Wed, 22 Feb 2023 17:58:16 GMT + recorded_at: Fri, 24 Feb 2023 12:59:58 GMT - request: method: get uri: http://backend:5352/build/home:Jane/_result?lastbuild=1&locallink=1&multibuild=1&package=branch_test_package&view=status @@ -1047,7 +667,7 @@ http_interactions: string: '' headers: X-Request-Id: - - 43ce2e21-543a-47bd-811a-2553871634bb + - a6de56c4-0aec-4cd4-85fc-ff1774cf684d Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -1072,7 +692,7 @@ http_interactions: string: ' ' - recorded_at: Wed, 22 Feb 2023 17:58:16 GMT + recorded_at: Fri, 24 Feb 2023 12:59:58 GMT - request: method: get uri: http://backend:5352/build/home:Jane/_result?lastbuild=1&locallink=1&multibuild=1&package=branch_test_package&view=status @@ -1081,7 +701,7 @@ http_interactions: string: '' headers: X-Request-Id: - - 27f26996-0b97-4e8b-ac2f-97d3be859d7f + - 5e751f40-9eba-4a9f-b657-502ba751dd2f Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -1106,7 +726,7 @@ http_interactions: string: ' ' - recorded_at: Wed, 22 Feb 2023 17:58:16 GMT + recorded_at: Fri, 24 Feb 2023 12:59:58 GMT - request: method: get uri: http://backend:5352/build/home:Jane/_result?package=branch_test_package&view=status @@ -1115,7 +735,7 @@ http_interactions: string: '' headers: X-Request-Id: - - b188ae6f-9b92-493a-b41b-94cca3cfbd97 + - a91c6523-a999-4ff4-8ecd-7291aa3e2cd5 Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -1140,5 +760,5 @@ http_interactions: string: ' ' - recorded_at: Wed, 22 Feb 2023 17:58:16 GMT + recorded_at: Fri, 24 Feb 2023 12:59:58 GMT recorded_with: VCR 6.1.0 diff --git a/src/api/spec/cassettes/Projects/branching/an_existing_package_but_chose_a_different_target_package_name.yml b/src/api/spec/cassettes/Projects/branching/an_existing_package_but_chose_a_different_target_package_name.yml index fb919253577..c026a158339 100644 --- a/src/api/spec/cassettes/Projects/branching/an_existing_package_but_chose_a_different_target_package_name.yml +++ b/src/api/spec/cassettes/Projects/branching/an_existing_package_but_chose_a_different_target_package_name.yml @@ -1,239 +1,5 @@ --- http_interactions: -- request: - method: put - uri: http://backend:5352/source/home:user_6/_meta?user=user_6 - body: - encoding: UTF-8 - string: | - - - <description/> - <person userid="user_6" 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: - - '134' - body: - encoding: UTF-8 - string: | - <project name="home:user_6"> - <title> - - - - recorded_at: Wed, 22 Feb 2023 17:58:09 GMT -- request: - method: put - uri: http://backend:5352/source/home:Jane/_meta?user=Jane - body: - encoding: UTF-8 - string: | - - - <description/> - <person userid="Jane" 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: - - '130' - body: - encoding: UTF-8 - string: | - <project name="home:Jane"> - <title> - - - - recorded_at: Wed, 22 Feb 2023 17:58:09 GMT -- request: - method: put - uri: http://backend:5352/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: - - '142' - body: - encoding: UTF-8 - string: | - <project name="home:other_user"> - <title> - - - - recorded_at: Wed, 22 Feb 2023 17:58:09 GMT -- request: - method: put - uri: http://backend:5352/source/home:other_user/branch_test_package/_meta?user=user_7 - body: - encoding: UTF-8 - string: | - - Butter In a Lordly Dish - Repudiandae doloribus architecto rerum. - - headers: - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - User-Agent: - - Ruby - response: - status: - code: 200 - message: OK - headers: - Content-Type: - - text/xml - Cache-Control: - - no-cache - Connection: - - close - Content-Length: - - '184' - body: - encoding: UTF-8 - string: | - - Butter In a Lordly Dish - Repudiandae doloribus architecto rerum. - - recorded_at: Wed, 22 Feb 2023 17:58:09 GMT -- request: - method: put - uri: http://backend:5352/source/home:other_user/branch_test_package/_config - body: - encoding: UTF-8 - string: Mollitia officiis voluptatibus. Quidem et commodi. Odit aliquam omnis. - headers: - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - User-Agent: - - Ruby - response: - status: - code: 200 - message: OK - headers: - Content-Type: - - text/xml - Cache-Control: - - no-cache - Connection: - - close - Content-Length: - - '209' - body: - encoding: UTF-8 - string: | - - 1026abbe8ecc0c0cc28ea2ba768fca1d - unknown - - unknown - - - - recorded_at: Wed, 22 Feb 2023 17:58:09 GMT -- request: - method: put - uri: http://backend:5352/source/home:other_user/branch_test_package/somefile.txt - body: - encoding: UTF-8 - string: Ullam cum aut. Explicabo rerum officia. Aut provident est. - headers: - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - User-Agent: - - Ruby - response: - status: - code: 200 - message: OK - headers: - Content-Type: - - text/xml - Cache-Control: - - no-cache - Connection: - - close - Content-Length: - - '209' - body: - encoding: UTF-8 - string: | - - fa0e62a3d7328291097f7c9c0c773f67 - unknown - - unknown - - - - recorded_at: Wed, 22 Feb 2023 17:58:09 GMT - request: method: get uri: http://backend:5352/build/home:Jane/_result?code=unresolvable&view=status @@ -242,7 +8,7 @@ http_interactions: string: '' headers: X-Request-Id: - - 3755889f-550e-48bf-8cbc-7af3b9d6772c + - 2d698351-ac7f-45f3-bed7-b8b5dc69915f Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -267,7 +33,7 @@ http_interactions: string: ' ' - recorded_at: Wed, 22 Feb 2023 17:58:10 GMT + recorded_at: Fri, 24 Feb 2023 13:00:00 GMT - request: method: get uri: http://backend:5352/source/home:Jane/_keyinfo?donotcreatecert=1&withsslcert=1 @@ -276,7 +42,7 @@ http_interactions: string: '' headers: X-Request-Id: - - 3755889f-550e-48bf-8cbc-7af3b9d6772c + - 2d698351-ac7f-45f3-bed7-b8b5dc69915f Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -299,7 +65,7 @@ http_interactions: body: encoding: UTF-8 string: "\n" - recorded_at: Wed, 22 Feb 2023 17:58:10 GMT + recorded_at: Fri, 24 Feb 2023 13:00:00 GMT - request: method: get uri: http://backend:5352/build/home:Jane/_result?view=summary @@ -308,7 +74,7 @@ http_interactions: string: '' headers: X-Request-Id: - - 9d7699c3-8080-4f21-8b4a-683418e64dbb + - b34c602a-ca84-4f83-a651-76258e78c480 Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -333,7 +99,7 @@ http_interactions: string: ' ' - recorded_at: Wed, 22 Feb 2023 17:58:11 GMT + recorded_at: Fri, 24 Feb 2023 13:00:00 GMT - request: method: post uri: http://backend:5352/search/package/id?match=(linkinfo/@package=%22branch_test_package%22%20and%20linkinfo/@project=%22home:other_user%22%20and%20@project=%22home:other_user%22) @@ -367,45 +133,7 @@ http_interactions: string: | - recorded_at: Wed, 22 Feb 2023 17:58:12 GMT -- request: - method: put - uri: http://backend:5352/source/home:Jane/some_different_name/_meta?user=Jane - body: - encoding: UTF-8 - string: | - - Butter In a Lordly Dish - Repudiandae doloribus architecto rerum. - - headers: - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - User-Agent: - - Ruby - response: - status: - code: 200 - message: OK - headers: - Content-Type: - - text/xml - Cache-Control: - - no-cache - Connection: - - close - Content-Length: - - '178' - body: - encoding: UTF-8 - string: | - - Butter In a Lordly Dish - Repudiandae doloribus architecto rerum. - - recorded_at: Wed, 22 Feb 2023 17:58:12 GMT + recorded_at: Fri, 24 Feb 2023 13:00:01 GMT - request: method: post uri: http://backend:5352/source/home:Jane/some_different_name?cmd=branch&noservice=1&opackage=branch_test_package&oproject=home:other_user&user=Jane @@ -437,53 +165,15 @@ http_interactions: body: encoding: UTF-8 string: | - - 70e985d2c7e3e051c2f3f559ce76b209 + + b361dfa65057133b11cf70e16027d989 unknown - + Jane - recorded_at: Wed, 22 Feb 2023 17:58:12 GMT -- request: - method: put - uri: http://backend:5352/source/home:Jane/some_different_name/_meta?user=Jane - body: - encoding: UTF-8 - string: | - - Butter In a Lordly Dish - Repudiandae doloribus architecto rerum. - - headers: - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - User-Agent: - - Ruby - response: - status: - code: 200 - message: OK - headers: - Content-Type: - - text/xml - Cache-Control: - - no-cache - Connection: - - close - Content-Length: - - '178' - body: - encoding: UTF-8 - string: | - - Butter In a Lordly Dish - Repudiandae doloribus architecto rerum. - - recorded_at: Wed, 22 Feb 2023 17:58:12 GMT + recorded_at: Fri, 24 Feb 2023 13:00:01 GMT - request: method: get uri: http://backend:5352/source/home:Jane/some_different_name @@ -513,13 +203,13 @@ http_interactions: body: encoding: UTF-8 string: | - - - - - + + + + + - recorded_at: Wed, 22 Feb 2023 17:58:12 GMT + recorded_at: Fri, 24 Feb 2023 13:00:01 GMT - request: method: get uri: http://backend:5352/source/home:Jane/some_different_name?view=info @@ -528,7 +218,7 @@ http_interactions: string: '' headers: X-Request-Id: - - 50f09237-eaa2-47fb-938c-703405bcb3b0 + - baf67deb-8173-42a8-a0f4-65668566ddc9 Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -551,11 +241,11 @@ http_interactions: body: encoding: UTF-8 string: | - + bad build configuration, no build type defined or detected - recorded_at: Wed, 22 Feb 2023 17:58:12 GMT + recorded_at: Fri, 24 Feb 2023 13:00:01 GMT - request: method: get uri: http://backend:5352/source/home:Jane/some_different_name @@ -564,7 +254,7 @@ http_interactions: string: '' headers: X-Request-Id: - - 50f09237-eaa2-47fb-938c-703405bcb3b0 + - baf67deb-8173-42a8-a0f4-65668566ddc9 Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -587,13 +277,13 @@ http_interactions: body: encoding: UTF-8 string: | - - - - - + + + + + - recorded_at: Wed, 22 Feb 2023 17:58:12 GMT + recorded_at: Fri, 24 Feb 2023 13:00:01 GMT - request: method: post uri: http://backend:5352/source/home:Jane/some_different_name?cmd=diff&linkrev=base&onlyissues=1&orev=0&view=xml @@ -625,14 +315,14 @@ http_interactions: body: encoding: UTF-8 string: | - + - + - recorded_at: Wed, 22 Feb 2023 17:58:12 GMT + recorded_at: Fri, 24 Feb 2023 13:00:01 GMT - request: method: post uri: http://backend:5352/source/home:Jane/some_different_name?cmd=linkdiff&linkrev=base&onlyissues=1&view=xml @@ -664,56 +354,14 @@ http_interactions: body: encoding: UTF-8 string: | - - - + + + - recorded_at: Wed, 22 Feb 2023 17:58:12 GMT -- request: - method: put - uri: http://backend:5352/source/home:Jane/_meta?user=Jane - body: - encoding: UTF-8 - string: | - - - <description/> - <person userid="Jane" role="maintainer"/> - </project> - headers: - X-Request-Id: - - 50f09237-eaa2-47fb-938c-703405bcb3b0 - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - User-Agent: - - Ruby - response: - status: - code: 200 - message: OK - headers: - Content-Type: - - text/xml - Cache-Control: - - no-cache - Connection: - - close - Content-Length: - - '130' - body: - encoding: UTF-8 - string: | - <project name="home:Jane"> - <title> - - - - recorded_at: Wed, 22 Feb 2023 17:58:12 GMT + recorded_at: Fri, 24 Feb 2023 13:00:01 GMT - request: method: get uri: http://backend:5352/source/home:other_user/branch_test_package?view=info @@ -722,7 +370,7 @@ http_interactions: string: '' headers: X-Request-Id: - - 072b87a5-04b1-4805-9578-3de0eabba702 + - 2bd0ac20-f69f-486b-8999-ef551ef8eddd Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -745,10 +393,10 @@ http_interactions: body: encoding: UTF-8 string: | - + bad build configuration, no build type defined or detected - recorded_at: Wed, 22 Feb 2023 17:58:12 GMT + recorded_at: Fri, 24 Feb 2023 13:00:01 GMT - request: method: get uri: http://backend:5352/source/home:other_user/branch_test_package @@ -757,7 +405,7 @@ http_interactions: string: '' headers: X-Request-Id: - - 072b87a5-04b1-4805-9578-3de0eabba702 + - 2bd0ac20-f69f-486b-8999-ef551ef8eddd Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -780,11 +428,11 @@ http_interactions: body: encoding: UTF-8 string: | - - - + + + - recorded_at: Wed, 22 Feb 2023 17:58:12 GMT + recorded_at: Fri, 24 Feb 2023 13:00:01 GMT - request: method: post uri: http://backend:5352/source/home:other_user/branch_test_package?cmd=diff&linkrev=base&onlyissues=1&orev=0&view=xml @@ -807,23 +455,23 @@ http_interactions: headers: Content-Type: - text/xml + Content-Length: + - '331' Cache-Control: - no-cache Connection: - close - Content-Length: - - '331' body: encoding: UTF-8 string: | - + - + - recorded_at: Wed, 22 Feb 2023 17:58:12 GMT + recorded_at: Fri, 24 Feb 2023 13:00:01 GMT - request: method: get uri: http://backend:5352/source/home:Jane/some_different_name @@ -832,7 +480,7 @@ http_interactions: string: '' headers: X-Request-Id: - - 072b87a5-04b1-4805-9578-3de0eabba702 + - 2bd0ac20-f69f-486b-8999-ef551ef8eddd Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -855,16 +503,16 @@ http_interactions: body: encoding: UTF-8 string: | - - - - - + + + + + - recorded_at: Wed, 22 Feb 2023 17:58:12 GMT + recorded_at: Fri, 24 Feb 2023 13:00:01 GMT - request: method: get - uri: http://backend:5352/source/home:Jane/some_different_name?expand=1&rev=4 + uri: http://backend:5352/source/home:Jane/some_different_name?expand=1&rev=5 body: encoding: US-ASCII string: '' @@ -891,21 +539,21 @@ http_interactions: body: encoding: UTF-8 string: | - - - - + + + + - recorded_at: Wed, 22 Feb 2023 17:58:12 GMT + recorded_at: Fri, 24 Feb 2023 13:00:01 GMT - request: method: get - uri: http://backend:5352/source/home:Jane/some_different_name/_history?deleted=1&meta=1&rev=4 + uri: http://backend:5352/source/home:Jane/some_different_name/_history?deleted=0&meta=0&rev=5 body: encoding: US-ASCII string: '' headers: X-Request-Id: - - 072b87a5-04b1-4805-9578-3de0eabba702 + - 2bd0ac20-f69f-486b-8999-ef551ef8eddd Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -924,13 +572,19 @@ http_interactions: Connection: - close Content-Length: - - '31' + - '210' body: encoding: UTF-8 string: | + + b361dfa65057133b11cf70e16027d989 + unknown + + Jane + - recorded_at: Wed, 22 Feb 2023 17:58:12 GMT + recorded_at: Fri, 24 Feb 2023 13:00:01 GMT - request: method: get uri: http://backend:5352/source/home:Jane/some_different_name @@ -939,7 +593,7 @@ http_interactions: string: '' headers: X-Request-Id: - - 072b87a5-04b1-4805-9578-3de0eabba702 + - 2bd0ac20-f69f-486b-8999-ef551ef8eddd Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -962,13 +616,13 @@ http_interactions: body: encoding: UTF-8 string: | - - - - - + + + + + - recorded_at: Wed, 22 Feb 2023 17:58:12 GMT + recorded_at: Fri, 24 Feb 2023 13:00:01 GMT - request: method: get uri: http://backend:5352/source/home:Jane/some_different_name @@ -977,7 +631,7 @@ http_interactions: string: '' headers: X-Request-Id: - - 072b87a5-04b1-4805-9578-3de0eabba702 + - 2bd0ac20-f69f-486b-8999-ef551ef8eddd Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -1000,47 +654,13 @@ http_interactions: body: encoding: UTF-8 string: | - - - - - + + + + + - recorded_at: Wed, 22 Feb 2023 17:58:12 GMT -- request: - method: get - uri: http://backend:5352/source/home:Jane/some_different_name/_history?deleted=1&meta=1 - body: - encoding: US-ASCII - string: '' - headers: - X-Request-Id: - - 072b87a5-04b1-4805-9578-3de0eabba702 - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - User-Agent: - - Ruby - response: - status: - code: 200 - message: OK - headers: - Content-Type: - - text/xml - Cache-Control: - - no-cache - Connection: - - close - Content-Length: - - '31' - body: - encoding: UTF-8 - string: | - - - recorded_at: Wed, 22 Feb 2023 17:58:12 GMT + recorded_at: Fri, 24 Feb 2023 13:00:01 GMT - request: method: get uri: http://backend:5352/build/home:Jane/_result?lastbuild=1&locallink=1&multibuild=1&package=some_different_name&view=status @@ -1049,7 +669,7 @@ http_interactions: string: '' headers: X-Request-Id: - - e6feaed8-4729-423a-8091-4dde19826c92 + - c7eaf5be-e68a-42e2-b6b1-15736ff46dac Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -1074,7 +694,7 @@ http_interactions: string: ' ' - recorded_at: Wed, 22 Feb 2023 17:58:12 GMT + recorded_at: Fri, 24 Feb 2023 13:00:02 GMT - request: method: get uri: http://backend:5352/build/home:Jane/_result?lastbuild=1&locallink=1&multibuild=1&package=some_different_name&view=status @@ -1083,7 +703,7 @@ http_interactions: string: '' headers: X-Request-Id: - - eb09f7f8-e02d-4169-8389-c5c8e020eb5c + - a92eea6b-f9b6-4b68-877a-e8dc5d8ec7a7 Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -1108,7 +728,7 @@ http_interactions: string: ' ' - recorded_at: Wed, 22 Feb 2023 17:58:12 GMT + recorded_at: Fri, 24 Feb 2023 13:00:02 GMT - request: method: get uri: http://backend:5352/build/home:Jane/_result?package=some_different_name&view=status @@ -1117,7 +737,7 @@ http_interactions: string: '' headers: X-Request-Id: - - 1d0a1c7e-43d2-428b-b06f-ce34a9120118 + - 7494d8be-312d-4edf-84b6-3fefa37253b3 Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -1142,5 +762,5 @@ http_interactions: string: ' ' - recorded_at: Wed, 22 Feb 2023 17:58:12 GMT + recorded_at: Fri, 24 Feb 2023 13:00:02 GMT recorded_with: VCR 6.1.0 diff --git a/src/api/spec/cassettes/Projects/branching/an_existing_package_were_the_target_package_already_exists.yml b/src/api/spec/cassettes/Projects/branching/an_existing_package_were_the_target_package_already_exists.yml index fc1171d4c5f..eaf05878e92 100644 --- a/src/api/spec/cassettes/Projects/branching/an_existing_package_were_the_target_package_already_exists.yml +++ b/src/api/spec/cassettes/Projects/branching/an_existing_package_were_the_target_package_already_exists.yml @@ -1,239 +1,5 @@ --- http_interactions: -- request: - method: put - uri: http://backend:5352/source/home:user_10/_meta?user=user_10 - body: - encoding: UTF-8 - string: | - - - <description/> - <person userid="user_10" 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: - - '136' - body: - encoding: UTF-8 - string: | - <project name="home:user_10"> - <title> - - - - recorded_at: Wed, 22 Feb 2023 17:58:16 GMT -- request: - method: put - uri: http://backend:5352/source/home:Jane/_meta?user=Jane - body: - encoding: UTF-8 - string: | - - - <description/> - <person userid="Jane" 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: - - '130' - body: - encoding: UTF-8 - string: | - <project name="home:Jane"> - <title> - - - - recorded_at: Wed, 22 Feb 2023 17:58:17 GMT -- request: - method: put - uri: http://backend:5352/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: - - '142' - body: - encoding: UTF-8 - string: | - <project name="home:other_user"> - <title> - - - - recorded_at: Wed, 22 Feb 2023 17:58:17 GMT -- request: - method: put - uri: http://backend:5352/source/home:other_user/branch_test_package/_meta?user=user_11 - body: - encoding: UTF-8 - string: | - - Dulce et Decorum Est - Facilis vel doloribus sed. - - headers: - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - User-Agent: - - Ruby - response: - status: - code: 200 - message: OK - headers: - Content-Type: - - text/xml - Cache-Control: - - no-cache - Connection: - - close - Content-Length: - - '168' - body: - encoding: UTF-8 - string: | - - Dulce et Decorum Est - Facilis vel doloribus sed. - - recorded_at: Wed, 22 Feb 2023 17:58:17 GMT -- request: - method: put - uri: http://backend:5352/source/home:other_user/branch_test_package/_config - body: - encoding: UTF-8 - string: Quas et ipsam. Excepturi eaque nostrum. Est tenetur magnam. - headers: - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - User-Agent: - - Ruby - response: - status: - code: 200 - message: OK - headers: - Content-Type: - - text/xml - Cache-Control: - - no-cache - Connection: - - close - Content-Length: - - '209' - body: - encoding: UTF-8 - string: | - - 2798510a851154a4cdda70070e70cd22 - unknown - - unknown - - - - recorded_at: Wed, 22 Feb 2023 17:58:17 GMT -- request: - method: put - uri: http://backend:5352/source/home:other_user/branch_test_package/somefile.txt - body: - encoding: UTF-8 - string: Repudiandae quaerat optio. Totam est dolorem. Autem commodi nostrum. - headers: - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - User-Agent: - - Ruby - response: - status: - code: 200 - message: OK - headers: - Content-Type: - - text/xml - Cache-Control: - - no-cache - Connection: - - close - Content-Length: - - '209' - body: - encoding: UTF-8 - string: | - - 86a5600c6ca1c881a77d5e3bcf0a73a0 - unknown - - unknown - - - - recorded_at: Wed, 22 Feb 2023 17:58:17 GMT - request: method: get uri: http://backend:5352/build/home:Jane/_result?code=unresolvable&view=status @@ -242,7 +8,7 @@ http_interactions: string: '' headers: X-Request-Id: - - c4c186cd-7103-4ef8-bdff-876460ecaef9 + - 92137bca-6b8f-4956-be7e-9826256d4095 Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -267,7 +33,7 @@ http_interactions: string: ' ' - recorded_at: Wed, 22 Feb 2023 17:58:18 GMT + recorded_at: Fri, 24 Feb 2023 12:59:54 GMT - request: method: get uri: http://backend:5352/source/home:Jane/_keyinfo?donotcreatecert=1&withsslcert=1 @@ -276,7 +42,7 @@ http_interactions: string: '' headers: X-Request-Id: - - c4c186cd-7103-4ef8-bdff-876460ecaef9 + - 92137bca-6b8f-4956-be7e-9826256d4095 Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -299,7 +65,7 @@ http_interactions: body: encoding: UTF-8 string: "\n" - recorded_at: Wed, 22 Feb 2023 17:58:18 GMT + recorded_at: Fri, 24 Feb 2023 12:59:54 GMT - request: method: get uri: http://backend:5352/build/home:Jane/_result?view=summary @@ -308,7 +74,7 @@ http_interactions: string: '' headers: X-Request-Id: - - 1c3d20a8-03d2-4122-962c-0ac07f56cb68 + - bc202606-c540-4d07-a940-78169272c997 Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -333,121 +99,7 @@ http_interactions: string: ' ' - recorded_at: Wed, 22 Feb 2023 17:58:18 GMT -- request: - method: put - uri: http://backend:5352/source/home:Jane/branch_test_package/_meta?user=Jane - body: - encoding: UTF-8 - string: | - - All Passion Spent - Culpa vero hic et. - - headers: - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - User-Agent: - - Ruby - response: - status: - code: 200 - message: OK - headers: - Content-Type: - - text/xml - Cache-Control: - - no-cache - Connection: - - close - Content-Length: - - '151' - body: - encoding: UTF-8 - string: | - - All Passion Spent - Culpa vero hic et. - - recorded_at: Wed, 22 Feb 2023 17:58:18 GMT -- request: - method: put - uri: http://backend:5352/source/home:Jane/branch_test_package/_config - body: - encoding: UTF-8 - string: Aliquam eos illo. Eveniet est sapiente. Praesentium pariatur voluptate. - headers: - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - User-Agent: - - Ruby - response: - status: - code: 200 - message: OK - headers: - Content-Type: - - text/xml - Cache-Control: - - no-cache - Connection: - - close - Content-Length: - - '207' - body: - encoding: UTF-8 - string: | - - 0d89b1ce03853e1ae7cb41a7bb383143 - unknown - - unknown - - - - recorded_at: Wed, 22 Feb 2023 17:58:18 GMT -- request: - method: put - uri: http://backend:5352/source/home:Jane/branch_test_package/somefile.txt - body: - encoding: UTF-8 - string: Itaque quibusdam commodi. Fugiat eius et. Aut nulla ut. - headers: - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - User-Agent: - - Ruby - response: - status: - code: 200 - message: OK - headers: - Content-Type: - - text/xml - Cache-Control: - - no-cache - Connection: - - close - Content-Length: - - '207' - body: - encoding: UTF-8 - string: | - - 786f5cefe905e953390c86c126dd2ae9 - unknown - - unknown - - - - recorded_at: Wed, 22 Feb 2023 17:58:19 GMT + recorded_at: Fri, 24 Feb 2023 12:59:54 GMT - request: method: post uri: http://backend:5352/search/package/id?match=(linkinfo/@package=%22branch_test_package%22%20and%20linkinfo/@project=%22home:other_user%22%20and%20@project=%22home:other_user%22) @@ -481,7 +133,7 @@ http_interactions: string: | - recorded_at: Wed, 22 Feb 2023 17:58:19 GMT + recorded_at: Fri, 24 Feb 2023 12:59:55 GMT - request: method: get uri: http://backend:5352/source/home:Jane/branch_test_package @@ -490,7 +142,7 @@ http_interactions: string: '' headers: X-Request-Id: - - 7530a85e-e699-4156-8a15-9030d8fff5f7 + - ca1d2b9e-da53-47e2-a28f-57b8a441128d Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -514,12 +166,12 @@ http_interactions: encoding: UTF-8 string: | - + - recorded_at: Wed, 22 Feb 2023 17:58:19 GMT + recorded_at: Fri, 24 Feb 2023 12:59:55 GMT - request: method: get uri: http://backend:5352/source/home:Jane/branch_test_package?expand=1&rev=8 @@ -552,7 +204,7 @@ http_interactions: conflict in file _config - recorded_at: Wed, 22 Feb 2023 17:58:19 GMT + recorded_at: Fri, 24 Feb 2023 12:59:55 GMT - request: method: get uri: http://backend:5352/source/home:Jane/branch_test_package @@ -561,7 +213,7 @@ http_interactions: string: '' headers: X-Request-Id: - - 7530a85e-e699-4156-8a15-9030d8fff5f7 + - ca1d2b9e-da53-47e2-a28f-57b8a441128d Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -585,12 +237,12 @@ http_interactions: encoding: UTF-8 string: | - + - recorded_at: Wed, 22 Feb 2023 17:58:19 GMT + recorded_at: Fri, 24 Feb 2023 12:59:55 GMT - request: method: get uri: http://backend:5352/source/home:Jane/branch_test_package?expand=0&rev=8 @@ -621,12 +273,12 @@ http_interactions: encoding: UTF-8 string: | - + - recorded_at: Wed, 22 Feb 2023 17:58:19 GMT + recorded_at: Fri, 24 Feb 2023 12:59:55 GMT - request: method: get uri: http://backend:5352/source/home:Jane/branch_test_package @@ -635,7 +287,7 @@ http_interactions: string: '' headers: X-Request-Id: - - 7530a85e-e699-4156-8a15-9030d8fff5f7 + - ca1d2b9e-da53-47e2-a28f-57b8a441128d Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -659,21 +311,21 @@ http_interactions: encoding: UTF-8 string: | - + - recorded_at: Wed, 22 Feb 2023 17:58:19 GMT + recorded_at: Fri, 24 Feb 2023 12:59:55 GMT - request: method: get - uri: http://backend:5352/source/home:Jane/branch_test_package/_history?deleted=1&meta=1&rev=8 + uri: http://backend:5352/source/home:Jane/branch_test_package/_history?deleted=0&meta=0&rev=8 body: encoding: US-ASCII string: '' headers: X-Request-Id: - - 7530a85e-e699-4156-8a15-9030d8fff5f7 + - ca1d2b9e-da53-47e2-a28f-57b8a441128d Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -692,13 +344,19 @@ http_interactions: Connection: - close Content-Length: - - '31' + - '213' body: encoding: UTF-8 string: | + + 786f5cefe905e953390c86c126dd2ae9 + unknown + + unknown + - recorded_at: Wed, 22 Feb 2023 17:58:19 GMT + recorded_at: Fri, 24 Feb 2023 12:59:55 GMT - request: method: get uri: http://backend:5352/source/home:Jane/branch_test_package @@ -707,7 +365,7 @@ http_interactions: string: '' headers: X-Request-Id: - - 7530a85e-e699-4156-8a15-9030d8fff5f7 + - ca1d2b9e-da53-47e2-a28f-57b8a441128d Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -731,12 +389,12 @@ http_interactions: encoding: UTF-8 string: | - + - recorded_at: Wed, 22 Feb 2023 17:58:19 GMT + recorded_at: Fri, 24 Feb 2023 12:59:55 GMT - request: method: get uri: http://backend:5352/source/home:Jane/branch_test_package @@ -745,7 +403,7 @@ http_interactions: string: '' headers: X-Request-Id: - - 7530a85e-e699-4156-8a15-9030d8fff5f7 + - ca1d2b9e-da53-47e2-a28f-57b8a441128d Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -769,12 +427,12 @@ http_interactions: encoding: UTF-8 string: | - + - recorded_at: Wed, 22 Feb 2023 17:58:19 GMT + recorded_at: Fri, 24 Feb 2023 12:59:55 GMT - request: method: get uri: http://backend:5352/source/home:Jane/branch_test_package @@ -783,7 +441,7 @@ http_interactions: string: '' headers: X-Request-Id: - - a82265ac-b882-435d-b31c-1050db424868 + - 8d3b59dd-1e58-4581-9463-c2f1be0c60a6 Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -807,12 +465,12 @@ http_interactions: encoding: UTF-8 string: | - + - recorded_at: Wed, 22 Feb 2023 17:58:19 GMT + recorded_at: Fri, 24 Feb 2023 12:59:55 GMT - request: method: get uri: http://backend:5352/build/home:Jane/_result?lastbuild=1&locallink=1&multibuild=1&package=branch_test_package&view=status @@ -821,7 +479,7 @@ http_interactions: string: '' headers: X-Request-Id: - - a82265ac-b882-435d-b31c-1050db424868 + - 8d3b59dd-1e58-4581-9463-c2f1be0c60a6 Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -846,7 +504,7 @@ http_interactions: string: ' ' - recorded_at: Wed, 22 Feb 2023 17:58:19 GMT + recorded_at: Fri, 24 Feb 2023 12:59:55 GMT - request: method: get uri: http://backend:5352/source/home:Jane/branch_test_package @@ -855,7 +513,7 @@ http_interactions: string: '' headers: X-Request-Id: - - 679649ae-51f2-4f78-bbbd-ed7276c84623 + - b15e6e03-84f4-4bc6-8c83-fe3d6ba65fdd Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -879,12 +537,12 @@ http_interactions: encoding: UTF-8 string: | - + - recorded_at: Wed, 22 Feb 2023 17:58:19 GMT + recorded_at: Fri, 24 Feb 2023 12:59:55 GMT - request: method: get uri: http://backend:5352/build/home:Jane/_result?lastbuild=1&locallink=1&multibuild=1&package=branch_test_package&view=status @@ -893,7 +551,7 @@ http_interactions: string: '' headers: X-Request-Id: - - 679649ae-51f2-4f78-bbbd-ed7276c84623 + - b15e6e03-84f4-4bc6-8c83-fe3d6ba65fdd Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -918,7 +576,7 @@ http_interactions: string: ' ' - recorded_at: Wed, 22 Feb 2023 17:58:19 GMT + recorded_at: Fri, 24 Feb 2023 12:59:55 GMT - request: method: get uri: http://backend:5352/build/home:Jane/_result?package=branch_test_package&view=status @@ -927,7 +585,7 @@ http_interactions: string: '' headers: X-Request-Id: - - 133f18b3-b1eb-42de-9ddf-458042a94099 + - 8cde9def-fa17-44f2-8b0a-1760d383334a Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -952,5 +610,5 @@ http_interactions: string: ' ' - recorded_at: Wed, 22 Feb 2023 17:58:20 GMT + recorded_at: Fri, 24 Feb 2023 12:59:55 GMT recorded_with: VCR 6.1.0 diff --git a/src/api/spec/cassettes/Watchlists/add_and_remove_items_from_watchlist.yml b/src/api/spec/cassettes/Watchlists/add_and_remove_items_from_watchlist.yml index da5f3c9ff83..5a37d3dd127 100644 --- a/src/api/spec/cassettes/Watchlists/add_and_remove_items_from_watchlist.yml +++ b/src/api/spec/cassettes/Watchlists/add_and_remove_items_from_watchlist.yml @@ -39,7 +39,7 @@ http_interactions: - recorded_at: Wed, 22 Feb 2023 18:11:14 GMT + recorded_at: Fri, 24 Feb 2023 13:40:22 GMT - request: method: put uri: http://backend:5352/source/watchlist_test_project_a/_meta?user=kody @@ -47,7 +47,7 @@ http_interactions: encoding: UTF-8 string: | - An Instant In The Wind + Edna O'Brien headers: @@ -69,15 +69,15 @@ http_interactions: Connection: - close Content-Length: - - '123' + - '113' body: encoding: UTF-8 string: | - An Instant In The Wind + Edna O'Brien - recorded_at: Wed, 22 Feb 2023 18:11:21 GMT + recorded_at: Fri, 24 Feb 2023 13:40:23 GMT - request: method: get uri: http://backend:5352/build/watchlist_test_project_a/_result?code=unresolvable&view=status @@ -86,7 +86,7 @@ http_interactions: string: '' headers: X-Request-Id: - - 3a46f28b-6f20-42b0-a0b4-198486d1019a + - 9bed8f8a-1b32-477f-b3f7-86ef25485b20 Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -111,7 +111,7 @@ http_interactions: string: ' ' - recorded_at: Wed, 22 Feb 2023 18:11:21 GMT + recorded_at: Fri, 24 Feb 2023 13:40:23 GMT - request: method: get uri: http://backend:5352/build/watchlist_test_project_a/_result?view=summary @@ -120,7 +120,7 @@ http_interactions: string: '' headers: X-Request-Id: - - 8340be00-22fa-447c-9bad-7cb88c20622a + - 37012af7-5192-4c67-8bb9-ff31b165bc3b Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -145,7 +145,7 @@ http_interactions: string: ' ' - recorded_at: Wed, 22 Feb 2023 18:11:22 GMT + recorded_at: Fri, 24 Feb 2023 13:40:23 GMT - request: method: put uri: http://backend:5352/source/watchlist_test_project_b/_meta?user=kody @@ -153,7 +153,7 @@ http_interactions: encoding: UTF-8 string: | - The Moving Finger + O Pioneers! headers: @@ -175,15 +175,15 @@ http_interactions: Connection: - close Content-Length: - - '118' + - '112' body: encoding: UTF-8 string: | - The Moving Finger + O Pioneers! - recorded_at: Wed, 22 Feb 2023 18:11:22 GMT + recorded_at: Fri, 24 Feb 2023 13:40:24 GMT - request: method: get uri: http://backend:5352/build/watchlist_test_project_b/_result?code=unresolvable&view=status @@ -192,7 +192,7 @@ http_interactions: string: '' headers: X-Request-Id: - - 07f748c9-b1d6-49a7-8f3a-4cc4c19bc534 + - fcfb4a52-d81e-477d-8b73-3591ebd80118 Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -217,7 +217,7 @@ http_interactions: string: ' ' - recorded_at: Wed, 22 Feb 2023 18:11:22 GMT + recorded_at: Fri, 24 Feb 2023 13:40:24 GMT - request: method: get uri: http://backend:5352/build/watchlist_test_project_b/_result?view=summary @@ -226,7 +226,7 @@ http_interactions: string: '' headers: X-Request-Id: - - 295eabea-eca3-4fae-ba6a-5bf7be411756 + - 3125c9a6-cf0e-4c5f-882e-51c2fa87373f Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -251,7 +251,7 @@ http_interactions: string: ' ' - recorded_at: Wed, 22 Feb 2023 18:11:23 GMT + recorded_at: Fri, 24 Feb 2023 13:40:24 GMT - request: method: put uri: http://backend:5352/source/watchlist_test_project_a/watchlist_test_package/_meta?user=kody @@ -259,8 +259,8 @@ http_interactions: encoding: UTF-8 string: | - No Country for Old Men - Doloribus maxime explicabo labore. + I Will Fear No Evil + At velit hic veniam. headers: Accept-Encoding: @@ -281,15 +281,15 @@ http_interactions: Connection: - close Content-Length: - - '190' + - '173' body: encoding: UTF-8 string: | - No Country for Old Men - Doloribus maxime explicabo labore. + I Will Fear No Evil + At velit hic veniam. - recorded_at: Wed, 22 Feb 2023 18:11:23 GMT + recorded_at: Fri, 24 Feb 2023 13:40:24 GMT - request: method: get uri: http://backend:5352/source/watchlist_test_project_a/watchlist_test_package @@ -298,7 +298,7 @@ http_interactions: string: '' headers: X-Request-Id: - - 52ace113-062b-4af2-8348-e7be403d7c17 + - ded3efc9-67f7-44b1-9c50-8cc8e3bb2bcd Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -323,7 +323,7 @@ http_interactions: string: | - recorded_at: Wed, 22 Feb 2023 18:11:23 GMT + recorded_at: Fri, 24 Feb 2023 13:40:25 GMT - request: method: get uri: http://backend:5352/source/watchlist_test_project_a/watchlist_test_package?expand=1 @@ -355,16 +355,16 @@ http_interactions: string: | - recorded_at: Wed, 22 Feb 2023 18:11:23 GMT + recorded_at: Fri, 24 Feb 2023 13:40:25 GMT - request: method: get - uri: http://backend:5352/source/watchlist_test_project_a/watchlist_test_package/_history?deleted=1&meta=1 + uri: http://backend:5352/source/watchlist_test_project_a/watchlist_test_package/_history?deleted=0&meta=0 body: encoding: US-ASCII string: '' headers: X-Request-Id: - - 52ace113-062b-4af2-8348-e7be403d7c17 + - ded3efc9-67f7-44b1-9c50-8cc8e3bb2bcd Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -389,7 +389,7 @@ http_interactions: string: | - recorded_at: Wed, 22 Feb 2023 18:11:23 GMT + recorded_at: Fri, 24 Feb 2023 13:40:25 GMT - request: method: get uri: http://backend:5352/source/watchlist_test_project_a/watchlist_test_package @@ -398,7 +398,7 @@ http_interactions: string: '' headers: X-Request-Id: - - 2269ee52-89ca-4b17-b504-6adc70be9404 + - c275eb77-084a-4cae-b035-86da835e77e7 Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -423,7 +423,7 @@ http_interactions: string: | - recorded_at: Wed, 22 Feb 2023 18:11:23 GMT + recorded_at: Fri, 24 Feb 2023 13:40:25 GMT - request: method: get uri: http://backend:5352/build/watchlist_test_project_a/_result?lastbuild=1&locallink=1&multibuild=1&package=watchlist_test_package&view=status @@ -432,7 +432,7 @@ http_interactions: string: '' headers: X-Request-Id: - - 2269ee52-89ca-4b17-b504-6adc70be9404 + - c275eb77-084a-4cae-b035-86da835e77e7 Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -457,7 +457,7 @@ http_interactions: string: ' ' - recorded_at: Wed, 22 Feb 2023 18:11:23 GMT + recorded_at: Fri, 24 Feb 2023 13:40:25 GMT - request: method: get uri: http://backend:5352/source/watchlist_test_project_a/watchlist_test_package @@ -466,7 +466,7 @@ http_interactions: string: '' headers: X-Request-Id: - - f038950e-b898-4f48-a74c-f8ade4347e39 + - de416068-b072-46c0-8703-f01db5db05e0 Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -491,7 +491,7 @@ http_interactions: string: | - recorded_at: Wed, 22 Feb 2023 18:11:23 GMT + recorded_at: Fri, 24 Feb 2023 13:40:25 GMT - request: method: get uri: http://backend:5352/build/watchlist_test_project_a/_result?lastbuild=1&locallink=1&multibuild=1&package=watchlist_test_package&view=status @@ -500,7 +500,7 @@ http_interactions: string: '' headers: X-Request-Id: - - f038950e-b898-4f48-a74c-f8ade4347e39 + - de416068-b072-46c0-8703-f01db5db05e0 Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -525,7 +525,7 @@ http_interactions: string: ' ' - recorded_at: Wed, 22 Feb 2023 18:11:23 GMT + recorded_at: Fri, 24 Feb 2023 13:40:25 GMT - request: method: get uri: http://backend:5352/build/watchlist_test_project_a/_result?package=watchlist_test_package&view=status @@ -534,7 +534,7 @@ http_interactions: string: '' headers: X-Request-Id: - - c7cc673d-61a2-4d91-8b02-c6113f2269a2 + - 4f4fa528-37e8-492f-9d77-c26b0b5b8beb Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -559,5 +559,5 @@ http_interactions: string: ' ' - recorded_at: Wed, 22 Feb 2023 18:11:23 GMT + recorded_at: Fri, 24 Feb 2023 13:40:25 GMT recorded_with: VCR 6.1.0 diff --git a/src/api/spec/cassettes/Webui_PackageController/GET_show/revision_handling/with_a_rev_parameter_with_existent_revision/1_4_5_1_1.yml b/src/api/spec/cassettes/Webui_PackageController/GET_show/revision_handling/with_a_rev_parameter_with_existent_revision/1_4_5_1_1.yml index 31b6e9aa84d..30c92381482 100644 --- a/src/api/spec/cassettes/Webui_PackageController/GET_show/revision_handling/with_a_rev_parameter_with_existent_revision/1_4_5_1_1.yml +++ b/src/api/spec/cassettes/Webui_PackageController/GET_show/revision_handling/with_a_rev_parameter_with_existent_revision/1_4_5_1_1.yml @@ -39,16 +39,16 @@ http_interactions: - recorded_at: Wed, 22 Feb 2023 17:58:20 GMT + recorded_at: Fri, 24 Feb 2023 14:16:54 GMT - request: method: put - uri: http://backend:5352/source/home:tom/rev_package/_meta?user=user_13 + uri: http://backend:5352/source/home:tom/rev_package/_meta?user=user_4 body: encoding: UTF-8 string: | - A Monstrous Regiment of Women - Quod quaerat doloremque repudiandae. + Carrion Comfort + Corporis rem quidem sit. headers: Accept-Encoding: @@ -69,15 +69,15 @@ http_interactions: Connection: - close Content-Length: - - '172' + - '146' body: encoding: UTF-8 string: | - A Monstrous Regiment of Women - Quod quaerat doloremque repudiandae. + Carrion Comfort + Corporis rem quidem sit. - recorded_at: Wed, 22 Feb 2023 17:58:20 GMT + recorded_at: Fri, 24 Feb 2023 14:16:54 GMT - request: method: put uri: http://backend:5352/source/home:tom/rev_package/somefile.txt @@ -110,12 +110,12 @@ http_interactions: cabf9a1f9a0b7c19d4f7ff46166f4ee0 unknown - + unknown - recorded_at: Wed, 22 Feb 2023 17:58:20 GMT + recorded_at: Fri, 24 Feb 2023 14:16:54 GMT - request: method: put uri: http://backend:5352/source/home:tom/rev_package/somefile.txt @@ -148,12 +148,12 @@ http_interactions: efbe5f0a5dd48df5129b4319df43aa45 unknown - + unknown - recorded_at: Wed, 22 Feb 2023 17:58:20 GMT + recorded_at: Fri, 24 Feb 2023 14:16:54 GMT - request: method: put uri: http://backend:5352/source/home:tom/rev_package/somefile.txt @@ -186,12 +186,12 @@ http_interactions: 6ba292a7c75f8b46e4d39ac7cb20ebcd unknown - + unknown - recorded_at: Wed, 22 Feb 2023 17:58:20 GMT + recorded_at: Fri, 24 Feb 2023 14:16:54 GMT - request: method: get uri: http://backend:5352/source/home:tom/rev_package @@ -224,7 +224,7 @@ http_interactions: - recorded_at: Wed, 22 Feb 2023 17:58:20 GMT + recorded_at: Fri, 24 Feb 2023 14:16:54 GMT - request: method: get uri: http://backend:5352/source/home:tom/rev_package?expand=1&rev=2 @@ -257,10 +257,10 @@ http_interactions: - recorded_at: Wed, 22 Feb 2023 17:58:20 GMT + recorded_at: Fri, 24 Feb 2023 14:16:54 GMT - request: method: get - uri: http://backend:5352/source/home:tom/rev_package/_history?deleted=1&meta=1&rev=2 + uri: http://backend:5352/source/home:tom/rev_package/_history?deleted=0&meta=0&rev=2 body: encoding: US-ASCII string: '' @@ -283,16 +283,22 @@ http_interactions: Connection: - close Content-Length: - - '31' + - '213' body: encoding: UTF-8 string: | + + efbe5f0a5dd48df5129b4319df43aa45 + unknown + + unknown + - recorded_at: Wed, 22 Feb 2023 17:58:20 GMT + recorded_at: Fri, 24 Feb 2023 14:16:54 GMT - request: method: delete - uri: http://backend:5352/source/home:tom/rev_package?comment&user=user_13 + uri: http://backend:5352/source/home:tom/rev_package?comment&user=user_4 body: encoding: US-ASCII string: '' @@ -321,5 +327,5 @@ http_interactions: string: ' ' - recorded_at: Wed, 22 Feb 2023 17:58:20 GMT + recorded_at: Fri, 24 Feb 2023 14:16:54 GMT recorded_with: VCR 6.1.0 diff --git a/src/api/spec/cassettes/Webui_PackageController/GET_show/revision_handling/with_a_rev_parameter_with_existent_revision/1_4_5_1_2.yml b/src/api/spec/cassettes/Webui_PackageController/GET_show/revision_handling/with_a_rev_parameter_with_existent_revision/1_4_5_1_2.yml index 5ff90bf17db..c557b75f8d1 100644 --- a/src/api/spec/cassettes/Webui_PackageController/GET_show/revision_handling/with_a_rev_parameter_with_existent_revision/1_4_5_1_2.yml +++ b/src/api/spec/cassettes/Webui_PackageController/GET_show/revision_handling/with_a_rev_parameter_with_existent_revision/1_4_5_1_2.yml @@ -39,16 +39,16 @@ http_interactions: - recorded_at: Wed, 22 Feb 2023 17:58:21 GMT + recorded_at: Fri, 24 Feb 2023 13:42:10 GMT - request: method: put - uri: http://backend:5352/source/home:tom/rev_package/_meta?user=user_14 + uri: http://backend:5352/source/home:tom/rev_package/_meta?user=user_1 body: encoding: UTF-8 string: | - For a Breath I Tarry - Atque aut qui dicta. + Beneath the Bleeding + Fugiat consectetur vel quis. headers: Accept-Encoding: @@ -69,15 +69,15 @@ http_interactions: Connection: - close Content-Length: - - '147' + - '155' body: encoding: UTF-8 string: | - For a Breath I Tarry - Atque aut qui dicta. + Beneath the Bleeding + Fugiat consectetur vel quis. - recorded_at: Wed, 22 Feb 2023 17:58:21 GMT + recorded_at: Fri, 24 Feb 2023 13:42:10 GMT - request: method: put uri: http://backend:5352/source/home:tom/rev_package/somefile.txt @@ -110,12 +110,12 @@ http_interactions: cabf9a1f9a0b7c19d4f7ff46166f4ee0 unknown - + unknown - recorded_at: Wed, 22 Feb 2023 17:58:21 GMT + recorded_at: Fri, 24 Feb 2023 13:42:10 GMT - request: method: put uri: http://backend:5352/source/home:tom/rev_package/somefile.txt @@ -148,12 +148,12 @@ http_interactions: efbe5f0a5dd48df5129b4319df43aa45 unknown - + unknown - recorded_at: Wed, 22 Feb 2023 17:58:21 GMT + recorded_at: Fri, 24 Feb 2023 13:42:10 GMT - request: method: put uri: http://backend:5352/source/home:tom/rev_package/somefile.txt @@ -186,12 +186,12 @@ http_interactions: 6ba292a7c75f8b46e4d39ac7cb20ebcd unknown - + unknown - recorded_at: Wed, 22 Feb 2023 17:58:21 GMT + recorded_at: Fri, 24 Feb 2023 13:42:10 GMT - request: method: get uri: http://backend:5352/source/home:tom/rev_package @@ -224,7 +224,7 @@ http_interactions: - recorded_at: Wed, 22 Feb 2023 17:58:21 GMT + recorded_at: Fri, 24 Feb 2023 13:42:10 GMT - request: method: get uri: http://backend:5352/source/home:tom/rev_package?expand=1&rev=2 @@ -257,10 +257,10 @@ http_interactions: - recorded_at: Wed, 22 Feb 2023 17:58:21 GMT + recorded_at: Fri, 24 Feb 2023 13:42:10 GMT - request: method: get - uri: http://backend:5352/source/home:tom/rev_package/_history?deleted=1&meta=1&rev=2 + uri: http://backend:5352/source/home:tom/rev_package/_history?deleted=0&meta=0&rev=2 body: encoding: US-ASCII string: '' @@ -283,23 +283,22 @@ http_interactions: Connection: - close Content-Length: - - '230' + - '213' body: encoding: UTF-8 string: | - - 28ac64e62fc06376cc63d2490080695c - - - user_13 - 1 + + efbe5f0a5dd48df5129b4319df43aa45 + unknown + + unknown - recorded_at: Wed, 22 Feb 2023 17:58:21 GMT + recorded_at: Fri, 24 Feb 2023 13:42:10 GMT - request: method: delete - uri: http://backend:5352/source/home:tom/rev_package?comment&user=user_14 + uri: http://backend:5352/source/home:tom/rev_package?comment&user=user_1 body: encoding: US-ASCII string: '' @@ -328,5 +327,5 @@ http_interactions: string: ' ' - recorded_at: Wed, 22 Feb 2023 17:58:21 GMT + recorded_at: Fri, 24 Feb 2023 13:42:10 GMT recorded_with: VCR 6.1.0 diff --git a/src/api/spec/cassettes/Webui_PackageController/GET_show/with_a_package_that_has_a_broken_service/1_4_3_1.yml b/src/api/spec/cassettes/Webui_PackageController/GET_show/with_a_package_that_has_a_broken_service/1_4_3_1.yml index 9447a611d0e..c5dbc4e2681 100644 --- a/src/api/spec/cassettes/Webui_PackageController/GET_show/with_a_package_that_has_a_broken_service/1_4_3_1.yml +++ b/src/api/spec/cassettes/Webui_PackageController/GET_show/with_a_package_that_has_a_broken_service/1_4_3_1.yml @@ -328,7 +328,7 @@ http_interactions: recorded_at: Fri, 05 Jun 2020 11:30:00 GMT - request: method: get - uri: http://backend:5352/source/home:tom/package_with_broken_service/_history?deleted=1&meta=1&rev=2 + uri: http://backend:5352/source/home:tom/package_with_broken_service/_history?deleted=0&meta=0&rev=2 body: encoding: US-ASCII string: '' diff --git a/src/api/spec/cassettes/Webui_PackageController/GET_show/with_a_package_that_has_a_broken_service/1_4_3_2.yml b/src/api/spec/cassettes/Webui_PackageController/GET_show/with_a_package_that_has_a_broken_service/1_4_3_2.yml index aa892b339ed..b52a226f981 100644 --- a/src/api/spec/cassettes/Webui_PackageController/GET_show/with_a_package_that_has_a_broken_service/1_4_3_2.yml +++ b/src/api/spec/cassettes/Webui_PackageController/GET_show/with_a_package_that_has_a_broken_service/1_4_3_2.yml @@ -328,7 +328,7 @@ http_interactions: recorded_at: Fri, 05 Jun 2020 11:29:59 GMT - request: method: get - uri: http://backend:5352/source/home:tom/package_with_broken_service/_history?deleted=1&meta=1&rev=1 + uri: http://backend:5352/source/home:tom/package_with_broken_service/_history?deleted=0&meta=0&rev=1 body: encoding: US-ASCII string: '' diff --git a/src/api/spec/cassettes/Webui_PackageController/GET_show/with_a_valid_package/assigns_package.yml b/src/api/spec/cassettes/Webui_PackageController/GET_show/with_a_valid_package/assigns_package.yml index 1890681ef3f..b9f3702c72f 100644 --- a/src/api/spec/cassettes/Webui_PackageController/GET_show/with_a_valid_package/assigns_package.yml +++ b/src/api/spec/cassettes/Webui_PackageController/GET_show/with_a_valid_package/assigns_package.yml @@ -1,83 +1,5 @@ --- http_interactions: -- request: - method: put - uri: http://backend:5352/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: - - '128' - body: - encoding: UTF-8 - string: | - <project name="home:tom"> - <title> - - - - recorded_at: Wed, 22 Feb 2023 17:58:20 GMT -- request: - method: put - uri: http://backend:5352/source/home:tom/my_package/_meta?user=user_12 - body: - encoding: UTF-8 - string: | - - The Monkey's Raincoat - Quae eaque repellendus facere. - - headers: - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - User-Agent: - - Ruby - response: - status: - code: 200 - message: OK - headers: - Content-Type: - - text/xml - Cache-Control: - - no-cache - Connection: - - close - Content-Length: - - '157' - body: - encoding: UTF-8 - string: | - - The Monkey's Raincoat - Quae eaque repellendus facere. - - recorded_at: Wed, 22 Feb 2023 17:58:20 GMT - request: method: get uri: http://backend:5352/source/home:tom/my_package @@ -108,7 +30,7 @@ http_interactions: encoding: ASCII-8BIT string: !binary |- PGRpcmVjdG9yeSBuYW1lPSJteV9wYWNrYWdlIiByZXY9IjEyIiB2cmV2PSIxMiIgc3JjbWQ1PSIyNTA2ZGJhY2EyMGNkOWZlYzgwZDMwZDdhMGM1MDlhYyI+CiAgPGVudHJ5IG5hbWU9Im5ld2x5X2NyZWF0ZWRfZmlsZSIgbWQ1PSJkNDFkOGNkOThmMDBiMjA0ZTk4MDA5OThlY2Y4NDI3ZSIgc2l6ZT0iMCIgbXRpbWU9IjE2NzQ4MjY2MzIiLz4KICA8ZW50cnkgbmFtZT0i5a2m5Lmg5oC757uTIiBtZDU9IjZiYTE2N2Q3MmU5Y2M2MDEwOGE3NTY3Y2RhZWM3MjBmIiBzaXplPSI5NzciIG10aW1lPSIxNjc0ODI5MTU3Ii8+CjwvZGlyZWN0b3J5Pgo= - recorded_at: Wed, 22 Feb 2023 17:58:20 GMT + recorded_at: Fri, 24 Feb 2023 13:03:15 GMT - request: method: get uri: http://backend:5352/source/home:tom/my_package?expand=1&rev=12 @@ -139,10 +61,10 @@ http_interactions: encoding: ASCII-8BIT string: !binary |- PGRpcmVjdG9yeSBuYW1lPSJteV9wYWNrYWdlIiByZXY9IjEyIiB2cmV2PSIxMiIgc3JjbWQ1PSIyNTA2ZGJhY2EyMGNkOWZlYzgwZDMwZDdhMGM1MDlhYyI+CiAgPGVudHJ5IG5hbWU9Im5ld2x5X2NyZWF0ZWRfZmlsZSIgbWQ1PSJkNDFkOGNkOThmMDBiMjA0ZTk4MDA5OThlY2Y4NDI3ZSIgc2l6ZT0iMCIgbXRpbWU9IjE2NzQ4MjY2MzIiLz4KICA8ZW50cnkgbmFtZT0i5a2m5Lmg5oC757uTIiBtZDU9IjZiYTE2N2Q3MmU5Y2M2MDEwOGE3NTY3Y2RhZWM3MjBmIiBzaXplPSI5NzciIG10aW1lPSIxNjc0ODI5MTU3Ii8+CjwvZGlyZWN0b3J5Pgo= - recorded_at: Wed, 22 Feb 2023 17:58:20 GMT + recorded_at: Fri, 24 Feb 2023 13:03:15 GMT - request: method: get - uri: http://backend:5352/source/home:tom/my_package/_history?deleted=1&meta=1&rev=12 + uri: http://backend:5352/source/home:tom/my_package/_history?deleted=0&meta=0&rev=12 body: encoding: US-ASCII string: '' @@ -165,17 +87,17 @@ http_interactions: Connection: - close Content-Length: - - '202' + - '211' body: encoding: UTF-8 string: | - - 80e0775da94377ec751b04b75935160f - - + + 2506dbaca20cd9fec80d30d7a0c509ac + unknown + tom - recorded_at: Wed, 22 Feb 2023 17:58:20 GMT + recorded_at: Fri, 24 Feb 2023 13:03:15 GMT recorded_with: VCR 6.1.0