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 broken index backup #2034

Merged
merged 36 commits into from
Jun 7, 2023
Merged

add broken index backup #2034

merged 36 commits into from
Jun 7, 2023

Commits on May 26, 2023

  1. Configuration menu
    Copy the full SHA
    c541b3a View commit details
    Browse the repository at this point in the history
  2. add .vscode to .gitignore

    ykadowak committed May 26, 2023
    Configuration menu
    Copy the full SHA
    a46cebd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0afd8c7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    aa78242 View commit details
    Browse the repository at this point in the history
  5. move remove logic to service

    ykadowak committed May 26, 2023
    Configuration menu
    Copy the full SHA
    9f8cf67 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e6e014b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    672748d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ac201ba View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    25bd52b View commit details
    Browse the repository at this point in the history

Commits on May 29, 2023

  1. remove check apis/proto/v1

    ykadowak committed May 29, 2023
    Configuration menu
    Copy the full SHA
    8175def View commit details
    Browse the repository at this point in the history
  2. revert log

    ykadowak committed May 29, 2023
    Configuration menu
    Copy the full SHA
    9ab8884 View commit details
    Browse the repository at this point in the history
  3. keep implementing migration

    ykadowak committed May 29, 2023
    Configuration menu
    Copy the full SHA
    7869c51 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1039a99 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2023

  1. use filepath

    ykadowak committed May 30, 2023
    Configuration menu
    Copy the full SHA
    58fc884 View commit details
    Browse the repository at this point in the history
  2. refactor test

    ykadowak committed May 30, 2023
    Configuration menu
    Copy the full SHA
    7dc92a9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5bd6b8f View commit details
    Browse the repository at this point in the history

Commits on May 31, 2023

  1. add index testdata

    ykadowak committed May 31, 2023
    Configuration menu
    Copy the full SHA
    c3af335 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    02ef60b View commit details
    Browse the repository at this point in the history
  3. implement needsBackup

    ykadowak committed May 31, 2023
    Configuration menu
    Copy the full SHA
    255c7be View commit details
    Browse the repository at this point in the history
  4. refactor test

    ykadowak committed May 31, 2023
    Configuration menu
    Copy the full SHA
    eec3d6e View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2023

  1. Configuration menu
    Copy the full SHA
    1cbd4e7 View commit details
    Browse the repository at this point in the history
  2. add log

    ykadowak committed Jun 2, 2023
    Configuration menu
    Copy the full SHA
    098b001 View commit details
    Browse the repository at this point in the history
  3. add comment

    ykadowak committed Jun 2, 2023
    Configuration menu
    Copy the full SHA
    9c4f529 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ec9762d View commit details
    Browse the repository at this point in the history
  5. fix

    ykadowak committed Jun 2, 2023
    Configuration menu
    Copy the full SHA
    1d8c58b View commit details
    Browse the repository at this point in the history
  6. fix for reviewdog

    ykadowak committed Jun 2, 2023
    Configuration menu
    Copy the full SHA
    4283606 View commit details
    Browse the repository at this point in the history
  7. fix stylecheck

    ykadowak committed Jun 2, 2023
    Configuration menu
    Copy the full SHA
    d683c00 View commit details
    Browse the repository at this point in the history
  8. Update pkg/agent/core/ngt/service/ngt.go

    Co-authored-by: Kevin Diu <kevindiujp@gmail.com>
    ykadowak and kevindiu authored Jun 2, 2023
    Configuration menu
    Copy the full SHA
    e2bd4c7 View commit details
    Browse the repository at this point in the history
  9. refactor file path join

    ykadowak committed Jun 2, 2023
    Configuration menu
    Copy the full SHA
    8354446 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2023

  1. refactor

    ykadowak committed Jun 7, 2023
    Configuration menu
    Copy the full SHA
    d59b436 View commit details
    Browse the repository at this point in the history
  2. use slices.Sort

    ykadowak committed Jun 7, 2023
    Configuration menu
    Copy the full SHA
    c55b051 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cba602e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    669bb56 View commit details
    Browse the repository at this point in the history
  5. pass context from higher

    ykadowak committed Jun 7, 2023
    Configuration menu
    Copy the full SHA
    e40e9cb View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    42d1e47 View commit details
    Browse the repository at this point in the history
  7. refactor

    ykadowak committed Jun 7, 2023
    Configuration menu
    Copy the full SHA
    f866a3f View commit details
    Browse the repository at this point in the history