From d4ea54e0d8b3cd7a375e144141a92c6fcad3bf5c Mon Sep 17 00:00:00 2001 From: Victor Pereira Date: Thu, 6 Sep 2018 09:49:59 +0200 Subject: [PATCH] Move Status#project to its own controller The action `Status#project` was moved to the controller `StatusProject#show` --- src/api/app/controllers/status_controller.rb | 40 - .../controllers/status_project_controller.rb | 42 + .../_package.xml.builder | 0 .../show.xml.builder} | 0 src/api/config/routes.rb | 4 +- .../with_a_develpackage/1_1_4_1.yml | 1018 ---------------- .../with_a_develpackage/1_1_4_2.yml | 1022 ----------------- .../1_1_8_2_1.yml | 767 ------------- .../1_1_8_1_1.yml | 832 -------------- .../with_default_attributes/1_1_1_1.yml | 530 --------- .../with_default_attributes/1_1_1_2.yml | 528 --------- .../with_default_attributes/1_1_1_3.yml | 529 --------- .../with_default_attributes/1_1_1_4.yml | 530 --------- .../with_default_attributes/1_1_1_5.yml | 532 --------- .../with_default_attributes/1_1_1_6.yml | 530 --------- .../with_default_attributes/1_1_1_7.yml | 531 --------- .../with_default_attributes/1_1_1_8.yml | 532 --------- .../GET_project/with_errors/1_1_7_1.yml | 491 -------- .../GET_project/with_failures/1_1_3_1.yml | 529 --------- .../GET_project/with_groups/1_1_6_1.yml | 493 -------- .../GET_project/with_groups/1_1_6_2.yml | 492 -------- .../GET_project/with_persons/1_1_5_1.yml | 531 --------- .../GET_project/with_persons/1_1_5_2.yml | 530 --------- .../with_verifymd5_attribute/1_1_2_1.yml | 492 -------- .../1_1_8_2_1.yml | 110 ++ .../1_1_8_1_1.yml | 110 ++ .../GET_show/with_a_develpackage/1_1_4_1.yml | 283 +++++ .../GET_show/with_a_develpackage/1_1_4_2.yml | 283 +++++ .../1_1_8_2_1.yml | 143 +++ .../1_1_8_1_1.yml | 250 ++++ .../with_default_attributes/1_1_1_1.yml | 143 +++ .../with_default_attributes/1_1_1_2.yml | 143 +++ .../with_default_attributes/1_1_1_3.yml | 143 +++ .../with_default_attributes/1_1_1_4.yml | 143 +++ .../with_default_attributes/1_1_1_5.yml | 143 +++ .../with_default_attributes/1_1_1_6.yml | 143 +++ .../with_default_attributes/1_1_1_7.yml | 143 +++ .../with_default_attributes/1_1_1_8.yml | 143 +++ .../GET_show/with_errors/1_1_7_1.yml | 143 +++ .../GET_show/with_failures/1_1_3_1.yml | 143 +++ .../GET_show/with_groups/1_1_6_1.yml | 143 +++ .../GET_show/with_groups/1_1_6_2.yml | 143 +++ .../GET_show/with_persons/1_1_5_1.yml | 143 +++ .../GET_show/with_persons/1_1_5_2.yml | 143 +++ .../with_verifymd5_attribute/1_1_2_1.yml | 143 +++ ...c.rb => status_project_controller_spec.rb} | 26 +- 46 files changed, 3380 insertions(+), 11495 deletions(-) create mode 100644 src/api/app/controllers/status_project_controller.rb rename src/api/app/views/{status => status_project}/_package.xml.builder (100%) rename src/api/app/views/{status/project.xml.builder => status_project/show.xml.builder} (100%) delete mode 100644 src/api/spec/cassettes/StatusController/GET_project/with_a_develpackage/1_1_4_1.yml delete mode 100644 src/api/spec/cassettes/StatusController/GET_project/with_a_develpackage/1_1_4_2.yml delete mode 100644 src/api/spec/cassettes/StatusController/GET_project/with_a_link/to_a_package_in_a_different_project/1_1_8_2_1.yml delete mode 100644 src/api/spec/cassettes/StatusController/GET_project/with_a_link/to_a_package_in_the_same_project/1_1_8_1_1.yml delete mode 100644 src/api/spec/cassettes/StatusController/GET_project/with_default_attributes/1_1_1_1.yml delete mode 100644 src/api/spec/cassettes/StatusController/GET_project/with_default_attributes/1_1_1_2.yml delete mode 100644 src/api/spec/cassettes/StatusController/GET_project/with_default_attributes/1_1_1_3.yml delete mode 100644 src/api/spec/cassettes/StatusController/GET_project/with_default_attributes/1_1_1_4.yml delete mode 100644 src/api/spec/cassettes/StatusController/GET_project/with_default_attributes/1_1_1_5.yml delete mode 100644 src/api/spec/cassettes/StatusController/GET_project/with_default_attributes/1_1_1_6.yml delete mode 100644 src/api/spec/cassettes/StatusController/GET_project/with_default_attributes/1_1_1_7.yml delete mode 100644 src/api/spec/cassettes/StatusController/GET_project/with_default_attributes/1_1_1_8.yml delete mode 100644 src/api/spec/cassettes/StatusController/GET_project/with_errors/1_1_7_1.yml delete mode 100644 src/api/spec/cassettes/StatusController/GET_project/with_failures/1_1_3_1.yml delete mode 100644 src/api/spec/cassettes/StatusController/GET_project/with_groups/1_1_6_1.yml delete mode 100644 src/api/spec/cassettes/StatusController/GET_project/with_groups/1_1_6_2.yml delete mode 100644 src/api/spec/cassettes/StatusController/GET_project/with_persons/1_1_5_1.yml delete mode 100644 src/api/spec/cassettes/StatusController/GET_project/with_persons/1_1_5_2.yml delete mode 100644 src/api/spec/cassettes/StatusController/GET_project/with_verifymd5_attribute/1_1_2_1.yml create mode 100644 src/api/spec/cassettes/StatusProjectController/GET_project/with_a_link/to_a_package_in_a_different_project/1_1_8_2_1.yml create mode 100644 src/api/spec/cassettes/StatusProjectController/GET_project/with_a_link/to_a_package_in_the_same_project/1_1_8_1_1.yml create mode 100644 src/api/spec/cassettes/StatusProjectController/GET_show/with_a_develpackage/1_1_4_1.yml create mode 100644 src/api/spec/cassettes/StatusProjectController/GET_show/with_a_develpackage/1_1_4_2.yml create mode 100644 src/api/spec/cassettes/StatusProjectController/GET_show/with_a_link/to_a_package_in_a_different_project/1_1_8_2_1.yml create mode 100644 src/api/spec/cassettes/StatusProjectController/GET_show/with_a_link/to_a_package_in_the_same_project/1_1_8_1_1.yml create mode 100644 src/api/spec/cassettes/StatusProjectController/GET_show/with_default_attributes/1_1_1_1.yml create mode 100644 src/api/spec/cassettes/StatusProjectController/GET_show/with_default_attributes/1_1_1_2.yml create mode 100644 src/api/spec/cassettes/StatusProjectController/GET_show/with_default_attributes/1_1_1_3.yml create mode 100644 src/api/spec/cassettes/StatusProjectController/GET_show/with_default_attributes/1_1_1_4.yml create mode 100644 src/api/spec/cassettes/StatusProjectController/GET_show/with_default_attributes/1_1_1_5.yml create mode 100644 src/api/spec/cassettes/StatusProjectController/GET_show/with_default_attributes/1_1_1_6.yml create mode 100644 src/api/spec/cassettes/StatusProjectController/GET_show/with_default_attributes/1_1_1_7.yml create mode 100644 src/api/spec/cassettes/StatusProjectController/GET_show/with_default_attributes/1_1_1_8.yml create mode 100644 src/api/spec/cassettes/StatusProjectController/GET_show/with_errors/1_1_7_1.yml create mode 100644 src/api/spec/cassettes/StatusProjectController/GET_show/with_failures/1_1_3_1.yml create mode 100644 src/api/spec/cassettes/StatusProjectController/GET_show/with_groups/1_1_6_1.yml create mode 100644 src/api/spec/cassettes/StatusProjectController/GET_show/with_groups/1_1_6_2.yml create mode 100644 src/api/spec/cassettes/StatusProjectController/GET_show/with_persons/1_1_5_1.yml create mode 100644 src/api/spec/cassettes/StatusProjectController/GET_show/with_persons/1_1_5_2.yml create mode 100644 src/api/spec/cassettes/StatusProjectController/GET_show/with_verifymd5_attribute/1_1_2_1.yml rename src/api/spec/controllers/{status_controller_spec.rb => status_project_controller_spec.rb} (81%) diff --git a/src/api/app/controllers/status_controller.rb b/src/api/app/controllers/status_controller.rb index d44bc26ef22..3a07df0aebf 100644 --- a/src/api/app/controllers/status_controller.rb +++ b/src/api/app/controllers/status_controller.rb @@ -1,42 +1,2 @@ class StatusController < ApplicationController - def project - dbproj = Project.get_by_name(params[:project]) - @packages = ProjectStatus::Calculator.new(dbproj).calc_status - find_relationships_for_packages(@packages) - end - - private - - def role_from_cache(role_id) - @rolecache[role_id] || (@rolecache[role_id] = Role.find(role_id).title) - end - - def user_from_cache(user_id) - @usercache[user_id] || (@usercache[user_id] = User.find(user_id).login) - end - - def group_from_cache(group_id) - @groupcache[group_id] || (@groupcache[group_id] = Group.find(group_id).title) - end - - def find_relationships_for_packages(packages) - package_hash = {} - packages.each_value do |p| - package_hash[p.package_id] = p - package_hash[p.develpack.package_id] = p.develpack if p.develpack - end - @rolecache = {} - @usercache = {} - @groupcache = {} - relationships = Relationship.where(package_id: package_hash.keys).pluck(:package_id, :user_id, :group_id, :role_id) - relationships.each do |package_id, user_id, group_id, role_id| - if user_id - package_hash[package_id].add_person(user_from_cache(user_id), - role_from_cache(role_id)) - else - package_hash[package_id].add_group(group_from_cache(group_id), - role_from_cache(role_id)) - end - end - end end diff --git a/src/api/app/controllers/status_project_controller.rb b/src/api/app/controllers/status_project_controller.rb new file mode 100644 index 00000000000..608d7ee4f20 --- /dev/null +++ b/src/api/app/controllers/status_project_controller.rb @@ -0,0 +1,42 @@ +class StatusProjectController < ApplicationController + def show + dbproj = Project.get_by_name(params[:project]) + @packages = ProjectStatus::Calculator.new(dbproj).calc_status + find_relationships_for_packages(@packages) + end + + private + + def role_from_cache(role_id) + @rolecache[role_id] || (@rolecache[role_id] = Role.find(role_id).title) + end + + def user_from_cache(user_id) + @usercache[user_id] || (@usercache[user_id] = User.find(user_id).login) + end + + def group_from_cache(group_id) + @groupcache[group_id] || (@groupcache[group_id] = Group.find(group_id).title) + end + + def find_relationships_for_packages(packages) + package_hash = {} + packages.each_value do |p| + package_hash[p.package_id] = p + package_hash[p.develpack.package_id] = p.develpack if p.develpack + end + @rolecache = {} + @usercache = {} + @groupcache = {} + relationships = Relationship.where(package_id: package_hash.keys).pluck(:package_id, :user_id, :group_id, :role_id) + relationships.each do |package_id, user_id, group_id, role_id| + if user_id + package_hash[package_id].add_person(user_from_cache(user_id), + role_from_cache(role_id)) + else + package_hash[package_id].add_group(group_from_cache(group_id), + role_from_cache(role_id)) + end + end + end +end diff --git a/src/api/app/views/status/_package.xml.builder b/src/api/app/views/status_project/_package.xml.builder similarity index 100% rename from src/api/app/views/status/_package.xml.builder rename to src/api/app/views/status_project/_package.xml.builder diff --git a/src/api/app/views/status/project.xml.builder b/src/api/app/views/status_project/show.xml.builder similarity index 100% rename from src/api/app/views/status/project.xml.builder rename to src/api/app/views/status_project/show.xml.builder diff --git a/src/api/config/routes.rb b/src/api/config/routes.rb index b0a3694176c..ef5106a7dd2 100644 --- a/src/api/config/routes.rb +++ b/src/api/config/routes.rb @@ -616,13 +616,15 @@ def self.public_or_about_path?(request) ### /status_message resources :status_messages, only: [:show, :index, :create, :destroy], path: 'status/messages' + resources :status_project, only: [:show], param: :project, path: 'status/project' + controller :status do # Routes for status_messages # -------------------------- get 'status_message' => 'status_messages#index' get 'status/workerstatus' => 'worker/status#index' get 'status/project/:project' => :project, constraints: cons - end + end ### /message diff --git a/src/api/spec/cassettes/StatusController/GET_project/with_a_develpackage/1_1_4_1.yml b/src/api/spec/cassettes/StatusController/GET_project/with_a_develpackage/1_1_4_1.yml deleted file mode 100644 index db86d3de972..00000000000 --- a/src/api/spec/cassettes/StatusController/GET_project/with_a_develpackage/1_1_4_1.yml +++ /dev/null @@ -1,1018 +0,0 @@ ---- -http_interactions: -- request: - method: put - uri: http://backend:5352/source/Apache/_meta - body: - encoding: UTF-8 - string: | - - That Good Night - - - headers: - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - User-Agent: - - Ruby - response: - status: - code: 200 - message: OK - headers: - Content-Type: - - text/xml - Cache-Control: - - no-cache - Connection: - - close - Content-Length: - - '98' - body: - encoding: UTF-8 - string: | - - That Good Night - - - http_version: - recorded_at: Wed, 02 Aug 2017 08:35:18 GMT -- request: - method: put - uri: http://backend:5352/source/Apache/_config - body: - encoding: UTF-8 - string: Id eius suscipit modi quod qui nihil. Beatae et amet corporis nulla - doloremque quasi. Est unde sapiente animi doloremque cupiditate minus. Tempore - praesentium quibusdam nihil sapiente 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: - - '21' - body: - encoding: UTF-8 - string: ' - -' - http_version: - recorded_at: Wed, 02 Aug 2017 08:35:19 GMT -- request: - method: put - uri: http://backend:5352/source/Apache/apache2/_meta?user=user_8 - body: - encoding: UTF-8 - string: | - - The Millstone - Explicabo rerum magnam inventore eum dolorum ratione est 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: - - '180' - body: - encoding: UTF-8 - string: | - - The Millstone - Explicabo rerum magnam inventore eum dolorum ratione est mollitia. - - http_version: - recorded_at: Wed, 02 Aug 2017 08:35:19 GMT -- request: - method: put - uri: http://backend:5352/source/Apache/apache2/_meta - body: - encoding: UTF-8 - string: | - - The Millstone - Explicabo rerum magnam inventore eum dolorum ratione est 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: - - '180' - body: - encoding: UTF-8 - string: | - - The Millstone - Explicabo rerum magnam inventore eum dolorum ratione est mollitia. - - http_version: - recorded_at: Wed, 02 Aug 2017 08:35:19 GMT -- request: - method: put - uri: http://backend:5352/source/Apache/apache2/_config - body: - encoding: UTF-8 - string: Porro nisi quo sint consequatur et et. Hic nesciunt aut quam nemo. Et - accusantium nisi ipsam. Id est 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: | - - 826d16f5e7998503b3239db06db172ae - unknown - - unknown - - - - http_version: - recorded_at: Wed, 02 Aug 2017 08:35:19 GMT -- request: - method: put - uri: http://backend:5352/source/Apache/apache2/somefile.txt - body: - encoding: UTF-8 - string: Aperiam libero dolorum. In id repellat eum corrupti voluptas earum iure. - Cum iste fugit sint culpa ratione nam. Et necessitatibus 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: | - - 40de43758ca8dc86147f344de871e08e - unknown - - unknown - - - - http_version: - recorded_at: Wed, 02 Aug 2017 08:35:19 GMT -- request: - method: put - uri: http://backend:5352/source/DevelProject/_meta - body: - encoding: UTF-8 - string: | - - A Darkling Plain - - - headers: - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - User-Agent: - - Ruby - response: - status: - code: 200 - message: OK - headers: - Content-Type: - - text/xml - Cache-Control: - - no-cache - Connection: - - close - Content-Length: - - '105' - body: - encoding: UTF-8 - string: | - - A Darkling Plain - - - http_version: - recorded_at: Wed, 02 Aug 2017 08:35:19 GMT -- request: - method: put - uri: http://backend:5352/source/DevelProject/_config - body: - encoding: UTF-8 - string: Non quaerat impedit. Aut qui et libero rerum illum. Dignissimos consequatur - consequatur aspernatur ipsam quis aut expedita. - headers: - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - User-Agent: - - Ruby - response: - status: - code: 200 - message: OK - headers: - Content-Type: - - text/xml - Cache-Control: - - no-cache - Connection: - - close - Content-Length: - - '21' - body: - encoding: UTF-8 - string: ' - -' - http_version: - recorded_at: Wed, 02 Aug 2017 08:35:19 GMT -- request: - method: put - uri: http://backend:5352/source/DevelProject/developmentPackage/_meta?user=user_8 - body: - encoding: UTF-8 - string: | - - I Sing the Body Electric - Dolorem rerum laborum 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: - - '167' - body: - encoding: UTF-8 - string: | - - I Sing the Body Electric - Dolorem rerum laborum et. - - http_version: - recorded_at: Wed, 02 Aug 2017 08:35:19 GMT -- request: - method: put - uri: http://backend:5352/source/DevelProject/developmentPackage/_meta - body: - encoding: UTF-8 - string: | - - I Sing the Body Electric - Dolorem rerum laborum 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: - - '167' - body: - encoding: UTF-8 - string: | - - I Sing the Body Electric - Dolorem rerum laborum et. - - http_version: - recorded_at: Wed, 02 Aug 2017 08:35:19 GMT -- request: - method: put - uri: http://backend:5352/source/DevelProject/developmentPackage/_config - body: - encoding: UTF-8 - string: Dignissimos labore harum. Iste explicabo excepturi velit nihil eligendi. - Odit impedit officia veritatis aut eos et autem. Iure quia corporis mollitia - 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: | - - 1ea3d1f73e705cfb171e2757bc20c1a9 - unknown - - unknown - - - - http_version: - recorded_at: Wed, 02 Aug 2017 08:35:19 GMT -- request: - method: put - uri: http://backend:5352/source/DevelProject/developmentPackage/somefile.txt - body: - encoding: UTF-8 - string: Incidunt qui et qui fugiat est ut. Doloribus facere nisi sunt qui esse - ut. Qui eveniet animi repellendus voluptatem qui incidunt. Quia nam ea nisi - unde labore eaque id. Voluptas rerum blanditiis nihil fuga ab laboriosam. - headers: - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.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: | - - d426e19c478561182cc28eded90f517b - unknown - - unknown - - - - http_version: - recorded_at: Wed, 02 Aug 2017 08:35:19 GMT -- request: - method: put - uri: http://backend:5352/source/Apache/apache2/_meta?user=user_8 - body: - encoding: UTF-8 - string: | - - The Millstone - Explicabo rerum magnam inventore eum dolorum ratione est 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: - - '244' - body: - encoding: UTF-8 - string: | - - The Millstone - Explicabo rerum magnam inventore eum dolorum ratione est mollitia. - - - http_version: - recorded_at: Wed, 02 Aug 2017 08:35:19 GMT -- request: - method: put - uri: http://backend:5352/source/home:user_9/_meta?user=user_9 - body: - encoding: UTF-8 - string: | - - - <description/> - <person userid="user_9" 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: - - '135' - body: - encoding: UTF-8 - string: | - <project name="home:user_9"> - <title> - - - - http_version: - recorded_at: Wed, 02 Aug 2017 08:35:19 GMT -- request: - method: get - uri: http://backend:5352/source/Apache/apache2?nofilename=1&view=info&withchangesmd5=1 - body: - encoding: US-ASCII - string: '' - headers: - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - User-Agent: - - Ruby - response: - status: - code: 200 - message: OK - headers: - Content-Type: - - text/xml - Cache-Control: - - no-cache - Connection: - - close - Content-Length: - - '183' - body: - encoding: UTF-8 - string: | - - 1501662919 - - http_version: - recorded_at: Wed, 02 Aug 2017 08:35:19 GMT -- request: - method: get - uri: http://backend:5352/source/Apache/apache2 - body: - encoding: US-ASCII - string: '' - headers: - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - User-Agent: - - Ruby - response: - status: - code: 200 - message: OK - headers: - Content-Type: - - text/xml - Cache-Control: - - no-cache - Connection: - - close - Content-Length: - - '393' - body: - encoding: UTF-8 - string: | - - - - - - http_version: - recorded_at: Wed, 02 Aug 2017 08:35:19 GMT -- request: - method: post - uri: http://backend:5352/source/Apache/apache2?cmd=diff&linkrev=base&onlyissues=1&orev=0&view=xml - body: - encoding: UTF-8 - string: '' - headers: - Content-Type: - - application/octet-stream - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - User-Agent: - - Ruby - response: - status: - code: 200 - message: OK - headers: - Content-Type: - - text/xml - Cache-Control: - - no-cache - Connection: - - close - Content-Length: - - '292' - body: - encoding: UTF-8 - string: | - - - - - - - - http_version: - recorded_at: Wed, 02 Aug 2017 08:35:19 GMT -- request: - method: get - uri: http://backend:5352/source/DevelProject/developmentPackage?nofilename=1&view=info&withchangesmd5=1 - body: - encoding: US-ASCII - string: '' - headers: - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - User-Agent: - - Ruby - response: - status: - code: 200 - message: OK - headers: - Content-Type: - - text/xml - Cache-Control: - - no-cache - Connection: - - close - Content-Length: - - '194' - body: - encoding: UTF-8 - string: | - - 1501662919 - - http_version: - recorded_at: Wed, 02 Aug 2017 08:35:19 GMT -- request: - method: get - uri: http://backend:5352/source/DevelProject/developmentPackage - body: - encoding: US-ASCII - string: '' - headers: - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - User-Agent: - - Ruby - response: - status: - code: 200 - message: OK - headers: - Content-Type: - - text/xml - Cache-Control: - - no-cache - Connection: - - close - Content-Length: - - '309' - body: - encoding: UTF-8 - string: | - - - - - http_version: - recorded_at: Wed, 02 Aug 2017 08:35:19 GMT -- request: - method: post - uri: http://backend:5352/source/DevelProject/developmentPackage?cmd=diff&linkrev=base&onlyissues=1&orev=0&view=xml - body: - encoding: UTF-8 - string: '' - headers: - Content-Type: - - application/octet-stream - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - User-Agent: - - Ruby - response: - status: - code: 200 - message: OK - headers: - Content-Type: - - text/xml - Cache-Control: - - no-cache - Connection: - - close - Content-Length: - - '326' - body: - encoding: UTF-8 - string: | - - - - - - - - http_version: - recorded_at: Wed, 02 Aug 2017 08:35:19 GMT -- request: - method: get - uri: http://backend:5352/getprojpack?expandedrepos&nopackages&project=Apache&withrepos - body: - encoding: US-ASCII - string: '' - headers: - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - User-Agent: - - Ruby - response: - status: - code: 200 - message: OK - headers: - Content-Type: - - text/xml - Cache-Control: - - no-cache - Connection: - - close - Content-Length: - - '148' - body: - encoding: UTF-8 - string: | - - - That Good Night - - - - http_version: - recorded_at: Wed, 02 Aug 2017 08:35:19 GMT -- request: - method: get - uri: http://backend:5352/getprojpack?expandedrepos&nopackages&project=DevelProject&withrepos - body: - encoding: US-ASCII - string: '' - headers: - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - User-Agent: - - Ruby - response: - status: - code: 200 - message: OK - headers: - Content-Type: - - text/xml - Cache-Control: - - no-cache - Connection: - - close - Content-Length: - - '155' - body: - encoding: UTF-8 - string: | - - - A Darkling Plain - - - - http_version: - recorded_at: Wed, 02 Aug 2017 08:35:19 GMT -- request: - method: get - uri: http://backend:5352/source/Apache/apache2?view=info - body: - encoding: US-ASCII - string: '' - headers: - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - User-Agent: - - Ruby - response: - status: - code: 404 - message: project 'Apache' does not exist - headers: - Content-Type: - - text/xml - Cache-Control: - - no-cache - Connection: - - close - Content-Length: - - '140' - body: - encoding: UTF-8 - string: | - - project 'Apache' does not exist -
404 project 'Apache' does not exist
-
- http_version: - recorded_at: Tue, 16 Jan 2018 14:33:52 GMT -- request: - method: get - uri: http://backend:5352/source/DevelProject/developmentPackage?view=info - body: - encoding: US-ASCII - string: '' - headers: - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - User-Agent: - - Ruby - response: - status: - code: 404 - message: project 'DevelProject' does not exist - headers: - Content-Type: - - text/xml - Cache-Control: - - no-cache - Connection: - - close - Content-Length: - - '152' - body: - encoding: UTF-8 - string: | - - project 'DevelProject' does not exist -
404 project 'DevelProject' does not exist
-
- http_version: - recorded_at: Tue, 16 Jan 2018 14:33:52 GMT -- request: - method: put - uri: http://backend:5352/source/Apache/apache2/_meta?user=user_4 - body: - encoding: UTF-8 - string: | - - Of Mice and Men - Molestiae harum omnis quis qui officiis perspiciatis quidem. - - headers: - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - User-Agent: - - Ruby - response: - status: - code: 404 - message: project 'Apache' does not exist - headers: - Content-Type: - - text/xml - Cache-Control: - - no-cache - Connection: - - close - Content-Length: - - '140' - body: - encoding: UTF-8 - string: | - - project 'Apache' does not exist -
404 project 'Apache' does not exist
-
- http_version: - recorded_at: Wed, 16 May 2018 08:54:51 GMT -- request: - method: get - uri: http://backend:5352/getprojpack?expandedrepos=1&nopackages=1&project=Apache&withrepos=1 - body: - encoding: US-ASCII - string: '' - headers: - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - User-Agent: - - Ruby - response: - status: - code: 200 - message: OK - headers: - Content-Type: - - text/xml - Cache-Control: - - no-cache - Connection: - - close - Content-Length: - - '42' - body: - encoding: UTF-8 - string: | - - - http_version: - recorded_at: Wed, 16 May 2018 08:56:04 GMT -- request: - method: get - uri: http://backend:5352/getprojpack?expandedrepos=1&nopackages=1&project=DevelProject&withrepos=1 - body: - encoding: US-ASCII - string: '' - headers: - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - User-Agent: - - Ruby - response: - status: - code: 200 - message: OK - headers: - Content-Type: - - text/xml - Cache-Control: - - no-cache - Connection: - - close - Content-Length: - - '42' - body: - encoding: UTF-8 - string: | - - - http_version: - recorded_at: Wed, 16 May 2018 08:56:04 GMT -recorded_with: VCR 4.0.0 diff --git a/src/api/spec/cassettes/StatusController/GET_project/with_a_develpackage/1_1_4_2.yml b/src/api/spec/cassettes/StatusController/GET_project/with_a_develpackage/1_1_4_2.yml deleted file mode 100644 index 7ae3ebc7e10..00000000000 --- a/src/api/spec/cassettes/StatusController/GET_project/with_a_develpackage/1_1_4_2.yml +++ /dev/null @@ -1,1022 +0,0 @@ ---- -http_interactions: -- request: - method: put - uri: http://backend:5352/source/Apache/_meta - body: - encoding: UTF-8 - string: | - - A Passage to India - - - headers: - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - User-Agent: - - Ruby - response: - status: - code: 200 - message: OK - headers: - Content-Type: - - text/xml - Cache-Control: - - no-cache - Connection: - - close - Content-Length: - - '101' - body: - encoding: UTF-8 - string: | - - A Passage to India - - - http_version: - recorded_at: Wed, 02 Aug 2017 08:35:17 GMT -- request: - method: put - uri: http://backend:5352/source/Apache/_config - body: - encoding: UTF-8 - string: Aut sed et aliquam. Qui voluptatem facilis dignissimos fugit sunt. Ut - aut quam aut cumque. Reiciendis dolor iure enim incidunt vel et. Incidunt - exercitationem doloribus non vel dolores. - headers: - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - User-Agent: - - Ruby - response: - status: - code: 200 - message: OK - headers: - Content-Type: - - text/xml - Cache-Control: - - no-cache - Connection: - - close - Content-Length: - - '21' - body: - encoding: UTF-8 - string: ' - -' - http_version: - recorded_at: Wed, 02 Aug 2017 08:35:17 GMT -- request: - method: put - uri: http://backend:5352/source/Apache/apache2/_meta?user=user_7 - body: - encoding: UTF-8 - string: | - - Have His Carcase - Quos architecto explicabo nemo commodi porro maiores. - - headers: - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.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: | - - Have His Carcase - Quos architecto explicabo nemo commodi porro maiores. - - http_version: - recorded_at: Wed, 02 Aug 2017 08:35:17 GMT -- request: - method: put - uri: http://backend:5352/source/Apache/apache2/_meta - body: - encoding: UTF-8 - string: | - - Have His Carcase - Quos architecto explicabo nemo commodi porro maiores. - - headers: - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.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: | - - Have His Carcase - Quos architecto explicabo nemo commodi porro maiores. - - http_version: - recorded_at: Wed, 02 Aug 2017 08:35:17 GMT -- request: - method: put - uri: http://backend:5352/source/Apache/apache2/_config - body: - encoding: UTF-8 - string: Eos molestias animi qui molestiae. Aut quam enim voluptas quae tempora - quibusdam. Optio aut suscipit. Id nesciunt architecto quaerat incidunt totam. - Ducimus numquam impedit accusantium non qui 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: | - - 4fde36fe3366bd3ea93cc2c4e953a9eb - unknown - - unknown - - - - http_version: - recorded_at: Wed, 02 Aug 2017 08:35:17 GMT -- request: - method: put - uri: http://backend:5352/source/Apache/apache2/somefile.txt - body: - encoding: UTF-8 - string: Est voluptates non. Labore optio necessitatibus ea qui dolorem ipsum - ad. In exercitationem ut non. Doloremque sed voluptatem. Consequatur et quae - omnis 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: | - - 4775cf2a95a564caca021f3e8fed7567 - unknown - - unknown - - - - http_version: - recorded_at: Wed, 02 Aug 2017 08:35:17 GMT -- request: - method: put - uri: http://backend:5352/source/DevelProject/_meta - body: - encoding: UTF-8 - string: | - - Beyond the Mexique Bay - - - headers: - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.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: | - - Beyond the Mexique Bay - - - http_version: - recorded_at: Wed, 02 Aug 2017 08:35:18 GMT -- request: - method: put - uri: http://backend:5352/source/DevelProject/_config - body: - encoding: UTF-8 - string: Et illo maxime molestiae necessitatibus numquam officia. Deleniti unde - magnam necessitatibus mollitia voluptatem. Eos aut tempora aut rerum sint. - Vero eaque voluptate dolor consequatur earum. Et vitae consectetur consequuntur - veniam laborum occaecati quia. - headers: - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - User-Agent: - - Ruby - response: - status: - code: 200 - message: OK - headers: - Content-Type: - - text/xml - Cache-Control: - - no-cache - Connection: - - close - Content-Length: - - '21' - body: - encoding: UTF-8 - string: ' - -' - http_version: - recorded_at: Wed, 02 Aug 2017 08:35:18 GMT -- request: - method: put - uri: http://backend:5352/source/DevelProject/developmentPackage/_meta?user=user_7 - body: - encoding: UTF-8 - string: | - - That Good Night - Sit consequatur sed praesentium. - - headers: - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.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: | - - That Good Night - Sit consequatur sed praesentium. - - http_version: - recorded_at: Wed, 02 Aug 2017 08:35:18 GMT -- request: - method: put - uri: http://backend:5352/source/DevelProject/developmentPackage/_meta - body: - encoding: UTF-8 - string: | - - That Good Night - Sit consequatur sed praesentium. - - headers: - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.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: | - - That Good Night - Sit consequatur sed praesentium. - - http_version: - recorded_at: Wed, 02 Aug 2017 08:35:18 GMT -- request: - method: put - uri: http://backend:5352/source/DevelProject/developmentPackage/_config - body: - encoding: UTF-8 - string: Consequatur eos ut a quisquam veniam. Architecto est fugit nulla vero - voluptatibus optio pariatur. Error excepturi molestias. Eligendi cumque odit - quo et. Explicabo dolore eum 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: - - '207' - body: - encoding: UTF-8 - string: | - - fc73c1afe42850cef748827826588d32 - unknown - - unknown - - - - http_version: - recorded_at: Wed, 02 Aug 2017 08:35:18 GMT -- request: - method: put - uri: http://backend:5352/source/DevelProject/developmentPackage/somefile.txt - body: - encoding: UTF-8 - string: Temporibus ea atque tempora id sint. Ad dolorem iste laborum rerum modi - minima. Molestiae quam reiciendis impedit. Natus ut ipsam mollitia. Tempore - animi ipsam. - headers: - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.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: | - - deb938005ac795ef6e8783817f9d91a3 - unknown - - unknown - - - - http_version: - recorded_at: Wed, 02 Aug 2017 08:35:18 GMT -- request: - method: put - uri: http://backend:5352/source/Apache/apache2/_meta?user=user_7 - body: - encoding: UTF-8 - string: | - - Have His Carcase - Quos architecto explicabo nemo commodi porro maiores. - - - headers: - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - User-Agent: - - Ruby - response: - status: - code: 200 - message: OK - headers: - Content-Type: - - text/xml - Cache-Control: - - no-cache - Connection: - - close - Content-Length: - - '234' - body: - encoding: UTF-8 - string: | - - Have His Carcase - Quos architecto explicabo nemo commodi porro maiores. - - - http_version: - recorded_at: Wed, 02 Aug 2017 08:35:18 GMT -- 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: - - '135' - body: - encoding: UTF-8 - string: | - <project name="home:user_8"> - <title> - - - - http_version: - recorded_at: Wed, 02 Aug 2017 08:35:18 GMT -- request: - method: get - uri: http://backend:5352/source/Apache/apache2?nofilename=1&view=info&withchangesmd5=1 - body: - encoding: US-ASCII - string: '' - headers: - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - User-Agent: - - Ruby - response: - status: - code: 200 - message: OK - headers: - Content-Type: - - text/xml - Cache-Control: - - no-cache - Connection: - - close - Content-Length: - - '183' - body: - encoding: UTF-8 - string: | - - 1501662917 - - http_version: - recorded_at: Wed, 02 Aug 2017 08:35:18 GMT -- request: - method: get - uri: http://backend:5352/source/Apache/apache2 - body: - encoding: US-ASCII - string: '' - headers: - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - User-Agent: - - Ruby - response: - status: - code: 200 - message: OK - headers: - Content-Type: - - text/xml - Cache-Control: - - no-cache - Connection: - - close - Content-Length: - - '393' - body: - encoding: UTF-8 - string: | - - - - - - http_version: - recorded_at: Wed, 02 Aug 2017 08:35:18 GMT -- request: - method: post - uri: http://backend:5352/source/Apache/apache2?cmd=diff&linkrev=base&onlyissues=1&orev=0&view=xml - body: - encoding: UTF-8 - string: '' - headers: - Content-Type: - - application/octet-stream - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - User-Agent: - - Ruby - response: - status: - code: 200 - message: OK - headers: - Content-Type: - - text/xml - Cache-Control: - - no-cache - Connection: - - close - Content-Length: - - '292' - body: - encoding: UTF-8 - string: | - - - - - - - - http_version: - recorded_at: Wed, 02 Aug 2017 08:35:18 GMT -- request: - method: get - uri: http://backend:5352/source/DevelProject/developmentPackage?nofilename=1&view=info&withchangesmd5=1 - body: - encoding: US-ASCII - string: '' - headers: - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - User-Agent: - - Ruby - response: - status: - code: 200 - message: OK - headers: - Content-Type: - - text/xml - Cache-Control: - - no-cache - Connection: - - close - Content-Length: - - '194' - body: - encoding: UTF-8 - string: | - - 1501662918 - - http_version: - recorded_at: Wed, 02 Aug 2017 08:35:18 GMT -- request: - method: get - uri: http://backend:5352/source/DevelProject/developmentPackage - body: - encoding: US-ASCII - string: '' - headers: - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - User-Agent: - - Ruby - response: - status: - code: 200 - message: OK - headers: - Content-Type: - - text/xml - Cache-Control: - - no-cache - Connection: - - close - Content-Length: - - '309' - body: - encoding: UTF-8 - string: | - - - - - http_version: - recorded_at: Wed, 02 Aug 2017 08:35:18 GMT -- request: - method: post - uri: http://backend:5352/source/DevelProject/developmentPackage?cmd=diff&linkrev=base&onlyissues=1&orev=0&view=xml - body: - encoding: UTF-8 - string: '' - headers: - Content-Type: - - application/octet-stream - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - User-Agent: - - Ruby - response: - status: - code: 200 - message: OK - headers: - Content-Type: - - text/xml - Cache-Control: - - no-cache - Connection: - - close - Content-Length: - - '326' - body: - encoding: UTF-8 - string: | - - - - - - - - http_version: - recorded_at: Wed, 02 Aug 2017 08:35:18 GMT -- request: - method: get - uri: http://backend:5352/getprojpack?expandedrepos&nopackages&project=Apache&withrepos - body: - encoding: US-ASCII - string: '' - headers: - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - User-Agent: - - Ruby - response: - status: - code: 200 - message: OK - headers: - Content-Type: - - text/xml - Cache-Control: - - no-cache - Connection: - - close - Content-Length: - - '151' - body: - encoding: UTF-8 - string: | - - - A Passage to India - - - - http_version: - recorded_at: Wed, 02 Aug 2017 08:35:18 GMT -- request: - method: get - uri: http://backend:5352/getprojpack?expandedrepos&nopackages&project=DevelProject&withrepos - body: - encoding: US-ASCII - string: '' - headers: - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - User-Agent: - - Ruby - response: - status: - code: 200 - message: OK - headers: - Content-Type: - - text/xml - Cache-Control: - - no-cache - Connection: - - close - Content-Length: - - '161' - body: - encoding: UTF-8 - string: | - - - Beyond the Mexique Bay - - - - http_version: - recorded_at: Wed, 02 Aug 2017 08:35:18 GMT -- request: - method: get - uri: http://backend:5352/source/Apache/apache2?view=info - body: - encoding: US-ASCII - string: '' - headers: - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - User-Agent: - - Ruby - response: - status: - code: 404 - message: project 'Apache' does not exist - headers: - Content-Type: - - text/xml - Cache-Control: - - no-cache - Connection: - - close - Content-Length: - - '140' - body: - encoding: UTF-8 - string: | - - project 'Apache' does not exist -
404 project 'Apache' does not exist
-
- http_version: - recorded_at: Tue, 16 Jan 2018 14:33:52 GMT -- request: - method: get - uri: http://backend:5352/source/DevelProject/developmentPackage?view=info - body: - encoding: US-ASCII - string: '' - headers: - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - User-Agent: - - Ruby - response: - status: - code: 404 - message: project 'DevelProject' does not exist - headers: - Content-Type: - - text/xml - Cache-Control: - - no-cache - Connection: - - close - Content-Length: - - '152' - body: - encoding: UTF-8 - string: | - - project 'DevelProject' does not exist -
404 project 'DevelProject' does not exist
-
- http_version: - recorded_at: Tue, 16 Jan 2018 14:33:52 GMT -- request: - method: put - uri: http://backend:5352/source/Apache/apache2/_meta?user=user_4 - body: - encoding: UTF-8 - string: | - - Of Mice and Men - Veniam animi magni unde accusamus porro et neque. - - headers: - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - User-Agent: - - Ruby - response: - status: - code: 404 - message: project 'Apache' does not exist - headers: - Content-Type: - - text/xml - Cache-Control: - - no-cache - Connection: - - close - Content-Length: - - '140' - body: - encoding: UTF-8 - string: | - - project 'Apache' does not exist -
404 project 'Apache' does not exist
-
- http_version: - recorded_at: Wed, 16 May 2018 08:54:51 GMT -- request: - method: get - uri: http://backend:5352/getprojpack?expandedrepos=1&nopackages=1&project=Apache&withrepos=1 - body: - encoding: US-ASCII - string: '' - headers: - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - User-Agent: - - Ruby - response: - status: - code: 200 - message: OK - headers: - Content-Type: - - text/xml - Cache-Control: - - no-cache - Connection: - - close - Content-Length: - - '42' - body: - encoding: UTF-8 - string: | - - - http_version: - recorded_at: Wed, 16 May 2018 08:56:04 GMT -- request: - method: get - uri: http://backend:5352/getprojpack?expandedrepos=1&nopackages=1&project=DevelProject&withrepos=1 - body: - encoding: US-ASCII - string: '' - headers: - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - User-Agent: - - Ruby - response: - status: - code: 200 - message: OK - headers: - Content-Type: - - text/xml - Cache-Control: - - no-cache - Connection: - - close - Content-Length: - - '42' - body: - encoding: UTF-8 - string: | - - - http_version: - recorded_at: Wed, 16 May 2018 08:56:04 GMT -recorded_with: VCR 4.0.0 diff --git a/src/api/spec/cassettes/StatusController/GET_project/with_a_link/to_a_package_in_a_different_project/1_1_8_2_1.yml b/src/api/spec/cassettes/StatusController/GET_project/with_a_link/to_a_package_in_a_different_project/1_1_8_2_1.yml deleted file mode 100644 index a0bf1af0668..00000000000 --- a/src/api/spec/cassettes/StatusController/GET_project/with_a_link/to_a_package_in_a_different_project/1_1_8_2_1.yml +++ /dev/null @@ -1,767 +0,0 @@ ---- -http_interactions: -- request: - method: put - uri: http://backend:5352/source/Apache/_meta - body: - encoding: UTF-8 - string: | - - The Proper Study - - - headers: - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - User-Agent: - - Ruby - response: - status: - code: 200 - message: OK - headers: - Content-Type: - - text/xml - Cache-Control: - - no-cache - Connection: - - close - Content-Length: - - '99' - body: - encoding: UTF-8 - string: | - - The Proper Study - - - http_version: - recorded_at: Wed, 02 Aug 2017 08:35:15 GMT -- request: - method: put - uri: http://backend:5352/source/Apache/_config - body: - encoding: UTF-8 - string: Assumenda sint ipsum quam non enim sit tenetur. Qui possimus nisi iure - aspernatur quo. Eveniet culpa in omnis quas. Ipsa consequatur dignissimos - aut laborum maxime est quam. - headers: - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - User-Agent: - - Ruby - response: - status: - code: 200 - message: OK - headers: - Content-Type: - - text/xml - Cache-Control: - - no-cache - Connection: - - close - Content-Length: - - '21' - body: - encoding: UTF-8 - string: ' - -' - http_version: - recorded_at: Wed, 02 Aug 2017 08:35:15 GMT -- request: - method: put - uri: http://backend:5352/source/Apache/apache2/_meta?user=user_5 - body: - encoding: UTF-8 - string: | - - The Stars' Tennis Balls - Omnis necessitatibus illum sit magni et ut architecto 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: - - '182' - body: - encoding: UTF-8 - string: | - - The Stars' Tennis Balls - Omnis necessitatibus illum sit magni et ut architecto est. - - http_version: - recorded_at: Wed, 02 Aug 2017 08:35:16 GMT -- request: - method: put - uri: http://backend:5352/source/Apache/apache2/_meta - body: - encoding: UTF-8 - string: | - - The Stars' Tennis Balls - Omnis necessitatibus illum sit magni et ut architecto 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: - - '182' - body: - encoding: UTF-8 - string: | - - The Stars' Tennis Balls - Omnis necessitatibus illum sit magni et ut architecto est. - - http_version: - recorded_at: Wed, 02 Aug 2017 08:35:16 GMT -- request: - method: put - uri: http://backend:5352/source/Apache/apache2/_config - body: - encoding: UTF-8 - string: Soluta rerum ut et beatae sapiente ullam. Libero omnis asperiores ea - quae repudiandae accusamus. Repudiandae accusamus corporis voluptatem dolorum. - Illum debitis consequuntur itaque. Tempore natus sit 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: | - - 83217d80d432ce56dca6e46e08c5eee8 - unknown - - unknown - - - - http_version: - recorded_at: Wed, 02 Aug 2017 08:35:16 GMT -- request: - method: put - uri: http://backend:5352/source/Apache/apache2/somefile.txt - body: - encoding: UTF-8 - string: Aperiam a corporis perspiciatis ipsam sint. Nihil necessitatibus quas - quisquam architecto laborum molestias. In error dolorem officiis quo doloremque - ipsa. Et non voluptas reprehenderit. Ut fugit laboriosam doloribus nesciunt - et nihil 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: - - '209' - body: - encoding: UTF-8 - string: | - - f57dba8bd9227a69b0ca2eafa8d8b030 - unknown - - unknown - - - - http_version: - recorded_at: Wed, 02 Aug 2017 08:35:16 GMT -- request: - method: get - uri: http://backend:5352/source/Apache/apache2?nofilename=1&view=info&withchangesmd5=1 - body: - encoding: US-ASCII - string: '' - headers: - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - User-Agent: - - Ruby - response: - status: - code: 200 - message: OK - headers: - Content-Type: - - text/xml - Cache-Control: - - no-cache - Connection: - - close - Content-Length: - - '183' - body: - encoding: UTF-8 - string: | - - 1501662916 - - http_version: - recorded_at: Wed, 02 Aug 2017 08:35:16 GMT -- request: - method: get - uri: http://backend:5352/source/Apache/apache2 - body: - encoding: US-ASCII - string: '' - headers: - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - User-Agent: - - Ruby - response: - status: - code: 200 - message: OK - headers: - Content-Type: - - text/xml - Cache-Control: - - no-cache - Connection: - - close - Content-Length: - - '393' - body: - encoding: UTF-8 - string: | - - - - - - http_version: - recorded_at: Wed, 02 Aug 2017 08:35:16 GMT -- request: - method: post - uri: http://backend:5352/source/Apache/apache2?cmd=diff&linkrev=base&onlyissues=1&orev=0&view=xml - body: - encoding: UTF-8 - string: '' - headers: - Content-Type: - - application/octet-stream - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - User-Agent: - - Ruby - response: - status: - code: 200 - message: OK - headers: - Content-Type: - - text/xml - Cache-Control: - - no-cache - Connection: - - close - Content-Length: - - '292' - body: - encoding: UTF-8 - string: | - - - - - - - - http_version: - recorded_at: Wed, 02 Aug 2017 08:35:16 GMT -- request: - method: put - uri: http://backend:5352/source/home:tom/_meta - body: - encoding: UTF-8 - string: | - - Nine Coaches Waiting - - - headers: - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - User-Agent: - - Ruby - response: - status: - code: 200 - message: OK - headers: - Content-Type: - - text/xml - Cache-Control: - - no-cache - Connection: - - close - Content-Length: - - '105' - body: - encoding: UTF-8 - string: | - - Nine Coaches Waiting - - - http_version: - recorded_at: Wed, 02 Aug 2017 08:35:16 GMT -- request: - method: put - uri: http://backend:5352/source/home:tom/_config - body: - encoding: UTF-8 - string: A ea facilis porro provident dolorum odio. Unde sunt modi qui ipsa iure - quibusdam recusandae. Similique adipisci omnis omnis sed voluptas. Doloribus - rerum animi distinctio quo occaecati. - headers: - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - User-Agent: - - Ruby - response: - status: - code: 200 - message: OK - headers: - Content-Type: - - text/xml - Cache-Control: - - no-cache - Connection: - - close - Content-Length: - - '21' - body: - encoding: UTF-8 - string: ' - -' - http_version: - recorded_at: Wed, 02 Aug 2017 08:35:16 GMT -- request: - method: put - uri: http://backend:5352/source/home:tom/kiwi/_meta?user=user_5 - body: - encoding: UTF-8 - string: | - - I Know Why the Caged Bird Sings - Harum neque rerum placeat repudiandae quaerat molestias dolorem. - - headers: - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.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: | - - I Know Why the Caged Bird Sings - Harum neque rerum placeat repudiandae quaerat molestias dolorem. - - http_version: - recorded_at: Wed, 02 Aug 2017 08:35:16 GMT -- request: - method: put - uri: http://backend:5352/source/home:tom/kiwi/_meta - body: - encoding: UTF-8 - string: | - - I Know Why the Caged Bird Sings - Harum neque rerum placeat repudiandae quaerat molestias dolorem. - - headers: - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.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: | - - I Know Why the Caged Bird Sings - Harum neque rerum placeat repudiandae quaerat molestias dolorem. - - http_version: - recorded_at: Wed, 02 Aug 2017 08:35:16 GMT -- request: - method: put - uri: http://backend:5352/source/home:tom/kiwi/_config - body: - encoding: UTF-8 - string: Ut aliquam reiciendis aut porro consequatur. Non at debitis voluptatem. - Sunt autem quos incidunt voluptatem. Illum quam accusantium alias tempore - natus voluptatem consequatur. Voluptates optio velit. - headers: - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.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: | - - 90b5df54618a4f1cb0aaabc23c5ae9b1 - unknown - - unknown - - - - http_version: - recorded_at: Wed, 02 Aug 2017 08:35:16 GMT -- request: - method: put - uri: http://backend:5352/source/home:tom/kiwi/somefile.txt - body: - encoding: UTF-8 - string: Velit recusandae ea aspernatur ipsam qui laborum voluptas. Et ex facere - assumenda est quo. Quia similique et quidem aut. Omnis accusantium sint et - explicabo velit. Quos nostrum dignissimos voluptas natus id 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: - - '207' - body: - encoding: UTF-8 - string: | - - 57aca7a6881abb34c1ebde81ef8efb84 - unknown - - unknown - - - - http_version: - recorded_at: Wed, 02 Aug 2017 08:35:16 GMT -- 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: - - '135' - body: - encoding: UTF-8 - string: | - <project name="home:user_6"> - <title> - - - - http_version: - recorded_at: Wed, 02 Aug 2017 08:35:16 GMT -- request: - method: get - uri: http://backend:5352/getprojpack?expandedrepos&nopackages&project=Apache&withrepos - body: - encoding: US-ASCII - string: '' - headers: - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - User-Agent: - - Ruby - response: - status: - code: 200 - message: OK - headers: - Content-Type: - - text/xml - Cache-Control: - - no-cache - Connection: - - close - Content-Length: - - '149' - body: - encoding: UTF-8 - string: | - - - The Proper Study - - - - http_version: - recorded_at: Wed, 02 Aug 2017 08:35:16 GMT -- request: - method: get - uri: http://backend:5352/source/Apache/apache2?view=info - body: - encoding: US-ASCII - string: '' - headers: - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - User-Agent: - - Ruby - response: - status: - code: 404 - message: project 'Apache' does not exist - headers: - Content-Type: - - text/xml - Cache-Control: - - no-cache - Connection: - - close - Content-Length: - - '140' - body: - encoding: UTF-8 - string: | - - project 'Apache' does not exist -
404 project 'Apache' does not exist
-
- http_version: - recorded_at: Tue, 16 Jan 2018 14:33:54 GMT -- request: - method: put - uri: http://backend:5352/source/Apache/apache2/_meta?user=user_3 - body: - encoding: UTF-8 - string: | - - Terrible Swift Sword - Qui cum eaque corporis inventore quia repudiandae. - - headers: - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - User-Agent: - - Ruby - response: - status: - code: 404 - message: project 'Apache' does not exist - headers: - Content-Type: - - text/xml - Cache-Control: - - no-cache - Connection: - - close - Content-Length: - - '140' - body: - encoding: UTF-8 - string: | - - project 'Apache' does not exist -
404 project 'Apache' does not exist
-
- http_version: - recorded_at: Wed, 16 May 2018 08:54:50 GMT -- request: - method: get - uri: http://backend:5352/getprojpack?expandedrepos=1&nopackages=1&project=Apache&withrepos=1 - body: - encoding: US-ASCII - string: '' - headers: - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - User-Agent: - - Ruby - response: - status: - code: 200 - message: OK - headers: - Content-Type: - - text/xml - Cache-Control: - - no-cache - Connection: - - close - Content-Length: - - '42' - body: - encoding: UTF-8 - string: | - - - http_version: - recorded_at: Wed, 16 May 2018 08:56:07 GMT -recorded_with: VCR 4.0.0 diff --git a/src/api/spec/cassettes/StatusController/GET_project/with_a_link/to_a_package_in_the_same_project/1_1_8_1_1.yml b/src/api/spec/cassettes/StatusController/GET_project/with_a_link/to_a_package_in_the_same_project/1_1_8_1_1.yml deleted file mode 100644 index b3c06707e45..00000000000 --- a/src/api/spec/cassettes/StatusController/GET_project/with_a_link/to_a_package_in_the_same_project/1_1_8_1_1.yml +++ /dev/null @@ -1,832 +0,0 @@ ---- -http_interactions: -- request: - method: put - uri: http://backend:5352/source/Apache/_meta - body: - encoding: UTF-8 - string: | - - Alone on a Wide, Wide Sea - - - headers: - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - User-Agent: - - Ruby - response: - status: - code: 200 - message: OK - headers: - Content-Type: - - text/xml - Cache-Control: - - no-cache - Connection: - - close - Content-Length: - - '108' - body: - encoding: UTF-8 - string: | - - Alone on a Wide, Wide Sea - - - http_version: - recorded_at: Wed, 02 Aug 2017 08:35:14 GMT -- request: - method: put - uri: http://backend:5352/source/Apache/_config - body: - encoding: UTF-8 - string: Quis suscipit porro. Eos minima a quam eveniet modi et. Illum qui porro. - headers: - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - User-Agent: - - Ruby - response: - status: - code: 200 - message: OK - headers: - Content-Type: - - text/xml - Cache-Control: - - no-cache - Connection: - - close - Content-Length: - - '21' - body: - encoding: UTF-8 - string: ' - -' - http_version: - recorded_at: Wed, 02 Aug 2017 08:35:14 GMT -- request: - method: put - uri: http://backend:5352/source/Apache/apache2/_meta?user=user_4 - body: - encoding: UTF-8 - string: | - - O Jerusalem! - Ipsam veritatis tempora a et repudiandae animi ut rem. - - headers: - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - User-Agent: - - Ruby - response: - status: - code: 200 - message: OK - headers: - Content-Type: - - text/xml - Cache-Control: - - no-cache - Connection: - - close - Content-Length: - - '167' - body: - encoding: UTF-8 - string: | - - O Jerusalem! - Ipsam veritatis tempora a et repudiandae animi ut rem. - - http_version: - recorded_at: Wed, 02 Aug 2017 08:35:15 GMT -- request: - method: put - uri: http://backend:5352/source/Apache/apache2/_meta - body: - encoding: UTF-8 - string: | - - O Jerusalem! - Ipsam veritatis tempora a et repudiandae animi ut rem. - - headers: - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - User-Agent: - - Ruby - response: - status: - code: 200 - message: OK - headers: - Content-Type: - - text/xml - Cache-Control: - - no-cache - Connection: - - close - Content-Length: - - '167' - body: - encoding: UTF-8 - string: | - - O Jerusalem! - Ipsam veritatis tempora a et repudiandae animi ut rem. - - http_version: - recorded_at: Wed, 02 Aug 2017 08:35:15 GMT -- request: - method: put - uri: http://backend:5352/source/Apache/apache2/_config - body: - encoding: UTF-8 - string: Optio voluptas qui mollitia hic. Labore vitae nesciunt vel cupiditate. - Vel aliquid harum molestiae a ex. - headers: - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.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: | - - 52468d5119e9bed98c45c9918ebd76af - unknown - - unknown - - - - http_version: - recorded_at: Wed, 02 Aug 2017 08:35:15 GMT -- request: - method: put - uri: http://backend:5352/source/Apache/apache2/somefile.txt - body: - encoding: UTF-8 - string: Et impedit vero voluptatum. Eum doloremque sequi qui quis culpa. Nobis - ratione sunt nisi. - headers: - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.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: | - - 6b51674bf7832a8e94ad53e90e0467fd - unknown - - unknown - - - - http_version: - recorded_at: Wed, 02 Aug 2017 08:35:15 GMT -- request: - method: get - uri: http://backend:5352/source/Apache/apache2?nofilename=1&view=info&withchangesmd5=1 - body: - encoding: US-ASCII - string: '' - headers: - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - User-Agent: - - Ruby - response: - status: - code: 200 - message: OK - headers: - Content-Type: - - text/xml - Cache-Control: - - no-cache - Connection: - - close - Content-Length: - - '183' - body: - encoding: UTF-8 - string: | - - 1501662915 - - http_version: - recorded_at: Wed, 02 Aug 2017 08:35:15 GMT -- request: - method: get - uri: http://backend:5352/source/Apache/apache2 - body: - encoding: US-ASCII - string: '' - headers: - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - User-Agent: - - Ruby - response: - status: - code: 200 - message: OK - headers: - Content-Type: - - text/xml - Cache-Control: - - no-cache - Connection: - - close - Content-Length: - - '392' - body: - encoding: UTF-8 - string: | - - - - - - http_version: - recorded_at: Wed, 02 Aug 2017 08:35:15 GMT -- request: - method: post - uri: http://backend:5352/source/Apache/apache2?cmd=diff&linkrev=base&onlyissues=1&orev=0&view=xml - body: - encoding: UTF-8 - string: '' - headers: - Content-Type: - - application/octet-stream - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - User-Agent: - - Ruby - response: - status: - code: 200 - message: OK - headers: - Content-Type: - - text/xml - Cache-Control: - - no-cache - Connection: - - close - Content-Length: - - '292' - body: - encoding: UTF-8 - string: | - - - - - - - - http_version: - recorded_at: Wed, 02 Aug 2017 08:35:15 GMT -- request: - method: put - uri: http://backend:5352/source/Apache/kiwi/_meta?user=user_4 - body: - encoding: UTF-8 - string: | - - Consider the Lilies - Est quam reprehenderit nihil et temporibus eum incidunt 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: - - '176' - body: - encoding: UTF-8 - string: | - - Consider the Lilies - Est quam reprehenderit nihil et temporibus eum incidunt ut. - - http_version: - recorded_at: Wed, 02 Aug 2017 08:35:15 GMT -- request: - method: put - uri: http://backend:5352/source/Apache/kiwi/_meta - body: - encoding: UTF-8 - string: | - - Consider the Lilies - Est quam reprehenderit nihil et temporibus eum incidunt 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: - - '176' - body: - encoding: UTF-8 - string: | - - Consider the Lilies - Est quam reprehenderit nihil et temporibus eum incidunt ut. - - http_version: - recorded_at: Wed, 02 Aug 2017 08:35:15 GMT -- request: - method: put - uri: http://backend:5352/source/Apache/kiwi/_config - body: - encoding: UTF-8 - string: Laudantium nesciunt sed. Rem sint rerum architecto molestiae ducimus - laudantium. Nemo dolores rerum numquam. Unde voluptas vel autem reprehenderit - officiis 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: | - - 2d6ba1da9c7f9e18d42487720033c9c3 - unknown - - unknown - - - - http_version: - recorded_at: Wed, 02 Aug 2017 08:35:15 GMT -- request: - method: put - uri: http://backend:5352/source/Apache/kiwi/somefile.txt - body: - encoding: UTF-8 - string: Ut fugit autem et aut sed. Rem in mollitia labore veritatis asperiores - architecto officiis. Rerum natus excepturi animi suscipit saepe cumque. Atque - quaerat provident 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: - - '207' - body: - encoding: UTF-8 - string: | - - fb94971c9279ea7228e7f30923c8e648 - unknown - - unknown - - - - http_version: - recorded_at: Wed, 02 Aug 2017 08:35:15 GMT -- request: - method: put - uri: http://backend:5352/source/home:user_5/_meta?user=user_5 - body: - encoding: UTF-8 - string: | - - - <description/> - <person userid="user_5" 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: - - '135' - body: - encoding: UTF-8 - string: | - <project name="home:user_5"> - <title> - - - - http_version: - recorded_at: Wed, 02 Aug 2017 08:35:15 GMT -- request: - method: get - uri: http://backend:5352/source/Apache/kiwi?nofilename=1&view=info&withchangesmd5=1 - body: - encoding: US-ASCII - string: '' - headers: - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - User-Agent: - - Ruby - response: - status: - code: 200 - message: OK - headers: - Content-Type: - - text/xml - Cache-Control: - - no-cache - Connection: - - close - Content-Length: - - '178' - body: - encoding: UTF-8 - string: | - - 1501662915 - - http_version: - recorded_at: Wed, 02 Aug 2017 08:35:15 GMT -- request: - method: get - uri: http://backend:5352/source/Apache/kiwi - body: - encoding: US-ASCII - string: '' - headers: - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - User-Agent: - - Ruby - response: - status: - code: 200 - message: OK - headers: - Content-Type: - - text/xml - Cache-Control: - - no-cache - Connection: - - close - Content-Length: - - '293' - body: - encoding: UTF-8 - string: | - - - - - http_version: - recorded_at: Wed, 02 Aug 2017 08:35:15 GMT -- request: - method: post - uri: http://backend:5352/source/Apache/kiwi?cmd=diff&linkrev=base&onlyissues=1&orev=0&view=xml - body: - encoding: UTF-8 - string: '' - headers: - Content-Type: - - application/octet-stream - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - User-Agent: - - Ruby - response: - status: - code: 200 - message: OK - headers: - Content-Type: - - text/xml - Cache-Control: - - no-cache - Connection: - - close - Content-Length: - - '285' - body: - encoding: UTF-8 - string: | - - - - - - - - http_version: - recorded_at: Wed, 02 Aug 2017 08:35:15 GMT -- request: - method: get - uri: http://backend:5352/getprojpack?expandedrepos&nopackages&project=Apache&withrepos - body: - encoding: US-ASCII - string: '' - headers: - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - User-Agent: - - Ruby - response: - status: - code: 200 - message: OK - headers: - Content-Type: - - text/xml - Cache-Control: - - no-cache - Connection: - - close - Content-Length: - - '158' - body: - encoding: UTF-8 - string: | - - - Alone on a Wide, Wide Sea - - - - http_version: - recorded_at: Wed, 02 Aug 2017 08:35:15 GMT -- request: - method: get - uri: http://backend:5352/source/Apache/apache2?view=info - body: - encoding: US-ASCII - string: '' - headers: - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - User-Agent: - - Ruby - response: - status: - code: 404 - message: project 'Apache' does not exist - headers: - Content-Type: - - text/xml - Cache-Control: - - no-cache - Connection: - - close - Content-Length: - - '140' - body: - encoding: UTF-8 - string: | - - project 'Apache' does not exist -
404 project 'Apache' does not exist
-
- http_version: - recorded_at: Tue, 16 Jan 2018 14:33:54 GMT -- request: - method: get - uri: http://backend:5352/source/Apache/kiwi?view=info - body: - encoding: US-ASCII - string: '' - headers: - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - User-Agent: - - Ruby - response: - status: - code: 404 - message: project 'Apache' does not exist - headers: - Content-Type: - - text/xml - Cache-Control: - - no-cache - Connection: - - close - Content-Length: - - '140' - body: - encoding: UTF-8 - string: | - - project 'Apache' does not exist -
404 project 'Apache' does not exist
-
- http_version: - recorded_at: Tue, 16 Jan 2018 14:33:54 GMT -- request: - method: put - uri: http://backend:5352/source/Apache/apache2/_meta?user=user_3 - body: - encoding: UTF-8 - string: | - - Jesting Pilate - Laudantium minus est magnam magni excepturi ut nemo. - - headers: - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - User-Agent: - - Ruby - response: - status: - code: 404 - message: project 'Apache' does not exist - headers: - Content-Type: - - text/xml - Cache-Control: - - no-cache - Connection: - - close - Content-Length: - - '140' - body: - encoding: UTF-8 - string: | - - project 'Apache' does not exist -
404 project 'Apache' does not exist
-
- http_version: - recorded_at: Wed, 16 May 2018 08:54:51 GMT -- request: - method: get - uri: http://backend:5352/getprojpack?expandedrepos=1&nopackages=1&project=Apache&withrepos=1 - body: - encoding: US-ASCII - string: '' - headers: - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - User-Agent: - - Ruby - response: - status: - code: 200 - message: OK - headers: - Content-Type: - - text/xml - Cache-Control: - - no-cache - Connection: - - close - Content-Length: - - '42' - body: - encoding: UTF-8 - string: | - - - http_version: - recorded_at: Wed, 16 May 2018 08:56:06 GMT -recorded_with: VCR 4.0.0 diff --git a/src/api/spec/cassettes/StatusController/GET_project/with_default_attributes/1_1_1_1.yml b/src/api/spec/cassettes/StatusController/GET_project/with_default_attributes/1_1_1_1.yml deleted file mode 100644 index adaa7a25178..00000000000 --- a/src/api/spec/cassettes/StatusController/GET_project/with_default_attributes/1_1_1_1.yml +++ /dev/null @@ -1,530 +0,0 @@ ---- -http_interactions: -- request: - method: put - uri: http://backend:5352/source/Apache/_meta - body: - encoding: UTF-8 - string: | - - Now Sleeps the Crimson Petal - - - headers: - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.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: | - - Now Sleeps the Crimson Petal - - - http_version: - recorded_at: Wed, 02 Aug 2017 08:35:22 GMT -- request: - method: put - uri: http://backend:5352/source/Apache/_config - body: - encoding: UTF-8 - string: Ipsum architecto cum eligendi sequi. Ut unde commodi dignissimos similique. - Odio adipisci vel quia maiores alias. At quibusdam explicabo qui sed ut delectus. - Itaque consequatur quae voluptatum ipsa quibusdam. - headers: - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - User-Agent: - - Ruby - response: - status: - code: 200 - message: OK - headers: - Content-Type: - - text/xml - Cache-Control: - - no-cache - Connection: - - close - Content-Length: - - '21' - body: - encoding: UTF-8 - string: ' - -' - http_version: - recorded_at: Wed, 02 Aug 2017 08:35:22 GMT -- request: - method: put - uri: http://backend:5352/source/Apache/apache2/_meta?user=user_13 - body: - encoding: UTF-8 - string: | - - The Mirror Crack'd from Side to Side - Quas iure odit quod dolorem. - - headers: - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.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: | - - The Mirror Crack'd from Side to Side - Quas iure odit quod dolorem. - - http_version: - recorded_at: Wed, 02 Aug 2017 08:35:22 GMT -- request: - method: put - uri: http://backend:5352/source/Apache/apache2/_meta - body: - encoding: UTF-8 - string: | - - The Mirror Crack'd from Side to Side - Quas iure odit quod dolorem. - - headers: - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.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: | - - The Mirror Crack'd from Side to Side - Quas iure odit quod dolorem. - - http_version: - recorded_at: Wed, 02 Aug 2017 08:35:22 GMT -- request: - method: put - uri: http://backend:5352/source/Apache/apache2/_config - body: - encoding: UTF-8 - string: In facilis ut ea quia voluptas a repellendus. Expedita quod dolor unde - itaque. Eveniet ut amet voluptate dolores nam 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: | - - 27b1bc8235f94cec7dcd7718080980c8 - unknown - - unknown - - - - http_version: - recorded_at: Wed, 02 Aug 2017 08:35:22 GMT -- request: - method: put - uri: http://backend:5352/source/Apache/apache2/somefile.txt - body: - encoding: UTF-8 - string: Repellendus aut corrupti. Autem aperiam optio consequatur. Dolorem distinctio - sapiente corporis est voluptate. Corporis et iusto. - headers: - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.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: | - - 1f61dc2cf3eb74fc906f7f82af091f2e - unknown - - unknown - - - - http_version: - recorded_at: Wed, 02 Aug 2017 08:35:22 GMT -- request: - method: put - uri: http://backend:5352/source/home:user_14/_meta?user=user_14 - body: - encoding: UTF-8 - string: | - - - <description/> - <person userid="user_14" 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: - - '137' - body: - encoding: UTF-8 - string: | - <project name="home:user_14"> - <title> - - - - http_version: - recorded_at: Wed, 02 Aug 2017 08:35:22 GMT -- request: - method: get - uri: http://backend:5352/source/Apache/apache2?nofilename=1&view=info&withchangesmd5=1 - body: - encoding: US-ASCII - string: '' - headers: - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - User-Agent: - - Ruby - response: - status: - code: 200 - message: OK - headers: - Content-Type: - - text/xml - Cache-Control: - - no-cache - Connection: - - close - Content-Length: - - '183' - body: - encoding: UTF-8 - string: | - - 1501662922 - - http_version: - recorded_at: Wed, 02 Aug 2017 08:35:22 GMT -- request: - method: get - uri: http://backend:5352/source/Apache/apache2 - body: - encoding: US-ASCII - string: '' - headers: - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - User-Agent: - - Ruby - response: - status: - code: 200 - message: OK - headers: - Content-Type: - - text/xml - Cache-Control: - - no-cache - Connection: - - close - Content-Length: - - '393' - body: - encoding: UTF-8 - string: | - - - - - - http_version: - recorded_at: Wed, 02 Aug 2017 08:35:22 GMT -- request: - method: post - uri: http://backend:5352/source/Apache/apache2?cmd=diff&linkrev=base&onlyissues=1&orev=0&view=xml - body: - encoding: UTF-8 - string: '' - headers: - Content-Type: - - application/octet-stream - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - User-Agent: - - Ruby - response: - status: - code: 200 - message: OK - headers: - Content-Type: - - text/xml - Cache-Control: - - no-cache - Connection: - - close - Content-Length: - - '292' - body: - encoding: UTF-8 - string: | - - - - - - - - http_version: - recorded_at: Wed, 02 Aug 2017 08:35:22 GMT -- request: - method: get - uri: http://backend:5352/getprojpack?expandedrepos&nopackages&project=Apache&withrepos - body: - encoding: US-ASCII - string: '' - headers: - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - User-Agent: - - Ruby - response: - status: - code: 200 - message: OK - headers: - Content-Type: - - text/xml - Cache-Control: - - no-cache - Connection: - - close - Content-Length: - - '161' - body: - encoding: UTF-8 - string: | - - - Now Sleeps the Crimson Petal - - - - http_version: - recorded_at: Wed, 02 Aug 2017 08:35:22 GMT -- request: - method: get - uri: http://backend:5352/source/Apache/apache2?view=info - body: - encoding: US-ASCII - string: '' - headers: - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - User-Agent: - - Ruby - response: - status: - code: 404 - message: project 'Apache' does not exist - headers: - Content-Type: - - text/xml - Cache-Control: - - no-cache - Connection: - - close - Content-Length: - - '140' - body: - encoding: UTF-8 - string: | - - project 'Apache' does not exist -
404 project 'Apache' does not exist
-
- http_version: - recorded_at: Tue, 16 Jan 2018 14:33:53 GMT -- request: - method: put - uri: http://backend:5352/source/Apache/apache2/_meta?user=user_3 - body: - encoding: UTF-8 - string: | - - Eyeless in Gaza - Quis ea omnis fugit culpa autem quo. - - headers: - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - User-Agent: - - Ruby - response: - status: - code: 404 - message: project 'Apache' does not exist - headers: - Content-Type: - - text/xml - Cache-Control: - - no-cache - Connection: - - close - Content-Length: - - '140' - body: - encoding: UTF-8 - string: | - - project 'Apache' does not exist -
404 project 'Apache' does not exist
-
- http_version: - recorded_at: Wed, 16 May 2018 08:54:50 GMT -- request: - method: get - uri: http://backend:5352/getprojpack?expandedrepos=1&nopackages=1&project=Apache&withrepos=1 - body: - encoding: US-ASCII - string: '' - headers: - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - User-Agent: - - Ruby - response: - status: - code: 200 - message: OK - headers: - Content-Type: - - text/xml - Cache-Control: - - no-cache - Connection: - - close - Content-Length: - - '42' - body: - encoding: UTF-8 - string: | - - - http_version: - recorded_at: Wed, 16 May 2018 08:56:06 GMT -recorded_with: VCR 4.0.0 diff --git a/src/api/spec/cassettes/StatusController/GET_project/with_default_attributes/1_1_1_2.yml b/src/api/spec/cassettes/StatusController/GET_project/with_default_attributes/1_1_1_2.yml deleted file mode 100644 index f663e430cb5..00000000000 --- a/src/api/spec/cassettes/StatusController/GET_project/with_default_attributes/1_1_1_2.yml +++ /dev/null @@ -1,528 +0,0 @@ ---- -http_interactions: -- request: - method: put - uri: http://backend:5352/source/Apache/_meta - body: - encoding: UTF-8 - string: | - - Taming a Sea Horse - - - headers: - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - User-Agent: - - Ruby - response: - status: - code: 200 - message: OK - headers: - Content-Type: - - text/xml - Cache-Control: - - no-cache - Connection: - - close - Content-Length: - - '101' - body: - encoding: UTF-8 - string: | - - Taming a Sea Horse - - - http_version: - recorded_at: Wed, 02 Aug 2017 08:35:20 GMT -- request: - method: put - uri: http://backend:5352/source/Apache/_config - body: - encoding: UTF-8 - string: Quidem esse consequuntur praesentium qui. Voluptas minus quia quasi - repudiandae. Amet dolor aperiam dolorem. - headers: - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - User-Agent: - - Ruby - response: - status: - code: 200 - message: OK - headers: - Content-Type: - - text/xml - Cache-Control: - - no-cache - Connection: - - close - Content-Length: - - '21' - body: - encoding: UTF-8 - string: ' - -' - http_version: - recorded_at: Wed, 02 Aug 2017 08:35:20 GMT -- request: - method: put - uri: http://backend:5352/source/Apache/apache2/_meta?user=user_10 - body: - encoding: UTF-8 - string: | - - Number the Stars - Dolor velit aspernatur eos totam. - - headers: - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - User-Agent: - - Ruby - response: - status: - code: 200 - message: OK - headers: - Content-Type: - - text/xml - Cache-Control: - - no-cache - Connection: - - close - Content-Length: - - '150' - body: - encoding: UTF-8 - string: | - - Number the Stars - Dolor velit aspernatur eos totam. - - http_version: - recorded_at: Wed, 02 Aug 2017 08:35:20 GMT -- request: - method: put - uri: http://backend:5352/source/Apache/apache2/_meta - body: - encoding: UTF-8 - string: | - - Number the Stars - Dolor velit aspernatur eos totam. - - headers: - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - User-Agent: - - Ruby - response: - status: - code: 200 - message: OK - headers: - Content-Type: - - text/xml - Cache-Control: - - no-cache - Connection: - - close - Content-Length: - - '150' - body: - encoding: UTF-8 - string: | - - Number the Stars - Dolor velit aspernatur eos totam. - - http_version: - recorded_at: Wed, 02 Aug 2017 08:35:20 GMT -- request: - method: put - uri: http://backend:5352/source/Apache/apache2/_config - body: - encoding: UTF-8 - string: Id dolorem inventore aspernatur. Nemo quis quod eaque. Iure dolore 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: | - - 3f2756b28d97ebd06fa6e941a3c121e2 - unknown - - unknown - - - - http_version: - recorded_at: Wed, 02 Aug 2017 08:35:20 GMT -- request: - method: put - uri: http://backend:5352/source/Apache/apache2/somefile.txt - body: - encoding: UTF-8 - string: Dolorem repudiandae dolor saepe. Maiores nihil molestiae qui totam vel - aut. Possimus labore corporis. Sunt eum dolorem maiores sint et dignissimos. - headers: - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.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: | - - 855eba577b60ee709503c9a5627bdbf2 - unknown - - unknown - - - - http_version: - recorded_at: Wed, 02 Aug 2017 08:35:20 GMT -- request: - method: put - uri: http://backend:5352/source/home:user_11/_meta?user=user_11 - body: - encoding: UTF-8 - string: | - - - <description/> - <person userid="user_11" 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: - - '137' - body: - encoding: UTF-8 - string: | - <project name="home:user_11"> - <title> - - - - http_version: - recorded_at: Wed, 02 Aug 2017 08:35:20 GMT -- request: - method: get - uri: http://backend:5352/source/Apache/apache2?nofilename=1&view=info&withchangesmd5=1 - body: - encoding: US-ASCII - string: '' - headers: - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - User-Agent: - - Ruby - response: - status: - code: 200 - message: OK - headers: - Content-Type: - - text/xml - Cache-Control: - - no-cache - Connection: - - close - Content-Length: - - '183' - body: - encoding: UTF-8 - string: | - - 1501662920 - - http_version: - recorded_at: Wed, 02 Aug 2017 08:35:21 GMT -- request: - method: get - uri: http://backend:5352/source/Apache/apache2 - body: - encoding: US-ASCII - string: '' - headers: - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - User-Agent: - - Ruby - response: - status: - code: 200 - message: OK - headers: - Content-Type: - - text/xml - Cache-Control: - - no-cache - Connection: - - close - Content-Length: - - '392' - body: - encoding: UTF-8 - string: | - - - - - - http_version: - recorded_at: Wed, 02 Aug 2017 08:35:21 GMT -- request: - method: post - uri: http://backend:5352/source/Apache/apache2?cmd=diff&linkrev=base&onlyissues=1&orev=0&view=xml - body: - encoding: UTF-8 - string: '' - headers: - Content-Type: - - application/octet-stream - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - User-Agent: - - Ruby - response: - status: - code: 200 - message: OK - headers: - Content-Type: - - text/xml - Cache-Control: - - no-cache - Connection: - - close - Content-Length: - - '292' - body: - encoding: UTF-8 - string: | - - - - - - - - http_version: - recorded_at: Wed, 02 Aug 2017 08:35:21 GMT -- request: - method: get - uri: http://backend:5352/getprojpack?expandedrepos&nopackages&project=Apache&withrepos - body: - encoding: US-ASCII - string: '' - headers: - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - User-Agent: - - Ruby - response: - status: - code: 200 - message: OK - headers: - Content-Type: - - text/xml - Cache-Control: - - no-cache - Connection: - - close - Content-Length: - - '151' - body: - encoding: UTF-8 - string: | - - - Taming a Sea Horse - - - - http_version: - recorded_at: Wed, 02 Aug 2017 08:35:21 GMT -- request: - method: get - uri: http://backend:5352/source/Apache/apache2?view=info - body: - encoding: US-ASCII - string: '' - headers: - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - User-Agent: - - Ruby - response: - status: - code: 404 - message: project 'Apache' does not exist - headers: - Content-Type: - - text/xml - Cache-Control: - - no-cache - Connection: - - close - Content-Length: - - '140' - body: - encoding: UTF-8 - string: | - - project 'Apache' does not exist -
404 project 'Apache' does not exist
-
- http_version: - recorded_at: Tue, 16 Jan 2018 14:33:53 GMT -- request: - method: put - uri: http://backend:5352/source/Apache/apache2/_meta?user=user_3 - body: - encoding: UTF-8 - string: | - - O Pioneers! - Aut id nam corporis quaerat quo non. - - headers: - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - User-Agent: - - Ruby - response: - status: - code: 404 - message: project 'Apache' does not exist - headers: - Content-Type: - - text/xml - Cache-Control: - - no-cache - Connection: - - close - Content-Length: - - '140' - body: - encoding: UTF-8 - string: | - - project 'Apache' does not exist -
404 project 'Apache' does not exist
-
- http_version: - recorded_at: Wed, 16 May 2018 08:54:50 GMT -- request: - method: get - uri: http://backend:5352/getprojpack?expandedrepos=1&nopackages=1&project=Apache&withrepos=1 - body: - encoding: US-ASCII - string: '' - headers: - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - User-Agent: - - Ruby - response: - status: - code: 200 - message: OK - headers: - Content-Type: - - text/xml - Cache-Control: - - no-cache - Connection: - - close - Content-Length: - - '42' - body: - encoding: UTF-8 - string: | - - - http_version: - recorded_at: Wed, 16 May 2018 08:56:06 GMT -recorded_with: VCR 4.0.0 diff --git a/src/api/spec/cassettes/StatusController/GET_project/with_default_attributes/1_1_1_3.yml b/src/api/spec/cassettes/StatusController/GET_project/with_default_attributes/1_1_1_3.yml deleted file mode 100644 index 6b90ae48e9d..00000000000 --- a/src/api/spec/cassettes/StatusController/GET_project/with_default_attributes/1_1_1_3.yml +++ /dev/null @@ -1,529 +0,0 @@ ---- -http_interactions: -- request: - method: put - uri: http://backend:5352/source/Apache/_meta - body: - encoding: UTF-8 - string: | - - Postern of Fate - - - headers: - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - User-Agent: - - Ruby - response: - status: - code: 200 - message: OK - headers: - Content-Type: - - text/xml - Cache-Control: - - no-cache - Connection: - - close - Content-Length: - - '98' - body: - encoding: UTF-8 - string: | - - Postern of Fate - - - http_version: - recorded_at: Wed, 02 Aug 2017 08:35:21 GMT -- request: - method: put - uri: http://backend:5352/source/Apache/_config - body: - encoding: UTF-8 - string: Perferendis ad maiores. Nemo quibusdam et voluptates impedit unde quas. - Sapiente quasi quia modi. - headers: - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - User-Agent: - - Ruby - response: - status: - code: 200 - message: OK - headers: - Content-Type: - - text/xml - Cache-Control: - - no-cache - Connection: - - close - Content-Length: - - '21' - body: - encoding: UTF-8 - string: ' - -' - http_version: - recorded_at: Wed, 02 Aug 2017 08:35:21 GMT -- request: - method: put - uri: http://backend:5352/source/Apache/apache2/_meta?user=user_11 - body: - encoding: UTF-8 - string: | - - In Death Ground - Qui omnis soluta et sit occaecati. - - headers: - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - User-Agent: - - Ruby - response: - status: - code: 200 - message: OK - headers: - Content-Type: - - text/xml - Cache-Control: - - no-cache - Connection: - - close - Content-Length: - - '150' - body: - encoding: UTF-8 - string: | - - In Death Ground - Qui omnis soluta et sit occaecati. - - http_version: - recorded_at: Wed, 02 Aug 2017 08:35:21 GMT -- request: - method: put - uri: http://backend:5352/source/Apache/apache2/_meta - body: - encoding: UTF-8 - string: | - - In Death Ground - Qui omnis soluta et sit occaecati. - - headers: - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - User-Agent: - - Ruby - response: - status: - code: 200 - message: OK - headers: - Content-Type: - - text/xml - Cache-Control: - - no-cache - Connection: - - close - Content-Length: - - '150' - body: - encoding: UTF-8 - string: | - - In Death Ground - Qui omnis soluta et sit occaecati. - - http_version: - recorded_at: Wed, 02 Aug 2017 08:35:21 GMT -- request: - method: put - uri: http://backend:5352/source/Apache/apache2/_config - body: - encoding: UTF-8 - string: Ut ab ea nesciunt architecto. Animi vel nihil repudiandae quidem qui - voluptatem at. Laudantium eum fuga sed est officia. Itaque delectus deleniti. - headers: - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.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: | - - 7d6d4f7cc46802087af0e29179e9ad08 - unknown - - unknown - - - - http_version: - recorded_at: Wed, 02 Aug 2017 08:35:21 GMT -- request: - method: put - uri: http://backend:5352/source/Apache/apache2/somefile.txt - body: - encoding: UTF-8 - string: Quos pariatur magni optio quo laborum aperiam. Quam sunt eius. Neque - temporibus eos doloremque sunt et dolor 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: | - - 62e9df10b7d271175dd94c050ac880e4 - unknown - - unknown - - - - http_version: - recorded_at: Wed, 02 Aug 2017 08:35:21 GMT -- request: - method: put - uri: http://backend:5352/source/home:user_12/_meta?user=user_12 - body: - encoding: UTF-8 - string: | - - - <description/> - <person userid="user_12" 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: - - '137' - body: - encoding: UTF-8 - string: | - <project name="home:user_12"> - <title> - - - - http_version: - recorded_at: Wed, 02 Aug 2017 08:35:21 GMT -- request: - method: get - uri: http://backend:5352/source/Apache/apache2?nofilename=1&view=info&withchangesmd5=1 - body: - encoding: US-ASCII - string: '' - headers: - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - User-Agent: - - Ruby - response: - status: - code: 200 - message: OK - headers: - Content-Type: - - text/xml - Cache-Control: - - no-cache - Connection: - - close - Content-Length: - - '183' - body: - encoding: UTF-8 - string: | - - 1501662921 - - http_version: - recorded_at: Wed, 02 Aug 2017 08:35:21 GMT -- request: - method: get - uri: http://backend:5352/source/Apache/apache2 - body: - encoding: US-ASCII - string: '' - headers: - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - User-Agent: - - Ruby - response: - status: - code: 200 - message: OK - headers: - Content-Type: - - text/xml - Cache-Control: - - no-cache - Connection: - - close - Content-Length: - - '393' - body: - encoding: UTF-8 - string: | - - - - - - http_version: - recorded_at: Wed, 02 Aug 2017 08:35:21 GMT -- request: - method: post - uri: http://backend:5352/source/Apache/apache2?cmd=diff&linkrev=base&onlyissues=1&orev=0&view=xml - body: - encoding: UTF-8 - string: '' - headers: - Content-Type: - - application/octet-stream - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - User-Agent: - - Ruby - response: - status: - code: 200 - message: OK - headers: - Content-Type: - - text/xml - Cache-Control: - - no-cache - Connection: - - close - Content-Length: - - '292' - body: - encoding: UTF-8 - string: | - - - - - - - - http_version: - recorded_at: Wed, 02 Aug 2017 08:35:21 GMT -- request: - method: get - uri: http://backend:5352/getprojpack?expandedrepos&nopackages&project=Apache&withrepos - body: - encoding: US-ASCII - string: '' - headers: - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - User-Agent: - - Ruby - response: - status: - code: 200 - message: OK - headers: - Content-Type: - - text/xml - Cache-Control: - - no-cache - Connection: - - close - Content-Length: - - '148' - body: - encoding: UTF-8 - string: | - - - Postern of Fate - - - - http_version: - recorded_at: Wed, 02 Aug 2017 08:35:21 GMT -- request: - method: get - uri: http://backend:5352/source/Apache/apache2?view=info - body: - encoding: US-ASCII - string: '' - headers: - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - User-Agent: - - Ruby - response: - status: - code: 404 - message: project 'Apache' does not exist - headers: - Content-Type: - - text/xml - Cache-Control: - - no-cache - Connection: - - close - Content-Length: - - '140' - body: - encoding: UTF-8 - string: | - - project 'Apache' does not exist -
404 project 'Apache' does not exist
-
- http_version: - recorded_at: Tue, 16 Jan 2018 14:33:52 GMT -- request: - method: put - uri: http://backend:5352/source/Apache/apache2/_meta?user=user_3 - body: - encoding: UTF-8 - string: | - - An Evil Cradling - Possimus dolorum ut commodi consequatur sapiente qui. - - headers: - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - User-Agent: - - Ruby - response: - status: - code: 404 - message: project 'Apache' does not exist - headers: - Content-Type: - - text/xml - Cache-Control: - - no-cache - Connection: - - close - Content-Length: - - '140' - body: - encoding: UTF-8 - string: | - - project 'Apache' does not exist -
404 project 'Apache' does not exist
-
- http_version: - recorded_at: Wed, 16 May 2018 08:54:50 GMT -- request: - method: get - uri: http://backend:5352/getprojpack?expandedrepos=1&nopackages=1&project=Apache&withrepos=1 - body: - encoding: US-ASCII - string: '' - headers: - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - User-Agent: - - Ruby - response: - status: - code: 200 - message: OK - headers: - Content-Type: - - text/xml - Cache-Control: - - no-cache - Connection: - - close - Content-Length: - - '42' - body: - encoding: UTF-8 - string: | - - - http_version: - recorded_at: Wed, 16 May 2018 08:56:06 GMT -recorded_with: VCR 4.0.0 diff --git a/src/api/spec/cassettes/StatusController/GET_project/with_default_attributes/1_1_1_4.yml b/src/api/spec/cassettes/StatusController/GET_project/with_default_attributes/1_1_1_4.yml deleted file mode 100644 index 323a3ff86d2..00000000000 --- a/src/api/spec/cassettes/StatusController/GET_project/with_default_attributes/1_1_1_4.yml +++ /dev/null @@ -1,530 +0,0 @@ ---- -http_interactions: -- request: - method: put - uri: http://backend:5352/source/Apache/_meta - body: - encoding: UTF-8 - string: | - - Rosemary Sutcliff - - - headers: - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - User-Agent: - - Ruby - response: - status: - code: 200 - message: OK - headers: - Content-Type: - - text/xml - Cache-Control: - - no-cache - Connection: - - close - Content-Length: - - '100' - body: - encoding: UTF-8 - string: | - - Rosemary Sutcliff - - - http_version: - recorded_at: Wed, 02 Aug 2017 08:35:23 GMT -- request: - method: put - uri: http://backend:5352/source/Apache/_config - body: - encoding: UTF-8 - string: Sapiente aperiam minus voluptatem laboriosam. Adipisci mollitia tempora - repellendus. Impedit fugit nesciunt ut cupiditate quo 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: - - '21' - body: - encoding: UTF-8 - string: ' - -' - http_version: - recorded_at: Wed, 02 Aug 2017 08:35:23 GMT -- request: - method: put - uri: http://backend:5352/source/Apache/apache2/_meta?user=user_15 - body: - encoding: UTF-8 - string: | - - Ego Dominus Tuus - Sit soluta ea beatae nihil qui eveniet id amet. - - headers: - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - User-Agent: - - Ruby - response: - status: - code: 200 - message: OK - headers: - Content-Type: - - text/xml - Cache-Control: - - no-cache - Connection: - - close - Content-Length: - - '164' - body: - encoding: UTF-8 - string: | - - Ego Dominus Tuus - Sit soluta ea beatae nihil qui eveniet id amet. - - http_version: - recorded_at: Wed, 02 Aug 2017 08:35:23 GMT -- request: - method: put - uri: http://backend:5352/source/Apache/apache2/_meta - body: - encoding: UTF-8 - string: | - - Ego Dominus Tuus - Sit soluta ea beatae nihil qui eveniet id amet. - - headers: - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - User-Agent: - - Ruby - response: - status: - code: 200 - message: OK - headers: - Content-Type: - - text/xml - Cache-Control: - - no-cache - Connection: - - close - Content-Length: - - '164' - body: - encoding: UTF-8 - string: | - - Ego Dominus Tuus - Sit soluta ea beatae nihil qui eveniet id amet. - - http_version: - recorded_at: Wed, 02 Aug 2017 08:35:23 GMT -- request: - method: put - uri: http://backend:5352/source/Apache/apache2/_config - body: - encoding: UTF-8 - string: Ullam magni nesciunt magnam voluptatum et ut. Nostrum consequatur quasi. - Voluptatum saepe eum aut. Assumenda libero quas nesciunt occaecati. - headers: - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.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: | - - 11e3fc4946abec3ca6c93a7848aaf1eb - unknown - - unknown - - - - http_version: - recorded_at: Wed, 02 Aug 2017 08:35:23 GMT -- request: - method: put - uri: http://backend:5352/source/Apache/apache2/somefile.txt - body: - encoding: UTF-8 - string: Eaque ut molestiae sunt voluptas quae. Quis ratione dolores ad et omnis - voluptatum. Voluptate recusandae doloribus id iste aliquam. Minus illum ad - corrupti aut odit 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: | - - 8e5b758b243e0a06031fb3dddf6dec9b - unknown - - unknown - - - - http_version: - recorded_at: Wed, 02 Aug 2017 08:35:23 GMT -- request: - method: put - uri: http://backend:5352/source/home:user_16/_meta?user=user_16 - body: - encoding: UTF-8 - string: | - - - <description/> - <person userid="user_16" 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: - - '137' - body: - encoding: UTF-8 - string: | - <project name="home:user_16"> - <title> - - - - http_version: - recorded_at: Wed, 02 Aug 2017 08:35:24 GMT -- request: - method: get - uri: http://backend:5352/source/Apache/apache2?nofilename=1&view=info&withchangesmd5=1 - body: - encoding: US-ASCII - string: '' - headers: - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - User-Agent: - - Ruby - response: - status: - code: 200 - message: OK - headers: - Content-Type: - - text/xml - Cache-Control: - - no-cache - Connection: - - close - Content-Length: - - '183' - body: - encoding: UTF-8 - string: | - - 1501662923 - - http_version: - recorded_at: Wed, 02 Aug 2017 08:35:24 GMT -- request: - method: get - uri: http://backend:5352/source/Apache/apache2 - body: - encoding: US-ASCII - string: '' - headers: - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - User-Agent: - - Ruby - response: - status: - code: 200 - message: OK - headers: - Content-Type: - - text/xml - Cache-Control: - - no-cache - Connection: - - close - Content-Length: - - '393' - body: - encoding: UTF-8 - string: | - - - - - - http_version: - recorded_at: Wed, 02 Aug 2017 08:35:24 GMT -- request: - method: post - uri: http://backend:5352/source/Apache/apache2?cmd=diff&linkrev=base&onlyissues=1&orev=0&view=xml - body: - encoding: UTF-8 - string: '' - headers: - Content-Type: - - application/octet-stream - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - User-Agent: - - Ruby - response: - status: - code: 200 - message: OK - headers: - Content-Type: - - text/xml - Cache-Control: - - no-cache - Connection: - - close - Content-Length: - - '292' - body: - encoding: UTF-8 - string: | - - - - - - - - http_version: - recorded_at: Wed, 02 Aug 2017 08:35:24 GMT -- request: - method: get - uri: http://backend:5352/getprojpack?expandedrepos&nopackages&project=Apache&withrepos - body: - encoding: US-ASCII - string: '' - headers: - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - User-Agent: - - Ruby - response: - status: - code: 200 - message: OK - headers: - Content-Type: - - text/xml - Cache-Control: - - no-cache - Connection: - - close - Content-Length: - - '150' - body: - encoding: UTF-8 - string: | - - - Rosemary Sutcliff - - - - http_version: - recorded_at: Wed, 02 Aug 2017 08:35:24 GMT -- request: - method: get - uri: http://backend:5352/source/Apache/apache2?view=info - body: - encoding: US-ASCII - string: '' - headers: - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - User-Agent: - - Ruby - response: - status: - code: 404 - message: project 'Apache' does not exist - headers: - Content-Type: - - text/xml - Cache-Control: - - no-cache - Connection: - - close - Content-Length: - - '140' - body: - encoding: UTF-8 - string: | - - project 'Apache' does not exist -
404 project 'Apache' does not exist
-
- http_version: - recorded_at: Tue, 16 Jan 2018 14:33:53 GMT -- request: - method: put - uri: http://backend:5352/source/Apache/apache2/_meta?user=user_3 - body: - encoding: UTF-8 - string: | - - Françoise Sagan - Qui laudantium qui tenetur beatae commodi maxime. - - headers: - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - User-Agent: - - Ruby - response: - status: - code: 404 - message: project 'Apache' does not exist - headers: - Content-Type: - - text/xml - Cache-Control: - - no-cache - Connection: - - close - Content-Length: - - '140' - body: - encoding: UTF-8 - string: | - - project 'Apache' does not exist -
404 project 'Apache' does not exist
-
- http_version: - recorded_at: Wed, 16 May 2018 08:54:50 GMT -- request: - method: get - uri: http://backend:5352/getprojpack?expandedrepos=1&nopackages=1&project=Apache&withrepos=1 - body: - encoding: US-ASCII - string: '' - headers: - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - User-Agent: - - Ruby - response: - status: - code: 200 - message: OK - headers: - Content-Type: - - text/xml - Cache-Control: - - no-cache - Connection: - - close - Content-Length: - - '42' - body: - encoding: UTF-8 - string: | - - - http_version: - recorded_at: Wed, 16 May 2018 08:56:06 GMT -recorded_with: VCR 4.0.0 diff --git a/src/api/spec/cassettes/StatusController/GET_project/with_default_attributes/1_1_1_5.yml b/src/api/spec/cassettes/StatusController/GET_project/with_default_attributes/1_1_1_5.yml deleted file mode 100644 index 2bf0ca4c3a1..00000000000 --- a/src/api/spec/cassettes/StatusController/GET_project/with_default_attributes/1_1_1_5.yml +++ /dev/null @@ -1,532 +0,0 @@ ---- -http_interactions: -- request: - method: put - uri: http://backend:5352/source/Apache/_meta - body: - encoding: UTF-8 - string: | - - Moab Is My Washpot - - - headers: - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - User-Agent: - - Ruby - response: - status: - code: 200 - message: OK - headers: - Content-Type: - - text/xml - Cache-Control: - - no-cache - Connection: - - close - Content-Length: - - '101' - body: - encoding: UTF-8 - string: | - - Moab Is My Washpot - - - http_version: - recorded_at: Wed, 02 Aug 2017 08:35:24 GMT -- request: - method: put - uri: http://backend:5352/source/Apache/_config - body: - encoding: UTF-8 - string: Enim odio asperiores ducimus reprehenderit. Inventore repellat quia - perspiciatis itaque reiciendis illo. Recusandae sequi ducimus pariatur dolores - qui nisi. Earum quos est qui praesentium. Mollitia tempore natus ipsum. - headers: - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - User-Agent: - - Ruby - response: - status: - code: 200 - message: OK - headers: - Content-Type: - - text/xml - Cache-Control: - - no-cache - Connection: - - close - Content-Length: - - '21' - body: - encoding: UTF-8 - string: ' - -' - http_version: - recorded_at: Wed, 02 Aug 2017 08:35:24 GMT -- request: - method: put - uri: http://backend:5352/source/Apache/apache2/_meta?user=user_16 - body: - encoding: UTF-8 - string: | - - The Sun Also Rises - Odio aspernatur natus expedita. - - headers: - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - User-Agent: - - Ruby - response: - status: - code: 200 - message: OK - headers: - Content-Type: - - text/xml - Cache-Control: - - no-cache - Connection: - - close - Content-Length: - - '150' - body: - encoding: UTF-8 - string: | - - The Sun Also Rises - Odio aspernatur natus expedita. - - http_version: - recorded_at: Wed, 02 Aug 2017 08:35:24 GMT -- request: - method: put - uri: http://backend:5352/source/Apache/apache2/_meta - body: - encoding: UTF-8 - string: | - - The Sun Also Rises - Odio aspernatur natus expedita. - - headers: - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - User-Agent: - - Ruby - response: - status: - code: 200 - message: OK - headers: - Content-Type: - - text/xml - Cache-Control: - - no-cache - Connection: - - close - Content-Length: - - '150' - body: - encoding: UTF-8 - string: | - - The Sun Also Rises - Odio aspernatur natus expedita. - - http_version: - recorded_at: Wed, 02 Aug 2017 08:35:24 GMT -- request: - method: put - uri: http://backend:5352/source/Apache/apache2/_config - body: - encoding: UTF-8 - string: Enim provident velit est magni. Laborum doloribus nam id sit vel voluptas - omnis. Doloribus occaecati fuga alias sed voluptas quo. Qui sint fugiat eum. - Ratione quidem aut quod. - headers: - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.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: | - - 1e0e72ee88d5df11c5a9a1d35ef3d96d - unknown - - unknown - - - - http_version: - recorded_at: Wed, 02 Aug 2017 08:35:24 GMT -- request: - method: put - uri: http://backend:5352/source/Apache/apache2/somefile.txt - body: - encoding: UTF-8 - string: Ea consequatur consectetur. Eum consequuntur nesciunt ut sit. Harum - molestias ea quas et sit labore. Officia voluptatum vel. Expedita explicabo - repellendus facilis corporis. - headers: - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.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: | - - b5f14dce656cb31b6a8eed59b11cdf1b - unknown - - unknown - - - - http_version: - recorded_at: Wed, 02 Aug 2017 08:35:24 GMT -- request: - method: put - uri: http://backend:5352/source/home:user_17/_meta?user=user_17 - body: - encoding: UTF-8 - string: | - - - <description/> - <person userid="user_17" 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: - - '137' - body: - encoding: UTF-8 - string: | - <project name="home:user_17"> - <title> - - - - http_version: - recorded_at: Wed, 02 Aug 2017 08:35:24 GMT -- request: - method: get - uri: http://backend:5352/source/Apache/apache2?nofilename=1&view=info&withchangesmd5=1 - body: - encoding: US-ASCII - string: '' - headers: - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - User-Agent: - - Ruby - response: - status: - code: 200 - message: OK - headers: - Content-Type: - - text/xml - Cache-Control: - - no-cache - Connection: - - close - Content-Length: - - '183' - body: - encoding: UTF-8 - string: | - - 1501662924 - - http_version: - recorded_at: Wed, 02 Aug 2017 08:35:24 GMT -- request: - method: get - uri: http://backend:5352/source/Apache/apache2 - body: - encoding: US-ASCII - string: '' - headers: - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - User-Agent: - - Ruby - response: - status: - code: 200 - message: OK - headers: - Content-Type: - - text/xml - Cache-Control: - - no-cache - Connection: - - close - Content-Length: - - '393' - body: - encoding: UTF-8 - string: | - - - - - - http_version: - recorded_at: Wed, 02 Aug 2017 08:35:24 GMT -- request: - method: post - uri: http://backend:5352/source/Apache/apache2?cmd=diff&linkrev=base&onlyissues=1&orev=0&view=xml - body: - encoding: UTF-8 - string: '' - headers: - Content-Type: - - application/octet-stream - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - User-Agent: - - Ruby - response: - status: - code: 200 - message: OK - headers: - Content-Type: - - text/xml - Cache-Control: - - no-cache - Connection: - - close - Content-Length: - - '292' - body: - encoding: UTF-8 - string: | - - - - - - - - http_version: - recorded_at: Wed, 02 Aug 2017 08:35:24 GMT -- request: - method: get - uri: http://backend:5352/getprojpack?expandedrepos&nopackages&project=Apache&withrepos - body: - encoding: US-ASCII - string: '' - headers: - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - User-Agent: - - Ruby - response: - status: - code: 200 - message: OK - headers: - Content-Type: - - text/xml - Cache-Control: - - no-cache - Connection: - - close - Content-Length: - - '151' - body: - encoding: UTF-8 - string: | - - - Moab Is My Washpot - - - - http_version: - recorded_at: Wed, 02 Aug 2017 08:35:24 GMT -- request: - method: get - uri: http://backend:5352/source/Apache/apache2?view=info - body: - encoding: US-ASCII - string: '' - headers: - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - User-Agent: - - Ruby - response: - status: - code: 404 - message: project 'Apache' does not exist - headers: - Content-Type: - - text/xml - Cache-Control: - - no-cache - Connection: - - close - Content-Length: - - '140' - body: - encoding: UTF-8 - string: | - - project 'Apache' does not exist -
404 project 'Apache' does not exist
-
- http_version: - recorded_at: Tue, 16 Jan 2018 14:33:53 GMT -- request: - method: put - uri: http://backend:5352/source/Apache/apache2/_meta?user=user_3 - body: - encoding: UTF-8 - string: | - - Terrible Swift Sword - Et iste deserunt corrupti. - - headers: - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - User-Agent: - - Ruby - response: - status: - code: 404 - message: project 'Apache' does not exist - headers: - Content-Type: - - text/xml - Cache-Control: - - no-cache - Connection: - - close - Content-Length: - - '140' - body: - encoding: UTF-8 - string: | - - project 'Apache' does not exist -
404 project 'Apache' does not exist
-
- http_version: - recorded_at: Wed, 16 May 2018 08:54:50 GMT -- request: - method: get - uri: http://backend:5352/getprojpack?expandedrepos=1&nopackages=1&project=Apache&withrepos=1 - body: - encoding: US-ASCII - string: '' - headers: - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - User-Agent: - - Ruby - response: - status: - code: 200 - message: OK - headers: - Content-Type: - - text/xml - Cache-Control: - - no-cache - Connection: - - close - Content-Length: - - '42' - body: - encoding: UTF-8 - string: | - - - http_version: - recorded_at: Wed, 16 May 2018 08:56:05 GMT -recorded_with: VCR 4.0.0 diff --git a/src/api/spec/cassettes/StatusController/GET_project/with_default_attributes/1_1_1_6.yml b/src/api/spec/cassettes/StatusController/GET_project/with_default_attributes/1_1_1_6.yml deleted file mode 100644 index 5953c2e3187..00000000000 --- a/src/api/spec/cassettes/StatusController/GET_project/with_default_attributes/1_1_1_6.yml +++ /dev/null @@ -1,530 +0,0 @@ ---- -http_interactions: -- request: - method: put - uri: http://backend:5352/source/Apache/_meta - body: - encoding: UTF-8 - string: | - - That Hideous Strength - - - headers: - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - User-Agent: - - Ruby - response: - status: - code: 200 - message: OK - headers: - Content-Type: - - text/xml - Cache-Control: - - no-cache - Connection: - - close - Content-Length: - - '104' - body: - encoding: UTF-8 - string: | - - That Hideous Strength - - - http_version: - recorded_at: Wed, 02 Aug 2017 08:35:23 GMT -- request: - method: put - uri: http://backend:5352/source/Apache/_config - body: - encoding: UTF-8 - string: Qui atque unde quaerat. Corrupti consequatur eaque assumenda. Quae sit - in unde odio modi commodi. - headers: - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - User-Agent: - - Ruby - response: - status: - code: 200 - message: OK - headers: - Content-Type: - - text/xml - Cache-Control: - - no-cache - Connection: - - close - Content-Length: - - '21' - body: - encoding: UTF-8 - string: ' - -' - http_version: - recorded_at: Wed, 02 Aug 2017 08:35:23 GMT -- request: - method: put - uri: http://backend:5352/source/Apache/apache2/_meta?user=user_14 - body: - encoding: UTF-8 - string: | - - If Not Now, When? - Sequi nihil quam suscipit a nisi provident omnis maiores. - - headers: - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - User-Agent: - - Ruby - response: - status: - code: 200 - message: OK - headers: - Content-Type: - - text/xml - Cache-Control: - - no-cache - Connection: - - close - Content-Length: - - '175' - body: - encoding: UTF-8 - string: | - - If Not Now, When? - Sequi nihil quam suscipit a nisi provident omnis maiores. - - http_version: - recorded_at: Wed, 02 Aug 2017 08:35:23 GMT -- request: - method: put - uri: http://backend:5352/source/Apache/apache2/_meta - body: - encoding: UTF-8 - string: | - - If Not Now, When? - Sequi nihil quam suscipit a nisi provident omnis maiores. - - headers: - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - User-Agent: - - Ruby - response: - status: - code: 200 - message: OK - headers: - Content-Type: - - text/xml - Cache-Control: - - no-cache - Connection: - - close - Content-Length: - - '175' - body: - encoding: UTF-8 - string: | - - If Not Now, When? - Sequi nihil quam suscipit a nisi provident omnis maiores. - - http_version: - recorded_at: Wed, 02 Aug 2017 08:35:23 GMT -- request: - method: put - uri: http://backend:5352/source/Apache/apache2/_config - body: - encoding: UTF-8 - string: Id earum maiores voluptas ut illo. Velit sequi et doloremque distinctio. - Rerum quibusdam facere voluptas ratione et. Accusamus blanditiis maxime porro - 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: | - - baacfabc7ecf964fe176648bed07c328 - unknown - - unknown - - - - http_version: - recorded_at: Wed, 02 Aug 2017 08:35:23 GMT -- request: - method: put - uri: http://backend:5352/source/Apache/apache2/somefile.txt - body: - encoding: UTF-8 - string: Et consequatur consequatur qui architecto. Qui voluptas dolor iure dicta - rerum laboriosam et. Sint doloremque et et 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: - - '209' - body: - encoding: UTF-8 - string: | - - 2801bd1c80b5283a4a51c26057659e4d - unknown - - unknown - - - - http_version: - recorded_at: Wed, 02 Aug 2017 08:35:23 GMT -- request: - method: put - uri: http://backend:5352/source/home:user_15/_meta?user=user_15 - body: - encoding: UTF-8 - string: | - - - <description/> - <person userid="user_15" 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: - - '137' - body: - encoding: UTF-8 - string: | - <project name="home:user_15"> - <title> - - - - http_version: - recorded_at: Wed, 02 Aug 2017 08:35:23 GMT -- request: - method: get - uri: http://backend:5352/source/Apache/apache2?nofilename=1&view=info&withchangesmd5=1 - body: - encoding: US-ASCII - string: '' - headers: - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - User-Agent: - - Ruby - response: - status: - code: 200 - message: OK - headers: - Content-Type: - - text/xml - Cache-Control: - - no-cache - Connection: - - close - Content-Length: - - '183' - body: - encoding: UTF-8 - string: | - - 1501662923 - - http_version: - recorded_at: Wed, 02 Aug 2017 08:35:23 GMT -- request: - method: get - uri: http://backend:5352/source/Apache/apache2 - body: - encoding: US-ASCII - string: '' - headers: - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - User-Agent: - - Ruby - response: - status: - code: 200 - message: OK - headers: - Content-Type: - - text/xml - Cache-Control: - - no-cache - Connection: - - close - Content-Length: - - '393' - body: - encoding: UTF-8 - string: | - - - - - - http_version: - recorded_at: Wed, 02 Aug 2017 08:35:23 GMT -- request: - method: post - uri: http://backend:5352/source/Apache/apache2?cmd=diff&linkrev=base&onlyissues=1&orev=0&view=xml - body: - encoding: UTF-8 - string: '' - headers: - Content-Type: - - application/octet-stream - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - User-Agent: - - Ruby - response: - status: - code: 200 - message: OK - headers: - Content-Type: - - text/xml - Cache-Control: - - no-cache - Connection: - - close - Content-Length: - - '292' - body: - encoding: UTF-8 - string: | - - - - - - - - http_version: - recorded_at: Wed, 02 Aug 2017 08:35:23 GMT -- request: - method: get - uri: http://backend:5352/getprojpack?expandedrepos&nopackages&project=Apache&withrepos - body: - encoding: US-ASCII - string: '' - headers: - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - User-Agent: - - Ruby - response: - status: - code: 200 - message: OK - headers: - Content-Type: - - text/xml - Cache-Control: - - no-cache - Connection: - - close - Content-Length: - - '154' - body: - encoding: UTF-8 - string: | - - - That Hideous Strength - - - - http_version: - recorded_at: Wed, 02 Aug 2017 08:35:23 GMT -- request: - method: get - uri: http://backend:5352/source/Apache/apache2?view=info - body: - encoding: US-ASCII - string: '' - headers: - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - User-Agent: - - Ruby - response: - status: - code: 404 - message: project 'Apache' does not exist - headers: - Content-Type: - - text/xml - Cache-Control: - - no-cache - Connection: - - close - Content-Length: - - '140' - body: - encoding: UTF-8 - string: | - - project 'Apache' does not exist -
404 project 'Apache' does not exist
-
- http_version: - recorded_at: Tue, 16 Jan 2018 14:33:53 GMT -- request: - method: put - uri: http://backend:5352/source/Apache/apache2/_meta?user=user_3 - body: - encoding: UTF-8 - string: | - - The Yellow Meads of Asphodel - Rerum maxime cupiditate inventore fugit itaque reiciendis animi. - - headers: - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - User-Agent: - - Ruby - response: - status: - code: 404 - message: project 'Apache' does not exist - headers: - Content-Type: - - text/xml - Cache-Control: - - no-cache - Connection: - - close - Content-Length: - - '140' - body: - encoding: UTF-8 - string: | - - project 'Apache' does not exist -
404 project 'Apache' does not exist
-
- http_version: - recorded_at: Wed, 16 May 2018 08:54:50 GMT -- request: - method: get - uri: http://backend:5352/getprojpack?expandedrepos=1&nopackages=1&project=Apache&withrepos=1 - body: - encoding: US-ASCII - string: '' - headers: - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - User-Agent: - - Ruby - response: - status: - code: 200 - message: OK - headers: - Content-Type: - - text/xml - Cache-Control: - - no-cache - Connection: - - close - Content-Length: - - '42' - body: - encoding: UTF-8 - string: | - - - http_version: - recorded_at: Wed, 16 May 2018 08:56:05 GMT -recorded_with: VCR 4.0.0 diff --git a/src/api/spec/cassettes/StatusController/GET_project/with_default_attributes/1_1_1_7.yml b/src/api/spec/cassettes/StatusController/GET_project/with_default_attributes/1_1_1_7.yml deleted file mode 100644 index c2b605b8b51..00000000000 --- a/src/api/spec/cassettes/StatusController/GET_project/with_default_attributes/1_1_1_7.yml +++ /dev/null @@ -1,531 +0,0 @@ ---- -http_interactions: -- request: - method: put - uri: http://backend:5352/source/Apache/_meta - body: - encoding: UTF-8 - string: | - - Sleep the Brave - - - headers: - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - User-Agent: - - Ruby - response: - status: - code: 200 - message: OK - headers: - Content-Type: - - text/xml - Cache-Control: - - no-cache - Connection: - - close - Content-Length: - - '98' - body: - encoding: UTF-8 - string: | - - Sleep the Brave - - - http_version: - recorded_at: Wed, 02 Aug 2017 08:35:20 GMT -- request: - method: put - uri: http://backend:5352/source/Apache/_config - body: - encoding: UTF-8 - string: Cum omnis explicabo. Enim alias quo ratione sit veniam fuga. Nihil nobis - vitae ipsa et. Alias maiores dolorem. - headers: - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - User-Agent: - - Ruby - response: - status: - code: 200 - message: OK - headers: - Content-Type: - - text/xml - Cache-Control: - - no-cache - Connection: - - close - Content-Length: - - '21' - body: - encoding: UTF-8 - string: ' - -' - http_version: - recorded_at: Wed, 02 Aug 2017 08:35:20 GMT -- request: - method: put - uri: http://backend:5352/source/Apache/apache2/_meta?user=user_9 - body: - encoding: UTF-8 - string: | - - Where Angels Fear to Tread - Aut aut fugit corrupti 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: | - - Where Angels Fear to Tread - Aut aut fugit corrupti in. - - http_version: - recorded_at: Wed, 02 Aug 2017 08:35:20 GMT -- request: - method: put - uri: http://backend:5352/source/Apache/apache2/_meta - body: - encoding: UTF-8 - string: | - - Where Angels Fear to Tread - Aut aut fugit corrupti 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: | - - Where Angels Fear to Tread - Aut aut fugit corrupti in. - - http_version: - recorded_at: Wed, 02 Aug 2017 08:35:20 GMT -- request: - method: put - uri: http://backend:5352/source/Apache/apache2/_config - body: - encoding: UTF-8 - string: Sed fugiat est facilis quisquam excepturi laudantium. Officiis dolor - earum quo saepe. Fugit officia nulla itaque ut error consequatur. Voluptate - soluta harum et delectus ab velit. - headers: - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.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: | - - 00dad89112b84ab5f0acb045bf07c41e - unknown - - unknown - - - - http_version: - recorded_at: Wed, 02 Aug 2017 08:35:20 GMT -- request: - method: put - uri: http://backend:5352/source/Apache/apache2/somefile.txt - body: - encoding: UTF-8 - string: Eum veniam ex voluptatem ipsam totam aut et. Dicta quod ut. Quaerat - nemo ut amet. Repudiandae consequuntur culpa maiores voluptatem saepe omnis. - Non similique magni. - headers: - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.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: | - - fccd56fae59bbd5a7550ea186cb765f1 - unknown - - unknown - - - - http_version: - recorded_at: Wed, 02 Aug 2017 08:35:20 GMT -- 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: - - '137' - body: - encoding: UTF-8 - string: | - <project name="home:user_10"> - <title> - - - - http_version: - recorded_at: Wed, 02 Aug 2017 08:35:20 GMT -- request: - method: get - uri: http://backend:5352/source/Apache/apache2?nofilename=1&view=info&withchangesmd5=1 - body: - encoding: US-ASCII - string: '' - headers: - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - User-Agent: - - Ruby - response: - status: - code: 200 - message: OK - headers: - Content-Type: - - text/xml - Cache-Control: - - no-cache - Connection: - - close - Content-Length: - - '183' - body: - encoding: UTF-8 - string: | - - 1501662920 - - http_version: - recorded_at: Wed, 02 Aug 2017 08:35:20 GMT -- request: - method: get - uri: http://backend:5352/source/Apache/apache2 - body: - encoding: US-ASCII - string: '' - headers: - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - User-Agent: - - Ruby - response: - status: - code: 200 - message: OK - headers: - Content-Type: - - text/xml - Cache-Control: - - no-cache - Connection: - - close - Content-Length: - - '393' - body: - encoding: UTF-8 - string: | - - - - - - http_version: - recorded_at: Wed, 02 Aug 2017 08:35:20 GMT -- request: - method: post - uri: http://backend:5352/source/Apache/apache2?cmd=diff&linkrev=base&onlyissues=1&orev=0&view=xml - body: - encoding: UTF-8 - string: '' - headers: - Content-Type: - - application/octet-stream - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - User-Agent: - - Ruby - response: - status: - code: 200 - message: OK - headers: - Content-Type: - - text/xml - Cache-Control: - - no-cache - Connection: - - close - Content-Length: - - '292' - body: - encoding: UTF-8 - string: | - - - - - - - - http_version: - recorded_at: Wed, 02 Aug 2017 08:35:20 GMT -- request: - method: get - uri: http://backend:5352/getprojpack?expandedrepos&nopackages&project=Apache&withrepos - body: - encoding: US-ASCII - string: '' - headers: - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - User-Agent: - - Ruby - response: - status: - code: 200 - message: OK - headers: - Content-Type: - - text/xml - Cache-Control: - - no-cache - Connection: - - close - Content-Length: - - '148' - body: - encoding: UTF-8 - string: | - - - Sleep the Brave - - - - http_version: - recorded_at: Wed, 02 Aug 2017 08:35:20 GMT -- request: - method: get - uri: http://backend:5352/source/Apache/apache2?view=info - body: - encoding: US-ASCII - string: '' - headers: - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - User-Agent: - - Ruby - response: - status: - code: 404 - message: project 'Apache' does not exist - headers: - Content-Type: - - text/xml - Cache-Control: - - no-cache - Connection: - - close - Content-Length: - - '140' - body: - encoding: UTF-8 - string: | - - project 'Apache' does not exist -
404 project 'Apache' does not exist
-
- http_version: - recorded_at: Tue, 16 Jan 2018 14:33:53 GMT -- request: - method: put - uri: http://backend:5352/source/Apache/apache2/_meta?user=user_3 - body: - encoding: UTF-8 - string: | - - The Last Temptation - Rerum aperiam est incidunt enim libero id ut. - - headers: - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - User-Agent: - - Ruby - response: - status: - code: 404 - message: project 'Apache' does not exist - headers: - Content-Type: - - text/xml - Cache-Control: - - no-cache - Connection: - - close - Content-Length: - - '140' - body: - encoding: UTF-8 - string: | - - project 'Apache' does not exist -
404 project 'Apache' does not exist
-
- http_version: - recorded_at: Wed, 16 May 2018 08:54:50 GMT -- request: - method: get - uri: http://backend:5352/getprojpack?expandedrepos=1&nopackages=1&project=Apache&withrepos=1 - body: - encoding: US-ASCII - string: '' - headers: - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - User-Agent: - - Ruby - response: - status: - code: 200 - message: OK - headers: - Content-Type: - - text/xml - Cache-Control: - - no-cache - Connection: - - close - Content-Length: - - '42' - body: - encoding: UTF-8 - string: | - - - http_version: - recorded_at: Wed, 16 May 2018 08:56:05 GMT -recorded_with: VCR 4.0.0 diff --git a/src/api/spec/cassettes/StatusController/GET_project/with_default_attributes/1_1_1_8.yml b/src/api/spec/cassettes/StatusController/GET_project/with_default_attributes/1_1_1_8.yml deleted file mode 100644 index 3d65087a1fc..00000000000 --- a/src/api/spec/cassettes/StatusController/GET_project/with_default_attributes/1_1_1_8.yml +++ /dev/null @@ -1,532 +0,0 @@ ---- -http_interactions: -- request: - method: put - uri: http://backend:5352/source/Apache/_meta - body: - encoding: UTF-8 - string: | - - Antic Hay - - - headers: - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - User-Agent: - - Ruby - response: - status: - code: 200 - message: OK - headers: - Content-Type: - - text/xml - Cache-Control: - - no-cache - Connection: - - close - Content-Length: - - '92' - body: - encoding: UTF-8 - string: | - - Antic Hay - - - http_version: - recorded_at: Wed, 02 Aug 2017 08:35:21 GMT -- request: - method: put - uri: http://backend:5352/source/Apache/_config - body: - encoding: UTF-8 - string: Blanditiis pariatur et quis culpa esse sit omnis. Et ea sed iusto velit - sunt aliquam consequatur. Vitae deserunt sit quaerat perspiciatis cumque accusamus - vel. Voluptatem velit nisi illo non facilis ex. - headers: - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - User-Agent: - - Ruby - response: - status: - code: 200 - message: OK - headers: - Content-Type: - - text/xml - Cache-Control: - - no-cache - Connection: - - close - Content-Length: - - '21' - body: - encoding: UTF-8 - string: ' - -' - http_version: - recorded_at: Wed, 02 Aug 2017 08:35:21 GMT -- request: - method: put - uri: http://backend:5352/source/Apache/apache2/_meta?user=user_12 - body: - encoding: UTF-8 - string: | - - The Painted Veil - Qui rerum aut doloremque. - - headers: - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.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: | - - The Painted Veil - Qui rerum aut doloremque. - - http_version: - recorded_at: Wed, 02 Aug 2017 08:35:21 GMT -- request: - method: put - uri: http://backend:5352/source/Apache/apache2/_meta - body: - encoding: UTF-8 - string: | - - The Painted Veil - Qui rerum aut doloremque. - - headers: - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.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: | - - The Painted Veil - Qui rerum aut doloremque. - - http_version: - recorded_at: Wed, 02 Aug 2017 08:35:22 GMT -- request: - method: put - uri: http://backend:5352/source/Apache/apache2/_config - body: - encoding: UTF-8 - string: Nulla dolore provident at mollitia adipisci et. Dolorem quisquam officiis - sint numquam quis quia doloribus. Asperiores laboriosam omnis laborum consequatur. - Earum ut velit 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: | - - c6e1837eb6076a3d1bf6da7aae5f6bcc - unknown - - unknown - - - - http_version: - recorded_at: Wed, 02 Aug 2017 08:35:22 GMT -- request: - method: put - uri: http://backend:5352/source/Apache/apache2/somefile.txt - body: - encoding: UTF-8 - string: Repudiandae dignissimos consequatur placeat magnam. Illum at qui amet - consequatur rem. Ipsum accusantium qui voluptatem aspernatur possimus. Molestias - eum rerum amet maiores. - headers: - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.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: | - - f661b7c2bfd1924960598e9f9610a77d - unknown - - unknown - - - - http_version: - recorded_at: Wed, 02 Aug 2017 08:35:22 GMT -- request: - method: put - uri: http://backend:5352/source/home:user_13/_meta?user=user_13 - body: - encoding: UTF-8 - string: | - - - <description/> - <person userid="user_13" 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: - - '137' - body: - encoding: UTF-8 - string: | - <project name="home:user_13"> - <title> - - - - http_version: - recorded_at: Wed, 02 Aug 2017 08:35:22 GMT -- request: - method: get - uri: http://backend:5352/source/Apache/apache2?nofilename=1&view=info&withchangesmd5=1 - body: - encoding: US-ASCII - string: '' - headers: - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - User-Agent: - - Ruby - response: - status: - code: 200 - message: OK - headers: - Content-Type: - - text/xml - Cache-Control: - - no-cache - Connection: - - close - Content-Length: - - '183' - body: - encoding: UTF-8 - string: | - - 1501662922 - - http_version: - recorded_at: Wed, 02 Aug 2017 08:35:22 GMT -- request: - method: get - uri: http://backend:5352/source/Apache/apache2 - body: - encoding: US-ASCII - string: '' - headers: - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - User-Agent: - - Ruby - response: - status: - code: 200 - message: OK - headers: - Content-Type: - - text/xml - Cache-Control: - - no-cache - Connection: - - close - Content-Length: - - '393' - body: - encoding: UTF-8 - string: | - - - - - - http_version: - recorded_at: Wed, 02 Aug 2017 08:35:22 GMT -- request: - method: post - uri: http://backend:5352/source/Apache/apache2?cmd=diff&linkrev=base&onlyissues=1&orev=0&view=xml - body: - encoding: UTF-8 - string: '' - headers: - Content-Type: - - application/octet-stream - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - User-Agent: - - Ruby - response: - status: - code: 200 - message: OK - headers: - Content-Type: - - text/xml - Cache-Control: - - no-cache - Connection: - - close - Content-Length: - - '292' - body: - encoding: UTF-8 - string: | - - - - - - - - http_version: - recorded_at: Wed, 02 Aug 2017 08:35:22 GMT -- request: - method: get - uri: http://backend:5352/getprojpack?expandedrepos&nopackages&project=Apache&withrepos - body: - encoding: US-ASCII - string: '' - headers: - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - User-Agent: - - Ruby - response: - status: - code: 200 - message: OK - headers: - Content-Type: - - text/xml - Cache-Control: - - no-cache - Connection: - - close - Content-Length: - - '142' - body: - encoding: UTF-8 - string: | - - - Antic Hay - - - - http_version: - recorded_at: Wed, 02 Aug 2017 08:35:22 GMT -- request: - method: get - uri: http://backend:5352/source/Apache/apache2?view=info - body: - encoding: US-ASCII - string: '' - headers: - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - User-Agent: - - Ruby - response: - status: - code: 404 - message: project 'Apache' does not exist - headers: - Content-Type: - - text/xml - Cache-Control: - - no-cache - Connection: - - close - Content-Length: - - '140' - body: - encoding: UTF-8 - string: | - - project 'Apache' does not exist -
404 project 'Apache' does not exist
-
- http_version: - recorded_at: Tue, 16 Jan 2018 14:33:53 GMT -- request: - method: put - uri: http://backend:5352/source/Apache/apache2/_meta?user=user_3 - body: - encoding: UTF-8 - string: | - - Cover Her Face - Aliquid illo consequuntur fugit. - - headers: - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - User-Agent: - - Ruby - response: - status: - code: 404 - message: project 'Apache' does not exist - headers: - Content-Type: - - text/xml - Cache-Control: - - no-cache - Connection: - - close - Content-Length: - - '140' - body: - encoding: UTF-8 - string: | - - project 'Apache' does not exist -
404 project 'Apache' does not exist
-
- http_version: - recorded_at: Wed, 16 May 2018 08:54:50 GMT -- request: - method: get - uri: http://backend:5352/getprojpack?expandedrepos=1&nopackages=1&project=Apache&withrepos=1 - body: - encoding: US-ASCII - string: '' - headers: - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - User-Agent: - - Ruby - response: - status: - code: 200 - message: OK - headers: - Content-Type: - - text/xml - Cache-Control: - - no-cache - Connection: - - close - Content-Length: - - '42' - body: - encoding: UTF-8 - string: | - - - http_version: - recorded_at: Wed, 16 May 2018 08:56:06 GMT -recorded_with: VCR 4.0.0 diff --git a/src/api/spec/cassettes/StatusController/GET_project/with_errors/1_1_7_1.yml b/src/api/spec/cassettes/StatusController/GET_project/with_errors/1_1_7_1.yml deleted file mode 100644 index 151763e3e11..00000000000 --- a/src/api/spec/cassettes/StatusController/GET_project/with_errors/1_1_7_1.yml +++ /dev/null @@ -1,491 +0,0 @@ ---- -http_interactions: -- request: - method: put - uri: http://backend:5352/source/Apache/_meta - body: - encoding: UTF-8 - string: | - - Bury My Heart at Wounded Knee - - - headers: - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - User-Agent: - - Ruby - response: - status: - code: 200 - message: OK - headers: - Content-Type: - - text/xml - Cache-Control: - - no-cache - Connection: - - close - Content-Length: - - '112' - body: - encoding: UTF-8 - string: | - - Bury My Heart at Wounded Knee - - - http_version: - recorded_at: Wed, 02 Aug 2017 08:35:11 GMT -- request: - method: put - uri: http://backend:5352/source/Apache/_config - body: - encoding: UTF-8 - string: Accusantium quia cum qui ipsa. Ea eos omnis fugiat dolorem. Rerum sunt - porro aliquid qui fugit. Natus in facilis nobis nemo ea quis. - headers: - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - User-Agent: - - Ruby - response: - status: - code: 200 - message: OK - headers: - Content-Type: - - text/xml - Cache-Control: - - no-cache - Connection: - - close - Content-Length: - - '21' - body: - encoding: UTF-8 - string: ' - -' - http_version: - recorded_at: Wed, 02 Aug 2017 08:35:11 GMT -- request: - method: put - uri: http://backend:5352/source/Apache/apache2/_meta?user=_nobody_ - body: - encoding: UTF-8 - string: | - - No Country for Old Men - Et et porro amet. - - headers: - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - User-Agent: - - Ruby - response: - status: - code: 200 - message: OK - headers: - Content-Type: - - text/xml - Cache-Control: - - no-cache - Connection: - - close - Content-Length: - - '140' - body: - encoding: UTF-8 - string: | - - No Country for Old Men - Et et porro amet. - - http_version: - recorded_at: Wed, 02 Aug 2017 08:35:11 GMT -- request: - method: put - uri: http://backend:5352/source/Apache/apache2/_meta - body: - encoding: UTF-8 - string: | - - No Country for Old Men - Et et porro amet. - - headers: - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - User-Agent: - - Ruby - response: - status: - code: 200 - message: OK - headers: - Content-Type: - - text/xml - Cache-Control: - - no-cache - Connection: - - close - Content-Length: - - '140' - body: - encoding: UTF-8 - string: | - - No Country for Old Men - Et et porro amet. - - http_version: - recorded_at: Wed, 02 Aug 2017 08:35:11 GMT -- request: - method: put - uri: http://backend:5352/source/Apache/apache2/_config - body: - encoding: UTF-8 - string: Cumque recusandae delectus et consequatur. Aut suscipit in laborum ullam. - Occaecati nobis ducimus quia sunt. Hic aut libero in. Quos sapiente aut optio - quia in 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: | - - fbe43ce6bcb3569ac140df0a832e368b - unknown - - unknown - - - - http_version: - recorded_at: Wed, 02 Aug 2017 08:35:11 GMT -- request: - method: put - uri: http://backend:5352/source/Apache/apache2/somefile.txt - body: - encoding: UTF-8 - string: Veritatis labore quidem quod. Voluptatem labore quis earum enim nostrum. - Eum et rerum. Recusandae nisi molestias quam. - headers: - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.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: | - - 55e307cd99b61694d331fac3032ac4ba - unknown - - unknown - - - - http_version: - recorded_at: Wed, 02 Aug 2017 08:35:11 GMT -- request: - method: put - uri: http://backend:5352/source/home:user_1/_meta?user=user_1 - body: - encoding: UTF-8 - string: | - - - <description/> - <person userid="user_1" 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: - - '135' - body: - encoding: UTF-8 - string: | - <project name="home:user_1"> - <title> - - - - http_version: - recorded_at: Wed, 02 Aug 2017 08:35:12 GMT -- request: - method: get - uri: http://backend:5352/source/Apache/apache2?nofilename=1&view=info&withchangesmd5=1 - body: - encoding: US-ASCII - string: '' - headers: - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - User-Agent: - - Ruby - response: - status: - code: 200 - message: OK - headers: - Content-Type: - - text/xml - Cache-Control: - - no-cache - Connection: - - close - Content-Length: - - '183' - body: - encoding: UTF-8 - string: | - - 1501662911 - - http_version: - recorded_at: Wed, 02 Aug 2017 08:35:12 GMT -- request: - method: get - uri: http://backend:5352/source/Apache/apache2 - body: - encoding: US-ASCII - string: '' - headers: - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - User-Agent: - - Ruby - response: - status: - code: 200 - message: OK - headers: - Content-Type: - - text/xml - Cache-Control: - - no-cache - Connection: - - close - Content-Length: - - '393' - body: - encoding: UTF-8 - string: | - - - - - - http_version: - recorded_at: Wed, 02 Aug 2017 08:35:12 GMT -- request: - method: post - uri: http://backend:5352/source/Apache/apache2?cmd=diff&linkrev=base&onlyissues=1&orev=0&view=xml - body: - encoding: UTF-8 - string: '' - headers: - Content-Type: - - application/octet-stream - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - User-Agent: - - Ruby - response: - status: - code: 200 - message: OK - headers: - Content-Type: - - text/xml - Cache-Control: - - no-cache - Connection: - - close - Content-Length: - - '292' - body: - encoding: UTF-8 - string: | - - - - - - - - http_version: - recorded_at: Wed, 02 Aug 2017 08:35:12 GMT -- request: - method: get - uri: http://backend:5352/getprojpack?expandedrepos&nopackages&project=Apache&withrepos - body: - encoding: US-ASCII - string: '' - headers: - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - User-Agent: - - Ruby - response: - status: - code: 200 - message: OK - headers: - Content-Type: - - text/xml - Cache-Control: - - no-cache - Connection: - - close - Content-Length: - - '162' - body: - encoding: UTF-8 - string: | - - - Bury My Heart at Wounded Knee - - - - http_version: - recorded_at: Wed, 02 Aug 2017 08:35:12 GMT -- request: - method: get - uri: http://backend:5352/source/Apache/apache2?view=info - body: - encoding: US-ASCII - string: '' - headers: - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - User-Agent: - - Ruby - response: - status: - code: 404 - message: project 'Apache' does not exist - headers: - Content-Type: - - text/xml - Cache-Control: - - no-cache - Connection: - - close - Content-Length: - - '140' - body: - encoding: UTF-8 - string: | - - project 'Apache' does not exist -
404 project 'Apache' does not exist
-
- http_version: - recorded_at: Tue, 16 Jan 2018 14:33:52 GMT -- request: - method: get - uri: http://backend:5352/getprojpack?expandedrepos=1&nopackages=1&project=Apache&withrepos=1 - body: - encoding: US-ASCII - string: '' - headers: - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - User-Agent: - - Ruby - response: - status: - code: 200 - message: OK - headers: - Content-Type: - - text/xml - Cache-Control: - - no-cache - Connection: - - close - Content-Length: - - '42' - body: - encoding: UTF-8 - string: | - - - http_version: - recorded_at: Wed, 16 May 2018 08:54:49 GMT -recorded_with: VCR 4.0.0 diff --git a/src/api/spec/cassettes/StatusController/GET_project/with_failures/1_1_3_1.yml b/src/api/spec/cassettes/StatusController/GET_project/with_failures/1_1_3_1.yml deleted file mode 100644 index f2d8a0c051f..00000000000 --- a/src/api/spec/cassettes/StatusController/GET_project/with_failures/1_1_3_1.yml +++ /dev/null @@ -1,529 +0,0 @@ ---- -http_interactions: -- request: - method: put - uri: http://backend:5352/source/Apache/_meta - body: - encoding: UTF-8 - string: | - - Endless Night - - - headers: - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - User-Agent: - - Ruby - response: - status: - code: 200 - message: OK - headers: - Content-Type: - - text/xml - Cache-Control: - - no-cache - Connection: - - close - Content-Length: - - '96' - body: - encoding: UTF-8 - string: | - - Endless Night - - - http_version: - recorded_at: Wed, 02 Aug 2017 08:35:16 GMT -- request: - method: put - uri: http://backend:5352/source/Apache/_config - body: - encoding: UTF-8 - string: Dolorum tempore minima qui doloribus. Voluptatem qui iure nihil sint - ipsum. Consequatur consequatur 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: - - '21' - body: - encoding: UTF-8 - string: ' - -' - http_version: - recorded_at: Wed, 02 Aug 2017 08:35:16 GMT -- request: - method: put - uri: http://backend:5352/source/Apache/apache2/_meta?user=user_6 - body: - encoding: UTF-8 - string: | - - The Other Side of Silence - Nam sit ratione fuga unde animi repellat eos. - - headers: - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.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 Other Side of Silence - Nam sit ratione fuga unde animi repellat eos. - - http_version: - recorded_at: Wed, 02 Aug 2017 08:35:17 GMT -- request: - method: put - uri: http://backend:5352/source/Apache/apache2/_meta - body: - encoding: UTF-8 - string: | - - The Other Side of Silence - Nam sit ratione fuga unde animi repellat eos. - - headers: - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.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 Other Side of Silence - Nam sit ratione fuga unde animi repellat eos. - - http_version: - recorded_at: Wed, 02 Aug 2017 08:35:17 GMT -- request: - method: put - uri: http://backend:5352/source/Apache/apache2/_config - body: - encoding: UTF-8 - string: Sit voluptate voluptatem eum iure beatae. Nam earum est eaque ea. Exercitationem - dolor maxime et suscipit praesentium omnis sequi. - headers: - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.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: | - - 3c5621d6db159e97adfaae8899ca167b - unknown - - unknown - - - - http_version: - recorded_at: Wed, 02 Aug 2017 08:35:17 GMT -- request: - method: put - uri: http://backend:5352/source/Apache/apache2/somefile.txt - body: - encoding: UTF-8 - string: Rem est veritatis nemo. Itaque ea non vero eveniet nesciunt. Adipisci - eaque voluptas id excepturi. Blanditiis aliquam in ex amet accusamus. - headers: - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.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: | - - 5981f6c12d1663d76df6b94024ae7326 - unknown - - unknown - - - - http_version: - recorded_at: Wed, 02 Aug 2017 08:35:17 GMT -- request: - method: put - uri: http://backend:5352/source/home:user_7/_meta?user=user_7 - body: - encoding: UTF-8 - string: | - - - <description/> - <person userid="user_7" 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: - - '135' - body: - encoding: UTF-8 - string: | - <project name="home:user_7"> - <title> - - - - http_version: - recorded_at: Wed, 02 Aug 2017 08:35:17 GMT -- request: - method: get - uri: http://backend:5352/source/Apache/apache2?nofilename=1&view=info&withchangesmd5=1 - body: - encoding: US-ASCII - string: '' - headers: - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - User-Agent: - - Ruby - response: - status: - code: 200 - message: OK - headers: - Content-Type: - - text/xml - Cache-Control: - - no-cache - Connection: - - close - Content-Length: - - '183' - body: - encoding: UTF-8 - string: | - - 1501662917 - - http_version: - recorded_at: Wed, 02 Aug 2017 08:35:17 GMT -- request: - method: get - uri: http://backend:5352/source/Apache/apache2 - body: - encoding: US-ASCII - string: '' - headers: - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - User-Agent: - - Ruby - response: - status: - code: 200 - message: OK - headers: - Content-Type: - - text/xml - Cache-Control: - - no-cache - Connection: - - close - Content-Length: - - '393' - body: - encoding: UTF-8 - string: | - - - - - - http_version: - recorded_at: Wed, 02 Aug 2017 08:35:17 GMT -- request: - method: post - uri: http://backend:5352/source/Apache/apache2?cmd=diff&linkrev=base&onlyissues=1&orev=0&view=xml - body: - encoding: UTF-8 - string: '' - headers: - Content-Type: - - application/octet-stream - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - User-Agent: - - Ruby - response: - status: - code: 200 - message: OK - headers: - Content-Type: - - text/xml - Cache-Control: - - no-cache - Connection: - - close - Content-Length: - - '292' - body: - encoding: UTF-8 - string: | - - - - - - - - http_version: - recorded_at: Wed, 02 Aug 2017 08:35:17 GMT -- request: - method: get - uri: http://backend:5352/getprojpack?expandedrepos&nopackages&project=Apache&withrepos - body: - encoding: US-ASCII - string: '' - headers: - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - User-Agent: - - Ruby - response: - status: - code: 200 - message: OK - headers: - Content-Type: - - text/xml - Cache-Control: - - no-cache - Connection: - - close - Content-Length: - - '146' - body: - encoding: UTF-8 - string: | - - - Endless Night - - - - http_version: - recorded_at: Wed, 02 Aug 2017 08:35:17 GMT -- request: - method: get - uri: http://backend:5352/source/Apache/apache2?view=info - body: - encoding: US-ASCII - string: '' - headers: - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - User-Agent: - - Ruby - response: - status: - code: 404 - message: project 'Apache' does not exist - headers: - Content-Type: - - text/xml - Cache-Control: - - no-cache - Connection: - - close - Content-Length: - - '140' - body: - encoding: UTF-8 - string: | - - project 'Apache' does not exist -
404 project 'Apache' does not exist
-
- http_version: - recorded_at: Tue, 16 Jan 2018 14:33:52 GMT -- request: - method: put - uri: http://backend:5352/source/Apache/apache2/_meta?user=user_3 - body: - encoding: UTF-8 - string: | - - The Curious Incident of the Dog in the Night-Time - Debitis officia excepturi aut tempora assumenda qui. - - headers: - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - User-Agent: - - Ruby - response: - status: - code: 404 - message: project 'Apache' does not exist - headers: - Content-Type: - - text/xml - Cache-Control: - - no-cache - Connection: - - close - Content-Length: - - '140' - body: - encoding: UTF-8 - string: | - - project 'Apache' does not exist -
404 project 'Apache' does not exist
-
- http_version: - recorded_at: Wed, 16 May 2018 08:54:51 GMT -- request: - method: get - uri: http://backend:5352/getprojpack?expandedrepos=1&nopackages=1&project=Apache&withrepos=1 - body: - encoding: US-ASCII - string: '' - headers: - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - User-Agent: - - Ruby - response: - status: - code: 200 - message: OK - headers: - Content-Type: - - text/xml - Cache-Control: - - no-cache - Connection: - - close - Content-Length: - - '42' - body: - encoding: UTF-8 - string: | - - - http_version: - recorded_at: Wed, 16 May 2018 08:56:05 GMT -recorded_with: VCR 4.0.0 diff --git a/src/api/spec/cassettes/StatusController/GET_project/with_groups/1_1_6_1.yml b/src/api/spec/cassettes/StatusController/GET_project/with_groups/1_1_6_1.yml deleted file mode 100644 index 91b1976ae1b..00000000000 --- a/src/api/spec/cassettes/StatusController/GET_project/with_groups/1_1_6_1.yml +++ /dev/null @@ -1,493 +0,0 @@ ---- -http_interactions: -- request: - method: put - uri: http://backend:5352/source/Apache/_meta - body: - encoding: UTF-8 - string: | - - Some Buried Caesar - - - headers: - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - User-Agent: - - Ruby - response: - status: - code: 200 - message: OK - headers: - Content-Type: - - text/xml - Cache-Control: - - no-cache - Connection: - - close - Content-Length: - - '101' - body: - encoding: UTF-8 - string: | - - Some Buried Caesar - - - http_version: - recorded_at: Wed, 02 Aug 2017 08:35:12 GMT -- request: - method: put - uri: http://backend:5352/source/Apache/_config - body: - encoding: UTF-8 - string: Autem id rerum eum aut et delectus dolore. Laborum expedita nihil qui. - Molestiae a animi repellendus. Quisquam voluptas dolor ut quos. Ducimus rerum - cum sapiente 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: - - '21' - body: - encoding: UTF-8 - string: ' - -' - http_version: - recorded_at: Wed, 02 Aug 2017 08:35:12 GMT -- request: - method: put - uri: http://backend:5352/source/Apache/apache2/_meta?user=user_1 - body: - encoding: UTF-8 - string: | - - East of Eden - Aut totam sit blanditiis consequatur velit non architecto exercitationem. - - headers: - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - User-Agent: - - Ruby - response: - status: - code: 200 - message: OK - headers: - Content-Type: - - text/xml - Cache-Control: - - no-cache - Connection: - - close - Content-Length: - - '186' - body: - encoding: UTF-8 - string: | - - East of Eden - Aut totam sit blanditiis consequatur velit non architecto exercitationem. - - http_version: - recorded_at: Wed, 02 Aug 2017 08:35:12 GMT -- request: - method: put - uri: http://backend:5352/source/Apache/apache2/_meta - body: - encoding: UTF-8 - string: | - - East of Eden - Aut totam sit blanditiis consequatur velit non architecto exercitationem. - - headers: - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - User-Agent: - - Ruby - response: - status: - code: 200 - message: OK - headers: - Content-Type: - - text/xml - Cache-Control: - - no-cache - Connection: - - close - Content-Length: - - '186' - body: - encoding: UTF-8 - string: | - - East of Eden - Aut totam sit blanditiis consequatur velit non architecto exercitationem. - - http_version: - recorded_at: Wed, 02 Aug 2017 08:35:12 GMT -- request: - method: put - uri: http://backend:5352/source/Apache/apache2/_config - body: - encoding: UTF-8 - string: Eum recusandae quasi unde minus beatae. Inventore cum explicabo amet - ullam tempore ad nihil. Ut ex blanditiis autem occaecati perferendis magnam - in. Odio vero accusantium magnam debitis 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: - - '209' - body: - encoding: UTF-8 - string: | - - aa55b60ffe63e854a80b0b51e30a295e - unknown - - unknown - - - - http_version: - recorded_at: Wed, 02 Aug 2017 08:35:12 GMT -- request: - method: put - uri: http://backend:5352/source/Apache/apache2/somefile.txt - body: - encoding: UTF-8 - string: Amet aut nulla. Voluptatem aliquid culpa eaque. Assumenda tempora dolor. - Perferendis ut est ipsa eligendi. Soluta ut sit voluptas architecto voluptatem - distinctio. - headers: - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.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: | - - 8b04d3ca754ba8fc738933359f89d938 - unknown - - unknown - - - - http_version: - recorded_at: Wed, 02 Aug 2017 08:35:13 GMT -- request: - method: put - uri: http://backend:5352/source/home:user_2/_meta?user=user_2 - body: - encoding: UTF-8 - string: | - - - <description/> - <person userid="user_2" 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: - - '135' - body: - encoding: UTF-8 - string: | - <project name="home:user_2"> - <title> - - - - http_version: - recorded_at: Wed, 02 Aug 2017 08:35:13 GMT -- request: - method: get - uri: http://backend:5352/source/Apache/apache2?nofilename=1&view=info&withchangesmd5=1 - body: - encoding: US-ASCII - string: '' - headers: - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - User-Agent: - - Ruby - response: - status: - code: 200 - message: OK - headers: - Content-Type: - - text/xml - Cache-Control: - - no-cache - Connection: - - close - Content-Length: - - '183' - body: - encoding: UTF-8 - string: | - - 1501662913 - - http_version: - recorded_at: Wed, 02 Aug 2017 08:35:13 GMT -- request: - method: get - uri: http://backend:5352/source/Apache/apache2 - body: - encoding: US-ASCII - string: '' - headers: - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - User-Agent: - - Ruby - response: - status: - code: 200 - message: OK - headers: - Content-Type: - - text/xml - Cache-Control: - - no-cache - Connection: - - close - Content-Length: - - '393' - body: - encoding: UTF-8 - string: | - - - - - - http_version: - recorded_at: Wed, 02 Aug 2017 08:35:13 GMT -- request: - method: post - uri: http://backend:5352/source/Apache/apache2?cmd=diff&linkrev=base&onlyissues=1&orev=0&view=xml - body: - encoding: UTF-8 - string: '' - headers: - Content-Type: - - application/octet-stream - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - User-Agent: - - Ruby - response: - status: - code: 200 - message: OK - headers: - Content-Type: - - text/xml - Cache-Control: - - no-cache - Connection: - - close - Content-Length: - - '292' - body: - encoding: UTF-8 - string: | - - - - - - - - http_version: - recorded_at: Wed, 02 Aug 2017 08:35:13 GMT -- request: - method: get - uri: http://backend:5352/getprojpack?expandedrepos&nopackages&project=Apache&withrepos - body: - encoding: US-ASCII - string: '' - headers: - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - User-Agent: - - Ruby - response: - status: - code: 200 - message: OK - headers: - Content-Type: - - text/xml - Cache-Control: - - no-cache - Connection: - - close - Content-Length: - - '151' - body: - encoding: UTF-8 - string: | - - - Some Buried Caesar - - - - http_version: - recorded_at: Wed, 02 Aug 2017 08:35:13 GMT -- request: - method: get - uri: http://backend:5352/source/Apache/apache2?view=info - body: - encoding: US-ASCII - string: '' - headers: - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - User-Agent: - - Ruby - response: - status: - code: 404 - message: project 'Apache' does not exist - headers: - Content-Type: - - text/xml - Cache-Control: - - no-cache - Connection: - - close - Content-Length: - - '140' - body: - encoding: UTF-8 - string: | - - project 'Apache' does not exist -
404 project 'Apache' does not exist
-
- http_version: - recorded_at: Tue, 16 Jan 2018 14:33:54 GMT -- request: - method: get - uri: http://backend:5352/getprojpack?expandedrepos=1&nopackages=1&project=Apache&withrepos=1 - body: - encoding: US-ASCII - string: '' - headers: - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - User-Agent: - - Ruby - response: - status: - code: 200 - message: OK - headers: - Content-Type: - - text/xml - Cache-Control: - - no-cache - Connection: - - close - Content-Length: - - '42' - body: - encoding: UTF-8 - string: | - - - http_version: - recorded_at: Wed, 16 May 2018 08:54:49 GMT -recorded_with: VCR 4.0.0 diff --git a/src/api/spec/cassettes/StatusController/GET_project/with_groups/1_1_6_2.yml b/src/api/spec/cassettes/StatusController/GET_project/with_groups/1_1_6_2.yml deleted file mode 100644 index b791eaf139f..00000000000 --- a/src/api/spec/cassettes/StatusController/GET_project/with_groups/1_1_6_2.yml +++ /dev/null @@ -1,492 +0,0 @@ ---- -http_interactions: -- request: - method: put - uri: http://backend:5352/source/Apache/_meta - body: - encoding: UTF-8 - string: | - - East of Eden - - - headers: - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - User-Agent: - - Ruby - response: - status: - code: 200 - message: OK - headers: - Content-Type: - - text/xml - Cache-Control: - - no-cache - Connection: - - close - Content-Length: - - '95' - body: - encoding: UTF-8 - string: | - - East of Eden - - - http_version: - recorded_at: Wed, 02 Aug 2017 08:35:13 GMT -- request: - method: put - uri: http://backend:5352/source/Apache/_config - body: - encoding: UTF-8 - string: Ea accusamus repudiandae odio. Harum id nihil minus dolor est vitae. - Eligendi quae vero minima quia hic iusto distinctio. Voluptatem assumenda - a eaque. - headers: - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - User-Agent: - - Ruby - response: - status: - code: 200 - message: OK - headers: - Content-Type: - - text/xml - Cache-Control: - - no-cache - Connection: - - close - Content-Length: - - '21' - body: - encoding: UTF-8 - string: ' - -' - http_version: - recorded_at: Wed, 02 Aug 2017 08:35:13 GMT -- request: - method: put - uri: http://backend:5352/source/Apache/apache2/_meta?user=user_2 - body: - encoding: UTF-8 - string: | - - The Wives of Bath - Fugit in quae odit porro. - - headers: - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - User-Agent: - - Ruby - response: - status: - code: 200 - message: OK - headers: - Content-Type: - - text/xml - Cache-Control: - - no-cache - Connection: - - close - Content-Length: - - '143' - body: - encoding: UTF-8 - string: | - - The Wives of Bath - Fugit in quae odit porro. - - http_version: - recorded_at: Wed, 02 Aug 2017 08:35:13 GMT -- request: - method: put - uri: http://backend:5352/source/Apache/apache2/_meta - body: - encoding: UTF-8 - string: | - - The Wives of Bath - Fugit in quae odit porro. - - headers: - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - User-Agent: - - Ruby - response: - status: - code: 200 - message: OK - headers: - Content-Type: - - text/xml - Cache-Control: - - no-cache - Connection: - - close - Content-Length: - - '143' - body: - encoding: UTF-8 - string: | - - The Wives of Bath - Fugit in quae odit porro. - - http_version: - recorded_at: Wed, 02 Aug 2017 08:35:13 GMT -- request: - method: put - uri: http://backend:5352/source/Apache/apache2/_config - body: - encoding: UTF-8 - string: Cupiditate dolores dolor vitae nobis incidunt. Officiis in aliquid adipisci - labore magnam. Autem mollitia placeat. Et animi dolore nulla id voluptatum. - Non atque rerum et ad. - headers: - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.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: | - - 5868304e2fb0a4610ff64e6233b351be - unknown - - unknown - - - - http_version: - recorded_at: Wed, 02 Aug 2017 08:35:13 GMT -- request: - method: put - uri: http://backend:5352/source/Apache/apache2/somefile.txt - body: - encoding: UTF-8 - string: Et voluptatem dignissimos impedit. Mollitia repellat corrupti. Qui quasi - nemo eaque odit cupiditate dolores. Sed odio sunt. - headers: - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.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: | - - ed72c464ef6877b7abb3f376a2348eea - unknown - - unknown - - - - http_version: - recorded_at: Wed, 02 Aug 2017 08:35:13 GMT -- request: - method: put - uri: http://backend:5352/source/home:user_3/_meta?user=user_3 - body: - encoding: UTF-8 - string: | - - - <description/> - <person userid="user_3" 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: - - '135' - body: - encoding: UTF-8 - string: | - <project name="home:user_3"> - <title> - - - - http_version: - recorded_at: Wed, 02 Aug 2017 08:35:13 GMT -- request: - method: get - uri: http://backend:5352/source/Apache/apache2?nofilename=1&view=info&withchangesmd5=1 - body: - encoding: US-ASCII - string: '' - headers: - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - User-Agent: - - Ruby - response: - status: - code: 200 - message: OK - headers: - Content-Type: - - text/xml - Cache-Control: - - no-cache - Connection: - - close - Content-Length: - - '183' - body: - encoding: UTF-8 - string: | - - 1501662913 - - http_version: - recorded_at: Wed, 02 Aug 2017 08:35:13 GMT -- request: - method: get - uri: http://backend:5352/source/Apache/apache2 - body: - encoding: US-ASCII - string: '' - headers: - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - User-Agent: - - Ruby - response: - status: - code: 200 - message: OK - headers: - Content-Type: - - text/xml - Cache-Control: - - no-cache - Connection: - - close - Content-Length: - - '393' - body: - encoding: UTF-8 - string: | - - - - - - http_version: - recorded_at: Wed, 02 Aug 2017 08:35:14 GMT -- request: - method: post - uri: http://backend:5352/source/Apache/apache2?cmd=diff&linkrev=base&onlyissues=1&orev=0&view=xml - body: - encoding: UTF-8 - string: '' - headers: - Content-Type: - - application/octet-stream - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - User-Agent: - - Ruby - response: - status: - code: 200 - message: OK - headers: - Content-Type: - - text/xml - Cache-Control: - - no-cache - Connection: - - close - Content-Length: - - '292' - body: - encoding: UTF-8 - string: | - - - - - - - - http_version: - recorded_at: Wed, 02 Aug 2017 08:35:14 GMT -- request: - method: get - uri: http://backend:5352/getprojpack?expandedrepos&nopackages&project=Apache&withrepos - body: - encoding: US-ASCII - string: '' - headers: - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - User-Agent: - - Ruby - response: - status: - code: 200 - message: OK - headers: - Content-Type: - - text/xml - Cache-Control: - - no-cache - Connection: - - close - Content-Length: - - '145' - body: - encoding: UTF-8 - string: | - - - East of Eden - - - - http_version: - recorded_at: Wed, 02 Aug 2017 08:35:14 GMT -- request: - method: get - uri: http://backend:5352/source/Apache/apache2?view=info - body: - encoding: US-ASCII - string: '' - headers: - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - User-Agent: - - Ruby - response: - status: - code: 404 - message: project 'Apache' does not exist - headers: - Content-Type: - - text/xml - Cache-Control: - - no-cache - Connection: - - close - Content-Length: - - '140' - body: - encoding: UTF-8 - string: | - - project 'Apache' does not exist -
404 project 'Apache' does not exist
-
- http_version: - recorded_at: Tue, 16 Jan 2018 14:33:54 GMT -- request: - method: get - uri: http://backend:5352/getprojpack?expandedrepos=1&nopackages=1&project=Apache&withrepos=1 - body: - encoding: US-ASCII - string: '' - headers: - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - User-Agent: - - Ruby - response: - status: - code: 200 - message: OK - headers: - Content-Type: - - text/xml - Cache-Control: - - no-cache - Connection: - - close - Content-Length: - - '42' - body: - encoding: UTF-8 - string: | - - - http_version: - recorded_at: Wed, 16 May 2018 08:54:50 GMT -recorded_with: VCR 4.0.0 diff --git a/src/api/spec/cassettes/StatusController/GET_project/with_persons/1_1_5_1.yml b/src/api/spec/cassettes/StatusController/GET_project/with_persons/1_1_5_1.yml deleted file mode 100644 index 84040da2fb3..00000000000 --- a/src/api/spec/cassettes/StatusController/GET_project/with_persons/1_1_5_1.yml +++ /dev/null @@ -1,531 +0,0 @@ ---- -http_interactions: -- request: - method: put - uri: http://backend:5352/source/Apache/_meta - body: - encoding: UTF-8 - string: | - - A Catskill Eagle - - - headers: - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - User-Agent: - - Ruby - response: - status: - code: 200 - message: OK - headers: - Content-Type: - - text/xml - Cache-Control: - - no-cache - Connection: - - close - Content-Length: - - '99' - body: - encoding: UTF-8 - string: | - - A Catskill Eagle - - - http_version: - recorded_at: Wed, 02 Aug 2017 08:35:24 GMT -- request: - method: put - uri: http://backend:5352/source/Apache/_config - body: - encoding: UTF-8 - string: Velit placeat harum. Sint molestias reprehenderit quasi sunt placeat. - Qui corporis ad ut itaque. Dolor aut in id veritatis nulla. Fugiat dicta nisi - quis quidem 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: - - '21' - body: - encoding: UTF-8 - string: ' - -' - http_version: - recorded_at: Wed, 02 Aug 2017 08:35:24 GMT -- request: - method: put - uri: http://backend:5352/source/Apache/apache2/_meta?user=user_17 - body: - encoding: UTF-8 - string: | - - Edna O'Brien - Nam et rem repudiandae. - - headers: - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.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: | - - Edna O'Brien - Nam et rem repudiandae. - - http_version: - recorded_at: Wed, 02 Aug 2017 08:35:25 GMT -- request: - method: put - uri: http://backend:5352/source/Apache/apache2/_meta - body: - encoding: UTF-8 - string: | - - Edna O'Brien - Nam et rem repudiandae. - - headers: - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.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: | - - Edna O'Brien - Nam et rem repudiandae. - - http_version: - recorded_at: Wed, 02 Aug 2017 08:35:25 GMT -- request: - method: put - uri: http://backend:5352/source/Apache/apache2/_config - body: - encoding: UTF-8 - string: Magni dolores quae eaque aut deserunt quibusdam et. Quod quis explicabo - temporibus et perspiciatis magni neque. Voluptas maxime iste qui labore. Dolor - corrupti consequuntur veritatis occaecati inventore. - headers: - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.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: | - - 10104891d71e626a7b7521981f8c53ca - unknown - - unknown - - - - http_version: - recorded_at: Wed, 02 Aug 2017 08:35:25 GMT -- request: - method: put - uri: http://backend:5352/source/Apache/apache2/somefile.txt - body: - encoding: UTF-8 - string: Sint amet sequi vero laudantium assumenda. Et impedit dolor doloremque - itaque. Nobis vero vitae ut pariatur consequatur debitis. - headers: - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.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: | - - bf9dc00435f2d0d6285b960ba5313195 - unknown - - unknown - - - - http_version: - recorded_at: Wed, 02 Aug 2017 08:35:25 GMT -- request: - method: put - uri: http://backend:5352/source/home:user_18/_meta?user=user_18 - body: - encoding: UTF-8 - string: | - - - <description/> - <person userid="user_18" 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: - - '137' - body: - encoding: UTF-8 - string: | - <project name="home:user_18"> - <title> - - - - http_version: - recorded_at: Wed, 02 Aug 2017 08:35:25 GMT -- request: - method: get - uri: http://backend:5352/source/Apache/apache2?nofilename=1&view=info&withchangesmd5=1 - body: - encoding: US-ASCII - string: '' - headers: - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - User-Agent: - - Ruby - response: - status: - code: 200 - message: OK - headers: - Content-Type: - - text/xml - Cache-Control: - - no-cache - Connection: - - close - Content-Length: - - '183' - body: - encoding: UTF-8 - string: | - - 1501662925 - - http_version: - recorded_at: Wed, 02 Aug 2017 08:35:25 GMT -- request: - method: get - uri: http://backend:5352/source/Apache/apache2 - body: - encoding: US-ASCII - string: '' - headers: - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - User-Agent: - - Ruby - response: - status: - code: 200 - message: OK - headers: - Content-Type: - - text/xml - Cache-Control: - - no-cache - Connection: - - close - Content-Length: - - '393' - body: - encoding: UTF-8 - string: | - - - - - - http_version: - recorded_at: Wed, 02 Aug 2017 08:35:25 GMT -- request: - method: post - uri: http://backend:5352/source/Apache/apache2?cmd=diff&linkrev=base&onlyissues=1&orev=0&view=xml - body: - encoding: UTF-8 - string: '' - headers: - Content-Type: - - application/octet-stream - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - User-Agent: - - Ruby - response: - status: - code: 200 - message: OK - headers: - Content-Type: - - text/xml - Cache-Control: - - no-cache - Connection: - - close - Content-Length: - - '292' - body: - encoding: UTF-8 - string: | - - - - - - - - http_version: - recorded_at: Wed, 02 Aug 2017 08:35:25 GMT -- request: - method: get - uri: http://backend:5352/getprojpack?expandedrepos&nopackages&project=Apache&withrepos - body: - encoding: US-ASCII - string: '' - headers: - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - User-Agent: - - Ruby - response: - status: - code: 200 - message: OK - headers: - Content-Type: - - text/xml - Cache-Control: - - no-cache - Connection: - - close - Content-Length: - - '149' - body: - encoding: UTF-8 - string: | - - - A Catskill Eagle - - - - http_version: - recorded_at: Wed, 02 Aug 2017 08:35:25 GMT -- request: - method: get - uri: http://backend:5352/source/Apache/apache2?view=info - body: - encoding: US-ASCII - string: '' - headers: - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - User-Agent: - - Ruby - response: - status: - code: 404 - message: project 'Apache' does not exist - headers: - Content-Type: - - text/xml - Cache-Control: - - no-cache - Connection: - - close - Content-Length: - - '140' - body: - encoding: UTF-8 - string: | - - project 'Apache' does not exist -
404 project 'Apache' does not exist
-
- http_version: - recorded_at: Tue, 16 Jan 2018 14:33:54 GMT -- request: - method: put - uri: http://backend:5352/source/Apache/apache2/_meta?user=user_4 - body: - encoding: UTF-8 - string: | - - Consider the Lilies - Explicabo architecto dolorem hic sunt quasi. - - headers: - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - User-Agent: - - Ruby - response: - status: - code: 404 - message: project 'Apache' does not exist - headers: - Content-Type: - - text/xml - Cache-Control: - - no-cache - Connection: - - close - Content-Length: - - '140' - body: - encoding: UTF-8 - string: | - - project 'Apache' does not exist -
404 project 'Apache' does not exist
-
- http_version: - recorded_at: Wed, 16 May 2018 08:54:51 GMT -- request: - method: get - uri: http://backend:5352/getprojpack?expandedrepos=1&nopackages=1&project=Apache&withrepos=1 - body: - encoding: US-ASCII - string: '' - headers: - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - User-Agent: - - Ruby - response: - status: - code: 200 - message: OK - headers: - Content-Type: - - text/xml - Cache-Control: - - no-cache - Connection: - - close - Content-Length: - - '42' - body: - encoding: UTF-8 - string: | - - - http_version: - recorded_at: Wed, 16 May 2018 08:56:04 GMT -recorded_with: VCR 4.0.0 diff --git a/src/api/spec/cassettes/StatusController/GET_project/with_persons/1_1_5_2.yml b/src/api/spec/cassettes/StatusController/GET_project/with_persons/1_1_5_2.yml deleted file mode 100644 index df617df5176..00000000000 --- a/src/api/spec/cassettes/StatusController/GET_project/with_persons/1_1_5_2.yml +++ /dev/null @@ -1,530 +0,0 @@ ---- -http_interactions: -- request: - method: put - uri: http://backend:5352/source/Apache/_meta - body: - encoding: UTF-8 - string: | - - The Daffodil Sky - - - headers: - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - User-Agent: - - Ruby - response: - status: - code: 200 - message: OK - headers: - Content-Type: - - text/xml - Cache-Control: - - no-cache - Connection: - - close - Content-Length: - - '99' - body: - encoding: UTF-8 - string: | - - The Daffodil Sky - - - http_version: - recorded_at: Wed, 02 Aug 2017 08:35:25 GMT -- request: - method: put - uri: http://backend:5352/source/Apache/_config - body: - encoding: UTF-8 - string: Quia nemo necessitatibus inventore est dignissimos. Sed dolorum voluptas - impedit cumque. Vel sequi velit similique quas. - headers: - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - User-Agent: - - Ruby - response: - status: - code: 200 - message: OK - headers: - Content-Type: - - text/xml - Cache-Control: - - no-cache - Connection: - - close - Content-Length: - - '21' - body: - encoding: UTF-8 - string: ' - -' - http_version: - recorded_at: Wed, 02 Aug 2017 08:35:25 GMT -- request: - method: put - uri: http://backend:5352/source/Apache/apache2/_meta?user=user_18 - body: - encoding: UTF-8 - string: | - - The Millstone - Dignissimos enim autem rerum aut suscipit ea 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: - - '165' - body: - encoding: UTF-8 - string: | - - The Millstone - Dignissimos enim autem rerum aut suscipit ea rerum. - - http_version: - recorded_at: Wed, 02 Aug 2017 08:35:25 GMT -- request: - method: put - uri: http://backend:5352/source/Apache/apache2/_meta - body: - encoding: UTF-8 - string: | - - The Millstone - Dignissimos enim autem rerum aut suscipit ea 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: - - '165' - body: - encoding: UTF-8 - string: | - - The Millstone - Dignissimos enim autem rerum aut suscipit ea rerum. - - http_version: - recorded_at: Wed, 02 Aug 2017 08:35:25 GMT -- request: - method: put - uri: http://backend:5352/source/Apache/apache2/_config - body: - encoding: UTF-8 - string: Ea corrupti quae atque nobis omnis accusantium ipsa. Voluptate quas - voluptatibus quidem. Blanditiis qui aperiam amet quis et. Rerum rerum fugiat. - headers: - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.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: | - - a894fc04d583ba76fff585926b83c16f - unknown - - unknown - - - - http_version: - recorded_at: Wed, 02 Aug 2017 08:35:25 GMT -- request: - method: put - uri: http://backend:5352/source/Apache/apache2/somefile.txt - body: - encoding: UTF-8 - string: Sit unde iusto voluptatem provident qui perferendis. Est odit sed voluptas - ad laboriosam molestiae enim. Voluptatem libero iste repellendus et ipsum - 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: - - '209' - body: - encoding: UTF-8 - string: | - - 2751835ee266e0c067cf7bd73ef98839 - unknown - - unknown - - - - http_version: - recorded_at: Wed, 02 Aug 2017 08:35:25 GMT -- request: - method: put - uri: http://backend:5352/source/home:user_19/_meta?user=user_19 - body: - encoding: UTF-8 - string: | - - - <description/> - <person userid="user_19" 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: - - '137' - body: - encoding: UTF-8 - string: | - <project name="home:user_19"> - <title> - - - - http_version: - recorded_at: Wed, 02 Aug 2017 08:35:25 GMT -- request: - method: get - uri: http://backend:5352/source/Apache/apache2?nofilename=1&view=info&withchangesmd5=1 - body: - encoding: US-ASCII - string: '' - headers: - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - User-Agent: - - Ruby - response: - status: - code: 200 - message: OK - headers: - Content-Type: - - text/xml - Cache-Control: - - no-cache - Connection: - - close - Content-Length: - - '183' - body: - encoding: UTF-8 - string: | - - 1501662925 - - http_version: - recorded_at: Wed, 02 Aug 2017 08:35:25 GMT -- request: - method: get - uri: http://backend:5352/source/Apache/apache2 - body: - encoding: US-ASCII - string: '' - headers: - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - User-Agent: - - Ruby - response: - status: - code: 200 - message: OK - headers: - Content-Type: - - text/xml - Cache-Control: - - no-cache - Connection: - - close - Content-Length: - - '393' - body: - encoding: UTF-8 - string: | - - - - - - http_version: - recorded_at: Wed, 02 Aug 2017 08:35:26 GMT -- request: - method: post - uri: http://backend:5352/source/Apache/apache2?cmd=diff&linkrev=base&onlyissues=1&orev=0&view=xml - body: - encoding: UTF-8 - string: '' - headers: - Content-Type: - - application/octet-stream - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - User-Agent: - - Ruby - response: - status: - code: 200 - message: OK - headers: - Content-Type: - - text/xml - Cache-Control: - - no-cache - Connection: - - close - Content-Length: - - '292' - body: - encoding: UTF-8 - string: | - - - - - - - - http_version: - recorded_at: Wed, 02 Aug 2017 08:35:26 GMT -- request: - method: get - uri: http://backend:5352/getprojpack?expandedrepos&nopackages&project=Apache&withrepos - body: - encoding: US-ASCII - string: '' - headers: - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - User-Agent: - - Ruby - response: - status: - code: 200 - message: OK - headers: - Content-Type: - - text/xml - Cache-Control: - - no-cache - Connection: - - close - Content-Length: - - '149' - body: - encoding: UTF-8 - string: | - - - The Daffodil Sky - - - - http_version: - recorded_at: Wed, 02 Aug 2017 08:35:26 GMT -- request: - method: get - uri: http://backend:5352/source/Apache/apache2?view=info - body: - encoding: US-ASCII - string: '' - headers: - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - User-Agent: - - Ruby - response: - status: - code: 404 - message: project 'Apache' does not exist - headers: - Content-Type: - - text/xml - Cache-Control: - - no-cache - Connection: - - close - Content-Length: - - '140' - body: - encoding: UTF-8 - string: | - - project 'Apache' does not exist -
404 project 'Apache' does not exist
-
- http_version: - recorded_at: Tue, 16 Jan 2018 14:33:55 GMT -- request: - method: put - uri: http://backend:5352/source/Apache/apache2/_meta?user=user_4 - body: - encoding: UTF-8 - string: | - - Absalom, Absalom! - Magnam consequatur quisquam culpa quo ex enim. - - headers: - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - User-Agent: - - Ruby - response: - status: - code: 404 - message: project 'Apache' does not exist - headers: - Content-Type: - - text/xml - Cache-Control: - - no-cache - Connection: - - close - Content-Length: - - '140' - body: - encoding: UTF-8 - string: | - - project 'Apache' does not exist -
404 project 'Apache' does not exist
-
- http_version: - recorded_at: Wed, 16 May 2018 08:54:51 GMT -- request: - method: get - uri: http://backend:5352/getprojpack?expandedrepos=1&nopackages=1&project=Apache&withrepos=1 - body: - encoding: US-ASCII - string: '' - headers: - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - User-Agent: - - Ruby - response: - status: - code: 200 - message: OK - headers: - Content-Type: - - text/xml - Cache-Control: - - no-cache - Connection: - - close - Content-Length: - - '42' - body: - encoding: UTF-8 - string: | - - - http_version: - recorded_at: Wed, 16 May 2018 08:56:04 GMT -recorded_with: VCR 4.0.0 diff --git a/src/api/spec/cassettes/StatusController/GET_project/with_verifymd5_attribute/1_1_2_1.yml b/src/api/spec/cassettes/StatusController/GET_project/with_verifymd5_attribute/1_1_2_1.yml deleted file mode 100644 index 4352ec938e0..00000000000 --- a/src/api/spec/cassettes/StatusController/GET_project/with_verifymd5_attribute/1_1_2_1.yml +++ /dev/null @@ -1,492 +0,0 @@ ---- -http_interactions: -- request: - method: put - uri: http://backend:5352/source/Apache/_meta - body: - encoding: UTF-8 - string: | - - The Glory and the Dream - - - headers: - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - User-Agent: - - Ruby - response: - status: - code: 200 - message: OK - headers: - Content-Type: - - text/xml - Cache-Control: - - no-cache - Connection: - - close - Content-Length: - - '106' - body: - encoding: UTF-8 - string: | - - The Glory and the Dream - - - http_version: - recorded_at: Wed, 02 Aug 2017 08:35:14 GMT -- request: - method: put - uri: http://backend:5352/source/Apache/_config - body: - encoding: UTF-8 - string: Mollitia voluptatibus voluptatem aliquam. Impedit recusandae rerum. - Sed est consequatur culpa temporibus repellendus. Ab commodi laborum assumenda - quasi voluptatem 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: - - '21' - body: - encoding: UTF-8 - string: ' - -' - http_version: - recorded_at: Wed, 02 Aug 2017 08:35:14 GMT -- request: - method: put - uri: http://backend:5352/source/Apache/apache2/_meta?user=user_3 - body: - encoding: UTF-8 - string: | - - Consider the Lilies - Deserunt iste quia non ut debitis. - - headers: - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - User-Agent: - - Ruby - response: - status: - code: 200 - message: OK - headers: - Content-Type: - - text/xml - Cache-Control: - - no-cache - Connection: - - close - Content-Length: - - '154' - body: - encoding: UTF-8 - string: | - - Consider the Lilies - Deserunt iste quia non ut debitis. - - http_version: - recorded_at: Wed, 02 Aug 2017 08:35:14 GMT -- request: - method: put - uri: http://backend:5352/source/Apache/apache2/_meta - body: - encoding: UTF-8 - string: | - - Consider the Lilies - Deserunt iste quia non ut debitis. - - headers: - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - User-Agent: - - Ruby - response: - status: - code: 200 - message: OK - headers: - Content-Type: - - text/xml - Cache-Control: - - no-cache - Connection: - - close - Content-Length: - - '154' - body: - encoding: UTF-8 - string: | - - Consider the Lilies - Deserunt iste quia non ut debitis. - - http_version: - recorded_at: Wed, 02 Aug 2017 08:35:14 GMT -- request: - method: put - uri: http://backend:5352/source/Apache/apache2/_config - body: - encoding: UTF-8 - string: Blanditiis corrupti consectetur repellat. Doloremque occaecati magnam. - Deleniti quas unde explicabo fugiat sunt sit aut. Magnam et aut quod cupiditate - nesciunt vero. Doloremque laboriosam expedita ipsa inventore 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: | - - a093b19f7aa6e167331b9d23fa4714e0 - unknown - - unknown - - - - http_version: - recorded_at: Wed, 02 Aug 2017 08:35:14 GMT -- request: - method: put - uri: http://backend:5352/source/Apache/apache2/somefile.txt - body: - encoding: UTF-8 - string: Id tempora necessitatibus amet libero impedit sit. Non id necessitatibus - molestias et laudantium quia. Quam quas voluptas et et velit. - headers: - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.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: | - - f033061a9d19e03c0ce7356dc1ca3ada - unknown - - unknown - - - - http_version: - recorded_at: Wed, 02 Aug 2017 08:35:14 GMT -- request: - method: put - uri: http://backend:5352/source/home:user_4/_meta?user=user_4 - body: - encoding: UTF-8 - string: | - - - <description/> - <person userid="user_4" 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: - - '135' - body: - encoding: UTF-8 - string: | - <project name="home:user_4"> - <title> - - - - http_version: - recorded_at: Wed, 02 Aug 2017 08:35:14 GMT -- request: - method: get - uri: http://backend:5352/source/Apache/apache2?nofilename=1&view=info&withchangesmd5=1 - body: - encoding: US-ASCII - string: '' - headers: - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - User-Agent: - - Ruby - response: - status: - code: 200 - message: OK - headers: - Content-Type: - - text/xml - Cache-Control: - - no-cache - Connection: - - close - Content-Length: - - '183' - body: - encoding: UTF-8 - string: | - - 1501662914 - - http_version: - recorded_at: Wed, 02 Aug 2017 08:35:14 GMT -- request: - method: get - uri: http://backend:5352/source/Apache/apache2 - body: - encoding: US-ASCII - string: '' - headers: - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - User-Agent: - - Ruby - response: - status: - code: 200 - message: OK - headers: - Content-Type: - - text/xml - Cache-Control: - - no-cache - Connection: - - close - Content-Length: - - '393' - body: - encoding: UTF-8 - string: | - - - - - - http_version: - recorded_at: Wed, 02 Aug 2017 08:35:14 GMT -- request: - method: post - uri: http://backend:5352/source/Apache/apache2?cmd=diff&linkrev=base&onlyissues=1&orev=0&view=xml - body: - encoding: UTF-8 - string: '' - headers: - Content-Type: - - application/octet-stream - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - User-Agent: - - Ruby - response: - status: - code: 200 - message: OK - headers: - Content-Type: - - text/xml - Cache-Control: - - no-cache - Connection: - - close - Content-Length: - - '292' - body: - encoding: UTF-8 - string: | - - - - - - - - http_version: - recorded_at: Wed, 02 Aug 2017 08:35:14 GMT -- request: - method: get - uri: http://backend:5352/getprojpack?expandedrepos&nopackages&project=Apache&withrepos - body: - encoding: US-ASCII - string: '' - headers: - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - User-Agent: - - Ruby - response: - status: - code: 200 - message: OK - headers: - Content-Type: - - text/xml - Cache-Control: - - no-cache - Connection: - - close - Content-Length: - - '156' - body: - encoding: UTF-8 - string: | - - - The Glory and the Dream - - - - http_version: - recorded_at: Wed, 02 Aug 2017 08:35:14 GMT -- request: - method: get - uri: http://backend:5352/source/Apache/apache2?view=info - body: - encoding: US-ASCII - string: '' - headers: - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - User-Agent: - - Ruby - response: - status: - code: 404 - message: project 'Apache' does not exist - headers: - Content-Type: - - text/xml - Cache-Control: - - no-cache - Connection: - - close - Content-Length: - - '140' - body: - encoding: UTF-8 - string: | - - project 'Apache' does not exist -
404 project 'Apache' does not exist
-
- http_version: - recorded_at: Tue, 16 Jan 2018 14:33:54 GMT -- request: - method: get - uri: http://backend:5352/getprojpack?expandedrepos=1&nopackages=1&project=Apache&withrepos=1 - body: - encoding: US-ASCII - string: '' - headers: - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - User-Agent: - - Ruby - response: - status: - code: 200 - message: OK - headers: - Content-Type: - - text/xml - Cache-Control: - - no-cache - Connection: - - close - Content-Length: - - '42' - body: - encoding: UTF-8 - string: | - - - http_version: - recorded_at: Wed, 16 May 2018 08:54:51 GMT -recorded_with: VCR 4.0.0 diff --git a/src/api/spec/cassettes/StatusProjectController/GET_project/with_a_link/to_a_package_in_a_different_project/1_1_8_2_1.yml b/src/api/spec/cassettes/StatusProjectController/GET_project/with_a_link/to_a_package_in_a_different_project/1_1_8_2_1.yml new file mode 100644 index 00000000000..954b9a6c2a1 --- /dev/null +++ b/src/api/spec/cassettes/StatusProjectController/GET_project/with_a_link/to_a_package_in_a_different_project/1_1_8_2_1.yml @@ -0,0 +1,110 @@ +--- +http_interactions: +- request: + method: get + uri: http://backend:5352/source/Apache/apache2?view=info + body: + encoding: US-ASCII + string: '' + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 404 + message: project 'Apache' does not exist + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '140' + body: + encoding: UTF-8 + string: | + + project 'Apache' does not exist +
404 project 'Apache' does not exist
+
+ http_version: + recorded_at: Thu, 06 Sep 2018 09:14:42 GMT +- request: + method: get + uri: http://backend:5352/source/Apache/apache2 + body: + encoding: US-ASCII + string: '' + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 404 + message: project 'Apache' does not exist + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '140' + body: + encoding: UTF-8 + string: | + + project 'Apache' does not exist +
404 project 'Apache' does not exist
+
+ http_version: + recorded_at: Thu, 06 Sep 2018 09:14:42 GMT +- request: + method: post + uri: http://backend:5352/source/Apache/apache2?cmd=diff&linkrev=base&onlyissues=1&orev=0&view=xml + body: + encoding: UTF-8 + string: '' + headers: + Content-Type: + - application/octet-stream + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 404 + message: project 'Apache' does not exist + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '140' + body: + encoding: UTF-8 + string: | + + project 'Apache' does not exist +
404 project 'Apache' does not exist
+
+ http_version: + recorded_at: Thu, 06 Sep 2018 09:14:42 GMT +recorded_with: VCR 4.0.0 diff --git a/src/api/spec/cassettes/StatusProjectController/GET_project/with_a_link/to_a_package_in_the_same_project/1_1_8_1_1.yml b/src/api/spec/cassettes/StatusProjectController/GET_project/with_a_link/to_a_package_in_the_same_project/1_1_8_1_1.yml new file mode 100644 index 00000000000..954b9a6c2a1 --- /dev/null +++ b/src/api/spec/cassettes/StatusProjectController/GET_project/with_a_link/to_a_package_in_the_same_project/1_1_8_1_1.yml @@ -0,0 +1,110 @@ +--- +http_interactions: +- request: + method: get + uri: http://backend:5352/source/Apache/apache2?view=info + body: + encoding: US-ASCII + string: '' + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 404 + message: project 'Apache' does not exist + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '140' + body: + encoding: UTF-8 + string: | + + project 'Apache' does not exist +
404 project 'Apache' does not exist
+
+ http_version: + recorded_at: Thu, 06 Sep 2018 09:14:42 GMT +- request: + method: get + uri: http://backend:5352/source/Apache/apache2 + body: + encoding: US-ASCII + string: '' + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 404 + message: project 'Apache' does not exist + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '140' + body: + encoding: UTF-8 + string: | + + project 'Apache' does not exist +
404 project 'Apache' does not exist
+
+ http_version: + recorded_at: Thu, 06 Sep 2018 09:14:42 GMT +- request: + method: post + uri: http://backend:5352/source/Apache/apache2?cmd=diff&linkrev=base&onlyissues=1&orev=0&view=xml + body: + encoding: UTF-8 + string: '' + headers: + Content-Type: + - application/octet-stream + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 404 + message: project 'Apache' does not exist + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '140' + body: + encoding: UTF-8 + string: | + + project 'Apache' does not exist +
404 project 'Apache' does not exist
+
+ http_version: + recorded_at: Thu, 06 Sep 2018 09:14:42 GMT +recorded_with: VCR 4.0.0 diff --git a/src/api/spec/cassettes/StatusProjectController/GET_show/with_a_develpackage/1_1_4_1.yml b/src/api/spec/cassettes/StatusProjectController/GET_show/with_a_develpackage/1_1_4_1.yml new file mode 100644 index 00000000000..b9415e5cd31 --- /dev/null +++ b/src/api/spec/cassettes/StatusProjectController/GET_show/with_a_develpackage/1_1_4_1.yml @@ -0,0 +1,283 @@ +--- +http_interactions: +- request: + method: get + uri: http://backend:5352/source/Apache/apache2?view=info + body: + encoding: US-ASCII + string: '' + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 404 + message: project 'Apache' does not exist + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '140' + body: + encoding: UTF-8 + string: | + + project 'Apache' does not exist +
404 project 'Apache' does not exist
+
+ http_version: + recorded_at: Thu, 06 Sep 2018 09:16:23 GMT +- request: + method: get + uri: http://backend:5352/source/Apache/apache2 + body: + encoding: US-ASCII + string: '' + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 404 + message: project 'Apache' does not exist + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '140' + body: + encoding: UTF-8 + string: | + + project 'Apache' does not exist +
404 project 'Apache' does not exist
+
+ http_version: + recorded_at: Thu, 06 Sep 2018 09:16:23 GMT +- request: + method: post + uri: http://backend:5352/source/Apache/apache2?cmd=diff&linkrev=base&onlyissues=1&orev=0&view=xml + body: + encoding: UTF-8 + string: '' + headers: + Content-Type: + - application/octet-stream + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 404 + message: project 'Apache' does not exist + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '140' + body: + encoding: UTF-8 + string: | + + project 'Apache' does not exist +
404 project 'Apache' does not exist
+
+ http_version: + recorded_at: Thu, 06 Sep 2018 09:16:23 GMT +- request: + method: get + uri: http://backend:5352/source/DevelProject/developmentPackage?view=info + body: + encoding: US-ASCII + string: '' + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 404 + message: project 'DevelProject' does not exist + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '152' + body: + encoding: UTF-8 + string: | + + project 'DevelProject' does not exist +
404 project 'DevelProject' does not exist
+
+ http_version: + recorded_at: Thu, 06 Sep 2018 09:16:23 GMT +- request: + method: get + uri: http://backend:5352/source/DevelProject/developmentPackage + body: + encoding: US-ASCII + string: '' + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 404 + message: project 'DevelProject' does not exist + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '152' + body: + encoding: UTF-8 + string: | + + project 'DevelProject' does not exist +
404 project 'DevelProject' does not exist
+
+ http_version: + recorded_at: Thu, 06 Sep 2018 09:16:23 GMT +- request: + method: post + uri: http://backend:5352/source/DevelProject/developmentPackage?cmd=diff&linkrev=base&onlyissues=1&orev=0&view=xml + body: + encoding: UTF-8 + string: '' + headers: + Content-Type: + - application/octet-stream + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 404 + message: project 'DevelProject' does not exist + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '152' + body: + encoding: UTF-8 + string: | + + project 'DevelProject' does not exist +
404 project 'DevelProject' does not exist
+
+ http_version: + recorded_at: Thu, 06 Sep 2018 09:16:23 GMT +- request: + method: get + uri: http://backend:5352/getprojpack?expandedrepos=1&nopackages=1&project=Apache&withrepos=1 + body: + encoding: US-ASCII + string: '' + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '42' + body: + encoding: UTF-8 + string: | + + + http_version: + recorded_at: Thu, 06 Sep 2018 09:16:23 GMT +- request: + method: get + uri: http://backend:5352/getprojpack?expandedrepos=1&nopackages=1&project=DevelProject&withrepos=1 + body: + encoding: US-ASCII + string: '' + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '42' + body: + encoding: UTF-8 + string: | + + + http_version: + recorded_at: Thu, 06 Sep 2018 09:16:23 GMT +recorded_with: VCR 4.0.0 diff --git a/src/api/spec/cassettes/StatusProjectController/GET_show/with_a_develpackage/1_1_4_2.yml b/src/api/spec/cassettes/StatusProjectController/GET_show/with_a_develpackage/1_1_4_2.yml new file mode 100644 index 00000000000..b2b27703071 --- /dev/null +++ b/src/api/spec/cassettes/StatusProjectController/GET_show/with_a_develpackage/1_1_4_2.yml @@ -0,0 +1,283 @@ +--- +http_interactions: +- request: + method: get + uri: http://backend:5352/source/Apache/apache2?view=info + body: + encoding: US-ASCII + string: '' + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 404 + message: project 'Apache' does not exist + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '140' + body: + encoding: UTF-8 + string: | + + project 'Apache' does not exist +
404 project 'Apache' does not exist
+
+ http_version: + recorded_at: Thu, 06 Sep 2018 09:16:23 GMT +- request: + method: get + uri: http://backend:5352/source/Apache/apache2 + body: + encoding: US-ASCII + string: '' + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 404 + message: project 'Apache' does not exist + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '140' + body: + encoding: UTF-8 + string: | + + project 'Apache' does not exist +
404 project 'Apache' does not exist
+
+ http_version: + recorded_at: Thu, 06 Sep 2018 09:16:23 GMT +- request: + method: post + uri: http://backend:5352/source/Apache/apache2?cmd=diff&linkrev=base&onlyissues=1&orev=0&view=xml + body: + encoding: UTF-8 + string: '' + headers: + Content-Type: + - application/octet-stream + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 404 + message: project 'Apache' does not exist + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '140' + body: + encoding: UTF-8 + string: | + + project 'Apache' does not exist +
404 project 'Apache' does not exist
+
+ http_version: + recorded_at: Thu, 06 Sep 2018 09:16:23 GMT +- request: + method: get + uri: http://backend:5352/source/DevelProject/developmentPackage?view=info + body: + encoding: US-ASCII + string: '' + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 404 + message: project 'DevelProject' does not exist + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '152' + body: + encoding: UTF-8 + string: | + + project 'DevelProject' does not exist +
404 project 'DevelProject' does not exist
+
+ http_version: + recorded_at: Thu, 06 Sep 2018 09:16:23 GMT +- request: + method: get + uri: http://backend:5352/source/DevelProject/developmentPackage + body: + encoding: US-ASCII + string: '' + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 404 + message: project 'DevelProject' does not exist + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '152' + body: + encoding: UTF-8 + string: | + + project 'DevelProject' does not exist +
404 project 'DevelProject' does not exist
+
+ http_version: + recorded_at: Thu, 06 Sep 2018 09:16:23 GMT +- request: + method: post + uri: http://backend:5352/source/DevelProject/developmentPackage?cmd=diff&linkrev=base&onlyissues=1&orev=0&view=xml + body: + encoding: UTF-8 + string: '' + headers: + Content-Type: + - application/octet-stream + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 404 + message: project 'DevelProject' does not exist + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '152' + body: + encoding: UTF-8 + string: | + + project 'DevelProject' does not exist +
404 project 'DevelProject' does not exist
+
+ http_version: + recorded_at: Thu, 06 Sep 2018 09:16:23 GMT +- request: + method: get + uri: http://backend:5352/getprojpack?expandedrepos=1&nopackages=1&project=Apache&withrepos=1 + body: + encoding: US-ASCII + string: '' + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '42' + body: + encoding: UTF-8 + string: | + + + http_version: + recorded_at: Thu, 06 Sep 2018 09:16:24 GMT +- request: + method: get + uri: http://backend:5352/getprojpack?expandedrepos=1&nopackages=1&project=DevelProject&withrepos=1 + body: + encoding: US-ASCII + string: '' + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '42' + body: + encoding: UTF-8 + string: | + + + http_version: + recorded_at: Thu, 06 Sep 2018 09:16:24 GMT +recorded_with: VCR 4.0.0 diff --git a/src/api/spec/cassettes/StatusProjectController/GET_show/with_a_link/to_a_package_in_a_different_project/1_1_8_2_1.yml b/src/api/spec/cassettes/StatusProjectController/GET_show/with_a_link/to_a_package_in_a_different_project/1_1_8_2_1.yml new file mode 100644 index 00000000000..f2dc8610236 --- /dev/null +++ b/src/api/spec/cassettes/StatusProjectController/GET_show/with_a_link/to_a_package_in_a_different_project/1_1_8_2_1.yml @@ -0,0 +1,143 @@ +--- +http_interactions: +- request: + method: get + uri: http://backend:5352/source/Apache/apache2?view=info + body: + encoding: US-ASCII + string: '' + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 404 + message: project 'Apache' does not exist + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '140' + body: + encoding: UTF-8 + string: | + + project 'Apache' does not exist +
404 project 'Apache' does not exist
+
+ http_version: + recorded_at: Thu, 06 Sep 2018 09:16:22 GMT +- request: + method: get + uri: http://backend:5352/source/Apache/apache2 + body: + encoding: US-ASCII + string: '' + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 404 + message: project 'Apache' does not exist + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '140' + body: + encoding: UTF-8 + string: | + + project 'Apache' does not exist +
404 project 'Apache' does not exist
+
+ http_version: + recorded_at: Thu, 06 Sep 2018 09:16:22 GMT +- request: + method: post + uri: http://backend:5352/source/Apache/apache2?cmd=diff&linkrev=base&onlyissues=1&orev=0&view=xml + body: + encoding: UTF-8 + string: '' + headers: + Content-Type: + - application/octet-stream + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 404 + message: project 'Apache' does not exist + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '140' + body: + encoding: UTF-8 + string: | + + project 'Apache' does not exist +
404 project 'Apache' does not exist
+
+ http_version: + recorded_at: Thu, 06 Sep 2018 09:16:22 GMT +- request: + method: get + uri: http://backend:5352/getprojpack?expandedrepos=1&nopackages=1&project=Apache&withrepos=1 + body: + encoding: US-ASCII + string: '' + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '42' + body: + encoding: UTF-8 + string: | + + + http_version: + recorded_at: Thu, 06 Sep 2018 09:16:22 GMT +recorded_with: VCR 4.0.0 diff --git a/src/api/spec/cassettes/StatusProjectController/GET_show/with_a_link/to_a_package_in_the_same_project/1_1_8_1_1.yml b/src/api/spec/cassettes/StatusProjectController/GET_show/with_a_link/to_a_package_in_the_same_project/1_1_8_1_1.yml new file mode 100644 index 00000000000..1e9d77baeb2 --- /dev/null +++ b/src/api/spec/cassettes/StatusProjectController/GET_show/with_a_link/to_a_package_in_the_same_project/1_1_8_1_1.yml @@ -0,0 +1,250 @@ +--- +http_interactions: +- request: + method: get + uri: http://backend:5352/source/Apache/apache2?view=info + body: + encoding: US-ASCII + string: '' + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 404 + message: project 'Apache' does not exist + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '140' + body: + encoding: UTF-8 + string: | + + project 'Apache' does not exist +
404 project 'Apache' does not exist
+
+ http_version: + recorded_at: Thu, 06 Sep 2018 09:16:22 GMT +- request: + method: get + uri: http://backend:5352/source/Apache/apache2 + body: + encoding: US-ASCII + string: '' + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 404 + message: project 'Apache' does not exist + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '140' + body: + encoding: UTF-8 + string: | + + project 'Apache' does not exist +
404 project 'Apache' does not exist
+
+ http_version: + recorded_at: Thu, 06 Sep 2018 09:16:22 GMT +- request: + method: post + uri: http://backend:5352/source/Apache/apache2?cmd=diff&linkrev=base&onlyissues=1&orev=0&view=xml + body: + encoding: UTF-8 + string: '' + headers: + Content-Type: + - application/octet-stream + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 404 + message: project 'Apache' does not exist + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '140' + body: + encoding: UTF-8 + string: | + + project 'Apache' does not exist +
404 project 'Apache' does not exist
+
+ http_version: + recorded_at: Thu, 06 Sep 2018 09:16:22 GMT +- request: + method: get + uri: http://backend:5352/source/Apache/kiwi?view=info + body: + encoding: US-ASCII + string: '' + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 404 + message: project 'Apache' does not exist + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '140' + body: + encoding: UTF-8 + string: | + + project 'Apache' does not exist +
404 project 'Apache' does not exist
+
+ http_version: + recorded_at: Thu, 06 Sep 2018 09:16:22 GMT +- request: + method: get + uri: http://backend:5352/source/Apache/kiwi + body: + encoding: US-ASCII + string: '' + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 404 + message: project 'Apache' does not exist + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '140' + body: + encoding: UTF-8 + string: | + + project 'Apache' does not exist +
404 project 'Apache' does not exist
+
+ http_version: + recorded_at: Thu, 06 Sep 2018 09:16:22 GMT +- request: + method: post + uri: http://backend:5352/source/Apache/kiwi?cmd=diff&linkrev=base&onlyissues=1&orev=0&view=xml + body: + encoding: UTF-8 + string: '' + headers: + Content-Type: + - application/octet-stream + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 404 + message: project 'Apache' does not exist + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '140' + body: + encoding: UTF-8 + string: | + + project 'Apache' does not exist +
404 project 'Apache' does not exist
+
+ http_version: + recorded_at: Thu, 06 Sep 2018 09:16:22 GMT +- request: + method: get + uri: http://backend:5352/getprojpack?expandedrepos=1&nopackages=1&project=Apache&withrepos=1 + body: + encoding: US-ASCII + string: '' + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '42' + body: + encoding: UTF-8 + string: | + + + http_version: + recorded_at: Thu, 06 Sep 2018 09:16:22 GMT +recorded_with: VCR 4.0.0 diff --git a/src/api/spec/cassettes/StatusProjectController/GET_show/with_default_attributes/1_1_1_1.yml b/src/api/spec/cassettes/StatusProjectController/GET_show/with_default_attributes/1_1_1_1.yml new file mode 100644 index 00000000000..615ee6ba0f1 --- /dev/null +++ b/src/api/spec/cassettes/StatusProjectController/GET_show/with_default_attributes/1_1_1_1.yml @@ -0,0 +1,143 @@ +--- +http_interactions: +- request: + method: get + uri: http://backend:5352/source/Apache/apache2?view=info + body: + encoding: US-ASCII + string: '' + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 404 + message: project 'Apache' does not exist + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '140' + body: + encoding: UTF-8 + string: | + + project 'Apache' does not exist +
404 project 'Apache' does not exist
+
+ http_version: + recorded_at: Thu, 06 Sep 2018 09:16:21 GMT +- request: + method: get + uri: http://backend:5352/source/Apache/apache2 + body: + encoding: US-ASCII + string: '' + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 404 + message: project 'Apache' does not exist + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '140' + body: + encoding: UTF-8 + string: | + + project 'Apache' does not exist +
404 project 'Apache' does not exist
+
+ http_version: + recorded_at: Thu, 06 Sep 2018 09:16:22 GMT +- request: + method: post + uri: http://backend:5352/source/Apache/apache2?cmd=diff&linkrev=base&onlyissues=1&orev=0&view=xml + body: + encoding: UTF-8 + string: '' + headers: + Content-Type: + - application/octet-stream + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 404 + message: project 'Apache' does not exist + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '140' + body: + encoding: UTF-8 + string: | + + project 'Apache' does not exist +
404 project 'Apache' does not exist
+
+ http_version: + recorded_at: Thu, 06 Sep 2018 09:16:22 GMT +- request: + method: get + uri: http://backend:5352/getprojpack?expandedrepos=1&nopackages=1&project=Apache&withrepos=1 + body: + encoding: US-ASCII + string: '' + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '42' + body: + encoding: UTF-8 + string: | + + + http_version: + recorded_at: Thu, 06 Sep 2018 09:16:22 GMT +recorded_with: VCR 4.0.0 diff --git a/src/api/spec/cassettes/StatusProjectController/GET_show/with_default_attributes/1_1_1_2.yml b/src/api/spec/cassettes/StatusProjectController/GET_show/with_default_attributes/1_1_1_2.yml new file mode 100644 index 00000000000..eff3edd02aa --- /dev/null +++ b/src/api/spec/cassettes/StatusProjectController/GET_show/with_default_attributes/1_1_1_2.yml @@ -0,0 +1,143 @@ +--- +http_interactions: +- request: + method: get + uri: http://backend:5352/source/Apache/apache2?view=info + body: + encoding: US-ASCII + string: '' + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 404 + message: project 'Apache' does not exist + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '140' + body: + encoding: UTF-8 + string: | + + project 'Apache' does not exist +
404 project 'Apache' does not exist
+
+ http_version: + recorded_at: Thu, 06 Sep 2018 09:16:21 GMT +- request: + method: get + uri: http://backend:5352/source/Apache/apache2 + body: + encoding: US-ASCII + string: '' + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 404 + message: project 'Apache' does not exist + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '140' + body: + encoding: UTF-8 + string: | + + project 'Apache' does not exist +
404 project 'Apache' does not exist
+
+ http_version: + recorded_at: Thu, 06 Sep 2018 09:16:21 GMT +- request: + method: post + uri: http://backend:5352/source/Apache/apache2?cmd=diff&linkrev=base&onlyissues=1&orev=0&view=xml + body: + encoding: UTF-8 + string: '' + headers: + Content-Type: + - application/octet-stream + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 404 + message: project 'Apache' does not exist + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '140' + body: + encoding: UTF-8 + string: | + + project 'Apache' does not exist +
404 project 'Apache' does not exist
+
+ http_version: + recorded_at: Thu, 06 Sep 2018 09:16:21 GMT +- request: + method: get + uri: http://backend:5352/getprojpack?expandedrepos=1&nopackages=1&project=Apache&withrepos=1 + body: + encoding: US-ASCII + string: '' + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '42' + body: + encoding: UTF-8 + string: | + + + http_version: + recorded_at: Thu, 06 Sep 2018 09:16:21 GMT +recorded_with: VCR 4.0.0 diff --git a/src/api/spec/cassettes/StatusProjectController/GET_show/with_default_attributes/1_1_1_3.yml b/src/api/spec/cassettes/StatusProjectController/GET_show/with_default_attributes/1_1_1_3.yml new file mode 100644 index 00000000000..f2dc8610236 --- /dev/null +++ b/src/api/spec/cassettes/StatusProjectController/GET_show/with_default_attributes/1_1_1_3.yml @@ -0,0 +1,143 @@ +--- +http_interactions: +- request: + method: get + uri: http://backend:5352/source/Apache/apache2?view=info + body: + encoding: US-ASCII + string: '' + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 404 + message: project 'Apache' does not exist + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '140' + body: + encoding: UTF-8 + string: | + + project 'Apache' does not exist +
404 project 'Apache' does not exist
+
+ http_version: + recorded_at: Thu, 06 Sep 2018 09:16:22 GMT +- request: + method: get + uri: http://backend:5352/source/Apache/apache2 + body: + encoding: US-ASCII + string: '' + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 404 + message: project 'Apache' does not exist + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '140' + body: + encoding: UTF-8 + string: | + + project 'Apache' does not exist +
404 project 'Apache' does not exist
+
+ http_version: + recorded_at: Thu, 06 Sep 2018 09:16:22 GMT +- request: + method: post + uri: http://backend:5352/source/Apache/apache2?cmd=diff&linkrev=base&onlyissues=1&orev=0&view=xml + body: + encoding: UTF-8 + string: '' + headers: + Content-Type: + - application/octet-stream + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 404 + message: project 'Apache' does not exist + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '140' + body: + encoding: UTF-8 + string: | + + project 'Apache' does not exist +
404 project 'Apache' does not exist
+
+ http_version: + recorded_at: Thu, 06 Sep 2018 09:16:22 GMT +- request: + method: get + uri: http://backend:5352/getprojpack?expandedrepos=1&nopackages=1&project=Apache&withrepos=1 + body: + encoding: US-ASCII + string: '' + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '42' + body: + encoding: UTF-8 + string: | + + + http_version: + recorded_at: Thu, 06 Sep 2018 09:16:22 GMT +recorded_with: VCR 4.0.0 diff --git a/src/api/spec/cassettes/StatusProjectController/GET_show/with_default_attributes/1_1_1_4.yml b/src/api/spec/cassettes/StatusProjectController/GET_show/with_default_attributes/1_1_1_4.yml new file mode 100644 index 00000000000..eff3edd02aa --- /dev/null +++ b/src/api/spec/cassettes/StatusProjectController/GET_show/with_default_attributes/1_1_1_4.yml @@ -0,0 +1,143 @@ +--- +http_interactions: +- request: + method: get + uri: http://backend:5352/source/Apache/apache2?view=info + body: + encoding: US-ASCII + string: '' + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 404 + message: project 'Apache' does not exist + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '140' + body: + encoding: UTF-8 + string: | + + project 'Apache' does not exist +
404 project 'Apache' does not exist
+
+ http_version: + recorded_at: Thu, 06 Sep 2018 09:16:21 GMT +- request: + method: get + uri: http://backend:5352/source/Apache/apache2 + body: + encoding: US-ASCII + string: '' + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 404 + message: project 'Apache' does not exist + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '140' + body: + encoding: UTF-8 + string: | + + project 'Apache' does not exist +
404 project 'Apache' does not exist
+
+ http_version: + recorded_at: Thu, 06 Sep 2018 09:16:21 GMT +- request: + method: post + uri: http://backend:5352/source/Apache/apache2?cmd=diff&linkrev=base&onlyissues=1&orev=0&view=xml + body: + encoding: UTF-8 + string: '' + headers: + Content-Type: + - application/octet-stream + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 404 + message: project 'Apache' does not exist + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '140' + body: + encoding: UTF-8 + string: | + + project 'Apache' does not exist +
404 project 'Apache' does not exist
+
+ http_version: + recorded_at: Thu, 06 Sep 2018 09:16:21 GMT +- request: + method: get + uri: http://backend:5352/getprojpack?expandedrepos=1&nopackages=1&project=Apache&withrepos=1 + body: + encoding: US-ASCII + string: '' + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '42' + body: + encoding: UTF-8 + string: | + + + http_version: + recorded_at: Thu, 06 Sep 2018 09:16:21 GMT +recorded_with: VCR 4.0.0 diff --git a/src/api/spec/cassettes/StatusProjectController/GET_show/with_default_attributes/1_1_1_5.yml b/src/api/spec/cassettes/StatusProjectController/GET_show/with_default_attributes/1_1_1_5.yml new file mode 100644 index 00000000000..eff3edd02aa --- /dev/null +++ b/src/api/spec/cassettes/StatusProjectController/GET_show/with_default_attributes/1_1_1_5.yml @@ -0,0 +1,143 @@ +--- +http_interactions: +- request: + method: get + uri: http://backend:5352/source/Apache/apache2?view=info + body: + encoding: US-ASCII + string: '' + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 404 + message: project 'Apache' does not exist + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '140' + body: + encoding: UTF-8 + string: | + + project 'Apache' does not exist +
404 project 'Apache' does not exist
+
+ http_version: + recorded_at: Thu, 06 Sep 2018 09:16:21 GMT +- request: + method: get + uri: http://backend:5352/source/Apache/apache2 + body: + encoding: US-ASCII + string: '' + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 404 + message: project 'Apache' does not exist + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '140' + body: + encoding: UTF-8 + string: | + + project 'Apache' does not exist +
404 project 'Apache' does not exist
+
+ http_version: + recorded_at: Thu, 06 Sep 2018 09:16:21 GMT +- request: + method: post + uri: http://backend:5352/source/Apache/apache2?cmd=diff&linkrev=base&onlyissues=1&orev=0&view=xml + body: + encoding: UTF-8 + string: '' + headers: + Content-Type: + - application/octet-stream + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 404 + message: project 'Apache' does not exist + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '140' + body: + encoding: UTF-8 + string: | + + project 'Apache' does not exist +
404 project 'Apache' does not exist
+
+ http_version: + recorded_at: Thu, 06 Sep 2018 09:16:21 GMT +- request: + method: get + uri: http://backend:5352/getprojpack?expandedrepos=1&nopackages=1&project=Apache&withrepos=1 + body: + encoding: US-ASCII + string: '' + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '42' + body: + encoding: UTF-8 + string: | + + + http_version: + recorded_at: Thu, 06 Sep 2018 09:16:21 GMT +recorded_with: VCR 4.0.0 diff --git a/src/api/spec/cassettes/StatusProjectController/GET_show/with_default_attributes/1_1_1_6.yml b/src/api/spec/cassettes/StatusProjectController/GET_show/with_default_attributes/1_1_1_6.yml new file mode 100644 index 00000000000..eff3edd02aa --- /dev/null +++ b/src/api/spec/cassettes/StatusProjectController/GET_show/with_default_attributes/1_1_1_6.yml @@ -0,0 +1,143 @@ +--- +http_interactions: +- request: + method: get + uri: http://backend:5352/source/Apache/apache2?view=info + body: + encoding: US-ASCII + string: '' + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 404 + message: project 'Apache' does not exist + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '140' + body: + encoding: UTF-8 + string: | + + project 'Apache' does not exist +
404 project 'Apache' does not exist
+
+ http_version: + recorded_at: Thu, 06 Sep 2018 09:16:21 GMT +- request: + method: get + uri: http://backend:5352/source/Apache/apache2 + body: + encoding: US-ASCII + string: '' + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 404 + message: project 'Apache' does not exist + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '140' + body: + encoding: UTF-8 + string: | + + project 'Apache' does not exist +
404 project 'Apache' does not exist
+
+ http_version: + recorded_at: Thu, 06 Sep 2018 09:16:21 GMT +- request: + method: post + uri: http://backend:5352/source/Apache/apache2?cmd=diff&linkrev=base&onlyissues=1&orev=0&view=xml + body: + encoding: UTF-8 + string: '' + headers: + Content-Type: + - application/octet-stream + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 404 + message: project 'Apache' does not exist + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '140' + body: + encoding: UTF-8 + string: | + + project 'Apache' does not exist +
404 project 'Apache' does not exist
+
+ http_version: + recorded_at: Thu, 06 Sep 2018 09:16:21 GMT +- request: + method: get + uri: http://backend:5352/getprojpack?expandedrepos=1&nopackages=1&project=Apache&withrepos=1 + body: + encoding: US-ASCII + string: '' + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '42' + body: + encoding: UTF-8 + string: | + + + http_version: + recorded_at: Thu, 06 Sep 2018 09:16:21 GMT +recorded_with: VCR 4.0.0 diff --git a/src/api/spec/cassettes/StatusProjectController/GET_show/with_default_attributes/1_1_1_7.yml b/src/api/spec/cassettes/StatusProjectController/GET_show/with_default_attributes/1_1_1_7.yml new file mode 100644 index 00000000000..eff3edd02aa --- /dev/null +++ b/src/api/spec/cassettes/StatusProjectController/GET_show/with_default_attributes/1_1_1_7.yml @@ -0,0 +1,143 @@ +--- +http_interactions: +- request: + method: get + uri: http://backend:5352/source/Apache/apache2?view=info + body: + encoding: US-ASCII + string: '' + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 404 + message: project 'Apache' does not exist + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '140' + body: + encoding: UTF-8 + string: | + + project 'Apache' does not exist +
404 project 'Apache' does not exist
+
+ http_version: + recorded_at: Thu, 06 Sep 2018 09:16:21 GMT +- request: + method: get + uri: http://backend:5352/source/Apache/apache2 + body: + encoding: US-ASCII + string: '' + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 404 + message: project 'Apache' does not exist + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '140' + body: + encoding: UTF-8 + string: | + + project 'Apache' does not exist +
404 project 'Apache' does not exist
+
+ http_version: + recorded_at: Thu, 06 Sep 2018 09:16:21 GMT +- request: + method: post + uri: http://backend:5352/source/Apache/apache2?cmd=diff&linkrev=base&onlyissues=1&orev=0&view=xml + body: + encoding: UTF-8 + string: '' + headers: + Content-Type: + - application/octet-stream + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 404 + message: project 'Apache' does not exist + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '140' + body: + encoding: UTF-8 + string: | + + project 'Apache' does not exist +
404 project 'Apache' does not exist
+
+ http_version: + recorded_at: Thu, 06 Sep 2018 09:16:21 GMT +- request: + method: get + uri: http://backend:5352/getprojpack?expandedrepos=1&nopackages=1&project=Apache&withrepos=1 + body: + encoding: US-ASCII + string: '' + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '42' + body: + encoding: UTF-8 + string: | + + + http_version: + recorded_at: Thu, 06 Sep 2018 09:16:21 GMT +recorded_with: VCR 4.0.0 diff --git a/src/api/spec/cassettes/StatusProjectController/GET_show/with_default_attributes/1_1_1_8.yml b/src/api/spec/cassettes/StatusProjectController/GET_show/with_default_attributes/1_1_1_8.yml new file mode 100644 index 00000000000..eff3edd02aa --- /dev/null +++ b/src/api/spec/cassettes/StatusProjectController/GET_show/with_default_attributes/1_1_1_8.yml @@ -0,0 +1,143 @@ +--- +http_interactions: +- request: + method: get + uri: http://backend:5352/source/Apache/apache2?view=info + body: + encoding: US-ASCII + string: '' + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 404 + message: project 'Apache' does not exist + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '140' + body: + encoding: UTF-8 + string: | + + project 'Apache' does not exist +
404 project 'Apache' does not exist
+
+ http_version: + recorded_at: Thu, 06 Sep 2018 09:16:21 GMT +- request: + method: get + uri: http://backend:5352/source/Apache/apache2 + body: + encoding: US-ASCII + string: '' + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 404 + message: project 'Apache' does not exist + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '140' + body: + encoding: UTF-8 + string: | + + project 'Apache' does not exist +
404 project 'Apache' does not exist
+
+ http_version: + recorded_at: Thu, 06 Sep 2018 09:16:21 GMT +- request: + method: post + uri: http://backend:5352/source/Apache/apache2?cmd=diff&linkrev=base&onlyissues=1&orev=0&view=xml + body: + encoding: UTF-8 + string: '' + headers: + Content-Type: + - application/octet-stream + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 404 + message: project 'Apache' does not exist + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '140' + body: + encoding: UTF-8 + string: | + + project 'Apache' does not exist +
404 project 'Apache' does not exist
+
+ http_version: + recorded_at: Thu, 06 Sep 2018 09:16:21 GMT +- request: + method: get + uri: http://backend:5352/getprojpack?expandedrepos=1&nopackages=1&project=Apache&withrepos=1 + body: + encoding: US-ASCII + string: '' + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '42' + body: + encoding: UTF-8 + string: | + + + http_version: + recorded_at: Thu, 06 Sep 2018 09:16:21 GMT +recorded_with: VCR 4.0.0 diff --git a/src/api/spec/cassettes/StatusProjectController/GET_show/with_errors/1_1_7_1.yml b/src/api/spec/cassettes/StatusProjectController/GET_show/with_errors/1_1_7_1.yml new file mode 100644 index 00000000000..2b1fe8be13b --- /dev/null +++ b/src/api/spec/cassettes/StatusProjectController/GET_show/with_errors/1_1_7_1.yml @@ -0,0 +1,143 @@ +--- +http_interactions: +- request: + method: get + uri: http://backend:5352/source/Apache/apache2?view=info + body: + encoding: US-ASCII + string: '' + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 404 + message: project 'Apache' does not exist + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '140' + body: + encoding: UTF-8 + string: | + + project 'Apache' does not exist +
404 project 'Apache' does not exist
+
+ http_version: + recorded_at: Thu, 06 Sep 2018 09:16:23 GMT +- request: + method: get + uri: http://backend:5352/source/Apache/apache2 + body: + encoding: US-ASCII + string: '' + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 404 + message: project 'Apache' does not exist + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '140' + body: + encoding: UTF-8 + string: | + + project 'Apache' does not exist +
404 project 'Apache' does not exist
+
+ http_version: + recorded_at: Thu, 06 Sep 2018 09:16:23 GMT +- request: + method: post + uri: http://backend:5352/source/Apache/apache2?cmd=diff&linkrev=base&onlyissues=1&orev=0&view=xml + body: + encoding: UTF-8 + string: '' + headers: + Content-Type: + - application/octet-stream + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 404 + message: project 'Apache' does not exist + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '140' + body: + encoding: UTF-8 + string: | + + project 'Apache' does not exist +
404 project 'Apache' does not exist
+
+ http_version: + recorded_at: Thu, 06 Sep 2018 09:16:23 GMT +- request: + method: get + uri: http://backend:5352/getprojpack?expandedrepos=1&nopackages=1&project=Apache&withrepos=1 + body: + encoding: US-ASCII + string: '' + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '42' + body: + encoding: UTF-8 + string: | + + + http_version: + recorded_at: Thu, 06 Sep 2018 09:16:23 GMT +recorded_with: VCR 4.0.0 diff --git a/src/api/spec/cassettes/StatusProjectController/GET_show/with_failures/1_1_3_1.yml b/src/api/spec/cassettes/StatusProjectController/GET_show/with_failures/1_1_3_1.yml new file mode 100644 index 00000000000..f2dc8610236 --- /dev/null +++ b/src/api/spec/cassettes/StatusProjectController/GET_show/with_failures/1_1_3_1.yml @@ -0,0 +1,143 @@ +--- +http_interactions: +- request: + method: get + uri: http://backend:5352/source/Apache/apache2?view=info + body: + encoding: US-ASCII + string: '' + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 404 + message: project 'Apache' does not exist + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '140' + body: + encoding: UTF-8 + string: | + + project 'Apache' does not exist +
404 project 'Apache' does not exist
+
+ http_version: + recorded_at: Thu, 06 Sep 2018 09:16:22 GMT +- request: + method: get + uri: http://backend:5352/source/Apache/apache2 + body: + encoding: US-ASCII + string: '' + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 404 + message: project 'Apache' does not exist + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '140' + body: + encoding: UTF-8 + string: | + + project 'Apache' does not exist +
404 project 'Apache' does not exist
+
+ http_version: + recorded_at: Thu, 06 Sep 2018 09:16:22 GMT +- request: + method: post + uri: http://backend:5352/source/Apache/apache2?cmd=diff&linkrev=base&onlyissues=1&orev=0&view=xml + body: + encoding: UTF-8 + string: '' + headers: + Content-Type: + - application/octet-stream + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 404 + message: project 'Apache' does not exist + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '140' + body: + encoding: UTF-8 + string: | + + project 'Apache' does not exist +
404 project 'Apache' does not exist
+
+ http_version: + recorded_at: Thu, 06 Sep 2018 09:16:22 GMT +- request: + method: get + uri: http://backend:5352/getprojpack?expandedrepos=1&nopackages=1&project=Apache&withrepos=1 + body: + encoding: US-ASCII + string: '' + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '42' + body: + encoding: UTF-8 + string: | + + + http_version: + recorded_at: Thu, 06 Sep 2018 09:16:22 GMT +recorded_with: VCR 4.0.0 diff --git a/src/api/spec/cassettes/StatusProjectController/GET_show/with_groups/1_1_6_1.yml b/src/api/spec/cassettes/StatusProjectController/GET_show/with_groups/1_1_6_1.yml new file mode 100644 index 00000000000..f2dc8610236 --- /dev/null +++ b/src/api/spec/cassettes/StatusProjectController/GET_show/with_groups/1_1_6_1.yml @@ -0,0 +1,143 @@ +--- +http_interactions: +- request: + method: get + uri: http://backend:5352/source/Apache/apache2?view=info + body: + encoding: US-ASCII + string: '' + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 404 + message: project 'Apache' does not exist + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '140' + body: + encoding: UTF-8 + string: | + + project 'Apache' does not exist +
404 project 'Apache' does not exist
+
+ http_version: + recorded_at: Thu, 06 Sep 2018 09:16:22 GMT +- request: + method: get + uri: http://backend:5352/source/Apache/apache2 + body: + encoding: US-ASCII + string: '' + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 404 + message: project 'Apache' does not exist + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '140' + body: + encoding: UTF-8 + string: | + + project 'Apache' does not exist +
404 project 'Apache' does not exist
+
+ http_version: + recorded_at: Thu, 06 Sep 2018 09:16:22 GMT +- request: + method: post + uri: http://backend:5352/source/Apache/apache2?cmd=diff&linkrev=base&onlyissues=1&orev=0&view=xml + body: + encoding: UTF-8 + string: '' + headers: + Content-Type: + - application/octet-stream + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 404 + message: project 'Apache' does not exist + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '140' + body: + encoding: UTF-8 + string: | + + project 'Apache' does not exist +
404 project 'Apache' does not exist
+
+ http_version: + recorded_at: Thu, 06 Sep 2018 09:16:22 GMT +- request: + method: get + uri: http://backend:5352/getprojpack?expandedrepos=1&nopackages=1&project=Apache&withrepos=1 + body: + encoding: US-ASCII + string: '' + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '42' + body: + encoding: UTF-8 + string: | + + + http_version: + recorded_at: Thu, 06 Sep 2018 09:16:22 GMT +recorded_with: VCR 4.0.0 diff --git a/src/api/spec/cassettes/StatusProjectController/GET_show/with_groups/1_1_6_2.yml b/src/api/spec/cassettes/StatusProjectController/GET_show/with_groups/1_1_6_2.yml new file mode 100644 index 00000000000..f2dc8610236 --- /dev/null +++ b/src/api/spec/cassettes/StatusProjectController/GET_show/with_groups/1_1_6_2.yml @@ -0,0 +1,143 @@ +--- +http_interactions: +- request: + method: get + uri: http://backend:5352/source/Apache/apache2?view=info + body: + encoding: US-ASCII + string: '' + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 404 + message: project 'Apache' does not exist + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '140' + body: + encoding: UTF-8 + string: | + + project 'Apache' does not exist +
404 project 'Apache' does not exist
+
+ http_version: + recorded_at: Thu, 06 Sep 2018 09:16:22 GMT +- request: + method: get + uri: http://backend:5352/source/Apache/apache2 + body: + encoding: US-ASCII + string: '' + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 404 + message: project 'Apache' does not exist + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '140' + body: + encoding: UTF-8 + string: | + + project 'Apache' does not exist +
404 project 'Apache' does not exist
+
+ http_version: + recorded_at: Thu, 06 Sep 2018 09:16:22 GMT +- request: + method: post + uri: http://backend:5352/source/Apache/apache2?cmd=diff&linkrev=base&onlyissues=1&orev=0&view=xml + body: + encoding: UTF-8 + string: '' + headers: + Content-Type: + - application/octet-stream + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 404 + message: project 'Apache' does not exist + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '140' + body: + encoding: UTF-8 + string: | + + project 'Apache' does not exist +
404 project 'Apache' does not exist
+
+ http_version: + recorded_at: Thu, 06 Sep 2018 09:16:22 GMT +- request: + method: get + uri: http://backend:5352/getprojpack?expandedrepos=1&nopackages=1&project=Apache&withrepos=1 + body: + encoding: US-ASCII + string: '' + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '42' + body: + encoding: UTF-8 + string: | + + + http_version: + recorded_at: Thu, 06 Sep 2018 09:16:22 GMT +recorded_with: VCR 4.0.0 diff --git a/src/api/spec/cassettes/StatusProjectController/GET_show/with_persons/1_1_5_1.yml b/src/api/spec/cassettes/StatusProjectController/GET_show/with_persons/1_1_5_1.yml new file mode 100644 index 00000000000..2b1fe8be13b --- /dev/null +++ b/src/api/spec/cassettes/StatusProjectController/GET_show/with_persons/1_1_5_1.yml @@ -0,0 +1,143 @@ +--- +http_interactions: +- request: + method: get + uri: http://backend:5352/source/Apache/apache2?view=info + body: + encoding: US-ASCII + string: '' + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 404 + message: project 'Apache' does not exist + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '140' + body: + encoding: UTF-8 + string: | + + project 'Apache' does not exist +
404 project 'Apache' does not exist
+
+ http_version: + recorded_at: Thu, 06 Sep 2018 09:16:23 GMT +- request: + method: get + uri: http://backend:5352/source/Apache/apache2 + body: + encoding: US-ASCII + string: '' + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 404 + message: project 'Apache' does not exist + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '140' + body: + encoding: UTF-8 + string: | + + project 'Apache' does not exist +
404 project 'Apache' does not exist
+
+ http_version: + recorded_at: Thu, 06 Sep 2018 09:16:23 GMT +- request: + method: post + uri: http://backend:5352/source/Apache/apache2?cmd=diff&linkrev=base&onlyissues=1&orev=0&view=xml + body: + encoding: UTF-8 + string: '' + headers: + Content-Type: + - application/octet-stream + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 404 + message: project 'Apache' does not exist + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '140' + body: + encoding: UTF-8 + string: | + + project 'Apache' does not exist +
404 project 'Apache' does not exist
+
+ http_version: + recorded_at: Thu, 06 Sep 2018 09:16:23 GMT +- request: + method: get + uri: http://backend:5352/getprojpack?expandedrepos=1&nopackages=1&project=Apache&withrepos=1 + body: + encoding: US-ASCII + string: '' + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '42' + body: + encoding: UTF-8 + string: | + + + http_version: + recorded_at: Thu, 06 Sep 2018 09:16:23 GMT +recorded_with: VCR 4.0.0 diff --git a/src/api/spec/cassettes/StatusProjectController/GET_show/with_persons/1_1_5_2.yml b/src/api/spec/cassettes/StatusProjectController/GET_show/with_persons/1_1_5_2.yml new file mode 100644 index 00000000000..2b1fe8be13b --- /dev/null +++ b/src/api/spec/cassettes/StatusProjectController/GET_show/with_persons/1_1_5_2.yml @@ -0,0 +1,143 @@ +--- +http_interactions: +- request: + method: get + uri: http://backend:5352/source/Apache/apache2?view=info + body: + encoding: US-ASCII + string: '' + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 404 + message: project 'Apache' does not exist + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '140' + body: + encoding: UTF-8 + string: | + + project 'Apache' does not exist +
404 project 'Apache' does not exist
+
+ http_version: + recorded_at: Thu, 06 Sep 2018 09:16:23 GMT +- request: + method: get + uri: http://backend:5352/source/Apache/apache2 + body: + encoding: US-ASCII + string: '' + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 404 + message: project 'Apache' does not exist + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '140' + body: + encoding: UTF-8 + string: | + + project 'Apache' does not exist +
404 project 'Apache' does not exist
+
+ http_version: + recorded_at: Thu, 06 Sep 2018 09:16:23 GMT +- request: + method: post + uri: http://backend:5352/source/Apache/apache2?cmd=diff&linkrev=base&onlyissues=1&orev=0&view=xml + body: + encoding: UTF-8 + string: '' + headers: + Content-Type: + - application/octet-stream + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 404 + message: project 'Apache' does not exist + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '140' + body: + encoding: UTF-8 + string: | + + project 'Apache' does not exist +
404 project 'Apache' does not exist
+
+ http_version: + recorded_at: Thu, 06 Sep 2018 09:16:23 GMT +- request: + method: get + uri: http://backend:5352/getprojpack?expandedrepos=1&nopackages=1&project=Apache&withrepos=1 + body: + encoding: US-ASCII + string: '' + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '42' + body: + encoding: UTF-8 + string: | + + + http_version: + recorded_at: Thu, 06 Sep 2018 09:16:23 GMT +recorded_with: VCR 4.0.0 diff --git a/src/api/spec/cassettes/StatusProjectController/GET_show/with_verifymd5_attribute/1_1_2_1.yml b/src/api/spec/cassettes/StatusProjectController/GET_show/with_verifymd5_attribute/1_1_2_1.yml new file mode 100644 index 00000000000..2b1fe8be13b --- /dev/null +++ b/src/api/spec/cassettes/StatusProjectController/GET_show/with_verifymd5_attribute/1_1_2_1.yml @@ -0,0 +1,143 @@ +--- +http_interactions: +- request: + method: get + uri: http://backend:5352/source/Apache/apache2?view=info + body: + encoding: US-ASCII + string: '' + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 404 + message: project 'Apache' does not exist + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '140' + body: + encoding: UTF-8 + string: | + + project 'Apache' does not exist +
404 project 'Apache' does not exist
+
+ http_version: + recorded_at: Thu, 06 Sep 2018 09:16:23 GMT +- request: + method: get + uri: http://backend:5352/source/Apache/apache2 + body: + encoding: US-ASCII + string: '' + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 404 + message: project 'Apache' does not exist + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '140' + body: + encoding: UTF-8 + string: | + + project 'Apache' does not exist +
404 project 'Apache' does not exist
+
+ http_version: + recorded_at: Thu, 06 Sep 2018 09:16:23 GMT +- request: + method: post + uri: http://backend:5352/source/Apache/apache2?cmd=diff&linkrev=base&onlyissues=1&orev=0&view=xml + body: + encoding: UTF-8 + string: '' + headers: + Content-Type: + - application/octet-stream + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 404 + message: project 'Apache' does not exist + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '140' + body: + encoding: UTF-8 + string: | + + project 'Apache' does not exist +
404 project 'Apache' does not exist
+
+ http_version: + recorded_at: Thu, 06 Sep 2018 09:16:23 GMT +- request: + method: get + uri: http://backend:5352/getprojpack?expandedrepos=1&nopackages=1&project=Apache&withrepos=1 + body: + encoding: US-ASCII + string: '' + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - text/xml + Cache-Control: + - no-cache + Connection: + - close + Content-Length: + - '42' + body: + encoding: UTF-8 + string: | + + + http_version: + recorded_at: Thu, 06 Sep 2018 09:16:23 GMT +recorded_with: VCR 4.0.0 diff --git a/src/api/spec/controllers/status_controller_spec.rb b/src/api/spec/controllers/status_project_controller_spec.rb similarity index 81% rename from src/api/spec/controllers/status_controller_spec.rb rename to src/api/spec/controllers/status_project_controller_spec.rb index 80b253f2c86..6cf5f06851a 100644 --- a/src/api/spec/controllers/status_controller_spec.rb +++ b/src/api/spec/controllers/status_project_controller_spec.rb @@ -1,13 +1,9 @@ require 'rails_helper' -# WARNING: If you change tests make sure you uncomment this line -# and start a test backend. Some of the actions -# require real backend answers for projects/packages. -# CONFIG['global_write_through'] = true -RSpec.describe StatusController, vcr: true do +RSpec.describe StatusProjectController, vcr: true do render_views - describe 'GET #project' do + describe 'GET #show' do let(:admin_user) { create(:admin_user) } let(:project) { create(:project, name: 'Apache') } let!(:package) { create(:package_with_file, name: 'apache2', project: project) } @@ -15,7 +11,7 @@ context 'with default attributes' do before do login(admin_user) - get :project, params: { project: project.name, format: :xml } + get :show, params: { project: project.name, format: :xml } end it { is_expected.to respond_with(:success) } @@ -32,7 +28,7 @@ before do allow_any_instance_of(ProjectStatus::PackInfo).to receive(:verifymd5).and_return('42') login(admin_user) - get :project, params: { project: project.name, format: :xml } + get :show, params: { project: project.name, format: :xml } end it { expect(response.body).to include('verifymd5="42"') } @@ -42,7 +38,7 @@ before do allow_any_instance_of(ProjectStatus::PackInfo).to receive(:fails).and_return([['repo', 'arch', 'time', 'md5']]) login(admin_user) - get :project, params: { project: project.name, format: :xml } + get :show, params: { project: project.name, format: :xml } end it { expect(response.body).to include('') } @@ -56,7 +52,7 @@ package.develpackage = devel_package package.save login(admin_user) - get :project, params: { project: project.name, format: :xml } + get :show, params: { project: project.name, format: :xml } end it { expect(response.body).to include("project=\"#{devel_project.name}\"") } @@ -69,7 +65,7 @@ before do login(admin_user) - get :project, params: { project: project.name, format: :xml } + get :show, params: { project: project.name, format: :xml } end it { expect(response.body).to include("userid=\"#{admin_user.login}\"") } @@ -83,7 +79,7 @@ before do login(admin_user) - get :project, params: { project: project.name, format: :xml } + get :show, params: { project: project.name, format: :xml } end it { expect(response.body).to include("groupid=\"#{group.title}\"") } @@ -94,7 +90,7 @@ before do allow_any_instance_of(ProjectStatus::PackInfo).to receive(:error).and_return('the error message') login(admin_user) - get :project, params: { project: project.name, format: :xml } + get :show, params: { project: project.name, format: :xml } end it { expect(response.body).to include('the error message') } @@ -110,7 +106,7 @@ backend_package.links_to = package_link backend_package.save login(admin_user) - get :project, params: { project: project.name, format: :xml } + get :show, params: { project: project.name, format: :xml } end it { expect(response.body).to include("\n") } @@ -124,7 +120,7 @@ backend_package.links_to = package_link backend_package.save login(admin_user) - get :project, params: { project: project.name, format: :xml } + get :show, params: { project: project.name, format: :xml } end it { expect(response.body).not_to include("\n") }