-
Notifications
You must be signed in to change notification settings - Fork 108
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
activation - rename webhooks option to event_streams and add rulebook…
…_info module (#316) * Rename webhooks option to event_streams Signed-off-by: Alina Buzachis <abuzachis@redhat.com> * Add rulebook_info.py module and fix event_streams option Signed-off-by: Alina Buzachis <abuzachis@redhat.com> * Rework Signed-off-by: Alina Buzachis <abuzachis@redhat.com> * Rework Signed-off-by: Alina Buzachis <abuzachis@redhat.com> * Rework Signed-off-by: Alina Buzachis <abuzachis@redhat.com> * chore: auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Update dictionary.txt * Update activation.py * Fix integration tests Signed-off-by: Alina Buzachis <abuzachis@redhat.com> * chore: auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Modify upon review Signed-off-by: Alina Buzachis <abuzachis@redhat.com> * Add explicit return for mypy Signed-off-by: Alina Buzachis <abuzachis@redhat.com> * Fix indentation in docs Signed-off-by: Alina Buzachis <abuzachis@redhat.com> * Remove unused type hint Signed-off-by: Alina Buzachis <abuzachis@redhat.com> * Add pyyaml Signed-off-by: Alina Buzachis <abuzachis@redhat.com> * Add pyyaml to .config/requirements-docs.in Signed-off-by: Alina Buzachis <abuzachis@redhat.com> * Fix yaml library import Signed-off-by: Alina Buzachis <abuzachis@redhat.com> * chore: auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Signed-off-by: Alina Buzachis <abuzachis@redhat.com> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
- Loading branch information
1 parent
7b7bd5e
commit f4cc848
Showing
7 changed files
with
493 additions
and
43 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,4 +17,5 @@ action_groups: | |
- event_stream_info | ||
- project | ||
- project_info | ||
- rulebook_info | ||
- user |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.