Mirror of @tangled.org/core. Running on a Raspberry Pi Zero 2 (Please be gentle).
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

lexicons: update repo and spindle.member lexicons

- add spindle to repo
- fix spindle.member lexicon field name

Signed-off-by: oppiliappan <me@oppi.li>

oppiliappan 463ab401 aaf94e57

+5 -1
api/tangled/cbor_gen.go

This is a binary file and will not be displayed.

api/tangled/spindlemember.go

This is a binary file and will not be displayed.

api/tangled/tangledrepo.go

This is a binary file and will not be displayed.

+4
lexicons/repo.json
··· 28 28 "type": "string", 29 29 "description": "knot where the repo was created" 30 30 }, 31 + "spindle": { 32 + "type": "string", 33 + "description": "CI runner to send jobs to and receive results from" 34 + }, 31 35 "description": { 32 36 "type": "string", 33 37 "format": "datetime",
+1 -1
lexicons/spindle/member.json
··· 11 11 "type": "object", 12 12 "required": [ 13 13 "subject", 14 - "domain", 14 + "instance", 15 15 "createdAt" 16 16 ], 17 17 "properties": {