-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Update provider to work with Netbox 2.11
- Loading branch information
Showing
4,325 changed files
with
592,618 additions
and
293,253 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
There are no files selected for viewing
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 |
---|---|---|
|
@@ -12,7 +12,7 @@ jobs: | |
strategy: | ||
fail-fast: false | ||
matrix: | ||
go: [ '1.15.x' ] | ||
go: [ '1.16.x' ] | ||
steps: | ||
- name: Checkout | ||
uses: actions/[email protected] | ||
|
@@ -21,7 +21,7 @@ jobs: | |
run: git fetch --prune --unshallow | ||
|
||
- name: Lint | ||
uses: reviewdog/action-golangci-lint@v1.17.0 | ||
uses: reviewdog/action-golangci-lint@v2.0.1 | ||
with: | ||
github_token: ${{ secrets.github_token }} | ||
golangci_lint_flags: "--config=.golangci.yml" | ||
|
@@ -35,7 +35,7 @@ jobs: | |
shell: bash | ||
|
||
- name: Go installation | ||
uses: actions/setup-go@v1.1.3 | ||
uses: actions/setup-go@v2.1.4 | ||
with: | ||
go-version: ${{ matrix.go }} | ||
|
||
|
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 |
---|---|---|
|
@@ -10,7 +10,7 @@ jobs: | |
strategy: | ||
fail-fast: false | ||
matrix: | ||
go: [ '1.15.x' ] | ||
go: [ '1.16.x' ] | ||
steps: | ||
- name: Check conventional commits in PR | ||
uses: Namchee/conventional-pr@master | ||
|
@@ -20,6 +20,7 @@ jobs: | |
close: false | ||
template: "Thank you for your contribution attempt in this repository!\n\nUnfortunately, this pull request doesn't meet our standards by reason we stated below.\nFor future pull requests, please use conventional commits.\nPlease update the commits in this PR with conventional commits rules." | ||
strict: false | ||
link_issue: false | ||
|
||
- name: Checkout | ||
uses: actions/[email protected] | ||
|
@@ -28,7 +29,7 @@ jobs: | |
run: git fetch --prune --unshallow | ||
|
||
- name: Lint | ||
uses: reviewdog/action-golangci-lint@v1.17.0 | ||
uses: reviewdog/action-golangci-lint@v2.0.1 | ||
with: | ||
github_token: ${{ secrets.github_token }} | ||
golangci_lint_flags: "--config=.golangci.yml" | ||
|
@@ -43,7 +44,7 @@ jobs: | |
shell: bash | ||
|
||
- name: Go installation | ||
uses: actions/setup-go@v1.1.3 | ||
uses: actions/setup-go@v2.1.4 | ||
with: | ||
go-version: ${{ matrix.go }} | ||
|
||
|
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 |
---|---|---|
|
@@ -12,7 +12,7 @@ jobs: | |
strategy: | ||
fail-fast: false | ||
matrix: | ||
go: [ '1.15.x' ] | ||
go: [ '1.16.x' ] | ||
steps: | ||
- name: Checkout | ||
uses: actions/[email protected] | ||
|
@@ -21,13 +21,13 @@ jobs: | |
run: git fetch --prune --unshallow | ||
|
||
- name: Go installation | ||
uses: actions/setup-go@v1.1.3 | ||
uses: actions/setup-go@v2.1.4 | ||
with: | ||
go-version: ${{ matrix.go }} | ||
|
||
- name: Import GPG key | ||
id: import_gpg | ||
uses: crazy-max/ghaction-import-gpg@v3.1.0 | ||
uses: crazy-max/ghaction-import-gpg@v4.0.0 | ||
with: | ||
gpg-private-key: ${{ secrets.GPG_PRIVATE_KEY }} | ||
passphrase: ${{ secrets.PASSPHRASE }} | ||
|
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 was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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.