forked from netbox-community/Device-Type-Library-Import
-
Notifications
You must be signed in to change notification settings - Fork 0
chore: update CI workflows, add pytest-timeout, and switch to ThreadPoolExecutor #1
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
Merged
Changes from all commits
Commits
Show all changes
23 commits
Select commit
Hold shift + click to select a range
176f31f
chore: update CI workflow
marcinpsk 82a2f17
chore: update test workflow - debug test hang
marcinpsk 9c72fa4
chore: update test workflow - debug test hang
marcinpsk e24b985
chore: update test
marcinpsk ce83e66
chore: update test
marcinpsk 92fea33
fix: image handling - closing files, simple URL verification
marcinpsk 0f13cc9
📝 Add docstrings to `develop`
coderabbitai[bot] aead89f
Merge pull request #2 from marcinpsk/coderabbitai/docstrings/92fea33
marcinpsk ce8dcb7
chore: image lowercase
marcinpsk e99e39b
Update nb-dt-import.py
marcinpsk 9f80fdf
fix: update url handling
marcinpsk fc0a5fc
📝 Add docstrings to `develop`
coderabbitai[bot] 73403ca
Merge pull request #3 from marcinpsk/coderabbitai/docstrings/9f80fdf
marcinpsk 4d3cbf0
fix: update logging
marcinpsk e25a2d9
📝 Add docstrings to `develop`
coderabbitai[bot] d8603f6
Merge pull request #4 from marcinpsk/coderabbitai/docstrings/4d3cbf0
marcinpsk db6dcb0
fix: defensive checks
marcinpsk 0bf196c
fix: reformatted
marcinpsk 287bfb1
fix: image handling
marcinpsk 516215d
Update log_handler.py
marcinpsk 2d4a24f
Update log_handler.py
marcinpsk 681d4cb
fix: image handling
marcinpsk da2859c
chore: formatting
marcinpsk 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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,13 +1,11 @@ | ||
| --- | ||
| version: 2 | ||
| updates: | ||
| - package-ecosystem: pip | ||
| directory: / | ||
| - package-ecosystem: "pip" | ||
| directory: "/" | ||
| schedule: | ||
| interval: monthly | ||
| time: '02:00' | ||
| timezone: America/New_York | ||
| labels: | ||
| - dependencies | ||
| assignees: | ||
| - "danner26" | ||
| interval: "weekly" | ||
| - package-ecosystem: "github-actions" | ||
| directory: "/" | ||
| schedule: | ||
| interval: "weekly" |
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
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,17 @@ | ||
| # NetBox instance URL (without trailing slash) | ||
| NETBOX_URL=https://netbox.example.org | ||
|
|
||
| # NetBox API token with write permissions | ||
| # Should have permissions: dcim.add_manufacturer, dcim.add_devicetype, dcim.add_moduletype | ||
| NETBOX_TOKEN=XXXXXXXXX-xxxxxxxxx | ||
|
|
||
| # Device Type Library repository | ||
| REPO_URL=https://github.com/netbox-community/devicetype-library.git | ||
|
|
||
| # Branch of devicetype-library to use (default: master) | ||
| REPO_BRANCH=master | ||
|
|
||
| # Optional: Disable SSL certificate verification (INSECURE - development/testing only) | ||
| # WARNING: Setting this to True bypasses certificate validation and exposes connections | ||
| # to man-in-the-middle attacks. Never enable in production environments. | ||
| # IGNORE_SSL_ERRORS=True |
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
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
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
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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.