-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(stencil): upgrade modules (2024-04-10) (#152)
* test: use stenciltest.RegenerateSnapshots() * test: update snapshots --------- Co-authored-by: getoutreach-ci-1[bot] <95656460+getoutreach-ci-1[bot]@users.noreply.github.com> Co-authored-by: Mark Lee <mark.lee@outreach.io>
- Loading branch information
1 parent
5dba29c
commit 75a7b31
Showing
12 changed files
with
211 additions
and
152 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 |
---|---|---|
@@ -0,0 +1,63 @@ | ||
# Docs: https://docs.cortex.io/docs/reference/basics/entities#service-entities | ||
|
||
openapi: 3.0.0 | ||
info: | ||
title: stencil-circleci | ||
description: > | ||
Stencil Module for CircleCI | ||
x-cortex-type: service | ||
x-cortex-slack: | ||
channels: | ||
- name: dev-tooling-design | ||
notificationsEnabled: false | ||
- name: dev-tooling-support | ||
notificationsEnabled: false | ||
- name: dt-oncall | ||
notificationsEnabled: true | ||
- name: fnd-dt-alerts | ||
notificationsEnabled: true | ||
x-cortex-owners: | ||
- type: group | ||
name: fnd-dt | ||
provider: CORTEX | ||
x-cortex-tag: stencil-circleci | ||
x-cortex-git: | ||
github: | ||
repository: getoutreach/stencil-circleci | ||
x-cortex-oncall: | ||
pagerduty: | ||
id: P9HJAUT | ||
type: SERVICE | ||
x-cortex-link: | ||
## These are useful documentation links for this service. Please fill in the customLinks block if you have additional documentation links. | ||
## name: The name of the link | ||
## type: Choose one type from (dashboard,documentation,healthcheck,logs,metrics,runbook) | ||
## url: The link url | ||
## description(optional): Description to this link | ||
- name: API Docs | ||
type: api_documentation | ||
url: https://engdocs.outreach.cloud/github.com/getoutreach/stencil-circleci#section-readme | ||
## <<Stencil::Block(customLinks)>> | ||
## <</Stencil::Block>> | ||
x-cortex-custom-metadata: | ||
app: stencil-circleci | ||
name: stencil-circleci | ||
repo: https://github.com/getoutreach/stencil-circleci | ||
framework: stencil | ||
language: Golang | ||
stencil_version: v1.38.0 | ||
golang_version: 1.22.0 | ||
cli: false | ||
service: false | ||
product: Outreach | ||
lifecycle: in_development | ||
## <<Stencil::Block(extraAliases)>> | ||
## <</Stencil::Block>> | ||
reporting_team: fnd-dt | ||
lintroller: platinum | ||
x-cortex-groups: | ||
- lifecycle: in_development | ||
- product: Outreach | ||
- language: Golang | ||
- framework: stencil | ||
- engOrg: fnd |
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.