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

Changed e2e to use the API #142

Merged
merged 6 commits into from
Nov 19, 2024
Merged

Changed e2e to use the API #142

merged 6 commits into from
Nov 19, 2024

Commits on Nov 18, 2024

  1. Changed e2e to use the API

    - Changed the e2e tests to use the API instead of pkg for interactions
    - Changed the e2e tests also to use sqlite instead of redis
    
    Signed-off-by: neilnaveen <42328488+neilnaveen@users.noreply.github.com>
    neilnaveen committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    a0c27a7 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2024

  1. Update pkg/storages/storage.go

    Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
    naveensrinivasan and coderabbitai[bot] authored Nov 19, 2024
    Configuration menu
    Copy the full SHA
    f68ea35 View commit details
    Browse the repository at this point in the history
  2. Update e2e/e2e_test.go

    Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
    naveensrinivasan and coderabbitai[bot] authored Nov 19, 2024
    Configuration menu
    Copy the full SHA
    9a937c3 View commit details
    Browse the repository at this point in the history
  3. Make test use sqlite and redis

    Signed-off-by: neilnaveen <42328488+neilnaveen@users.noreply.github.com>
    neilnaveen committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    00ccf23 View commit details
    Browse the repository at this point in the history
  4. Uncomment flag checker

    Signed-off-by: neilnaveen <42328488+neilnaveen@users.noreply.github.com>
    neilnaveen committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    45c8dcc View commit details
    Browse the repository at this point in the history
  5. Use env variable for test redis is possible

    Signed-off-by: neilnaveen <42328488+neilnaveen@users.noreply.github.com>
    neilnaveen committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    a615cb2 View commit details
    Browse the repository at this point in the history