-
Notifications
You must be signed in to change notification settings - Fork 8
chore: adds FDv1 Fallback support to FDv2 Data Source #203
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
Merged
Merged
Changes from 68 commits
Commits
Show all changes
70 commits
Select commit
Hold shift + click to select a range
db1b38a
feat: Add support for transactional data stores.
kinyoklion 1757212
chore: Add changeset sorting.
kinyoklion 5c499c9
Remove version collapsing.
kinyoklion d73c5f9
Change data to property
kinyoklion 9ffcf50
chore: Add support for transactional data source updates.
kinyoklion edde5c3
Merge branch 'rlamb/add-changeset-sorting' into rlamb/sdk-1583/transa…
kinyoklion 8805426
Basic transactional apply routing.
kinyoklion 9c37607
Support non-transactional data stores.
kinyoklion 5d16f31
Organize code by region.
kinyoklion 94184a3
Only find environment ID once per connection.
kinyoklion 94cdabf
chore: Add FDv2 polling data source.
kinyoklion 8c14faa
Error handling improvements.
kinyoklion 5b2e4d3
Merge branch 'rlamb/sdk-1583/transactional-data-source-updates' into …
kinyoklion 90e87a0
Error handling improvements.
kinyoklion 9655e3a
Merge branch 'rlamb/sdk-1583/transactional-data-source-updates' into …
kinyoklion 5844a66
Refactor application to transactional versus non-transactional stores.
kinyoklion 891ad0a
Sort and add comments.
kinyoklion ff7c34d
Merge branch 'rlamb/sdk-1583/transactional-data-source-updates' into …
kinyoklion aee3377
Merge branch 'main' into rlamb/sdk-1584/fdv2-polling-data-source
kinyoklion 17a2bea
chore: Add support for FDv2 configuration.
kinyoklion 30bec0e
More robust JSON parsing.
kinyoklion 1f76c9c
Merge branch 'rlamb/sdk-1584/fdv2-polling-data-source' into rlamb/sdk…
kinyoklion 6c5765a
Better 304 handling.
kinyoklion 9464684
Merge branch 'rlamb/sdk-1584/fdv2-polling-data-source' into rlamb/sdk…
kinyoklion 69b18d1
More JSON error handling.
kinyoklion 70061b7
Merge branch 'rlamb/sdk-1584/fdv2-polling-data-source' into rlamb/sdk…
kinyoklion 296bf6f
chore: Data system configuration.
kinyoklion 7f97022
Add support for per-data source endpoints.
kinyoklion d00a437
Merge branch 'main' into rlamb/sdk-1589/data-system-configurtion
kinyoklion 60c2df4
Address PR feedback.
kinyoklion 3208b92
Merge branch 'main' into rlamb/sdk-1589/data-system-configurtion
kinyoklion ff420a6
Builder consistency.
kinyoklion b0d07a9
chore: Add FDv1 DataSystem.
kinyoklion 0adf19f
Merge branch 'main' into rlamb/sdk-1586/fdv1-data-system
kinyoklion c5f65c9
Remove scaffolded FDv2DataSystem.
kinyoklion 334635e
Undo formatting changes.
kinyoklion 52f8d84
Initialization of source, not store.
kinyoklion 8783956
Implement disposing pattern for FDv1 data system.
kinyoklion 1811386
Fix initialized call.
kinyoklion afc00f8
chore: FDv2 Data System.
kinyoklion 48d351e
Able to connect and get a payload.
kinyoklion ceb4701
Selector passing.
kinyoklion 26f4b58
Test updates and remove outdated comment.
kinyoklion 3b8e1da
Remove test app.
kinyoklion e50b1dc
Add IDataSourceUpdatesV2
kinyoklion 8d25d29
Merge branch 'main' into rlamb/sdk1586/fdv2-data-system
kinyoklion ad29712
Test updates.
kinyoklion 5d2306d
Test updates and temporary data source updates change
kinyoklion 429f50c
chore: tweaking FDv2 composite datasource logic from testing
tanderson-ld 9aa4a7a
Merge composite changes. Refactor data source interactions.
kinyoklion 30bf8bc
Updated suppression list.
kinyoklion d895e5c
Minor refactorings.
kinyoklion 4549dc0
Fix dispose
kinyoklion 403f2e4
Bug fixes in WriteThroughStore.
kinyoklion 959eddf
Update pkgs/sdk/server/src/Internal/FDv2DataSources/FDv2DataSource.cs
kinyoklion 19c2c65
Address writethrough store feedback.
kinyoklion e6f12ab
Only move out of selectors when there is a selector.
kinyoklion 60d9dbf
Add another supression.
kinyoklion 9d9bb83
More suppressions.
kinyoklion 7af16ce
Only transition on non-empty selector.
kinyoklion 48f4568
Handle selector logic in FDv2 Data System transitions.
kinyoklion a293eb6
Update test to account for selector.
kinyoklion ce40826
Ignore unknown event types.
kinyoklion dd9ec86
Update test for logs for unknown events.
kinyoklion 386a8db
Merge remote-tracking branches 'origin' and 'origin/rlamb/sdk1586/fdv…
tanderson-ld 33e4fe8
chore: adds FDv1 Fallback support to FDv2 Data Source
tanderson-ld bfef7aa
Merge branch 'main' into ta/SDK-1591/fdv1-fallback
kinyoklion e2f3453
Upgrade internal and event source dependencies.
kinyoklion 15ba2e7
fdv1 fallback checking for true on header, fixing fallback bug when f…
tanderson-ld 25910ad
enabling the fdv1 fallback contract test, of course we want that
tanderson-ld 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.