1. 16 Jun, 2023 1 commit
  2. 31 May, 2023 2 commits
  3. 22 May, 2023 1 commit
  4. 10 May, 2023 1 commit
    • Stephen A. Imhoff's avatar
      Create .config directory in common-utils (#547) · 1869e593
      Stephen A. Imhoff authored
      * Add test case for mounted subdirectory.
      
      * Correct some trailing whitespace.
      
      * Correct variable name to better reflect status as user home path.
      
      * Add config directory creation.
      
      * Remove extra debug line.
      
      * Bump feature version.
      
      * Mount host user home directory as "subdirectory"
      
      * Correct test naming, run test in explicit bash shell.
      1869e593
  5. 09 May, 2023 1 commit
  6. 02 May, 2023 1 commit
  7. 01 May, 2023 2 commits
  8. 28 Apr, 2023 1 commit
  9. 18 Apr, 2023 1 commit
  10. 14 Apr, 2023 1 commit
  11. 06 Apr, 2023 1 commit
  12. 05 Apr, 2023 3 commits
  13. 04 Apr, 2023 2 commits
  14. 28 Mar, 2023 1 commit
  15. 23 Mar, 2023 1 commit
  16. 14 Mar, 2023 2 commits
  17. 10 Mar, 2023 2 commits
  18. 08 Mar, 2023 2 commits
  19. 07 Mar, 2023 1 commit
  20. 06 Mar, 2023 1 commit
  21. 01 Mar, 2023 2 commits
  22. 27 Feb, 2023 1 commit
  23. 22 Feb, 2023 1 commit
  24. 15 Feb, 2023 2 commits
  25. 07 Feb, 2023 2 commits
  26. 03 Feb, 2023 1 commit
  27. 30 Jan, 2023 2 commits
  28. 25 Jan, 2023 1 commit
    • Levin Winter's avatar
      [common-utils] Fix nonempty .bashrc being restored (#421) · fbdc4556
      Levin Winter authored
      * [common-utils] Fix nonempty .bashrc being restored
      The user's dotfiles shall only be restored to their defaults if they do
      not exist or are empty. A missing negation caused the files to be
      overwritten even when they were nonempty.
      
      * [common-utils] Bump patch version after fix
      Go from 2.0.7 to 2.0.8 because of backwards-compatible fix.
      fbdc4556