Skip to content

Commit 49773fa

Browse files
committed
Add mapping information
1 parent e0c0d0d commit 49773fa

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

readme.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,24 @@ It looks like this after it has run:
3939

4040
If your descriptor file contains links, these are added to an embedded database within the service page called `Links`.
4141

42+
### Used information
43+
44+
The following fields are used to populate the database:
45+
46+
Name: from the descriptor file, if empty then the repository name
47+
Description: from the descriptor file, if empty then the repository description, if empty then the repository name
48+
Kind: from the descriptor file
49+
Lifecycle: from the descriptor file
50+
URL: from the descriptor file, if empty then part of the descriptor file URL, if empty then the repository URL
51+
Owner: from the descriptor file
52+
System: from the descriptor file
53+
DependsOn: from the descriptor file
54+
Tags: from the descriptor file, which are enriched with the Language information from GitHub, the connected teams in GitHub and for C# the version information from the csproj files.
55+
Visibility: from the repository visibility
56+
Language: from the repository (main language)
57+
Status: from the descriptor file
58+
Updated: current date/time
59+
4260
## Relation Databases
4361

4462
You have an option to provide additional 'lookup' databases to convert some of the above selects into relations:

0 commit comments

Comments
 (0)