You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: readme.md
+18Lines changed: 18 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,6 +39,24 @@ It looks like this after it has run:
39
39
40
40
If your descriptor file contains links, these are added to an embedded database within the service page called `Links`.
41
41
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
+
42
60
## Relation Databases
43
61
44
62
You have an option to provide additional 'lookup' databases to convert some of the above selects into relations:
0 commit comments