Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Explore gxformat2 schema support #52

Merged
merged 50 commits into from
Oct 8, 2022
Merged
Changes from 1 commit
Commits
Show all changes
50 commits
Select commit Hold shift + click to select a range
9dcda94
Add yaml loader for webpack
davelopez Jul 3, 2022
385e097
Add gxformat2 v19_09 schema
davelopez Jul 3, 2022
e52ea6f
Add `getPathFromNode` to NodeManager
davelopez Jul 18, 2022
82dd4a8
Add `getNodeFromOffset` to YamlDocument
davelopez Jul 18, 2022
be95abe
WIP: explore schema parsing (experimental)
davelopez Jul 18, 2022
84f27a0
Add hover service for gxformat2 schema
davelopez Jul 18, 2022
242d521
Fix hover provider content rendering
davelopez Jul 18, 2022
6c7a365
WIP: continue exploring schema parsing
davelopez Jul 20, 2022
f735194
Add more sample workflows for testing
davelopez Jul 21, 2022
379c63c
Add load support for yaml in jest tests
davelopez Jul 21, 2022
3a2ea2f
Fix jest config for debugging
davelopez Jul 22, 2022
afc7e73
Add experimental SchemaNodeResolver
davelopez Jul 22, 2022
eb15c16
Add some tests for schema handling
davelopez Jul 22, 2022
c482143
Cleanup schema imports
davelopez Jul 22, 2022
0a6e12e
Refactor hoverService
davelopez Jul 22, 2022
7dd6c2c
Define root node in schema definitions
davelopez Jul 24, 2022
641fe70
Refactor NodeManager.getNodeFromOffset
davelopez Jul 24, 2022
ce622c2
Adapt NodeManager.getPathFromNode
davelopez Jul 24, 2022
34344be
Fix debug hover information
davelopez Jul 25, 2022
eb3ff4e
Refactor YAMLDocument `getNodeFromOffset`
davelopez Jul 28, 2022
c9a5635
Add tests for `getNodeFromOffset`
davelopez Jul 31, 2022
282f8f1
Add basic completion service
davelopez Jul 31, 2022
88f2adc
Add typeName to all schema field types
davelopez Aug 26, 2022
4ba147a
Implement basic schema validation service
davelopez Aug 26, 2022
c4c7c6f
Add schema validation to workflow validation
davelopez Aug 26, 2022
bbad6cb
Support specialization in schema types
davelopez Aug 27, 2022
4371f12
Skip validation on simple matching types
davelopez Aug 27, 2022
64ff315
Add mapping type matching
davelopez Aug 28, 2022
8779648
Refactor schema validation service
davelopez Aug 30, 2022
8adf724
Change toString in ASTNodeImpl to display internalNode
davelopez Sep 2, 2022
9aac84c
Add WorkflowValidationService
davelopez Sep 2, 2022
bbce6c8
Refactor validation services
davelopez Sep 3, 2022
df74ec5
Refactor schema loader
davelopez Sep 4, 2022
a45cc52
Fix unit tests after adding specialization support
davelopez Sep 4, 2022
47c8d4c
Remove unused children property
davelopez Sep 5, 2022
d92175e
Add support for multi type array definitions in schema
davelopez Sep 6, 2022
8441e31
Add some unit tests for schema definitions
davelopez Sep 6, 2022
e26f71e
Fix array with single type matching
davelopez Sep 7, 2022
695323b
Add support for enums symbol extensions
davelopez Sep 21, 2022
1da7935
Add support for primitives and objects detection
davelopez Oct 3, 2022
b382704
Add more tests for schema definitions
davelopez Oct 3, 2022
f3df284
Split e2e tests
davelopez Oct 3, 2022
5eccc95
Move schema tests to integration
davelopez Oct 3, 2022
65f7bb9
Setup jest to detect all kinds of tests
davelopez Oct 3, 2022
544b85c
Reduce a bit e2e tests execution time
davelopez Oct 3, 2022
1397b7b
Fix getNodeFromOffset in some contexts
davelopez Oct 4, 2022
c6c0dc5
Enhance auto-completion
davelopez Oct 4, 2022
ab87e96
Slightly increase activation wait time in e2e tests
davelopez Oct 4, 2022
0d49a9a
Add getAllPropertyNodesByName to NodeManager
davelopez Oct 7, 2022
4829c80
Validate subworkflows steps too
davelopez Oct 7, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Move schema tests to integration
davelopez committed Oct 3, 2022
commit 5eccc953900e77a733914d08366e19861d9faa78