Skip to content

Commit

Permalink
update catalog metadata for elyra 3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
thesuperzapper committed Jun 3, 2022
1 parent d3327c3 commit a88cfe9
Showing 1 changed file with 8 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,8 @@
"format": "uri",
"uihints": {
"category": "Source",
"placeholder": "https://example.org/artifactory/"
"ui:placeholder": "https://example.com/artifactory/",
"placeholder": "https://example.com/artifactory/"
}
},
"artifactory_username": {
Expand All @@ -82,8 +83,9 @@
"description": "Password or API Key for the Artifactory server",
"type": "string",
"uihints": {
"secure": true,
"category": "Source"
"category": "Source",
"ui:field": "password",
"secure": true
}
},
"repository_name": {
Expand All @@ -106,7 +108,7 @@
},
"max_recursion_depth": {
"title": "Maximum Recursion Depth",
"description": "Maximum folder depth to recurse looking for '__COMPONENT__' files",
"description": "Maximum folder depth to recurse looking for '__COMPONENT__' marker files",
"type": "string",
"pattern": "^[0-9]+$",
"default": "0",
Expand All @@ -126,7 +128,7 @@
},
"file_filter": {
"title": "File Filter",
"description": "Unix-like file name filter. ('*' match everything; '?' any single character; '[seq]' character in seq; '[!seq]' character not in seq, '[0-9]' any number)",
"description": "Fnmatch file name filter: '*' match everything; '?' any single character; '[seq]' character in seq; '[!seq]' character not in seq; '[0-9]' any single number;",
"default": "*.yaml",
"type": "string",
"uihints": {
Expand All @@ -135,7 +137,7 @@
},
"file_ordering": {
"title": "File Ordering",
"description": "Order in which files are processed per folder",
"description": "Order in which files are processed per folder. 'NAME' alphanumeric; 'VERSION' packaging.version.LegacyVersion();",
"type": "string",
"enum": [
"NAME_ASCENDING",
Expand Down

0 comments on commit a88cfe9

Please sign in to comment.