-
Notifications
You must be signed in to change notification settings - Fork 518
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Export with history and soft deletes (#3519)
* Added initial logic for Cosmos history/delete in $export * Fixed build issue with SQL export orchestrator * Fixed cosmos export bugs found via manual testing * Added soft delete extension to export * Add first pass on Export E2E Tests * Updated export E2E tests to use test data from fixture. * Updated long export tests for individual history/delete scenarios * Updated gitignore to ignore azurite temp files * Small azure storage explorer / azurite comment update for export tests * Fixed ExportJobTaskTests to not rely on position of queryParameterList * Added ExportJobTask unit test for history/delete Also cleaned up some left over comments from previous commit * Removing changed settings.json file * Added historical and soft delete export to rest file * Added import of soft deleted resources * Updates per PR review * Removed import changes - going to another PR * Removed launch.json changes accidentally committed * Added initial SQL export with soft delete / history * oopsies undo change to importresourceprocessor breaking tests * Fixed logical error in new SQL historical search * Added searchoptionsfactory test for include history/deleted * Fixed failing export test failure. * Removed long running export flag to see if it runs in pipeline * restructured export test location for readability * Fixed export issues found in testing * Changed SQL script version for merge * Updated SQL schema version * Code style cleanup * Updated export history/deleted query params * Fixed export included data test * Changed SQL exporter to use export configuration vs magic numbers in code * Rolling back unneeded SQL changes * Fixed parallel export with history/soft delete * Updated export E2E tests for parallel export multi-job * fixed merge regression * Removed unnecesary usings * Fixed tx issue in export data tests * testing central export perf * Rolled back central execution of export tests * Removing exportlongrunning for pipeline perf test * Fixed build * Optimized test structure * merged from main * Updated schema version to iterate after merge * decoupled search options from export * Fixed test issue * Removing NA SQL comment * PR comments on tests fix * "un-fancified" ResourceTypeVersion enum * Fix STU3 build error * Fixed unit tests that no longer use export/history query params * fixed test mistake for resourcetypeversion * Fixed cosmos export search functoin * Fixed export includeAssociatedData error message * Default ResourceVersionType to latest * Fixed history search - added deleted * fix export count issue? * small code cleanups
- Loading branch information
1 parent
5b8e2e4
commit a938337
Showing
58 changed files
with
8,001 additions
and
568 deletions.
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
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
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
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
Oops, something went wrong.