-
Notifications
You must be signed in to change notification settings - Fork 11
examples #137
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
Conversation
Introduced Service Connection management, including CRUD operations, filtering, validation, and pagination. Enhanced API parameter validation and added detailed usage examples in the documentation. Updated version to 0.3.18.
Introduced Service Connection management, including CRUD operations, filtering, validation, and pagination. Enhanced API parameter validation and added detailed usage examples in the documentation. Updated version to 0.3.18.
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
PR Code Suggestions ✨Explore these optional code suggestions:
|
Removed redundant items and streamlined the checklist by deleting the commit message format requirement and additional reviewer notes section. These changes aim to make the template more concise and focused on key contribution requirements.
Codecov ReportAll modified and coverable lines are covered by tests ✅ ✅ All tests successful. No failed tests found. |
User description
Checklist for This Pull Request
🚨Please adhere to the guidelines for contributing to this repository.
Pull Request Description
Add service connection example.
What does this pull request accomplish?
Are there any breaking changes included?
PR Type
Enhancement, Documentation
Description
Add comprehensive service connection examples
Implement CRUD operations for connections
Include detailed error handling and logging
Generate CSV report for created connections
Changes walkthrough 📝
service_connections.py
Add comprehensive service connection examples
examples/scm/config/deployments/service_connections.py
service_connections.md
Update service connections documentation
docs/sdk/config/deployment/service_connections.md
service_connections_README.md
Add README for service connections example
examples/scm/config/deployments/service_connections_README.md