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

Better handling of config migration #356

Merged
merged 6 commits into from
Jun 14, 2023

Commits on Jun 13, 2023

  1. check if migrated marker is actually readable

    better than just checking if it exists, because some on some
    platforms (e.g. ro AFS on HPC ) os.path.exists() may give False just
    because os.stat fails, even though the file actually exists
    
    Also adds more test coveraate of the migrated marker checking
    
    Fixes jupyter#355
    Ondrej Grover committed Jun 13, 2023
    Configuration menu
    Copy the full SHA
    9439aa7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eca1e8d View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2023

  1. Configuration menu
    Copy the full SHA
    78ed3f8 View commit details
    Browse the repository at this point in the history
  2. lint

    blink1073 committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    b8b9d0b View commit details
    Browse the repository at this point in the history
  3. fix test on windows

    blink1073 committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    408d41f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2d1d9d7 View commit details
    Browse the repository at this point in the history