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

feat(dynamodb): TableV2 supports imports, drift detection, and better control over replicas #27023

Merged
merged 131 commits into from
Sep 6, 2023

Commits on Jul 14, 2023

  1. initial global table code structure

    Signed-off-by: Francis <[email protected]>
    colifran committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    e8326b9 View commit details
    Browse the repository at this point in the history
  2. initial work on BillingMode and Capacity classes

    Signed-off-by: Francis <[email protected]>
    colifran committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    f87fc2a View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2023

  1. implementation for Capacity and BillingMode classes

    Signed-off-by: Francis <[email protected]>
    colifran committed Jul 15, 2023
    Configuration menu
    Copy the full SHA
    cd69914 View commit details
    Browse the repository at this point in the history
  2. code refactor and TableEncryption implementation

    Signed-off-by: Francis <[email protected]>
    colifran committed Jul 15, 2023
    Configuration menu
    Copy the full SHA
    3e826ec View commit details
    Browse the repository at this point in the history
  3. added global table attributes to IGlobalTable, GlobalTableBase, and G…

    …lobalTable
    
    Signed-off-by: Francis <[email protected]>
    colifran committed Jul 15, 2023
    Configuration menu
    Copy the full SHA
    6c66654 View commit details
    Browse the repository at this point in the history
  4. moved addReplica, replica, addGlobalSecondaryIndex, addLocalSecondary…

    …Index to base class
    
    Signed-off-by: Francis <[email protected]>
    colifran committed Jul 15, 2023
    Configuration menu
    Copy the full SHA
    3207515 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c339bb9 View commit details
    Browse the repository at this point in the history
  6. initial structure for global table test suite

    Signed-off-by: Francis <[email protected]>
    colifran committed Jul 15, 2023
    Configuration menu
    Copy the full SHA
    9273cdc View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2023

  1. refactor in progress

    Signed-off-by: Francis <[email protected]>
    colifran committed Jul 16, 2023
    Configuration menu
    Copy the full SHA
    a58538f View commit details
    Browse the repository at this point in the history
  2. completed refactor and added initial logic to configure write provisi…

    …oned throughput settings
    
    Signed-off-by: Francis <[email protected]>
    colifran committed Jul 16, 2023
    Configuration menu
    Copy the full SHA
    11933b9 View commit details
    Browse the repository at this point in the history
  3. naming clean-up

    Signed-off-by: Francis <[email protected]>
    colifran committed Jul 16, 2023
    Configuration menu
    Copy the full SHA
    f02f2e5 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2023

  1. refactor

    Signed-off-by: Francis <[email protected]>
    colifran committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    b067b39 View commit details
    Browse the repository at this point in the history
  2. refactor

    Signed-off-by: Francis <[email protected]>
    colifran committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    893c945 View commit details
    Browse the repository at this point in the history
  3. refactor

    Signed-off-by: Francis <[email protected]>
    colifran committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    e16e615 View commit details
    Browse the repository at this point in the history
  4. finished refactor and added implementation details for configuring gl…

    …obal secondary indexes
    
    Signed-off-by: Francis <[email protected]>
    colifran committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    d0467c4 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2023

  1. added todo note

    Signed-off-by: Francis <[email protected]>
    colifran committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    c0ccb3b View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2023

  1. added code for configuring local secondary indexes

    Signed-off-by: Francis <[email protected]>
    colifran committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    2fca8cc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d576b1e View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2023

  1. reorganized code, moved shared code into common shared file, added in…

    …itial logic for replica table configuration
    
    Signed-off-by: Francis <[email protected]>
    colifran committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    54dd0c5 View commit details
    Browse the repository at this point in the history
  2. added getters with error handling for optional capacity and billing a…

    …ttributes
    
    Signed-off-by: Francis <[email protected]>
    colifran committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    dd2e8e1 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2023

  1. Configuration menu
    Copy the full SHA
    d094547 View commit details
    Browse the repository at this point in the history
  2. replica table configuration code

    Signed-off-by: Francis <[email protected]>
    colifran committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    79fe29e View commit details
    Browse the repository at this point in the history
  3. replica table configuration code

    Signed-off-by: Francis <[email protected]>
    colifran committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    6b98115 View commit details
    Browse the repository at this point in the history
  4. wip

    Signed-off-by: Francis <[email protected]>
    colifran committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    9ec699b View commit details
    Browse the repository at this point in the history
  5. refactored logic for adding replicas, gsi, and lsi

    Signed-off-by: Francis <[email protected]>
    colifran committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    bfc18d8 View commit details
    Browse the repository at this point in the history
  6. refactored logic for lazily generating gsi and lsi and added private …

    …getters for each
    
    Signed-off-by: Francis <[email protected]>
    colifran committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    095d286 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2023

  1. code for configuring gsi on replicas

    Signed-off-by: Francis <[email protected]>
    colifran committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    03fe4b4 View commit details
    Browse the repository at this point in the history
  2. table property unit tests

    Signed-off-by: Francis <[email protected]>
    colifran committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    855233d View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2023

  1. some cleanup and code organization

    Signed-off-by: Francis <[email protected]>
    colifran committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    e8fdb31 View commit details
    Browse the repository at this point in the history
  2. updated replica gsi options

    Signed-off-by: Francis <[email protected]>
    colifran committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    81e8dd9 View commit details
    Browse the repository at this point in the history
  3. code to configure replicas, gsi, lsi added with table

    Signed-off-by: Francis <[email protected]>
    colifran committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    ea97764 View commit details
    Browse the repository at this point in the history
  4. updated logic for generating gsi on replicas

    Signed-off-by: Francis <[email protected]>
    colifran committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    b2172ed View commit details
    Browse the repository at this point in the history
  5. updated unit test

    Signed-off-by: Francis <[email protected]>
    colifran committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    9fcbdf1 View commit details
    Browse the repository at this point in the history
  6. secondary index unit tests

    Signed-off-by: Francis <[email protected]>
    colifran committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    b96cda7 View commit details
    Browse the repository at this point in the history
  7. small bug fix and additional unit tests

    Signed-off-by: Francis <[email protected]>
    colifran committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    1de7113 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2023

  1. Configuration menu
    Copy the full SHA
    30fbf23 View commit details
    Browse the repository at this point in the history
  2. unit tests for secondary indexes

    Signed-off-by: Francis <[email protected]>
    colifran committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    ae1bfb8 View commit details
    Browse the repository at this point in the history
  3. secondary index unit tests

    Signed-off-by: Francis <[email protected]>
    colifran committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    437b9b7 View commit details
    Browse the repository at this point in the history
  4. table encryption and encryption unit tests

    Signed-off-by: Francis <[email protected]>
    colifran committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    bdb554c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    acfc2fa View commit details
    Browse the repository at this point in the history
  6. encryption unit tests

    Signed-off-by: Francis <[email protected]>
    colifran committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    55e45fa View commit details
    Browse the repository at this point in the history
  7. billing and capacity unit tests

    Signed-off-by: Francis <[email protected]>
    colifran committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    185d62d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a1740f5 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2023

  1. Configuration menu
    Copy the full SHA
    48fdf47 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2023

  1. Configuration menu
    Copy the full SHA
    4316419 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cf0e5a2 View commit details
    Browse the repository at this point in the history
  3. replica table unit tests

    Signed-off-by: Francis <[email protected]>
    colifran committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    4fbc350 View commit details
    Browse the repository at this point in the history
  4. replica table configuration unit tests

    Signed-off-by: Francis <[email protected]>
    colifran committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    6db4b0e View commit details
    Browse the repository at this point in the history
  5. reverted change to billing mode

    Signed-off-by: Francis <[email protected]>
    colifran committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    721a110 View commit details
    Browse the repository at this point in the history
  6. unit test for billing mode

    Signed-off-by: Francis <[email protected]>
    colifran committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    119f08a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4d4fe99 View commit details
    Browse the repository at this point in the history
  8. refactored billing, capacity, and table encryption

    Signed-off-by: Francis <[email protected]>
    colifran committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    baedfc5 View commit details
    Browse the repository at this point in the history
  9. replica method

    Signed-off-by: Francis <[email protected]>
    colifran committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    c25843f View commit details
    Browse the repository at this point in the history
  10. docstrings for global table attributes

    Signed-off-by: Francis <[email protected]>
    colifran committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    6e8f370 View commit details
    Browse the repository at this point in the history
  11. replica and IGlobalTable implementation

    Signed-off-by: Francis <[email protected]>
    colifran committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    5cc3f2f View commit details
    Browse the repository at this point in the history
  12. refactoring and code cleanup

    Signed-off-by: Francis <[email protected]>
    colifran committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    efb586c View commit details
    Browse the repository at this point in the history
  13. updated unit tests to match updated error messages

    Signed-off-by: Francis <[email protected]>
    colifran committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    ba82e23 View commit details
    Browse the repository at this point in the history
  14. updated encryption class to pass repliceKeyArns

    Signed-off-by: Francis <[email protected]>
    colifran committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    2c09a74 View commit details
    Browse the repository at this point in the history
  15. unit tests

    Signed-off-by: Francis <[email protected]>
    colifran committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    93d6758 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    1a0791a View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    9c25cf7 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    a6c5de2 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    c85f5fb View commit details
    Browse the repository at this point in the history
  20. updated stream arn logic for grants

    Signed-off-by: Francis <[email protected]>
    colifran committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    a95d4c9 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2023

  1. Configuration menu
    Copy the full SHA
    75ffd68 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    744fff7 View commit details
    Browse the repository at this point in the history
  3. unit tests

    Signed-off-by: Francis <[email protected]>
    colifran committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    8bc55a0 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2023

  1. Configuration menu
    Copy the full SHA
    2e510a6 View commit details
    Browse the repository at this point in the history
  2. grant unit tests

    Signed-off-by: Francis <[email protected]>
    colifran committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    fcba6cb View commit details
    Browse the repository at this point in the history
  3. grant unit tests and added test files and tests for capacity, encrypt…

    …ion, and billing
    
    Signed-off-by: Francis <[email protected]>
    colifran committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    8968c81 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2023

  1. Configuration menu
    Copy the full SHA
    9c0217f View commit details
    Browse the repository at this point in the history
  2. updated encryption tests for table key and replica key arns to valida…

    …te the return values
    
    Signed-off-by: Francis <[email protected]>
    colifran committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    bd13edc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    390e763 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2023

  1. Configuration menu
    Copy the full SHA
    af2fafd View commit details
    Browse the repository at this point in the history
  2. added IGlobalTable to support tableId and added unit tests for import…

    …ed global tables
    
    Signed-off-by: Francis <[email protected]>
    colifran committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    503a270 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a39ecf1 View commit details
    Browse the repository at this point in the history
  4. unit tests for metrics

    Signed-off-by: Francis <[email protected]>
    colifran committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    5a17fb6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ead6d41 View commit details
    Browse the repository at this point in the history
  6. 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]>
    colifran committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    f1f0ccf View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2023

  1. Configuration menu
    Copy the full SHA
    edd96e2 View commit details
    Browse the repository at this point in the history
  2. 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]>
    colifran committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    dcecc3f View commit details
    Browse the repository at this point in the history
  3. updated grants for global tables

    Signed-off-by: Francis <[email protected]>
    colifran committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    77eb26e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    39fe59e View commit details
    Browse the repository at this point in the history
  5. updated docstrings for grants

    Signed-off-by: Francis <[email protected]>
    colifran committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    510741a View commit details
    Browse the repository at this point in the history
  6. default min capacity

    Signed-off-by: Francis <[email protected]>
    colifran committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    62af22b View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2023

  1. Configuration menu
    Copy the full SHA
    cb677a2 View commit details
    Browse the repository at this point in the history
  2. adr for grants

    Signed-off-by: Francis <[email protected]>
    colifran committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    f7b4533 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2023

  1. Configuration menu
    Copy the full SHA
    3bf823f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8079ce1 View commit details
    Browse the repository at this point in the history
  3. updated gsi logic to inherit read capacity from global table just lik…

    …e write capacity
    
    Signed-off-by: Francis <[email protected]>
    colifran committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    be146a7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    28d6376 View commit details
    Browse the repository at this point in the history
  5. initial code for global table integ test

    Signed-off-by: Francis <[email protected]>
    colifran committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    d26c73b View commit details
    Browse the repository at this point in the history
  6. global table integ tests and snapshots

    Signed-off-by: Francis <[email protected]>
    colifran committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    1ae2b1d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d8e81ea View commit details
    Browse the repository at this point in the history
  8. updated replica integ test and snapshots

    Signed-off-by: Francis <[email protected]>
    colifran committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    0f5099c View commit details
    Browse the repository at this point in the history
  9. readme updates for global table

    Signed-off-by: Francis <[email protected]>
    colifran committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    4b214cf View commit details
    Browse the repository at this point in the history
  10. finished readme for global table

    Signed-off-by: Francis <[email protected]>
    colifran committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    96c1114 View commit details
    Browse the repository at this point in the history
  11. re-running build

    Signed-off-by: Francis <[email protected]>
    colifran committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    3b1dd20 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    3c0223e View commit details
    Browse the repository at this point in the history
  13. readme updates

    Signed-off-by: Francis <[email protected]>
    colifran committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    b3c1688 View commit details
    Browse the repository at this point in the history
  14. more readme updates

    Signed-off-by: Francis <[email protected]>
    colifran committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    98eac2f View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    2d88365 View commit details
    Browse the repository at this point in the history
  16. changed grantRead to grantReadData in readme

    Signed-off-by: Francis <[email protected]>
    colifran committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    e645d11 View commit details
    Browse the repository at this point in the history
  17. fix for kinesis streams - they should not be inherited from the table…

    … if not specified
    
    Signed-off-by: Francis <[email protected]>
    colifran committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    ffb4eb0 View commit details
    Browse the repository at this point in the history
  18. updates to unit tests and readme for kinesis streams

    Signed-off-by: Francis <[email protected]>
    colifran committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    0d09f48 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    f2acf17 View commit details
    Browse the repository at this point in the history
  20. updated replica integ test to correctly assert for 200 status respons…

    …e after put_item api call
    
    Signed-off-by: Francis <[email protected]>
    colifran committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    c757425 View commit details
    Browse the repository at this point in the history
  21. minor readme update

    Signed-off-by: Francis <[email protected]>
    colifran committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    9db758b View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2023

  1. Configuration menu
    Copy the full SHA
    67ee1e4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    da9a83c View commit details
    Browse the repository at this point in the history
  3. changed back unit test after making changes

    Signed-off-by: Francis <[email protected]>
    colifran committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    2656e2b View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2023

  1. Configuration menu
    Copy the full SHA
    7cd8d36 View commit details
    Browse the repository at this point in the history
  2. readme updates, removed tagging, updated adr

    Signed-off-by: Francis <[email protected]>
    colifran committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    a83c953 View commit details
    Browse the repository at this point in the history
  3. updated README and updated dynamo streams

    Signed-off-by: Francis <[email protected]>
    colifran committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    e365c29 View commit details
    Browse the repository at this point in the history
  4. removed new and old images constant - replaced with new and old image…

    …s on stream view type
    
    Signed-off-by: Francis <[email protected]>
    colifran committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    72a7f1c View commit details
    Browse the repository at this point in the history
  5. fixed readme rosetta issues

    Signed-off-by: Francis <[email protected]>
    colifran committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    8a097b8 View commit details
    Browse the repository at this point in the history
  6. fixed readme rosetta issues

    Signed-off-by: Francis <[email protected]>
    colifran committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    0de5d47 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2023

  1. Configuration menu
    Copy the full SHA
    8be052e View commit details
    Browse the repository at this point in the history
  2. readme updates

    Signed-off-by: Francis <[email protected]>
    colifran committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    534222a View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2023

  1. Configuration menu
    Copy the full SHA
    d78236a View commit details
    Browse the repository at this point in the history
  2. rename global table to tablev2

    Signed-off-by: Francis <[email protected]>
    colifran committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    07d7610 View commit details
    Browse the repository at this point in the history
  3. update testing to use table-v2 and table-v2-base

    Signed-off-by: Francis <[email protected]>
    colifran committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    4b4ba94 View commit details
    Browse the repository at this point in the history
  4. update unit tests with table-v2 and table-v2-base changes. update adr…

    … with updated construct name
    
    Signed-off-by: Francis <[email protected]>
    colifran committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    7186664 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2023

  1. updated integ tests to use TableV2 and updated readme

    Signed-off-by: Francis <[email protected]>
    colifran committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    0ab60e7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6a9c79f View commit details
    Browse the repository at this point in the history
  3. readme

    Signed-off-by: Francis <[email protected]>
    colifran committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    1603e32 View commit details
    Browse the repository at this point in the history
  4. snapshots

    Signed-off-by: Francis <[email protected]>
    colifran committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    6a8611c View commit details
    Browse the repository at this point in the history
  5. rosetta

    Signed-off-by: Francis <[email protected]>
    colifran committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    4d53c5b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    78c616a View commit details
    Browse the repository at this point in the history
  7. snapshots, integ test naming, readme

    Signed-off-by: Francis <[email protected]>
    colifran committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    bb75dfb View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    3df786a View commit details
    Browse the repository at this point in the history