-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
95e4bc3
commit 512bfaf
Showing
9 changed files
with
198 additions
and
121 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
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,2 +1,8 @@ | ||
golang 1.18 | ||
nodejs 16.14.2 | ||
# This file contains tool versions for use with asdf | ||
golang 1.18.1 | ||
nodejs 16.14.2 | ||
# 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) |
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,4 +1,4 @@ | ||
versions: | ||
# HACK(jaredallard): Remove when stencil-base is cleaned up and bootstrap | ||
# is dead. | ||
devbase: v1.58.1 | ||
devbase: v2.1.0-rc.11 |
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,11 @@ | ||
name: stencil-base | ||
arguments: | ||
reportingTeam: fnd-dtss | ||
description: Base templates for a stencil backed service | ||
reportingTeam: fnd-dt | ||
releaseOptions: | ||
enablePrereleases: true | ||
modules: | ||
- name: github.com/getoutreach/stencil-template-base | ||
- name: github.com/getoutreach/stencil-circleci | ||
version: v0.1.4-rc.1 | ||
replacements: | ||
github.com/getoutreach/stencil-base: ./ |
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,100 +1,133 @@ | ||
version: v1.11.1 | ||
generated: 2022-04-29T02:45:32.172392Z | ||
version: v1.22.0 | ||
generated: 2022-08-03T21:50:22.923403Z | ||
modules: | ||
- name: github.com/getoutreach/stencil-base | ||
url: ./ | ||
version: v0.2.0 | ||
- name: github.com/getoutreach/stencil-circleci | ||
url: https://github.com/getoutreach/stencil-circleci | ||
version: v0.1.4-rc.1 | ||
- name: github.com/getoutreach/stencil-template-base | ||
url: https://github.com/getoutreach/stencil-template-base | ||
version: v0.2.0 | ||
- name: github.com/getoutreach/stencil-base | ||
url: file://./ | ||
version: local | ||
- name: github.com/getoutreach/stencil-circleci | ||
url: https://github.com/getoutreach/stencil-circleci | ||
version: v1.2.1 | ||
- name: github.com/getoutreach/stencil-template-base | ||
url: https://github.com/getoutreach/stencil-template-base | ||
version: v0.3.2 | ||
files: | ||
- name: .editorconfig | ||
template: .editorconfig.tpl | ||
module: github.com/getoutreach/stencil-base | ||
- name: .github/CODEOWNERS | ||
template: .github/CODEOWNERS.tpl | ||
module: github.com/getoutreach/stencil-base | ||
- name: .github/pull_request_template.md | ||
template: .github/pull_request_template.md.tpl | ||
module: github.com/getoutreach/stencil-base | ||
- name: .gitignore | ||
template: .gitignore.tpl | ||
module: github.com/getoutreach/stencil-base | ||
- name: .releaserc.yaml | ||
template: .releaserc.yaml.tpl | ||
module: github.com/getoutreach/stencil-base | ||
- name: .tool-versions | ||
template: .tool-versions.tpl | ||
module: github.com/getoutreach/stencil-base | ||
- name: CONTRIBUTING.md | ||
template: CONTRIBUTING.md.tpl | ||
module: github.com/getoutreach/stencil-base | ||
- name: LICENSE | ||
template: LICENSE.tpl | ||
module: github.com/getoutreach/stencil-base | ||
- name: README.md | ||
template: README.md.tpl | ||
module: github.com/getoutreach/stencil-base | ||
- name: documentation/README.md | ||
template: documentation/README.md.tpl | ||
module: github.com/getoutreach/stencil-base | ||
- name: documentation/SLOs.md | ||
template: documentation/SLOs.md.tpl | ||
module: github.com/getoutreach/stencil-base | ||
- name: documentation/disaster-recovery.md | ||
template: documentation/disaster-recovery.md.tpl | ||
module: github.com/getoutreach/stencil-base | ||
- name: documentation/rollout-plan.md | ||
template: documentation/rollout-plan.md.tpl | ||
module: github.com/getoutreach/stencil-base | ||
- name: documentation/runbook.md | ||
template: documentation/runbook.md.tpl | ||
module: github.com/getoutreach/stencil-base | ||
- name: helpers | ||
template: helpers.tpl | ||
module: github.com/getoutreach/stencil-base | ||
- name: package.json | ||
template: package.json.tpl | ||
module: github.com/getoutreach/stencil-base | ||
- name: scripts/bootstrap-lib.sh | ||
template: scripts/bootstrap-lib.sh.tpl | ||
module: github.com/getoutreach/stencil-base | ||
- name: scripts/devbase.sh | ||
template: scripts/devbase.sh.tpl | ||
module: github.com/getoutreach/stencil-base | ||
- name: scripts/shell-wrapper.sh | ||
template: scripts/shell-wrapper.sh.tpl | ||
module: github.com/getoutreach/stencil-base | ||
- name: .circleci/config.yml | ||
template: .circleci/config.yml.tpl | ||
module: github.com/getoutreach/stencil-circleci | ||
- name: _helpers | ||
template: _helpers.tpl | ||
module: github.com/getoutreach/stencil-circleci | ||
- name: .tool-versions | ||
template: .tool-versions.tpl | ||
module: github.com/getoutreach/stencil-template-base | ||
- name: LICENSE.txt | ||
template: LICENSE.txt.tpl | ||
module: github.com/getoutreach/stencil-template-base | ||
- name: Makefile | ||
template: Makefile.tpl | ||
module: github.com/getoutreach/stencil-template-base | ||
- name: bootstrap.lock | ||
template: bootstrap.lock.tpl | ||
module: github.com/getoutreach/stencil-template-base | ||
- name: go.mod | ||
template: go.mod.tpl | ||
module: github.com/getoutreach/stencil-template-base | ||
- name: manifest.yaml | ||
template: manifest.yaml.tpl | ||
module: github.com/getoutreach/stencil-template-base | ||
- name: scripts/golangci.yml | ||
template: scripts/golangci.yml.tpl | ||
module: github.com/getoutreach/stencil-template-base | ||
- name: templates/main_test.go | ||
template: templates/main_test.go.tpl | ||
module: github.com/getoutreach/stencil-template-base | ||
- name: .circleci/config.yml | ||
template: .circleci/config.yml.tpl | ||
module: github.com/getoutreach/stencil-circleci | ||
- name: .editorconfig | ||
template: .editorconfig.tpl | ||
module: github.com/getoutreach/stencil-base | ||
- name: .github/CODEOWNERS | ||
template: .github/CODEOWNERS.tpl | ||
module: github.com/getoutreach/stencil-base | ||
- name: .github/pull_request_template.md | ||
template: .github/pull_request_template.md.tpl | ||
module: github.com/getoutreach/stencil-base | ||
- name: .gitignore | ||
template: .gitignore.tpl | ||
module: github.com/getoutreach/stencil-base | ||
- name: .goreleaser.yml | ||
template: .goreleaser.yml.tpl | ||
module: github.com/getoutreach/stencil-template-base | ||
- name: .releaserc.yaml | ||
template: .releaserc.yaml.tpl | ||
module: github.com/getoutreach/stencil-base | ||
- name: .tool-versions | ||
template: .tool-versions.tpl | ||
module: github.com/getoutreach/stencil-base | ||
- name: CONTRIBUTING.md | ||
template: CONTRIBUTING.md.tpl | ||
module: github.com/getoutreach/stencil-base | ||
- name: LICENSE | ||
template: LICENSE.tpl | ||
module: github.com/getoutreach/stencil-base | ||
- name: LICENSE.txt | ||
template: LICENSE.txt.tpl | ||
module: github.com/getoutreach/stencil-template-base | ||
- name: Makefile | ||
template: Makefile.tpl | ||
module: github.com/getoutreach/stencil-template-base | ||
- name: README.md | ||
template: README.md.tpl | ||
module: github.com/getoutreach/stencil-base | ||
- name: _helpers | ||
template: _helpers.tpl | ||
module: github.com/getoutreach/stencil-template-base | ||
- name: _helpers | ||
template: _helpers.tpl | ||
module: github.com/getoutreach/stencil-base | ||
- name: _helpers | ||
template: _helpers.tpl | ||
module: github.com/getoutreach/stencil-circleci | ||
- name: bootstrap.lock | ||
template: bootstrap.lock.tpl | ||
module: github.com/getoutreach/stencil-template-base | ||
- name: documentation/README.md | ||
template: documentation/README.md.tpl | ||
module: github.com/getoutreach/stencil-base | ||
- name: documentation/SLOs.md | ||
template: documentation/SLOs.md.tpl | ||
module: github.com/getoutreach/stencil-base | ||
- name: documentation/deployments.md | ||
template: documentation/deployments.md.tpl | ||
module: github.com/getoutreach/stencil-base | ||
- name: documentation/disaster-recovery.md | ||
template: documentation/disaster-recovery.md.tpl | ||
module: github.com/getoutreach/stencil-base | ||
- name: documentation/rollout-plan.md | ||
template: documentation/rollout-plan.md.tpl | ||
module: github.com/getoutreach/stencil-base | ||
- name: documentation/runbook.md | ||
template: documentation/runbook.md.tpl | ||
module: github.com/getoutreach/stencil-base | ||
- name: documentation/runbooks/available-pods-low.md | ||
template: documentation/runbooks/available-pods-low.md.tpl | ||
module: github.com/getoutreach/stencil-base | ||
- name: documentation/runbooks/grpc-latency-high.md | ||
template: documentation/runbooks/grpc-latency-high.md.tpl | ||
module: github.com/getoutreach/stencil-base | ||
- name: documentation/runbooks/grpc-success-rate-low.md | ||
template: documentation/runbooks/grpc-success-rate-low.md.tpl | ||
module: github.com/getoutreach/stencil-base | ||
- name: documentation/runbooks/http-latency-high.md | ||
template: documentation/runbooks/http-latency-high.md.tpl | ||
module: github.com/getoutreach/stencil-base | ||
- name: documentation/runbooks/http-success-rate-low.md | ||
template: documentation/runbooks/http-success-rate-low.md.tpl | ||
module: github.com/getoutreach/stencil-base | ||
- name: documentation/runbooks/pod-cpu.md | ||
template: documentation/runbooks/pod-cpu.md.tpl | ||
module: github.com/getoutreach/stencil-base | ||
- name: documentation/runbooks/pod-memory.md | ||
template: documentation/runbooks/pod-memory.md.tpl | ||
module: github.com/getoutreach/stencil-base | ||
- name: documentation/runbooks/pod-restarts.md | ||
template: documentation/runbooks/pod-restarts.md.tpl | ||
module: github.com/getoutreach/stencil-base | ||
- name: documentation/runbooks/service-panics.md | ||
template: documentation/runbooks/service-panics.md.tpl | ||
module: github.com/getoutreach/stencil-base | ||
- name: go.mod | ||
template: go.mod.tpl | ||
module: github.com/getoutreach/stencil-template-base | ||
- name: manifest.yaml | ||
template: manifest.yaml.tpl | ||
module: github.com/getoutreach/stencil-template-base | ||
- name: package.json | ||
template: package.json.tpl | ||
module: github.com/getoutreach/stencil-base | ||
- name: scripts/bootstrap-lib.sh | ||
template: scripts/bootstrap-lib.sh.tpl | ||
module: github.com/getoutreach/stencil-base | ||
- name: scripts/devbase.sh | ||
template: scripts/devbase.sh.tpl | ||
module: github.com/getoutreach/stencil-base | ||
- name: scripts/golangci.yml | ||
template: scripts/golangci.yml.tpl | ||
module: github.com/getoutreach/stencil-template-base | ||
- name: scripts/shell-wrapper.sh | ||
template: scripts/shell-wrapper.sh.tpl | ||
module: github.com/getoutreach/stencil-base | ||
- name: templates/main_test.go | ||
template: templates/main_test.go.tpl | ||
module: github.com/getoutreach/stencil-template-base |