-
Notifications
You must be signed in to change notification settings - Fork 138
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into vendor-data
- Loading branch information
Showing
100 changed files
with
4,625 additions
and
3,919 deletions.
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 |
---|---|---|
@@ -1,4 +1,6 @@ | ||
export TINKERBELL_GRPC_AUTHORITY=127.0.0.1:42113 | ||
export TINKERBELL_CERT_URL=http://127.0.0.1:42114/cert | ||
has nix && use nix | ||
dotenv_if_exists | ||
PATH_add bin | ||
path_add GOBIN bin | ||
|
||
which nix &>/dev/null && use nix && unset GOPATH | ||
export TINKERBELL_GRPC_AUTHORITY=127.0.0.1:42113 |
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,2 @@ | ||
/.github/settings.yml @mmlb @micahhausler | ||
/.github/CODEOWNERS @mmlb @micahhausler |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
# Collaborators: give specific users access to this repository. | ||
# See https://docs.github.com/en/rest/reference/repos#add-a-repository-collaborator for available options | ||
collaborators: | ||
# Maintainers, should also be added to the .github/CODEOWNERS file as owners of this settings.yml file. | ||
- username: micahhausler | ||
permission: maintain | ||
- username: mmlb | ||
permission: maintain | ||
# Approvers | ||
- username: displague | ||
permission: push | ||
- username: jacobweinstock | ||
permission: push | ||
- username: nshalman | ||
permission: push | ||
- username: tstromberg | ||
permission: push | ||
# Reviewers | ||
- username: chrisdoherty4 | ||
permission: triage | ||
- username: detiber | ||
permission: triage | ||
- username: stephen-fox | ||
permission: triage | ||
- username: tobert | ||
permission: triage | ||
|
||
# Note: `permission` is only valid on organization-owned repositories. | ||
# The permission to grant the collaborator. Can be one of: | ||
# * `pull` - can pull, but not push to or administer this repository. | ||
# * `push` - can pull and push, but not administer this repository. | ||
# * `admin` - can pull, push and administer this repository. | ||
# * `maintain` - Recommended for project managers who need to manage the repository without access to sensitive or destructive actions. | ||
# * `triage` - Recommended for contributors who need to proactively manage issues and pull requests without write access. |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,3 +23,6 @@ out/ | |
|
||
.*.swp | ||
hack/tools | ||
|
||
# test worker files | ||
tests/worker |
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.