-
Notifications
You must be signed in to change notification settings - Fork 2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* master: (912 commits) Update redirects.txt Added redirect for Spark guide link client: log when server list changes docs: mention regression in task config validation fix update to changelog update CHANGELOG with datacenter config validation #5665 typo: "atleast" -> "at least" implement nomad exec for rkt docs: fixed typo use pty/tty terminology similar to github.com/kr/pty vendor github.com/kr/pty drivers: implement streaming exec for executor based drivers executors: implement streaming exec executor: scaffolding for executor grpc handling client: expose allocated memory per task client improve a comment in updateNetworks stalebot: Add 'thinking' as an exempt label (#5684) Added Sparrow link update links to use new canonical location Add redirects for restructing done in GH-5667 ...
- Loading branch information
Showing
1,299 changed files
with
78,422 additions
and
43,107 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 |
---|---|---|
@@ -0,0 +1,5 @@ | ||
# Code of Conduct | ||
|
||
HashiCorp Community Guidelines apply to you when interacting with the community here on GitHub and contributing code. | ||
|
||
Please read the full text at https://www.hashicorp.com/community-guidelines |
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 |
---|---|---|
|
@@ -11,8 +11,20 @@ Output from `nomad version` | |
|
||
### Reproduction steps | ||
|
||
### Nomad Server logs (if appropriate) | ||
### Job file (if appropriate) | ||
|
||
### Nomad Client logs (if appropriate) | ||
If possible please post relevant logs in the issue. | ||
|
||
### Job file (if appropriate) | ||
Logs and other artifacts may also be sent to: [email protected] | ||
|
||
Please link to your Github issue in the email and reference it in the subject | ||
line: | ||
|
||
> To: [email protected] | ||
> | ||
> Subject: GH-1234: Errors garbage collecting allocs | ||
Emails sent to that address are readable by all HashiCorp employees but are *not* publicly visible. | ||
|
||
### Nomad Server logs (if appropriate) |
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,35 @@ | ||
# Number of days of inactivity before an Issue or Pull Request becomes stale | ||
daysUntilStale: 90 | ||
|
||
# Number of days of inactivity before an Issue or Pull Request with the stale label is closed. | ||
# Set to false to disable. If disabled, issues still need to be closed manually, but will remain marked as stale. | ||
daysUntilClose: 30 | ||
|
||
# Issues or Pull Requests with these labels will never be considered stale. Set to `[]` to disable | ||
# We don't close any issue that is an enhancement or confirmed bug, but issues waiting for reproduction | ||
# cases and questions tend to get outdated. | ||
exemptLabels: | ||
- "enhancement" | ||
- "bug" | ||
- "thinking" | ||
|
||
# Label to use when marking as stale | ||
staleLabel: "waiting-reply" | ||
|
||
# Comment to post when marking as stale. Set to `false` to disable | ||
markComment: | | ||
Hey there | ||
Since this issue hasn't had any activity in a while - we're going to automatically close it in 30 days. If you're still seeing this issue with the latest version of Nomad, please respond here and we'll keep this open and take another look at this. | ||
Thanks! | ||
# Comment to post when removing the stale label. Set to `false` to disable | ||
unmarkComment: false | ||
|
||
# Comment to post when closing a stale Issue or Pull Request. Set to `false` to disable | ||
closeComment: > | ||
This issue will be auto-closed because there hasn't been any activity for a few months. | ||
Feel free to [open a new one](https://github.com/hashicorp/nomad/issues/new) if you still experience this problem :+1: | ||
# Limit to only `issues` | ||
only: issues |
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.