Merged
Conversation
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]>
Bumps [django](https://github.com/django/django) from 4.1.10 to 4.1.13. - [Commits](django/django@4.1.10...4.1.13) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: 0ssigeno <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: 0ssigeno <[email protected]> Co-authored-by: Matteo Lodi <[email protected]> Co-authored-by: Simone Berni <[email protected]> Co-authored-by: code-review-doctor[bot] <72320148+code-review-doctor[bot]@users.noreply.github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: drosetti <[email protected]> Co-authored-by: Abheek Tripathy <[email protected]> Co-authored-by: AshirRashid <[email protected]> Co-authored-by: Karanjot Singh <[email protected]> Co-authored-by: 0ssigeno <[email protected]> Co-authored-by: Daniele Rosetti <[email protected]> Co-authored-by: Siddhanth <[email protected]> Co-authored-by: Parth Madan <[email protected]> Co-authored-by: Shivam Purohit <[email protected]> Co-authored-by: shivam <[email protected]> Co-authored-by: Martina Carella <[email protected]> Co-authored-by: ben-ce <[email protected]> Co-authored-by: Kyle Taylor <[email protected]> Co-authored-by: Aditya <[email protected]> Co-authored-by: deepsource-autofix[bot] <62050782+deepsource-autofix[bot]@users.noreply.github.com>
Bumps [maxminddb](https://github.com/maxmind/MaxMind-DB-Reader-python) from 2.4.0 to 2.5.1. - [Release notes](https://github.com/maxmind/MaxMind-DB-Reader-python/releases) - [Changelog](https://github.com/maxmind/MaxMind-DB-Reader-python/blob/main/HISTORY.rst) - [Commits](maxmind/MaxMind-DB-Reader-python@v2.4.0...v2.5.1) --- updated-dependencies: - dependency-name: maxminddb dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This reverts commit af0b016.
Signed-off-by: 0ssigeno <[email protected]>
Contributor
There was a problem hiding this comment.
Looks good. Worth considering though. View full project report here.
| except socket.timeout: | ||
| message = ( | ||
| f"request for {self.observable_name} for classic" | ||
| f" DNS triggered timeout" |
Contributor
There was a problem hiding this comment.
Suggested change
| f" DNS triggered timeout" | |
| " DNS triggered timeout" |
f-string is unnecessary here. This can just be a string. Read more.
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## develop #2003 +/- ##
===========================================
+ Coverage 66.75% 75.58% +8.83%
===========================================
Files 95 446 +351
Lines 3706 13662 +9956
Branches 519 1423 +904
===========================================
+ Hits 2474 10327 +7853
- Misses 941 2773 +1832
- Partials 291 562 +271
... and 256 files with indirect coverage changes Continue to review full report in Codecov by Sentry.
|
drosetti
requested changes
Nov 30, 2023
drosetti
approved these changes
Nov 30, 2023
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Description
Type of change
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