-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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
feat(dynamodb): TableV2 supports imports, drift detection, and better control over replicas #27023
Commits on Jul 14, 2023
-
initial global table code structure
Signed-off-by: Francis <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e8326b9 - Browse repository at this point
Copy the full SHA e8326b9View commit details -
initial work on BillingMode and Capacity classes
Signed-off-by: Francis <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f87fc2a - Browse repository at this point
Copy the full SHA f87fc2aView commit details
Commits on Jul 15, 2023
-
implementation for Capacity and BillingMode classes
Signed-off-by: Francis <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for cd69914 - Browse repository at this point
Copy the full SHA cd69914View commit details -
code refactor and TableEncryption implementation
Signed-off-by: Francis <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3e826ec - Browse repository at this point
Copy the full SHA 3e826ecView commit details -
added global table attributes to IGlobalTable, GlobalTableBase, and G…
…lobalTable Signed-off-by: Francis <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6c66654 - Browse repository at this point
Copy the full SHA 6c66654View commit details -
moved addReplica, replica, addGlobalSecondaryIndex, addLocalSecondary…
…Index to base class Signed-off-by: Francis <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3207515 - Browse repository at this point
Copy the full SHA 3207515View commit details -
added enums for CapacityType, BillingModeType, and TableEncryptionType
Signed-off-by: Francis <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c339bb9 - Browse repository at this point
Copy the full SHA c339bb9View commit details -
initial structure for global table test suite
Signed-off-by: Francis <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9273cdc - Browse repository at this point
Copy the full SHA 9273cdcView commit details
Commits on Jul 16, 2023
-
Configuration menu - View commit details
-
Copy full SHA for a58538f - Browse repository at this point
Copy the full SHA a58538fView commit details -
completed refactor and added initial logic to configure write provisi…
…oned throughput settings Signed-off-by: Francis <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 11933b9 - Browse repository at this point
Copy the full SHA 11933b9View commit details -
Configuration menu - View commit details
-
Copy full SHA for f02f2e5 - Browse repository at this point
Copy the full SHA f02f2e5View commit details
Commits on Jul 17, 2023
-
Configuration menu - View commit details
-
Copy full SHA for b067b39 - Browse repository at this point
Copy the full SHA b067b39View commit details -
Configuration menu - View commit details
-
Copy full SHA for 893c945 - Browse repository at this point
Copy the full SHA 893c945View commit details -
Configuration menu - View commit details
-
Copy full SHA for e16e615 - Browse repository at this point
Copy the full SHA e16e615View commit details -
finished refactor and added implementation details for configuring gl…
…obal secondary indexes Signed-off-by: Francis <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d0467c4 - Browse repository at this point
Copy the full SHA d0467c4View commit details
Commits on Jul 18, 2023
-
Configuration menu - View commit details
-
Copy full SHA for c0ccb3b - Browse repository at this point
Copy the full SHA c0ccb3bView commit details
Commits on Jul 24, 2023
-
added code for configuring local secondary indexes
Signed-off-by: Francis <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2fca8cc - Browse repository at this point
Copy the full SHA 2fca8ccView commit details -
Configuration menu - View commit details
-
Copy full SHA for d576b1e - Browse repository at this point
Copy the full SHA d576b1eView commit details
Commits on Jul 25, 2023
-
reorganized code, moved shared code into common shared file, added in…
…itial logic for replica table configuration Signed-off-by: Francis <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 54dd0c5 - Browse repository at this point
Copy the full SHA 54dd0c5View commit details -
added getters with error handling for optional capacity and billing a…
…ttributes Signed-off-by: Francis <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for dd2e8e1 - Browse repository at this point
Copy the full SHA dd2e8e1View commit details
Commits on Jul 26, 2023
-
Configuration menu - View commit details
-
Copy full SHA for d094547 - Browse repository at this point
Copy the full SHA d094547View commit details -
replica table configuration code
Signed-off-by: Francis <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 79fe29e - Browse repository at this point
Copy the full SHA 79fe29eView commit details -
replica table configuration code
Signed-off-by: Francis <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6b98115 - Browse repository at this point
Copy the full SHA 6b98115View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9ec699b - Browse repository at this point
Copy the full SHA 9ec699bView commit details -
refactored logic for adding replicas, gsi, and lsi
Signed-off-by: Francis <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for bfc18d8 - Browse repository at this point
Copy the full SHA bfc18d8View commit details -
refactored logic for lazily generating gsi and lsi and added private …
…getters for each Signed-off-by: Francis <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 095d286 - Browse repository at this point
Copy the full SHA 095d286View commit details
Commits on Jul 27, 2023
-
code for configuring gsi on replicas
Signed-off-by: Francis <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 03fe4b4 - Browse repository at this point
Copy the full SHA 03fe4b4View commit details -
Signed-off-by: Francis <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 855233d - Browse repository at this point
Copy the full SHA 855233dView commit details
Commits on Jul 28, 2023
-
some cleanup and code organization
Signed-off-by: Francis <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e8fdb31 - Browse repository at this point
Copy the full SHA e8fdb31View commit details -
Signed-off-by: Francis <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 81e8dd9 - Browse repository at this point
Copy the full SHA 81e8dd9View commit details -
code to configure replicas, gsi, lsi added with table
Signed-off-by: Francis <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ea97764 - Browse repository at this point
Copy the full SHA ea97764View commit details -
updated logic for generating gsi on replicas
Signed-off-by: Francis <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b2172ed - Browse repository at this point
Copy the full SHA b2172edView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9fcbdf1 - Browse repository at this point
Copy the full SHA 9fcbdf1View commit details -
Signed-off-by: Francis <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b96cda7 - Browse repository at this point
Copy the full SHA b96cda7View commit details -
small bug fix and additional unit tests
Signed-off-by: Francis <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1de7113 - Browse repository at this point
Copy the full SHA 1de7113View commit details
Commits on Aug 1, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 30fbf23 - Browse repository at this point
Copy the full SHA 30fbf23View commit details -
unit tests for secondary indexes
Signed-off-by: Francis <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ae1bfb8 - Browse repository at this point
Copy the full SHA ae1bfb8View commit details -
Signed-off-by: Francis <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 437b9b7 - Browse repository at this point
Copy the full SHA 437b9b7View commit details -
table encryption and encryption unit tests
Signed-off-by: Francis <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for bdb554c - Browse repository at this point
Copy the full SHA bdb554cView commit details -
Configuration menu - View commit details
-
Copy full SHA for acfc2fa - Browse repository at this point
Copy the full SHA acfc2faView commit details -
Configuration menu - View commit details
-
Copy full SHA for 55e45fa - Browse repository at this point
Copy the full SHA 55e45faView commit details -
billing and capacity unit tests
Signed-off-by: Francis <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 185d62d - Browse repository at this point
Copy the full SHA 185d62dView commit details -
added docstrings to public methods and interface properties
Signed-off-by: Francis <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a1740f5 - Browse repository at this point
Copy the full SHA a1740f5View commit details
Commits on Aug 5, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 48fdf47 - Browse repository at this point
Copy the full SHA 48fdf47View commit details
Commits on Aug 8, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 4316419 - Browse repository at this point
Copy the full SHA 4316419View commit details -
refactor to support replica method on global table base class
Signed-off-by: Francis <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for cf0e5a2 - Browse repository at this point
Copy the full SHA cf0e5a2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4fbc350 - Browse repository at this point
Copy the full SHA 4fbc350View commit details -
replica table configuration unit tests
Signed-off-by: Francis <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6db4b0e - Browse repository at this point
Copy the full SHA 6db4b0eView commit details -
reverted change to billing mode
Signed-off-by: Francis <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 721a110 - Browse repository at this point
Copy the full SHA 721a110View commit details -
Signed-off-by: Francis <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 119f08a - Browse repository at this point
Copy the full SHA 119f08aView commit details -
grants and metrics, refactored table encryption class, replica method
Signed-off-by: Francis <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4d4fe99 - Browse repository at this point
Copy the full SHA 4d4fe99View commit details -
refactored billing, capacity, and table encryption
Signed-off-by: Francis <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for baedfc5 - Browse repository at this point
Copy the full SHA baedfc5View commit details -
Configuration menu - View commit details
-
Copy full SHA for c25843f - Browse repository at this point
Copy the full SHA c25843fView commit details -
docstrings for global table attributes
Signed-off-by: Francis <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6e8f370 - Browse repository at this point
Copy the full SHA 6e8f370View commit details -
replica and IGlobalTable implementation
Signed-off-by: Francis <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5cc3f2f - Browse repository at this point
Copy the full SHA 5cc3f2fView commit details -
Signed-off-by: Francis <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for efb586c - Browse repository at this point
Copy the full SHA efb586cView commit details -
updated unit tests to match updated error messages
Signed-off-by: Francis <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ba82e23 - Browse repository at this point
Copy the full SHA ba82e23View commit details -
updated encryption class to pass repliceKeyArns
Signed-off-by: Francis <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2c09a74 - Browse repository at this point
Copy the full SHA 2c09a74View commit details -
Configuration menu - View commit details
-
Copy full SHA for 93d6758 - Browse repository at this point
Copy the full SHA 93d6758View commit details -
removed _renderReplicaKeys from previous implementation
Signed-off-by: Francis <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1a0791a - Browse repository at this point
Copy the full SHA 1a0791aView commit details -
further simplification of replica gsi options config method
Signed-off-by: Francis <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9c25cf7 - Browse repository at this point
Copy the full SHA 9c25cf7View commit details -
Configuration menu - View commit details
-
Copy full SHA for a6c5de2 - Browse repository at this point
Copy the full SHA a6c5de2View commit details -
stream view type only set when replica outside of deployment region i…
…s added Signed-off-by: Francis <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c85f5fb - Browse repository at this point
Copy the full SHA c85f5fbView commit details -
updated stream arn logic for grants
Signed-off-by: Francis <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a95d4c9 - Browse repository at this point
Copy the full SHA a95d4c9View commit details
Commits on Aug 10, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 75ffd68 - Browse repository at this point
Copy the full SHA 75ffd68View commit details -
updated naming of some methods and added more unit tests
Signed-off-by: Francis <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 744fff7 - Browse repository at this point
Copy the full SHA 744fff7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8bc55a0 - Browse repository at this point
Copy the full SHA 8bc55a0View commit details
Commits on Aug 11, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 2e510a6 - Browse repository at this point
Copy the full SHA 2e510a6View commit details -
Configuration menu - View commit details
-
Copy full SHA for fcba6cb - Browse repository at this point
Copy the full SHA fcba6cbView commit details -
grant unit tests and added test files and tests for capacity, encrypt…
…ion, and billing Signed-off-by: Francis <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8968c81 - Browse repository at this point
Copy the full SHA 8968c81View commit details
Commits on Aug 14, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 9c0217f - Browse repository at this point
Copy the full SHA 9c0217fView commit details -
updated encryption tests for table key and replica key arns to valida…
…te the return values Signed-off-by: Francis <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for bd13edc - Browse repository at this point
Copy the full SHA bd13edcView commit details -
separated out global table base added more grant unit tests
Signed-off-by: Francis <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 390e763 - Browse repository at this point
Copy the full SHA 390e763View commit details
Commits on Aug 16, 2023
-
Configuration menu - View commit details
-
Copy full SHA for af2fafd - Browse repository at this point
Copy the full SHA af2fafdView commit details -
added IGlobalTable to support tableId and added unit tests for import…
…ed global tables Signed-off-by: Francis <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 503a270 - Browse repository at this point
Copy the full SHA 503a270View commit details -
updated metric implementation and added metric unit tests
Signed-off-by: Francis <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a39ecf1 - Browse repository at this point
Copy the full SHA a39ecf1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5a17fb6 - Browse repository at this point
Copy the full SHA 5a17fb6View commit details -
Configuration menu - View commit details
-
Copy full SHA for ead6d41 - Browse repository at this point
Copy the full SHA ead6d41View commit details -
added code to validate that local indexes can only be added when the …
…global table has a sort key Signed-off-by: Francis <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f1f0ccf - Browse repository at this point
Copy the full SHA f1f0ccfView commit details
Commits on Aug 17, 2023
-
Configuration menu - View commit details
-
Copy full SHA for edd96e2 - Browse repository at this point
Copy the full SHA edd96e2View commit details -
updated mode in capacity and billing to be CapacityMode and BillingMo…
…de and updated type in encryption to be TableEncryption Signed-off-by: Francis <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for dcecc3f - Browse repository at this point
Copy the full SHA dcecc3fView commit details -
updated grants for global tables
Signed-off-by: Francis <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 77eb26e - Browse repository at this point
Copy the full SHA 77eb26eView commit details -
added validation to capacity constructor for autoscaled capacity
Signed-off-by: Francis <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 39fe59e - Browse repository at this point
Copy the full SHA 39fe59eView commit details -
Signed-off-by: Francis <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 510741a - Browse repository at this point
Copy the full SHA 510741aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 62af22b - Browse repository at this point
Copy the full SHA 62af22bView commit details
Commits on Aug 18, 2023
-
Configuration menu - View commit details
-
Copy full SHA for cb677a2 - Browse repository at this point
Copy the full SHA cb677a2View commit details -
Configuration menu - View commit details
-
Copy full SHA for f7b4533 - Browse repository at this point
Copy the full SHA f7b4533View commit details
Commits on Aug 23, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 3bf823f - Browse repository at this point
Copy the full SHA 3bf823fView commit details -
removed aws no value and updated integ tests. added env from arn to i…
…mport Signed-off-by: Francis <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8079ce1 - Browse repository at this point
Copy the full SHA 8079ce1View commit details -
updated gsi logic to inherit read capacity from global table just lik…
…e write capacity Signed-off-by: Francis <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for be146a7 - Browse repository at this point
Copy the full SHA be146a7View commit details -
unit test for gsi inheriting read capacity from global table
Signed-off-by: Francis <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 28d6376 - Browse repository at this point
Copy the full SHA 28d6376View commit details -
initial code for global table integ test
Signed-off-by: Francis <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d26c73b - Browse repository at this point
Copy the full SHA d26c73bView commit details -
global table integ tests and snapshots
Signed-off-by: Francis <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1ae2b1d - Browse repository at this point
Copy the full SHA 1ae2b1dView commit details -
updated global table in integ test to have destroy as removal policy
Signed-off-by: Francis <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d8e81ea - Browse repository at this point
Copy the full SHA d8e81eaView commit details -
updated replica integ test and snapshots
Signed-off-by: Francis <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0f5099c - Browse repository at this point
Copy the full SHA 0f5099cView commit details -
readme updates for global table
Signed-off-by: Francis <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4b214cf - Browse repository at this point
Copy the full SHA 4b214cfView commit details -
finished readme for global table
Signed-off-by: Francis <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 96c1114 - Browse repository at this point
Copy the full SHA 96c1114View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3b1dd20 - Browse repository at this point
Copy the full SHA 3b1dd20View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3c0223e - Browse repository at this point
Copy the full SHA 3c0223eView commit details -
Configuration menu - View commit details
-
Copy full SHA for b3c1688 - Browse repository at this point
Copy the full SHA b3c1688View commit details -
Configuration menu - View commit details
-
Copy full SHA for 98eac2f - Browse repository at this point
Copy the full SHA 98eac2fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2d88365 - Browse repository at this point
Copy the full SHA 2d88365View commit details -
changed grantRead to grantReadData in readme
Signed-off-by: Francis <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e645d11 - Browse repository at this point
Copy the full SHA e645d11View commit details -
fix for kinesis streams - they should not be inherited from the table…
… if not specified Signed-off-by: Francis <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ffb4eb0 - Browse repository at this point
Copy the full SHA ffb4eb0View commit details -
updates to unit tests and readme for kinesis streams
Signed-off-by: Francis <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0d09f48 - Browse repository at this point
Copy the full SHA 0d09f48View commit details -
added kinesis stream to integ test and updated snapshots
Signed-off-by: Francis <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f2acf17 - Browse repository at this point
Copy the full SHA f2acf17View commit details -
updated replica integ test to correctly assert for 200 status respons…
…e after put_item api call Signed-off-by: Francis <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c757425 - Browse repository at this point
Copy the full SHA c757425View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9db758b - Browse repository at this point
Copy the full SHA 9db758bView commit details
Commits on Aug 24, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 67ee1e4 - Browse repository at this point
Copy the full SHA 67ee1e4View commit details -
added tagging functionality, updated readme, added unit tests for tag…
…ging Signed-off-by: Francis <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for da9a83c - Browse repository at this point
Copy the full SHA da9a83cView commit details -
changed back unit test after making changes
Signed-off-by: Francis <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2656e2b - Browse repository at this point
Copy the full SHA 2656e2bView commit details
Commits on Aug 25, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 7cd8d36 - Browse repository at this point
Copy the full SHA 7cd8d36View commit details -
readme updates, removed tagging, updated adr
Signed-off-by: Francis <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a83c953 - Browse repository at this point
Copy the full SHA a83c953View commit details -
updated README and updated dynamo streams
Signed-off-by: Francis <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e365c29 - Browse repository at this point
Copy the full SHA e365c29View commit details -
removed new and old images constant - replaced with new and old image…
…s on stream view type Signed-off-by: Francis <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 72a7f1c - Browse repository at this point
Copy the full SHA 72a7f1cView commit details -
Signed-off-by: Francis <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8a097b8 - Browse repository at this point
Copy the full SHA 8a097b8View commit details -
Signed-off-by: Francis <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0de5d47 - Browse repository at this point
Copy the full SHA 0de5d47View commit details
Commits on Aug 29, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 8be052e - Browse repository at this point
Copy the full SHA 8be052eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 534222a - Browse repository at this point
Copy the full SHA 534222aView commit details
Commits on Sep 5, 2023
-
Configuration menu - View commit details
-
Copy full SHA for d78236a - Browse repository at this point
Copy the full SHA d78236aView commit details -
rename global table to tablev2
Signed-off-by: Francis <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 07d7610 - Browse repository at this point
Copy the full SHA 07d7610View commit details -
update testing to use table-v2 and table-v2-base
Signed-off-by: Francis <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4b4ba94 - Browse repository at this point
Copy the full SHA 4b4ba94View commit details -
update unit tests with table-v2 and table-v2-base changes. update adr…
… with updated construct name Signed-off-by: Francis <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7186664 - Browse repository at this point
Copy the full SHA 7186664View commit details
Commits on Sep 6, 2023
-
updated integ tests to use TableV2 and updated readme
Signed-off-by: Francis <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0ab60e7 - Browse repository at this point
Copy the full SHA 0ab60e7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6a9c79f - Browse repository at this point
Copy the full SHA 6a9c79fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1603e32 - Browse repository at this point
Copy the full SHA 1603e32View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6a8611c - Browse repository at this point
Copy the full SHA 6a8611cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4d53c5b - Browse repository at this point
Copy the full SHA 4d53c5bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 78c616a - Browse repository at this point
Copy the full SHA 78c616aView commit details -
snapshots, integ test naming, readme
Signed-off-by: Francis <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for bb75dfb - Browse repository at this point
Copy the full SHA bb75dfbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3df786a - Browse repository at this point
Copy the full SHA 3df786aView commit details