From b96198d1aba8b2c8321c90954d9a26f75a4be959 Mon Sep 17 00:00:00 2001 From: ci-atlas-bot <158276885+ci-atlas-bot@users.noreply.github.com> Date: Thu, 21 Mar 2024 18:24:55 +0100 Subject: [PATCH 1/3] Add catalog.yaml config [skip ci] --- .customink/catalog.yaml | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 .customink/catalog.yaml diff --git a/.customink/catalog.yaml b/.customink/catalog.yaml new file mode 100644 index 0000000..47f8289 --- /dev/null +++ b/.customink/catalog.yaml @@ -0,0 +1,28 @@ +name: activerecord-session_store + +owner: funnelcake # team definitions at https://app.opslevel.com/teams + +purpose: # multiple choice + # - do_not_track # demo testing personal - will not be tracked in catalog + # - app + - library + # - configuration + # - other # example: frontend_dataset +deployment_type: # multiple choice + # - kubernetes + # - infrastructure_serverless + - package + # - cli + # - data + # - docker-image + +# tier: tier_1 # Mission-critical service or repository. Failure could result in significant impact to revenue or reputation. +# tier: tier_2 # Customer-facing service or repository. Failure results in degraded experience for customers, although without significant impact to revenue or reputation. +# tier: tier_3 # Internal service or repository. Failure could result in productivity being compromised within the company. +# tier: tier_4 # Other service or repository. Failure doesn't result in immediate or significant impact. +tier: tier_na # this repo does not have a tier. typically libraries + +properties: + public_facing: false + pci: false + pii: false From 11df0010acb0e68acd7a8a3fcca0fef97a5f6fad Mon Sep 17 00:00:00 2001 From: mscavnicky Date: Mon, 27 May 2024 13:17:01 +0200 Subject: [PATCH 2/3] Update catalog.yaml --- .customink/catalog.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.customink/catalog.yaml b/.customink/catalog.yaml index 47f8289..681f0fe 100644 --- a/.customink/catalog.yaml +++ b/.customink/catalog.yaml @@ -1,6 +1,6 @@ name: activerecord-session_store -owner: funnelcake # team definitions at https://app.opslevel.com/teams +owner: principal_engineers # team definitions at https://app.opslevel.com/teams purpose: # multiple choice # - do_not_track # demo testing personal - will not be tracked in catalog From afb8b987b34bfb7aea8f4287739db996c7ef0858 Mon Sep 17 00:00:00 2001 From: mscavnicky Date: Mon, 27 May 2024 13:17:43 +0200 Subject: [PATCH 3/3] Update catalog.yaml --- .customink/catalog.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.customink/catalog.yaml b/.customink/catalog.yaml index 681f0fe..47f8289 100644 --- a/.customink/catalog.yaml +++ b/.customink/catalog.yaml @@ -1,6 +1,6 @@ name: activerecord-session_store -owner: principal_engineers # team definitions at https://app.opslevel.com/teams +owner: funnelcake # team definitions at https://app.opslevel.com/teams purpose: # multiple choice # - do_not_track # demo testing personal - will not be tracked in catalog