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

Organization List Feature in Server AWS Node Attester Plugin "aws_iid" #4838

Merged
merged 85 commits into from
Apr 18, 2024

Commits on Apr 11, 2024

  1. Add New Organization Feature

    Signed-off-by: Rushikesh Butley <rbutley@confluent.io>
    rushi47 committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    a3c1723 View commit details
    Browse the repository at this point in the history
  2. support for retries

    Signed-off-by: Rushikesh Butley <rbutley@confluent.io>
    rushi47 committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    bb0b0b8 View commit details
    Browse the repository at this point in the history
  3. reset retires

    Signed-off-by: Rushikesh Butley <rbutley@confluent.io>
    rushi47 committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    4daf960 View commit details
    Browse the repository at this point in the history
  4. Simply description

    Co-authored-by: Evan Gilman <evan2645@gmail.com>
    Signed-off-by: Rushikesh Butley <www.rushi47@gmail.com>
    rushi47 and evan2645 committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    babd6d7 View commit details
    Browse the repository at this point in the history
  5. refactor docs

    Signed-off-by: Rushikesh Butley <rbutley@confluent.io>
    rushi47 committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    d78195a View commit details
    Browse the repository at this point in the history
  6. refactor doc

    Signed-off-by: Rushikesh Butley <rbutley@confluent.io>
    rushi47 committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    2b60032 View commit details
    Browse the repository at this point in the history
  7. move function for code structure, refactor variable names

    Signed-off-by: Rushikesh Butley <rbutley@confluent.io>
    rushi47 committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    77a1c96 View commit details
    Browse the repository at this point in the history
  8. remove region check

    Signed-off-by: Rushikesh Butley <rbutley@confluent.io>
    rushi47 committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    d0138f9 View commit details
    Browse the repository at this point in the history
  9. add optinal param

    Signed-off-by: Rushikesh Butley <rbutley@confluent.io>
    rushi47 committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    5f7474c View commit details
    Browse the repository at this point in the history
  10. remove requirement of region, set default

    Signed-off-by: Rushikesh Butley <rbutley@confluent.io>
    rushi47 committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    d00e3e4 View commit details
    Browse the repository at this point in the history
  11. doc

    Signed-off-by: Rushikesh Butley <rbutley@confluent.io>
    rushi47 committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    6061cd6 View commit details
    Browse the repository at this point in the history
  12. refactor struct name to reflect orgvalidation

    Signed-off-by: Rushikesh Butley <rbutley@confluent.io>
    rushi47 committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    0b9c761 View commit details
    Browse the repository at this point in the history
  13. refactor naming to match the style

    Signed-off-by: Rushikesh Butley <rbutley@confluent.io>
    rushi47 committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    74ab21d View commit details
    Browse the repository at this point in the history
  14. indirection to simplify local cache lookups

    Signed-off-by: Rushikesh Butley <rbutley@confluent.io>
    rushi47 committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    4ea7ced View commit details
    Browse the repository at this point in the history
  15. Update doc/plugin_server_nodeattestor_aws_iid.md

    Co-authored-by: Marcos Yacob <marcosyacob@gmail.com>
    Signed-off-by: Rushikesh Butley <www.rushi47@gmail.com>
    rushi47 and MarcosDY committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    53cf266 View commit details
    Browse the repository at this point in the history
  16. Update doc/plugin_server_nodeattestor_aws_iid.md

    Co-authored-by: Marcos Yacob <marcosyacob@gmail.com>
    Signed-off-by: Rushikesh Butley <www.rushi47@gmail.com>
    rushi47 and MarcosDY committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    6e3a796 View commit details
    Browse the repository at this point in the history
  17. Update doc/plugin_server_nodeattestor_aws_iid.md

    Co-authored-by: Marcos Yacob <marcosyacob@gmail.com>
    Signed-off-by: Rushikesh Butley <www.rushi47@gmail.com>
    rushi47 and MarcosDY committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    c46bc63 View commit details
    Browse the repository at this point in the history
  18. code formatting

    Had lot of extra lines, spaces and spelling mistake at particular places. Thanks Marcos for reviewing, and helping to clean it up.
    
    Co-authored-by: Marcos Yacob <marcosyacob@gmail.com>
    Signed-off-by: Rushikesh Butley <www.rushi47@gmail.com>
    rushi47 and MarcosDY committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    d86447b View commit details
    Browse the repository at this point in the history
  19. update documentation to reflect new feature

    Signed-off-by: Rushikesh Butley <rbutley@confluent.io>
    rushi47 committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    bdd93df View commit details
    Browse the repository at this point in the history
  20. indent for table

    Signed-off-by: Rushikesh Butley <rbutley@confluent.io>
    rushi47 committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    b058b6f View commit details
    Browse the repository at this point in the history
  21. refactor

    Signed-off-by: Rushikesh Butley <rbutley@confluent.io>
    rushi47 committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    63d0414 View commit details
    Browse the repository at this point in the history
  22. formatting

    Signed-off-by: Rushikesh Butley <rbutley@confluent.io>
    rushi47 committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    aa9bf03 View commit details
    Browse the repository at this point in the history
  23. refactor error messages

    Signed-off-by: Rushikesh Butley <rbutley@confluent.io>
    rushi47 committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    ecbc583 View commit details
    Browse the repository at this point in the history
  24. refactor validation for ttl

    Signed-off-by: Rushikesh Butley <rbutley@confluent.io>
    rushi47 committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    a733311 View commit details
    Browse the repository at this point in the history
  25. update error msg

    Co-authored-by: Marcos Yacob <marcosyacob@gmail.com>
    Signed-off-by: Rushikesh Butley <www.rushi47@gmail.com>
    rushi47 and MarcosDY committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    d6ac953 View commit details
    Browse the repository at this point in the history
  26. refactor test case for error checking

    Signed-off-by: Rushikesh Butley <rbutley@confluent.io>
    rushi47 committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    a75443f View commit details
    Browse the repository at this point in the history
  27. test case error msg and extra line

    Signed-off-by: Rushikesh Butley <rbutley@confluent.io>
    rushi47 committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    5574983 View commit details
    Browse the repository at this point in the history
  28. use interface to prevent memory reservation

    Signed-off-by: Rushikesh Butley <rbutley@confluent.io>
    rushi47 committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    477257e View commit details
    Browse the repository at this point in the history
  29. as we read it from config instead of internal it should be invalid arg

    Signed-off-by: Rushikesh Butley <rbutley@confluent.io>
    rushi47 committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    116e069 View commit details
    Browse the repository at this point in the history
  30. function comment and camel casing

    Signed-off-by: Rushikesh Butley <rbutley@confluent.io>
    rushi47 committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    4bb278e View commit details
    Browse the repository at this point in the history
  31. refactor logic for stale check and code structure

    Signed-off-by: Rushikesh Butley <rbutley@confluent.io>
    rushi47 committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    dd6e6d1 View commit details
    Browse the repository at this point in the history
  32. refactor variable conventions

    Signed-off-by: Rushikesh Butley <rbutley@confluent.io>
    rushi47 committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    425e030 View commit details
    Browse the repository at this point in the history
  33. Revert "refactor logic for stale check and code structure"

    This reverts commit 6aeffa2.
    It was messing up with review so reverting this change
    
    Signed-off-by: Rushikesh Butley <rbutley@confluent.io>
    rushi47 committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    c92438a View commit details
    Browse the repository at this point in the history
  34. refactor code logic

    Signed-off-by: Rushikesh Butley <rbutley@confluent.io>
    rushi47 committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    7de7241 View commit details
    Browse the repository at this point in the history
  35. function comment

    Signed-off-by: Rushikesh Butley <rbutley@confluent.io>
    rushi47 committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    7e2d944 View commit details
    Browse the repository at this point in the history
  36. camel casing

    Signed-off-by: Rushikesh Butley <rbutley@confluent.io>
    rushi47 committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    d60dd1b View commit details
    Browse the repository at this point in the history
  37. refactor ttl check, moved to function

    Signed-off-by: Rushikesh Butley <rbutley@confluent.io>
    rushi47 committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    acf8437 View commit details
    Browse the repository at this point in the history
  38. test for checking ttl expiry

    Signed-off-by: Rushikesh Butley <rbutley@confluent.io>
    rushi47 committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    09259dd View commit details
    Browse the repository at this point in the history
  39. move function to seprate file

    Signed-off-by: Rushikesh Butley <rbutley@confluent.io>
    rushi47 committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    b1e6aab View commit details
    Browse the repository at this point in the history
  40. added tests for organization

    Signed-off-by: Rushikesh Butley <rbutley@confluent.io>
    rushi47 committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    6395767 View commit details
    Browse the repository at this point in the history
  41. formatting

    Signed-off-by: Rushikesh Butley <rbutley@confluent.io>
    rushi47 committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    dcc4c1f View commit details
    Browse the repository at this point in the history
  42. formatting

    Signed-off-by: Rushikesh Butley <rbutley@confluent.io>
    rushi47 committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    8da601d View commit details
    Browse the repository at this point in the history
  43. remove extra line

    Signed-off-by: Rushikesh Butley <rbutley@confluent.io>
    rushi47 committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    33fa8e1 View commit details
    Browse the repository at this point in the history
  44. remove extra line

    Signed-off-by: Rushikesh Butley <rbutley@confluent.io>
    rushi47 committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    5cc3756 View commit details
    Browse the repository at this point in the history
  45. remove extra line

    Signed-off-by: Rushikesh Butley <rbutley@confluent.io>
    
    Bump docker/setup-buildx-action from 3.2.0 to 3.3.0 (spiffe#5050)
    
    Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 3.2.0 to 3.3.0.
    - [Release notes](https://github.com/docker/setup-buildx-action/releases)
    - [Commits](docker/setup-buildx-action@2b51285...d70bba7)
    
    ---
    updated-dependencies:
    - dependency-name: docker/setup-buildx-action
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Bump the azure-sdk group with 2 updates (spiffe#5052)
    
    Bumps the azure-sdk group with 2 updates: [github.com/Azure/azure-sdk-for-go/sdk/azcore](https://github.com/Azure/azure-sdk-for-go) and [github.com/Azure/azure-sdk-for-go/sdk/azidentity](https://github.com/Azure/azure-sdk-for-go).
    
    Updates `github.com/Azure/azure-sdk-for-go/sdk/azcore` from 1.10.0 to 1.11.1
    - [Release notes](https://github.com/Azure/azure-sdk-for-go/releases)
    - [Changelog](https://github.com/Azure/azure-sdk-for-go/blob/main/documentation/release.md)
    - [Commits](Azure/azure-sdk-for-go@sdk/azcore/v1.10.0...sdk/azcore/v1.11.1)
    
    Updates `github.com/Azure/azure-sdk-for-go/sdk/azidentity` from 1.5.1 to 1.5.2
    - [Release notes](https://github.com/Azure/azure-sdk-for-go/releases)
    - [Changelog](https://github.com/Azure/azure-sdk-for-go/blob/main/documentation/release.md)
    - [Commits](Azure/azure-sdk-for-go@sdk/internal/v1.5.1...sdk/internal/v1.5.2)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/Azure/azure-sdk-for-go/sdk/azcore
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: azure-sdk
    - dependency-name: github.com/Azure/azure-sdk-for-go/sdk/azidentity
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: azure-sdk
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Bump github.com/sigstore/rekor from 1.3.5 to 1.3.6 (spiffe#5053)
    
    Bumps [github.com/sigstore/rekor](https://github.com/sigstore/rekor) from 1.3.5 to 1.3.6.
    - [Release notes](https://github.com/sigstore/rekor/releases)
    - [Changelog](https://github.com/sigstore/rekor/blob/main/CHANGELOG.md)
    - [Commits](sigstore/rekor@v1.3.5...v1.3.6)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/sigstore/rekor
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Bump github.com/google/go-tpm-tools from 0.4.3 to 0.4.4 (spiffe#5056)
    
    Bumps [github.com/google/go-tpm-tools](https://github.com/google/go-tpm-tools) from 0.4.3 to 0.4.4.
    - [Release notes](https://github.com/google/go-tpm-tools/releases)
    - [Changelog](https://github.com/google/go-tpm-tools/blob/main/.goreleaser.yaml)
    - [Commits](google/go-tpm-tools@v0.4.3...v0.4.4)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/google/go-tpm-tools
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Bump github.com/docker/docker (spiffe#5061)
    
    Bumps [github.com/docker/docker](https://github.com/docker/docker) from 26.0.0+incompatible to 26.0.1+incompatible.
    - [Release notes](https://github.com/docker/docker/releases)
    - [Commits](moby/moby@v26.0.0...v26.0.1)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/docker/docker
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    rushi47 committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    a87ab20 View commit details
    Browse the repository at this point in the history
  46. Configuration menu
    Copy the full SHA
    34e2b8d View commit details
    Browse the repository at this point in the history
  47. add org package dependecy

    Signed-off-by: Rushikesh Butley <rbutley@confluent.io>
    rushi47 committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    dacdbb7 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2024

  1. linter fixes

    Signed-off-by: Rushikesh Butley <rbutley@confluent.io>
    rushi47 committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    1963e01 View commit details
    Browse the repository at this point in the history
  2. linter

    Signed-off-by: Rushikesh Butley <rbutley@confluent.io>
    rushi47 committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    168bc17 View commit details
    Browse the repository at this point in the history
  3. linter

    Signed-off-by: Rushikesh Butley <rbutley@confluent.io>
    rushi47 committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    7713e13 View commit details
    Browse the repository at this point in the history
  4. linter

    Signed-off-by: Rushikesh Butley <rbutley@confluent.io>
    rushi47 committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    5d0e5c2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c239048 View commit details
    Browse the repository at this point in the history
  6. update to new version of golang

    Signed-off-by: Rushikesh Butley <rbutley@confluent.io>
    rushi47 committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    d1ed524 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2024

  1. resolve conflicts and update the repo

    Signed-off-by: Rushikesh Butley <rbutley@confluent.io>
    rushi47 committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    bb27241 View commit details
    Browse the repository at this point in the history
  2. linter

    Signed-off-by: Rushikesh Butley <rbutley@confluent.io>
    rushi47 committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    dcce1c0 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2024

  1. Configuration menu
    Copy the full SHA
    2007792 View commit details
    Browse the repository at this point in the history
  2. Apply suggestions from code review

    Co-authored-by: Marcos Yacob <marcosyacob@gmail.com>
    Signed-off-by: Rushikesh Butley <www.rushi47@gmail.com>
    rushi47 and MarcosDY authored Apr 16, 2024
    Configuration menu
    Copy the full SHA
    66e23e0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    570d578 View commit details
    Browse the repository at this point in the history
  4. we dont require block

    Co-authored-by: Marcos Yacob <marcosyacob@gmail.com>
    Signed-off-by: Rushikesh Butley <www.rushi47@gmail.com>
    rushi47 and MarcosDY authored Apr 16, 2024
    Configuration menu
    Copy the full SHA
    e7905eb View commit details
    Browse the repository at this point in the history
  5. remove context when not required

    Signed-off-by: Rushikesh Butley <rbutley@confluent.io>
    rushi47 committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    4760cd7 View commit details
    Browse the repository at this point in the history
  6. seprate context for validate org, and other features

    Signed-off-by: Rushikesh Butley <rbutley@confluent.io>
    rushi47 committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    6bcd5fc View commit details
    Browse the repository at this point in the history
  7. formatting, lints

    Signed-off-by: Rushikesh Butley <rbutley@confluent.io>
    rushi47 committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    1f36e11 View commit details
    Browse the repository at this point in the history
  8. formatting, lints

    Signed-off-by: Rushikesh Butley <rbutley@confluent.io>
    rushi47 committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    0d8614c View commit details
    Browse the repository at this point in the history
  9. enrich docs

    Signed-off-by: Rushikesh Butley <rbutley@confluent.io>
    rushi47 committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    0671aed View commit details
    Browse the repository at this point in the history
  10. add support for region

    Signed-off-by: Rushikesh Butley <rbutley@confluent.io>
    rushi47 committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    8e815f1 View commit details
    Browse the repository at this point in the history
  11. make organization region configurable

    Signed-off-by: Rushikesh Butley <rbutley@confluent.io>
    rushi47 committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    b840804 View commit details
    Browse the repository at this point in the history
  12. make organization region configurable

    Signed-off-by: Rushikesh Butley <rbutley@confluent.io>
    rushi47 committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    e6a5423 View commit details
    Browse the repository at this point in the history
  13. typo

    Signed-off-by: Rushikesh Butley <rbutley@confluent.io>
    rushi47 committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    328b0b4 View commit details
    Browse the repository at this point in the history
  14. camel casing

    Signed-off-by: Rushikesh Butley <rbutley@confluent.io>
    rushi47 committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    44a3216 View commit details
    Browse the repository at this point in the history
  15. refactor logic

    Signed-off-by: Rushikesh Butley <rbutley@confluent.io>
    rushi47 committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    f3339c5 View commit details
    Browse the repository at this point in the history
  16. logging to debug failure in cache refresh

    Signed-off-by: Rushikesh Butley <rbutley@confluent.io>
    rushi47 committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    e592089 View commit details
    Browse the repository at this point in the history
  17. replace boolean as we are using any, better mem management

    Co-authored-by: Marcos Yacob <marcosyacob@gmail.com>
    Signed-off-by: Rushikesh Butley <www.rushi47@gmail.com>
    rushi47 and MarcosDY authored Apr 16, 2024
    Configuration menu
    Copy the full SHA
    22e2b66 View commit details
    Browse the repository at this point in the history
  18. refactor logic of validity

    Signed-off-by: Rushikesh Butley <rbutley@confluent.io>
    rushi47 committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    2e2aa01 View commit details
    Browse the repository at this point in the history
  19. refactor variable name for consistency

    Signed-off-by: Rushikesh Butley <rbutley@confluent.io>
    rushi47 committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    98941de View commit details
    Browse the repository at this point in the history
  20. function name doc

    Signed-off-by: Rushikesh Butley <rbutley@confluent.io>
    rushi47 committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    28614ff View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2024

  1. add mock clock functionality

    Signed-off-by: Rushikesh Butley <rbutley@confluent.io>
    rushi47 committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    d65480e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    391e89e View commit details
    Browse the repository at this point in the history
  3. refactor tests

    Signed-off-by: Rushikesh Butley <rbutley@confluent.io>
    rushi47 committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    dca217b View commit details
    Browse the repository at this point in the history
  4. more tests, for retries and reset

    Signed-off-by: Rushikesh Butley <rbutley@confluent.io>
    rushi47 committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    cbfdcc0 View commit details
    Browse the repository at this point in the history
  5. add tests case for pagination

    Signed-off-by: Rushikesh Butley <rbutley@confluent.io>
    rushi47 committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    f8c4fc9 View commit details
    Browse the repository at this point in the history
  6. update comment

    Signed-off-by: Rushikesh Butley <rbutley@confluent.io>
    rushi47 committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    b9f5518 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    20afd4d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    799c084 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2024

  1. Configuration menu
    Copy the full SHA
    fcbd790 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c3b97f7 View commit details
    Browse the repository at this point in the history