Branch: refs/heads/master
Home: https://github.com/openSUSE/osc
Commit: 8ea24b1a3c8401b5f731894939dda9a514bf7e30
https://github.com/openSUSE/osc/commit/8ea24b1a3c8401b5f731894939dda9a514bf…
Author: Daniel Mach <daniel.mach(a)suse.com>
Date: 2023-03-31 (Fri, 31 Mar 2023)
Changed paths:
M osc/commandline.py
Log Message:
-----------
commandline: No longer read plugins from /var/lib/osc-plugins
Commit: f7c84d42a31357394f32b51a8c552fc9c56a2959
https://github.com/openSUSE/osc/commit/f7c84d42a31357394f32b51a8c552fc9c56a…
Author: Daniel Mach <daniel.mach(a)suse.com>
Date: 2023-03-31 (Fri, 31 Mar 2023)
Changed paths:
M osc/babysitter.py
Log Message:
-----------
Simplify how babysitter works with options and config
Commit: e0404c003b12193a156aaef3c2a5b9bd2c050a64
https://github.com/openSUSE/osc/commit/e0404c003b12193a156aaef3c2a5b9bd2c05…
Author: Daniel Mach <daniel.mach(a)suse.com>
Date: 2023-03-31 (Fri, 31 Mar 2023)
Changed paths:
M osc/cmdln.py
Log Message:
-----------
cmdln: Sort commands before printing help
Commit: 26a8fb1acfe50a98a12ba59256e26f7e7b12cd58
https://github.com/openSUSE/osc/commit/26a8fb1acfe50a98a12ba59256e26f7e7b12…
Author: Daniel Mach <daniel.mach(a)suse.com>
Date: 2023-03-31 (Fri, 31 Mar 2023)
Changed paths:
M doc/api/osc.commandline.rst
M doc/index.rst
A doc/plugins/index.rst
A doc/plugins/plugin_locations.rst
A doc/plugins/request.py
A doc/plugins/request_accept.py
A doc/plugins/request_list.py
A doc/plugins/simple.py
M osc/babysitter.py
M osc/commandline.py
A osc/commands/__init__.py
M setup.cfg
M tests/test_commandline.py
A tests/test_doc_plugins.py
Log Message:
-----------
commandline: New class-based commands
This is based on a prototype we've worked on together
with Laurin Fäller <laurin.faeller(a)suse.com>.
Commit: 5ef74a6e3da763c508fb7acb01817371be747150
https://github.com/openSUSE/osc/commit/5ef74a6e3da763c508fb7acb01817371be74…
Author: Daniel Mach <daniel.mach(a)suse.com>
Date: 2023-03-31 (Fri, 31 Mar 2023)
Changed paths:
M doc/api/osc.commandline.rst
M doc/index.rst
A doc/plugins/index.rst
A doc/plugins/plugin_locations.rst
A doc/plugins/request.py
A doc/plugins/request_accept.py
A doc/plugins/request_list.py
A doc/plugins/simple.py
M osc/babysitter.py
M osc/cmdln.py
M osc/commandline.py
A osc/commands/__init__.py
M setup.cfg
M tests/test_commandline.py
A tests/test_doc_plugins.py
Log Message:
-----------
Merge pull request #1285 from dmach/commandline-refactor
Refactor osc.commandline to classes
Compare: https://github.com/openSUSE/osc/compare/16abcb463064...5ef74a6e3da7
Branch: refs/heads/master
Home: https://github.com/openSUSE/open-build-service
Commit: 0c0f6619cb759e6f13155d189fb111dabe58ca2b
https://github.com/openSUSE/open-build-service/commit/0c0f6619cb759e6f13155…
Author: Rubhan Azeem <rubhanazeem(a)gmail.com>
Date: 2023-03-30 (Thu, 30 Mar 2023)
Changed paths:
M src/api/app/components/notification_action_description_component.rb
M src/api/app/components/notification_notifiable_link_component.rb
M src/api/app/models/comment.rb
M src/api/spec/models/comment_spec.rb
Log Message:
-----------
Add changes to support notifications for diff comments
Notifiable type and notifiable id were miss matched. Because of that the
notification links were broken
Commit: 5ea491ee04a9ee26328b3256036245a01e378cf1
https://github.com/openSUSE/open-build-service/commit/5ea491ee04a9ee26328b3…
Author: Rubhan Azeem <rubhanazeem(a)gmail.com>
Date: 2023-03-31 (Fri, 31 Mar 2023)
Changed paths:
M src/api/app/components/notification_action_description_component.rb
M src/api/app/components/notification_notifiable_link_component.rb
M src/api/app/models/comment.rb
M src/api/spec/models/comment_spec.rb
Log Message:
-----------
Merge pull request #14086 from rubhanazeem/comment-notifications
Support notifications for diff comments
Compare: https://github.com/openSUSE/open-build-service/compare/48991632d30b...5ea49…