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

Implement the core functionality #118

Merged
merged 3 commits into from
Nov 25, 2024
Merged

Implement the core functionality #118

merged 3 commits into from
Nov 25, 2024

Conversation

hluk
Copy link
Member

@hluk hluk commented Nov 7, 2024

Implements getting state for rules to figure out if issues can be created/updated.

Changes rule prerequisites to be much more flexible.

Jira issues are created based on state of preceding prerequisites.

The new Jira issues are then managed by ReTaSC until resolved.

Any issues created by ReTaSC (labeled with "retasc-managed") and no longer managed by any prerequisites, will be reported but not dropped (this could be implemented later if needed).

JIRA: RHELWF-10977

@hluk hluk requested a review from a team as a code owner November 7, 2024 13:31
@hluk hluk force-pushed the core-funcionality branch 5 times, most recently from 66e1148 to d3e7a69 Compare November 12, 2024 14:04
@hluk hluk force-pushed the core-funcionality branch 5 times, most recently from 1f52454 to 908ac94 Compare November 19, 2024 13:28
Moves jira_issues to prerequisites.

JIRA: RHELWF-10977
README.md Outdated Show resolved Hide resolved
examples/rules/rules.yaml Show resolved Hide resolved
src/retasc/__main__.py Show resolved Hide resolved
src/retasc/models/prerequisites/jira_issue.py Show resolved Hide resolved
src/retasc/models/prerequisites/jira_issue.py Outdated Show resolved Hide resolved
src/retasc/run.py Show resolved Hide resolved
src/retasc/run.py Show resolved Hide resolved
@hluk hluk merged commit 432c4a7 into main Nov 25, 2024
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants