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

Add collections operations to PineconeControlPlaneClient with integration tests #65

Merged
merged 22 commits into from
Feb 21, 2024

Commits on Feb 14, 2024

  1. add collections calls to PineconeControlPlaneClient, add new integrat…

    …ion tests for collections, add new helpers for new collections tests
    austin-denoble committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    3ea964b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    535bf5d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a056f5c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7ca2739 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7c522d9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0544083 View commit details
    Browse the repository at this point in the history
  7. refine cleanUp steps in collection tests to make sure we're deleting …

    …things properly, use waitUntilReady properly in createCollection helper
    austin-denoble committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    18b7164 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8dafe1f View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    a90eb2a View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    1bfd814 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    45b8af2 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    4a2305d View commit details
    Browse the repository at this point in the history
  13. sleep tweaks

    austin-denoble committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    817da41 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    20d3e67 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2024

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

Commits on Feb 20, 2024

  1. review feedback, use logger instead of println, update error handling…

    … in assertWithRetry to actuall throw on failure
    austin-denoble committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    c3dc789 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1bcbf95 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bf60c79 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    80606f3 View commit details
    Browse the repository at this point in the history
  5. remove unused imports

    austin-denoble committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    e0a6247 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    41e8f5d View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2024

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