-
Notifications
You must be signed in to change notification settings - Fork 3
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
complete workflows tests #491
Conversation
Signed-off-by: jnathangreeg <[email protected]>
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
PR Code Suggestions ✨Explore these optional code suggestions:
|
Failed to generate code suggestions for PR |
configurations/workflows_notifications/slack-alert-channel.json
Outdated
Show resolved
Hide resolved
configurations/workflows_notifications/teams-alert-channel.json
Outdated
Show resolved
Hide resolved
Signed-off-by: jnathangreeg <[email protected]>
Signed-off-by: jnathangreeg <[email protected]>
Signed-off-by: jnathangreeg <[email protected]>
Signed-off-by: jnathangreeg <[email protected]>
PR Type
Tests, Enhancement
Description
Changes walkthrough 📝
5 files
workflows_tests.py
Enhance and update workflow test configurations
configurations/system/tests_cases/workflows_tests.py
conf_workflows.py
Implement workflow configuration tests
tests_scripts/workflows/conf_workflows.py
jira_workflows.py
Add Jira notification workflow tests
tests_scripts/workflows/jira_workflows.py
slack_workflows.py
Add Slack notification workflow tests
tests_scripts/workflows/slack_workflows.py
teams_workflows.py
Add Teams notification workflow tests
tests_scripts/workflows/teams_workflows.py
3 files
backend_api.py
Add API endpoints and operations for workflows and webhooks
infrastructure/backend_api.py
utils.py
Add utility functions for Slack and Teams
tests_scripts/workflows/utils.py
workflows.py
Refactor workflow base class and remove redundancies
tests_scripts/workflows/workflows.py
6 files
statics.py
Define default paths for workflow notifications
systest_utils/statics.py
apache-http.yaml
Add HTTP service deployment configuration
configurations/workflows_notifications/deployments/http/apache-http.yaml
apache1-http.yaml
Add alternative HTTP service deployment configuration
configurations/workflows_notifications/deployments/http1/apache1-http.yaml
slack-alert-channel.json
Add Slack alert channel configuration
configurations/workflows_notifications/slack-alert-channel.json
teams-alert-channel.json
Add Teams alert channel configuration
configurations/workflows_notifications/teams-alert-channel.json
system_test_mapping.json
Update test mappings for workflow tests
system_test_mapping.json