-
Notifications
You must be signed in to change notification settings - Fork 0
/
catalog-info.yml
73 lines (71 loc) · 2.2 KB
/
catalog-info.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
# See https://backstage.io/docs/features/software-catalog/descriptor-format for full catalog-info.yml configurations.
apiVersion: scaffolder.backstage.io/v1beta3
kind: Template
metadata:
name: geo-site-selection-data-template
title: Geospatial Site Selection Data Template
description: Base template for all repositories that involve extracting, loading, and transforming data for geospatial site selection work.
annotations:
github.com/project-slug: thinkingmachines/geo-site-selection-data-template
tags: # see doc for list of tags: https://docs.google.com/document/d/1PT97wDuj31BZo87SKSw0YSPvRVzunh1lAJ4I4nPctBI/edit#heading=h.u8qvx8avf6he
- internal
- geo-analytics
- python
links:
- url: https://thinkdatasci.slack.com/archives/C04AQQGCVNK
title: Slack - Geo team 2023 reboot Channel
icon: chat # see https://backstage.io/docs/reference/core-app-api.appicons for all icons
# - url:
# title: Wiki
# icon: docs
spec:
owner: Geospatial
type: internal
lifecycle: development
parameters:
- title: Create a new geo-site-selection-data repository
required:
- repoUrl
- description
properties:
repoUrl:
title: Repository Name
type: string
ui:field: RepoUrlPicker
ui:options:
allowedHosts:
- github.com
allowedOwners:
- thinkingmachines
description:
title: Repository Description
type: string
description: Describe repository in 1 to 2 sentences
ui:autofocus: true
#only needed for component: Template types of repos
steps:
- id: fetch-base
name: Fetch Base
action: fetch:template
input:
url: .
values:
owner: thinkingmachines
- id: publish
name: Publish
action: publish:github
input:
allowedHosts: ['github.com']
description:
repoUrl:
gitAuthorName:
gitAuthorEmail:
collaborators:
- user:
access: admin
- id: register
name: Register
action: catalog:register
input:
repoContentsUrl:
catalogInfoPath: '/catalog-info.yml'