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

Check network on start and reset db #8642

Merged
merged 31 commits into from
Oct 8, 2024

Commits on Sep 24, 2024

  1. Add check for Ephemery and reset db

    Signed-off-by: gconnect <[email protected]>
    gconnect committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    62100c1 View commit details
    Browse the repository at this point in the history
  2. Remove unused comment

    Signed-off-by: gconnect <[email protected]>
    gconnect committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    d5dc6c4 View commit details
    Browse the repository at this point in the history
  3. Add a shouldResetForEphemery method and test

    Signed-off-by: gconnect <[email protected]>
    gconnect committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    a8f6afa View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a33707b View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2024

  1. Configuration menu
    Copy the full SHA
    c1149ac View commit details
    Browse the repository at this point in the history
  2. update null check

    Signed-off-by: gconnect <[email protected]>
    gconnect committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    34ecc2d View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2024

  1. Configuration menu
    Copy the full SHA
    572d91b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7b6584b View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2024

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

Commits on Sep 30, 2024

  1. Configuration menu
    Copy the full SHA
    d496675 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1bbc3c4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8a3d40c View commit details
    Browse the repository at this point in the history
  4. Update the reset method and remove migrate

    Signed-off-by: gconnect <[email protected]>
    gconnect committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    d23b3c4 View commit details
    Browse the repository at this point in the history
  5. Remove private modifier

    Signed-off-by: gconnect <[email protected]>
    gconnect committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    6a5d9fc View commit details
    Browse the repository at this point in the history
  6. Apply spotlessApply

    Signed-off-by: gconnect <[email protected]>
    gconnect committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    c2aced4 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2024

  1. Apply spotlessApply

    Signed-off-by: gconnect <[email protected]>
    gconnect committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    6d2cf43 View commit details
    Browse the repository at this point in the history
  2. Create custom Ephemery reset class and test

    Signed-off-by: gconnect <[email protected]>
    gconnect committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    7b2871c View commit details
    Browse the repository at this point in the history
  3. Add fnal and move global variable to local variable

    Signed-off-by: gconnect <[email protected]>
    gconnect committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    d9d1951 View commit details
    Browse the repository at this point in the history
  4. Remove repeated code

    Signed-off-by: gconnect <[email protected]>
    gconnect committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    0d47959 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2024

  1. Configuration menu
    Copy the full SHA
    4306df8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ee57df8 View commit details
    Browse the repository at this point in the history
  3. Ensure reset method delete specific files and update test and change …

    …global to local variable
    
    Signed-off-by: gconnect <[email protected]>
    gconnect committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    f73e491 View commit details
    Browse the repository at this point in the history
  4. Remove print statement and add final

    Signed-off-by: gconnect <[email protected]>
    gconnect committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    f95a61a View commit details
    Browse the repository at this point in the history
  5. Update the recursive delete method and test

    Signed-off-by: gconnect <[email protected]>
    gconnect committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    b2bcefd View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    769c6f8 View commit details
    Browse the repository at this point in the history
  7. Remove print statement

    Signed-off-by: gconnect <[email protected]>
    gconnect committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    6cdc994 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2024

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

Commits on Oct 5, 2024

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

Commits on Oct 7, 2024

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

Commits on Oct 8, 2024

  1. Configuration menu
    Copy the full SHA
    c1ad18d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b20eedc View commit details
    Browse the repository at this point in the history