-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1066 from aml-org/r/v6.3.0
R/v6.3.0
- Loading branch information
Showing
241 changed files
with
23,860 additions
and
972 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
171 changes: 171 additions & 0 deletions
171
als-actions/shared/src/test/resources/actions/hover/avro-full-result.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,171 @@ | ||
hovers: | ||
(2,5): | ||
- Human readable name for the object | ||
(2,14): | ||
- Human readable name for the object | ||
(3,7): | ||
- (AVRO) a JSON string that qualifies the name | ||
(3,21): | ||
- (AVRO) a JSON string that qualifies the name | ||
(4,5): | ||
- Defines a data type | ||
(4,14): | ||
- Defines a data type | ||
(5,6): | ||
- Properties associated to this node | ||
(7,9): | ||
- Human readable name for the object | ||
(7,17): | ||
- Human readable name for the object | ||
(8,9): | ||
- Defines a data type | ||
(8,18): | ||
- Defines a data type | ||
(11,9): | ||
- Human readable name for the object | ||
(11,19): | ||
- Human readable name for the object | ||
(12,9): | ||
- Defines a data type | ||
(12,18): | ||
- Defines a data type | ||
(15,9): | ||
- Human readable name for the object | ||
(15,17): | ||
- Human readable name for the object | ||
(16,9): | ||
- Data shapes in the union | ||
(16,18): | ||
- Data shapes in the union | ||
(16,27): | ||
- Data shapes in the union | ||
(17,10): | ||
- Default value for this element | ||
(17,19): | ||
- Defines a data type | ||
(20,9): | ||
- Human readable name for the object | ||
(20,16): | ||
- Human readable name for the object | ||
(21,9): | ||
- Data shapes in the union | ||
(21,18): | ||
- Data shapes in the union | ||
(21,25): | ||
- Data shapes in the union | ||
(22,10): | ||
- Default value for this element | ||
(22,19): | ||
- Defines a data type | ||
(25,9): | ||
- Human readable name for the object | ||
(25,28): | ||
- Human readable name for the object | ||
(26,9): | ||
- Defines a data type | ||
(27,11): | ||
- Human readable name for the object | ||
(27,26): | ||
- Human readable name for the object | ||
(28,11): | ||
- Defines a data type | ||
(28,19): | ||
- Defines a data type | ||
(29,12): | ||
- Each element should be part of the provided list to be valid | ||
(29,22): | ||
- Defines a data type | ||
(29,29): | ||
- Defines a data type | ||
(29,36): | ||
- Defines a data type | ||
(29,43): | ||
- Defines a data type | ||
(29,49): | ||
- Defines a data type | ||
(30,12): | ||
- Default value for this element | ||
(30,21): | ||
- Defines a data type | ||
(34,9): | ||
- Human readable name for the object | ||
(34,22): | ||
- Human readable name for the object | ||
(35,9): | ||
- Defines a data type | ||
(36,11): | ||
- Defines a data type | ||
(36,19): | ||
- Defines a data type | ||
(37,11): | ||
- Defines a data type | ||
(37,21): | ||
- Defines a data type | ||
(41,9): | ||
- Human readable name for the object | ||
(41,18): | ||
- Human readable name for the object | ||
(42,9): | ||
- Defines a data type | ||
(43,11): | ||
- Human readable name for the object | ||
(43,20): | ||
- Human readable name for the object | ||
(44,11): | ||
- Defines a data type | ||
(44,20): | ||
- Defines a data type | ||
(45,12): | ||
- Properties associated to this node | ||
(47,15): | ||
- Human readable name for the object | ||
(47,24): | ||
- Human readable name for the object | ||
(48,15): | ||
- Defines a data type | ||
(48,22): | ||
- Defines a data type | ||
(51,15): | ||
- Human readable name for the object | ||
(51,24): | ||
- Human readable name for the object | ||
(52,15): | ||
- Data shapes in the union | ||
(52,24): | ||
- Data shapes in the union | ||
(52,33): | ||
- Data shapes in the union | ||
(53,16): | ||
- Default value for this element | ||
(53,25): | ||
- Defines a data type | ||
(59,9): | ||
- Human readable name for the object | ||
(59,18): | ||
- Human readable name for the object | ||
(60,9): | ||
- Defines a data type | ||
(60,17): | ||
- Defines a data type | ||
(63,9): | ||
- Human readable name for the object | ||
(63,18): | ||
- Human readable name for the object | ||
(64,9): | ||
- Defines a data type | ||
(64,18): | ||
- Defines a data type | ||
(67,9): | ||
- Human readable name for the object | ||
(67,18): | ||
- Human readable name for the object | ||
(68,9): | ||
- Defines a data type | ||
(69,11): | ||
- Scalar range constraining this scalar shape | ||
(69,20): | ||
- Scalar range constraining this scalar shape | ||
(70,14): | ||
- Defines a data type | ||
(70,26): | ||
- Defines a data type |
74 changes: 74 additions & 0 deletions
74
als-actions/shared/src/test/resources/actions/hover/avro-full.avsc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,74 @@ | ||
{ | ||
"name": "Person", | ||
"namespace": "com.company", | ||
"type": "record", | ||
"fields": [ | ||
{ | ||
"name": "name", | ||
"type": "string" | ||
}, | ||
{ | ||
"name": "serialNo", | ||
"type": "string" | ||
}, | ||
{ | ||
"name": "email", | ||
"type": ["null", "string"], | ||
"default": null | ||
}, | ||
{ | ||
"name": "age", | ||
"type": ["null", "int"], | ||
"default": null | ||
}, | ||
{ | ||
"name": "favoriteProgrammingLanguage", | ||
"type": { | ||
"name": "ProgrammingLanguage", | ||
"type": "enum", | ||
"symbols": ["JS", "Java", "Go", "Rust", "C"], | ||
"default": "JS" | ||
} | ||
}, | ||
{ | ||
"name": "certifications", | ||
"type": { | ||
"type": "array", | ||
"items": "string" | ||
} | ||
}, | ||
{ | ||
"name": "address", | ||
"type": { | ||
"name": "Address", | ||
"type": "record", | ||
"fields": [ | ||
{ | ||
"name": "zipcode", | ||
"type": "int" | ||
}, | ||
{ | ||
"name": "country", | ||
"type": ["null", "string"], | ||
"default": null | ||
} | ||
] | ||
} | ||
}, | ||
{ | ||
"name": "weight", | ||
"type": "float" | ||
}, | ||
{ | ||
"name": "height", | ||
"type": "double" | ||
}, | ||
{ | ||
"name": "someid", | ||
"type": { | ||
"type": "string", | ||
"logicalType": "uuid" | ||
} | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.