-
Notifications
You must be signed in to change notification settings - Fork 11
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
Support for external secondary instances #259
Merged
Merged
Changes from 1 commit
Commits
Show all changes
27 commits
Select commit
Hold shift + click to select a range
7ae25f3
scenario: correct porting mistake in repeat-based secondary instance …
eyelidlessness c57cb10
Set up shared access to form attachment fixtures
eyelidlessness ee8cb7f
Reuse simpler glob import generalization for XML XForms fixtures
eyelidlessness 3d58132
Shared abstractions for jr resources
eyelidlessness 4fa77ba
Former JR port ReferenceManagerTestUtils now references SharedJRResou…
eyelidlessness 9b5c195
engine: separate configuration for retrieval of form definition, atta…
eyelidlessness b3f7b9c
scenario: support for JRResourceService to handle `fetchFormAttachments`
eyelidlessness 7b59a0b
scenario: add failing tests for basic external secondary instance sup…
eyelidlessness 75bc335
engine/client: expand `FetchResourceResponse` to include optional `he…
eyelidlessness 0fbc3c5
engine: support for XML external secondary instances
eyelidlessness edf14f6
web-forms (Vue UI): auto setup JRResourceService to serve/load form a…
eyelidlessness e14ea93
engine: special case 404 response as a “blank” secondary instance
eyelidlessness 2b65998
engine: support CSV external secondary instances
eyelidlessness d898240
scenario: remove now-impertinent notes on CSV not found test
eyelidlessness 706aa50
scenario: remove now-impertinent notes about header-only CSV test
eyelidlessness 4e68c48
engine: support for GeoJSON external secondary instances
eyelidlessness 3e39af6
scenario: test exercising GeoJSON external secondary instances now pa…
eyelidlessness 3b91a2c
scenario: test basic CSV external secondary instance support
eyelidlessness c0dc32c
fix: parsing CSV with trailing new lines
eyelidlessness 2fddcec
changeset
eyelidlessness 6b1f145
scenario: test details of CSV parsing…
eyelidlessness 7222c30
engine: missing resource behavior error by default, blank by config
eyelidlessness 4bcff2b
engine: client constant **types** are exported without the `constants…
eyelidlessness 6f107bc
web-forms: partial support for previewing forms w/ external secondary…
eyelidlessness bd4a064
Use `JR_RESOURCE_URL_PROTOCOL` constant rather than same value inline
eyelidlessness d5ec9bd
Remove `fetchResource` config, update remaining references to more sp…
eyelidlessness 128e15f
scenario: remove redundant tests with inline external secondary insta…
eyelidlessness File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
9 changes: 7 additions & 2 deletions
9
packages/xforms-engine/src/instance/internal-api/InstanceConfig.ts
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
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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't think we need to mark things as deprecated and keep them around yet. I think it's simpler to immediately get rid of them.