-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into add-teleportbot-operator
- Loading branch information
Showing
2,163 changed files
with
188,107 additions
and
42,958 deletions.
There are no files selected for viewing
Validating CODEOWNERS rules …
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,4 @@ | ||
# Merge rules are governed by logic in the Workflow Bot. Protect the | ||
# .github/workflows directory (and the merge logic) using CODEOWNERS. | ||
/.github/workflows/ @klizhentas @russjones @r0mant @zmb3 @fheinecke @camscale @tcsc | ||
/.github/workflows/ @klizhentas @russjones @r0mant @zmb3 @fheinecke @camscale @tcsc @rosstimothy @codingllama | ||
/build.assets/tooling/cmd/difftest/ @klizhentas @russjones @r0mant @zmb3 |
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
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,13 @@ | ||
extends: existence | ||
scope: | ||
# Using the raw scope so we can catch instances in TabItem labels. | ||
- raw | ||
message: '"%s" is no longer a recognized Teleport edition. Use "Teleport Enterprise" instead, and clarify the hosting type in parentheses rather than including it in the name of the product, e.g., "Teleport Enterprise (self-hosted)" or "Teleport Enterprise (cloud-hosted)".' | ||
level: error | ||
ignorecase: false | ||
tokens: | ||
# Adding the pattern '[ \t]*\n?[ \t]*' between each word since we are using the raw | ||
# scope. This lets use catch violations that span two lines (i.e., that occupy | ||
# the same paragraph). | ||
- 'Teleport[ \t]*\n?[ \t]*Cloud' | ||
- 'Teleport[ \t]*\n?[ \t]*Enterprise[ \t]*\n?[ \t]*Cloud' |
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,12 @@ | ||
extends: existence | ||
message: Avoid the impression that Teleport consists of multiple products for secure access, e.g., "Database Access" or "Server Access". Instead, talk about enrolling resources in your Teleport cluster, protecting resources with Teleport, or the ability for Teleport to proxy various protocols. | ||
level: error | ||
ignorecase: false | ||
tokens: | ||
- 'Server Access' | ||
- 'Application Access' | ||
- 'Kubernetes Access' | ||
- 'Desktop Access' | ||
# Ignore "Database Access Controls" since it's a Teleport feature, but catch | ||
# "Database Access" without "Controls". | ||
- 'Database Access(?!\s*Controls)' |
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,14 @@ | ||
extends: existence | ||
link: "https://github.com/gravitational/docs/blob/main/docs-contributors/style-guide.md#voice" | ||
message: "Avoid using '%s' as a qualifier, since it is subject to interpretation. Use more technically precise terms instead." | ||
level: error | ||
ignorecase: true | ||
tokens: | ||
- "powerful(ly)?" | ||
- "seamless(ly)?" | ||
- "simpl(e|ly)" | ||
- "smooth(ly)?" | ||
- "quick(ly)?" | ||
- "fast" | ||
- "eas(y|ily)" | ||
- "rich(ly)?" |
Oops, something went wrong.