Branch: refs/heads/master Home: https://github.com/openSUSE/open-build-service Commit: 5ba980bf24839676f241ea78d6ed9811f9d2fa24 https://github.com/openSUSE/open-build-service/commit/5ba980bf24839676f241ea... Author: Saray Cabrera Padrón <scabrerapadron@suse.de> Date: 2020-09-17 (Thu, 17 Sep 2020) Changed paths: M src/api/app/models/project_status/calculator.rb Log Message: ----------- Fix the refactored condition for pure_project After introducing a wrong condition on a refactoring, the failed packages were not displayed in the project status list. Co-authored-by: Eduardo Navarro <enavarro@suse.com> Co-authored-by: Daniel Donisa <daniel.donisa@suse.com> Commit: 7d4a4e127d9b717794ee678c30269f2f51a23f18 https://github.com/openSUSE/open-build-service/commit/7d4a4e127d9b717794ee67... Author: Saray Cabrera Padrón <scabrerapadron@suse.de> Date: 2020-09-18 (Fri, 18 Sep 2020) Changed paths: A src/api/spec/cassettes/ProjectStatus/displays_the_expected_packages_in_the_results_table.yml M src/api/spec/cassettes/ProjectStatus_Calculator/_calc_status/pure_project/1_2_5_1.yml M src/api/spec/cassettes/ProjectStatus_Calculator/_calc_status/pure_project/1_2_5_2.yml M src/api/spec/cassettes/ProjectStatus_Calculator/_calc_status/pure_project/1_2_5_3.yml M src/api/spec/cassettes/ProjectStatus_Calculator/_calc_status/pure_project/1_2_5_4.yml R src/api/spec/cassettes/Projects/project_status.yml M src/api/spec/features/beta/webui/projects_spec.rb A src/api/spec/features/webui/projects/status_spec.rb M src/api/spec/features/webui/projects_spec.rb Log Message: ----------- Improve test to check the results of project status As the project's status code is now independent, we have made the test independent as well. Update updated cassettes for ProjectStatus and ProjectStatus::Calculator. Co-authored-by: Daniel Donisa <daniel.donisa@suse.com> Co-authored-by: Eduardo Navarro <enavarro@suse.com> Commit: 2c0c6aba1de36b528aa4e5e7e2819c38c532040b https://github.com/openSUSE/open-build-service/commit/2c0c6aba1de36b528aa4e5... Author: Saray Cabrera Padrón <scabrerapadron@suse.de> Date: 2020-09-18 (Fri, 18 Sep 2020) Changed paths: M src/api/app/models/project_status/calculator.rb A src/api/spec/cassettes/ProjectStatus/displays_the_expected_packages_in_the_results_table.yml M src/api/spec/cassettes/ProjectStatus_Calculator/_calc_status/pure_project/1_2_5_1.yml M src/api/spec/cassettes/ProjectStatus_Calculator/_calc_status/pure_project/1_2_5_2.yml M src/api/spec/cassettes/ProjectStatus_Calculator/_calc_status/pure_project/1_2_5_3.yml M src/api/spec/cassettes/ProjectStatus_Calculator/_calc_status/pure_project/1_2_5_4.yml R src/api/spec/cassettes/Projects/project_status.yml M src/api/spec/features/beta/webui/projects_spec.rb A src/api/spec/features/webui/projects/status_spec.rb M src/api/spec/features/webui/projects_spec.rb Log Message: ----------- Merge pull request #10159 from saraycp/fix_9904 Fix the refactored condition for pure_project Compare: https://github.com/openSUSE/open-build-service/compare/ea339129f763...2c0c6a...