Conversation
Signed-off-by: 0ssigeno <[email protected]>
There was a problem hiding this comment.
Looks good. Worth considering though. View full project report here.
Signed-off-by: 0ssigeno <[email protected]>
Signed-off-by: 0ssigeno <[email protected]>
There was a problem hiding this comment.
Worth considering. View full project report here.
Signed-off-by: 0ssigeno <[email protected]>
Signed-off-by: 0ssigeno <[email protected]>
| raise ValidationError({"detail": "No healthcheck implemented"}) | ||
| health_status = python_obj.health_check(request.user) | ||
| except NotImplementedError as e: | ||
| raise ValidationError({"detail": str(e)}) |
Check warning
Code scanning / CodeQL
Information exposure through an exception
| try: | ||
| update_status = python_obj.update() | ||
| except NotImplementedError as e: | ||
| raise ValidationError({"detail": str(e)}) |
Check warning
Code scanning / CodeQL
Information exposure through an exception
Signed-off-by: 0ssigeno <[email protected]>
Signed-off-by: 0ssigeno <[email protected]>
There was a problem hiding this comment.
Worth considering. View full project report here.
Co-authored-by: code-review-doctor[bot] <72320148+code-review-doctor[bot]@users.noreply.github.com>
Signed-off-by: 0ssigeno <[email protected]>
Signed-off-by: 0ssigeno <[email protected]>
Signed-off-by: 0ssigeno <[email protected]>
Signed-off-by: 0ssigeno <[email protected]>
Signed-off-by: 0ssigeno <[email protected]>
Signed-off-by: 0ssigeno <[email protected]>
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## develop #1986 +/- ##
===========================================
+ Coverage 66.75% 75.59% +8.83%
===========================================
Files 95 458 +363
Lines 3706 13763 +10057
Branches 519 1431 +912
===========================================
+ Hits 2474 10404 +7930
- Misses 941 2798 +1857
- Partials 291 561 +270
... and 269 files with indirect coverage changes Continue to review full report in Codecov by Sentry.
|
mlodic
left a comment
There was a problem hiding this comment.
could you please add some doc about that feature and how to add a new custom healthcheck/update for a plugin? ❤️
Signed-off-by: 0ssigeno <[email protected]>
There was a problem hiding this comment.
Some food for thought. View full project report here.
Signed-off-by: 0ssigeno <[email protected]>
There was a problem hiding this comment.
Looks good. Worth considering though. View full project report here.
Signed-off-by: 0ssigeno <[email protected]>
Signed-off-by: 0ssigeno <[email protected]>
Co-authored-by: code-review-doctor[bot] <72320148+code-review-doctor[bot]@users.noreply.github.com>
Signed-off-by: 0ssigeno <[email protected]>
Signed-off-by: 0ssigeno <[email protected]>
Signed-off-by: 0ssigeno <[email protected]>
Signed-off-by: 0ssigeno <[email protected]>
Signed-off-by: 0ssigeno <[email protected]>
Signed-off-by: 0ssigeno <[email protected]>
Signed-off-by: 0ssigeno <[email protected]>
Signed-off-by: 0ssigeno <[email protected]>
Signed-off-by: 0ssigeno <[email protected]>
Signed-off-by: 0ssigeno <[email protected]>
|
I'll kindly ask you to verify that the content of this paragraph in the doc is still valid and to update it in case it is needed |
Signed-off-by: 0ssigeno <[email protected]>
(Please add to the PR name the issue/s that this PR would close if merged by using a Github keyword. Example:
<feature name>. Closes #999. If your PR is made by a single commit, please add that clause in the commit too. This is all required to automate the closure of related issues.)Description
Please include a summary of the change and link to the related issue.
Type of change
Please delete options that are not relevant.
Checklist
develop_monkeypatch()was used in its class to apply the necessary decorators.dumpplugincommand and added it in the project as a data migration. [Doc]("How to create a Plugin")test_files.zipand you added the default tests for that mimetype in test_classes.py.FREE_TO_USE_ANALYZERSplaybook inplaybook_config.json.Black,Flake,Isort) gave 0 errors. If you have correctly installed pre-commit, it does these checks and adjustments on your behalf.testsfolder). All the tests (new and old ones) gave 0 errors.Important Rules