Branch: refs/heads/master
Home: https://github.com/openSUSE/osc
Commit: f2474fa7f02fa2551c35154810cdc54a15df41d8
https://github.com/openSUSE/osc/commit/f2474fa7f02fa2551c35154810cdc54a15df…
Author: Mihai Moldovan <ionic(a)ionic.de>
Date: 2022-05-30 (Mon, 30 May 2022)
Changed paths:
M osc/commandline.py
Log Message:
-----------
commandline: handle calls without arguments gracefully
Fixes the following error:
```
% osc
Traceback (most recent call last):
File "/usr/bin/osc", line 45, in <module>
r = babysitter.run(osccli)
File "/usr/lib/python3.10/site-packages/osc/babysitter.py", line 67, in run
return prg.main(argv)
File "/usr/lib/python3.10/site-packages/osc/cmdln.py", line 341, in main
self.postoptparse()
File "/usr/lib/python3.10/site-packages/osc/commandline.py", line 137, in postoptparse
if self._get_canonical_cmd_name(self.args[0]) == "help":
IndexError: list index out of range
```
Commit: 981440aa4e0a508d5f647e969d77ebe5e64b3d21
https://github.com/openSUSE/osc/commit/981440aa4e0a508d5f647e969d77ebe5e64b…
Author: Daniel Mach <daniel.mach(a)suse.com>
Date: 2022-05-31 (Tue, 31 May 2022)
Changed paths:
M osc/commandline.py
Log Message:
-----------
Merge pull request #1047 from Ionic/bugfix/no-cmdline-args
commandline: handle calls without arguments gracefully
Compare: https://github.com/openSUSE/osc/compare/ac6b6155750a...981440aa4e0a
Branch: refs/heads/depfu/update/rubocop-performance-1.14.0
Home: https://github.com/openSUSE/software-o-o
Commit: df25eabd1a3e55c9bf3a5241cb56cc4c5c1105c6
https://github.com/openSUSE/software-o-o/commit/df25eabd1a3e55c9bf3a5241cb5…
Author: depfu[bot] <23717796+depfu[bot](a)users.noreply.github.com>
Date: 2022-05-31 (Tue, 31 May 2022)
Changed paths:
M Gemfile.lock
R vendor/cache/regexp_parser-2.4.0.gem
A vendor/cache/regexp_parser-2.5.0.gem
R vendor/cache/rubocop-1.28.2.gem
A vendor/cache/rubocop-1.30.0.gem
R vendor/cache/rubocop-ast-1.17.0.gem
A vendor/cache/rubocop-ast-1.18.0.gem
R vendor/cache/rubocop-performance-1.13.3.gem
A vendor/cache/rubocop-performance-1.14.0.gem
Log Message:
-----------
Update rubocop-performance to version 1.14.0
Branch: refs/heads/master
Home: https://github.com/openSUSE/open-build-service
Commit: c718b6f88579855dce81485606517d9b0e6952d2
https://github.com/openSUSE/open-build-service/commit/c718b6f88579855dce814…
Author: Dani Donisa <dani.doni(a)gmail.com>
Date: 2022-05-30 (Mon, 30 May 2022)
Changed paths:
A src/api/app/models/scm_status_report.rb
M src/api/app/models/workflow_run.rb
A src/api/db/migrate/20220520131205_create_scm_status_reports_table.rb
M src/api/db/schema.rb
M src/api/spec/services/scm_status_reporter_spec.rb
Log Message:
-----------
Add scm status report table
Commit: 3b8aeb230049f5291fb88068c1e0287772bb71ac
https://github.com/openSUSE/open-build-service/commit/3b8aeb230049f5291fb88…
Author: Dani Donisa <dani.doni(a)gmail.com>
Date: 2022-05-30 (Mon, 30 May 2022)
Changed paths:
M src/api/spec/factories/workflow_runs.rb
Log Message:
-----------
Provide some fake scm status reports for the factories
Commit: 03b986dfea14836982212e3882d5388c6b45d304
https://github.com/openSUSE/open-build-service/commit/03b986dfea14836982212…
Author: Dani Donisa <dani.doni(a)gmail.com>
Date: 2022-05-30 (Mon, 30 May 2022)
Changed paths:
M src/api/app/components/workflow_run_detail_component.html.haml
M src/api/app/components/workflow_run_detail_component.rb
Log Message:
-----------
Show the Workflow run's scm status reports
We need to create a new tab to collect the SCM responses when we send the
status reports.
Commit: 746255f5dc7f85710aa1991409ce06cd2f41883d
https://github.com/openSUSE/open-build-service/commit/746255f5dc7f85710aa19…
Author: Dani Donisa <dani.doni(a)gmail.com>
Date: 2022-05-30 (Mon, 30 May 2022)
Changed paths:
M src/api/app/controllers/trigger_workflow_controller.rb
M src/api/app/models/workflow_run.rb
M src/api/app/services/scm_exception_handler.rb
M src/api/app/services/scm_status_reporter.rb
Log Message:
-----------
Create scm report statuses when failing
When the workflow run gets errors when sending the statuses to the SCM
we save the response into a new ScmStatusReport object so we can look at
it from the Workflow Run's detail page and be able to debug it.
Commit: 37a52392a3484256ee324e0e49118786772dcf1c
https://github.com/openSUSE/open-build-service/commit/37a52392a3484256ee324…
Author: Lukas Krause <lkrause(a)suse.de>
Date: 2022-05-30 (Mon, 30 May 2022)
Changed paths:
M src/api/app/components/workflow_run_detail_component.html.haml
M src/api/app/components/workflow_run_detail_component.rb
M src/api/app/controllers/trigger_workflow_controller.rb
A src/api/app/models/scm_status_report.rb
M src/api/app/models/workflow_run.rb
M src/api/app/services/scm_exception_handler.rb
M src/api/app/services/scm_status_reporter.rb
A src/api/db/migrate/20220520131205_create_scm_status_reports_table.rb
M src/api/db/schema.rb
M src/api/spec/factories/workflow_runs.rb
M src/api/spec/services/scm_status_reporter_spec.rb
Log Message:
-----------
Merge pull request #12625 from danidoni/store-the-scm-status-request-response-in-the-workflow-run
Show the scm status request response in the workflow run
Compare: https://github.com/openSUSE/open-build-service/compare/3d9152ee3d53...37a52…