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 a persistent cache for cloudfoundry metadata based on badger #20775

Merged
merged 18 commits into from
Oct 6, 2020

Commits on Sep 24, 2020

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

    jsoriano committed Sep 24, 2020
    Configuration menu
    Copy the full SHA
    12e98e6 View commit details
    Browse the repository at this point in the history
  3. Force close

    jsoriano committed Sep 24, 2020
    Configuration menu
    Copy the full SHA
    f639393 View commit details
    Browse the repository at this point in the history
  4. Cache only the data we use

    jsoriano committed Sep 24, 2020
    Configuration menu
    Copy the full SHA
    c56f2ad View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    701fca2 View commit details
    Browse the repository at this point in the history
  6. Add changelog entry

    jsoriano committed Sep 24, 2020
    Configuration menu
    Copy the full SHA
    b79b31c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b3bbe30 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2020

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

    jsoriano committed Oct 1, 2020
    Configuration menu
    Copy the full SHA
    960b1f9 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2020

  1. Configuration menu
    Copy the full SHA
    250027d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    39c7118 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8d10737 View commit details
    Browse the repository at this point in the history
  4. Safer code

    jsoriano committed Oct 2, 2020
    Configuration menu
    Copy the full SHA
    c5f51f3 View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2020

  1. Configuration menu
    Copy the full SHA
    994de71 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    afef581 View commit details
    Browse the repository at this point in the history
  3. Remove unused variables

    jsoriano committed Oct 5, 2020
    Configuration menu
    Copy the full SHA
    53cad42 View commit details
    Browse the repository at this point in the history
  4. Remove unused imports

    jsoriano committed Oct 5, 2020
    Configuration menu
    Copy the full SHA
    5c03b65 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4f94135 View commit details
    Browse the repository at this point in the history