-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: update localizer to pass OpsLevel Silver (Upcoming) level (#211)
* fix: update localizer to pass OpsLevel Silver (Upcoming) level
- Loading branch information
1 parent
6a3a496
commit 03fdd89
Showing
60 changed files
with
845 additions
and
1,072 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
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
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,6 +1,6 @@ | ||
# See https://help.github.com/articles/about-codeowners/ | ||
* @getoutreach/fnd-dt | ||
|
||
###Block(customCodeowners) | ||
## <<Stencil::Block(customCodeowners)>> | ||
|
||
###EndBlock(customCodeowners) | ||
## <</Stencil::Block>> |
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 |
---|---|---|
@@ -1,26 +1,29 @@ | ||
<!-- | ||
!!!! README !!!! Please fill this out. | ||
Please follow the PR naming conventions: | ||
Please follow the PR naming conventions: | ||
https://outreach-io.atlassian.net/wiki/spaces/EN/pages/1902444645/Conventional+Commits | ||
--> | ||
|
||
<!-- A short description of what your PR does and what it solves. --> | ||
|
||
<!-- A short description of what your PR does and what it solves. --> | ||
## What this PR does / why we need it | ||
|
||
<!--- Block(jiraPrefix) ---> | ||
|
||
|
||
<!-- <<Stencil::Block(jiraPrefix)>> --> | ||
|
||
## Jira ID | ||
|
||
[XX-XX] | ||
|
||
<!--- EndBlock(jiraPrefix) ---> | ||
<!-- <</Stencil::Block>> --> | ||
|
||
<!-- Notes that may be helpful for anyone reviewing this PR --> | ||
|
||
## Notes for your reviewers | ||
|
||
<!--- Block(custom) --> | ||
|
||
<!--- EndBlock(custom) --> | ||
|
||
<!-- <<Stencil::Block(custom)>> --> | ||
|
||
<!-- <</Stencil::Block>> --> |
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,7 @@ | ||
# Ignore all markdown formatting by default. If you want prettier to format | ||
# your markdown files, manually include them by adding prefixed ! entries. | ||
*.md | ||
|
||
## <<Stencil::Block(prettierignoreExtras)>> | ||
|
||
## <</Stencil::Block>> |
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 |
---|---|---|
@@ -1,11 +1,17 @@ | ||
# This file contains tool versions for use with asdf | ||
golang 1.17.9 | ||
# Note: Versions in this block override the default versions below. | ||
# Be EXTREMELY CAREFUL with this. If you override a standard version | ||
# you are reducing compatibility guarantees. | ||
## <<Stencil::Block(toolverOverride)>> | ||
## <</Stencil::Block>> | ||
golang 1.19 | ||
nodejs 16.13.0 | ||
terraform 0.13.5 | ||
ruby 2.6.6 | ||
protoc 3.19.1 | ||
# Note: Versions in this block override the above. Be EXTREMELY | ||
# CAREFUL with this. If you override a standard version you are | ||
# reducing compatibility guarantees. | ||
###Block(toolver) | ||
###EndBlock(toolver) | ||
ruby 2.7.5 | ||
protoc 21.5 | ||
# Note: Versions in this block do not override the default versions above | ||
# but sometimes you have to declare additional versions of the same tool | ||
# while leaving the 'default' version intact for the infra. | ||
# The most common case is nodejs. | ||
## <<Stencil::Block(toolver)>> | ||
## <</Stencil::Block>> |
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
MY_NAMESPACE="localizer--bento1a" | ||
OUTREACH_ACCOUNTS_BASE_URL="https://accounts.outreach-dev.com" | ||
OUTREACH_DOMAIN="outreach-dev.com" | ||
///Block(vscodeEnvVars) | ||
// <<Stencil::Block(vscodeEnvVars)>> | ||
|
||
///EndBlock(vscodeEnvVars) | ||
// <</Stencil::Block>> |
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
Oops, something went wrong.