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

Use platformdirs for path locations #292

Merged
merged 36 commits into from Sep 27, 2022
Merged

Commits on Sep 26, 2022

  1. Copy the full SHA
    9ae146a View commit details
    Browse the repository at this point in the history
  2. use user env and fix lint

    blink1073 committed Sep 26, 2022
    Copy the full SHA
    49c99dc View commit details
    Browse the repository at this point in the history
  3. try setting home

    blink1073 committed Sep 26, 2022
    Copy the full SHA
    b73cd9d View commit details
    Browse the repository at this point in the history
  4. fix linux tests

    blink1073 committed Sep 26, 2022
    Copy the full SHA
    07936a6 View commit details
    Browse the repository at this point in the history
  5. use platformdirs

    blink1073 committed Sep 26, 2022
    Copy the full SHA
    c10eacd View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2022

  1. add deprecation cycle

    blink1073 committed Sep 27, 2022
    Copy the full SHA
    7a03788 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    ccb2f78 View commit details
    Browse the repository at this point in the history
  3. Use envset to check the boolean JUPYTER_PLATFORM_DIRS environment var…

    …iable.
    
    We also consolidate where we check the variable so that it is simple to change the default.
    jasongrout committed Sep 27, 2022
    Copy the full SHA
    2f5d854 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    5338567 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    e8b6cda View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    28275a3 View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    236dd7c View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    e43a162 View commit details
    Browse the repository at this point in the history
  9. Copy the full SHA
    b556baa View commit details
    Browse the repository at this point in the history
  10. Experiment: only capitalize Jupyter in paths for windows and macos

    At least some directories in unix are conventionally lowercase, so experiment with that convention.
    jasongrout committed Sep 27, 2022
    Copy the full SHA
    2104e47 View commit details
    Browse the repository at this point in the history
  11. Copy the full SHA
    f494b8e View commit details
    Browse the repository at this point in the history
  12. fix tests

    blink1073 committed Sep 27, 2022
    Copy the full SHA
    a560f7a View commit details
    Browse the repository at this point in the history
  13. fix test

    blink1073 committed Sep 27, 2022
    Copy the full SHA
    6aa5cd7 View commit details
    Browse the repository at this point in the history
  14. fix test

    blink1073 committed Sep 27, 2022
    Copy the full SHA
    063b330 View commit details
    Browse the repository at this point in the history
  15. lint

    blink1073 committed Sep 27, 2022
    Copy the full SHA
    0fc4b69 View commit details
    Browse the repository at this point in the history
  16. remove todo

    blink1073 committed Sep 27, 2022
    Copy the full SHA
    685000a View commit details
    Browse the repository at this point in the history
  17. Copy the full SHA
    c01b1be View commit details
    Browse the repository at this point in the history
  18. Copy the full SHA
    b3ea511 View commit details
    Browse the repository at this point in the history
  19. Consolidate config tests

    jasongrout committed Sep 27, 2022
    Copy the full SHA
    814580a View commit details
    Browse the repository at this point in the history
  20. Simplify data dir tests

    jasongrout committed Sep 27, 2022
    Copy the full SHA
    ae5f2b9 View commit details
    Browse the repository at this point in the history
  21. Copy the full SHA
    be2d066 View commit details
    Browse the repository at this point in the history
  22. Copy the full SHA
    a982b99 View commit details
    Browse the repository at this point in the history
  23. Copy the full SHA
    2164bd0 View commit details
    Browse the repository at this point in the history
  24. Copy the full SHA
    47d174f View commit details
    Browse the repository at this point in the history
  25. Test config directories

    jasongrout committed Sep 27, 2022
    Copy the full SHA
    8092283 View commit details
    Browse the repository at this point in the history
  26. Copy the full SHA
    025999f View commit details
    Browse the repository at this point in the history
  27. Fix some tests

    jasongrout committed Sep 27, 2022
    Copy the full SHA
    98d6fb7 View commit details
    Browse the repository at this point in the history
  28. Copy the full SHA
    69e053d View commit details
    Browse the repository at this point in the history
  29. Fix windows appdata tests

    jasongrout committed Sep 27, 2022
    Copy the full SHA
    0bf2040 View commit details
    Browse the repository at this point in the history
  30. Copy the full SHA
    280da04 View commit details
    Browse the repository at this point in the history
  31. Copy the full SHA
    a427fc4 View commit details
    Browse the repository at this point in the history