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: rework cache package - add gcs cache - add cache purge command #750

Merged
merged 13 commits into from
Nov 18, 2023

Commits on Nov 13, 2023

  1. feat: rework cache pkg

    Signed-off-by: Matthis Holleville <matthish29@gmail.com>
    matthisholleville committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    210e43c View commit details
    Browse the repository at this point in the history
  2. feat: Completion of cache pkg rework. Added cache purge command.

    Signed-off-by: Matthis Holleville <matthish29@gmail.com>
    matthisholleville committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    8aedb94 View commit details
    Browse the repository at this point in the history
  3. doc: add purgin command note

    Signed-off-by: Matthis Holleville <matthish29@gmail.com>
    matthisholleville committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    0551429 View commit details
    Browse the repository at this point in the history
  4. fix: disable cache if noCache is set

    Signed-off-by: Matthis Holleville <matthish29@gmail.com>
    matthisholleville committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    f977c8b View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2023

  1. feat: improve GetCacheConfiguration lisibility & transform add method…

    … to addOrUpdate
    
    Signed-off-by: Matthis Holleville <matthish29@gmail.com>
    matthisholleville committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    a7e79d5 View commit details
    Browse the repository at this point in the history
  2. feat: transform server mode to work with new cache configuration

    Signed-off-by: Matthis Holleville <matthish29@gmail.com>
    matthisholleville committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    8a74ef4 View commit details
    Browse the repository at this point in the history
  3. fix: use 'switch' instead 'if' to evaluate Cache from grpc

    Signed-off-by: Matthis Holleville <matthish29@gmail.com>
    matthisholleville committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    ea9975f View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2023

  1. feat: add mutually exclusive flags for command options

    Signed-off-by: Matthis Holleville <matthish29@gmail.com>
    matthisholleville committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    50dadd2 View commit details
    Browse the repository at this point in the history
  2. doc: update readme.md

    Signed-off-by: Matthis Holleville <matthish29@gmail.com>
    matthisholleville committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    a2fef44 View commit details
    Browse the repository at this point in the history
  3. feat: return err on bucket creation failed

    Signed-off-by: Matthis Holleville <matthish29@gmail.com>
    matthisholleville committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    ce866b7 View commit details
    Browse the repository at this point in the history
  4. feat: update dependencies

    Signed-off-by: Matthis Holleville <matthish29@gmail.com>
    matthisholleville committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    5a11a8e View commit details
    Browse the repository at this point in the history
  5. Merge branch 'main' into feat/rework-cache

    Signed-off-by: Matthis <matthish29@gmail.com>
    matthisholleville committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    544958e View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2023

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