Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

plugin_actions: Extend line in actions config file by "reserved" item #716

Merged

Conversation

jrohel
Copy link
Contributor

@jrohel jrohel commented Jul 12, 2023

I plan to extend functionality of actions plugin in the future. I want to add a new configuration item. Changing the configuration format later - when it will be documented and used is not good. So now I'm adding one "reserved" item.

Old format:
callback_name:package_filter:direction:command

New format:
callback_name:package_filter:direction:reserved:command

Requires adjustment of ci tests rpm-software-management/ci-dnf-stack#1335

@kontura
Copy link
Contributor

kontura commented Jul 13, 2023

It looks like there are some actions plugin CI tests this is breaking.
Can you update those?

I plan to extend functionality of actions plugin in the future.
I want to add a new configuration item. Changing the configuration format
later - when it will be documented and used is not good.
So now I'm adding one "reserved" item.

Old format:
callback_name:package_filter:direction:command

New format:
callback_name:package_filter:direction:reserved:command

The plugin version is increased to 0.2.0.
@jrohel
Copy link
Contributor Author

jrohel commented Jul 13, 2023

@kontura I adjusted ci tests PR rpm-software-management/ci-dnf-stack#1335

@kontura kontura added this pull request to the merge queue Jul 13, 2023
Merged via the queue into rpm-software-management:main with commit 6e63aa8 Jul 13, 2023
5 of 6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

2 participants