-
Notifications
You must be signed in to change notification settings - Fork 7
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
Issue/6025 implement discovery handler (2) #6415
Closed
Closed
Changes from all commits
Commits
Show all changes
25 commits
Select commit
Hold shift + click to select a range
cb1198e
Small fixes
arnaudsjs f797916
Add tests
arnaudsjs a1011e6
Enhance tests
arnaudsjs c19ae69
Fix tests
arnaudsjs fe76a87
Factor out common setup, teardown and error handling logic
arnaudsjs 540f6b8
Fix typing
arnaudsjs c9bbe75
Small enhancements
arnaudsjs 50e1df1
Fix formatting
arnaudsjs 634f304
Merge branch 'master' into issue/6025-implement-discovery-handler-bis
arnaudsjs 1cf9641
Add changelog entry
arnaudsjs a7282af
Revert "Factor out common setup, teardown and error handling logic"
arnaudsjs 44281e6
Revert "Revert "Factor out common setup, teardown and error handling …
arnaudsjs be4868c
Update src/inmanta/agent/handler.py
arnaudsjs caf9ab1
Update src/inmanta/agent/handler.py
arnaudsjs 28ba0a2
Update changelogs/unreleased/6025-implement-discovery-resource-handle…
arnaudsjs 2846025
Implement review comments
arnaudsjs 322efbc
Merge branch 'issue/6025-implement-discovery-handler-bis' of github.c…
arnaudsjs 57feffb
Merge branch 'master' into issue/6025-implement-discovery-handler-bis
arnaudsjs ab2c3a9
Fix changelog message
arnaudsjs 2266406
Fix typing
arnaudsjs 30e8a3e
Update changelogs/unreleased/6025-implement-discovery-resource-handle…
arnaudsjs f7ab0a8
Revert move error handling logic
arnaudsjs 8426f89
Merge branch 'master' into issue/6025-implement-discovery-handler-bis
arnaudsjs 1959d44
Implement review comments
arnaudsjs 80065dd
Small fix
arnaudsjs File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
6 changes: 6 additions & 0 deletions
6
changelogs/unreleased/6025-implement-discovery-resource-handler.yml
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 |
---|---|---|
@@ -0,0 +1,6 @@ | ||
description: "Add handler (DiscoveryHandler) to discover unmanaged resources." | ||
issue-nr: 6025 | ||
change-type: minor | ||
destination-branches: [master] | ||
sections: | ||
feature: "{{description}}" |
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
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.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Wow, I had no clue it was required to list all type vars here. I really can't wait for the 3.12 syntax.