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

Implement patch API for datasources #2273

Merged
merged 22 commits into from
Oct 18, 2023

Commits on Oct 10, 2023

  1. Implement patch API for datasources

    Signed-off-by: Derek Ho <dxho@amazon.com>
    derek-ho committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    32f9577 View commit details
    Browse the repository at this point in the history
  2. Change patch implementation to Map

    Signed-off-by: Derek Ho <dxho@amazon.com>
    derek-ho committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    9ed692f View commit details
    Browse the repository at this point in the history
  3. Fix up, everything complete except unit test

    Signed-off-by: Derek Ho <dxho@amazon.com>
    derek-ho committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    9f4506a View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2023

  1. Revise PR to use existing functions

    Signed-off-by: Derek Ho <dxho@amazon.com>
    derek-ho committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    84522f1 View commit details
    Browse the repository at this point in the history
  2. Remove unused utility function

    Signed-off-by: Derek Ho <dxho@amazon.com>
    derek-ho committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    9382ff3 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2023

  1. Add tests

    Signed-off-by: Derek Ho <dxho@amazon.com>
    derek-ho committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    91899fe View commit details
    Browse the repository at this point in the history
  2. Add back line

    Signed-off-by: Derek Ho <dxho@amazon.com>
    derek-ho committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    e246a23 View commit details
    Browse the repository at this point in the history
  3. fix build issue

    Signed-off-by: Derek Ho <dxho@amazon.com>
    derek-ho committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    e86794a View commit details
    Browse the repository at this point in the history
  4. Fix tests and add in rst

    Signed-off-by: Derek Ho <dxho@amazon.com>
    derek-ho committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    9384f8c View commit details
    Browse the repository at this point in the history
  5. Register patch

    Signed-off-by: Derek Ho <dxho@amazon.com>
    derek-ho committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    fa130d7 View commit details
    Browse the repository at this point in the history
  6. Add imports

    Signed-off-by: Derek Ho <dxho@amazon.com>
    derek-ho committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    aa673a2 View commit details
    Browse the repository at this point in the history
  7. Patch

    Signed-off-by: Derek Ho <dxho@amazon.com>
    derek-ho committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    b179c49 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2023

  1. Fix integration test

    Signed-off-by: Derek Ho <dxho@amazon.com>
    derek-ho committed Oct 13, 2023
    Configuration menu
    Copy the full SHA
    f336064 View commit details
    Browse the repository at this point in the history
  2. Update IT

    Signed-off-by: Derek Ho <dxho@amazon.com>
    derek-ho committed Oct 13, 2023
    Configuration menu
    Copy the full SHA
    8ca5e03 View commit details
    Browse the repository at this point in the history
  3. Add tests

    Signed-off-by: Derek Ho <dxho@amazon.com>
    derek-ho committed Oct 13, 2023
    Configuration menu
    Copy the full SHA
    0ac557a View commit details
    Browse the repository at this point in the history
  4. Fix test

    Signed-off-by: Derek Ho <dxho@amazon.com>
    derek-ho committed Oct 13, 2023
    Configuration menu
    Copy the full SHA
    1051d50 View commit details
    Browse the repository at this point in the history
  5. Fix tests and increase code cov

    Signed-off-by: Derek Ho <dxho@amazon.com>
    derek-ho committed Oct 13, 2023
    Configuration menu
    Copy the full SHA
    af4c924 View commit details
    Browse the repository at this point in the history
  6. Add more coverage to impl

    Signed-off-by: Derek Ho <dxho@amazon.com>
    derek-ho committed Oct 13, 2023
    Configuration menu
    Copy the full SHA
    970b5bf View commit details
    Browse the repository at this point in the history
  7. Fix test and jacoco passing

    Signed-off-by: Derek Ho <dxho@amazon.com>
    derek-ho committed Oct 13, 2023
    Configuration menu
    Copy the full SHA
    721c64f View commit details
    Browse the repository at this point in the history
  8. Test fix

    Signed-off-by: Derek Ho <dxho@amazon.com>
    derek-ho committed Oct 13, 2023
    Configuration menu
    Copy the full SHA
    b98f0b3 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2023

  1. Configuration menu
    Copy the full SHA
    ad97a7a View commit details
    Browse the repository at this point in the history
  2. Add docs

    Signed-off-by: Derek Ho <dxho@amazon.com>
    derek-ho committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    87f0605 View commit details
    Browse the repository at this point in the history