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

Full refactor of use_*_file #1170

Merged
merged 34 commits into from
Aug 27, 2024
Merged

Full refactor of use_*_file #1170

merged 34 commits into from
Aug 27, 2024

Commits on Aug 26, 2024

  1. Configuration menu
    Copy the full SHA
    c36f946 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    95735eb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    26e931f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8c5910f View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2024

  1. feat: the function creation files now fail if the dir doesn't not exist

    Instead of trying to create the dir,
    the function creation files now fail
    if the dir doesn't exist.
    ColinFay committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    82b5508 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b3a1320 View commit details
    Browse the repository at this point in the history
  3. refactor: checks are performed at the top of the function

    and always in the same order
    ColinFay committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    c24e07e View commit details
    Browse the repository at this point in the history
  4. fix: define name before

    ColinFay committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    7722dfb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    105ea66 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b8f9e15 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    84cf0ae View commit details
    Browse the repository at this point in the history
  8. refactor: renaming params

    ColinFay committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    4b590f2 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    5490a56 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    9ac5ede View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    dbd3acf View commit details
    Browse the repository at this point in the history
  12. refactor: merged perform_check and file_created dance

    in use_files_internal
    ColinFay committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    598fe99 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    23905aa View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    461bb5a View commit details
    Browse the repository at this point in the history
  15. fix: correct param name

    ColinFay committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    149ce19 View commit details
    Browse the repository at this point in the history
  16. refactor: path_abs as input

    ColinFay committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    75af1ba View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    0a4dcab View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    cbdc7f3 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    c16f135 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    d0d3276 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    2165bf9 View commit details
    Browse the repository at this point in the history
  22. test: update snapshot

    ColinFay committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    ccfd1d1 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    88c58f6 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    f835ffc View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    5b331d5 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    598fc7f View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    0480655 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    86328b3 View commit details
    Browse the repository at this point in the history
  29. doc: news update

    ColinFay committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    5801c0f View commit details
    Browse the repository at this point in the history
  30. doc: forgot to push the man

    ColinFay committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    13376fe View commit details
    Browse the repository at this point in the history