Skip to content
Snippets Groups Projects
  1. Apr 01, 2024
  2. Jan 23, 2024
  3. Dec 23, 2023
  4. Nov 19, 2023
  5. Oct 27, 2023
  6. Oct 25, 2023
  7. Oct 13, 2023
  8. Oct 11, 2023
  9. Oct 10, 2023
  10. Sep 26, 2023
  11. Sep 13, 2023
  12. Jun 23, 2023
    • Matt's avatar
      fix: Fix bug where CWD of main process is changing during module extraction. · fcf63254
      Matt authored
      Replace use of shutil.make_archive, as this function is not thread safe and changes the CWD of the main process during archive creation.
      The CWD is used by configuration to determine the data directory for creating archives.
      This caused errors when extracting multiple modules, as the CWD would change to be a temporary directory that would have caused modules to be stored in temporary directory and was also removed after the previous extraction was complete (race conditions also caused failures due to CWD no longer existing)
      
      Add installation of 'zip' package required to perform zipping of module
      
      Issue #404
      fcf63254
  13. May 12, 2023
  14. Mar 21, 2023
    • chriscunningham-trivago's avatar
      fix: Fix tfswitch when using Dockerfile · 7fcda64e
      chriscunningham-trivago authored and Matt's avatar Matt committed
      tfswitch attempts to install the `terraform` binary to `/app/bin/` but
      this fails because the directory doesn't exist. Add this directory to
      the Dockerfile.
      
      In addition, bubble up the error which is passed to the
      `TerraformVersionSwitchError` exception, which helped catch this.
      
      Issue #356
      7fcda64e
  15. Jan 21, 2023
  16. Jan 19, 2023
  17. Jan 07, 2023
  18. Jan 04, 2023
  19. Oct 04, 2022
  20. Sep 14, 2022
  21. Aug 19, 2022
  22. Jul 05, 2022
  23. Jul 03, 2022
  24. May 06, 2022
  25. Apr 29, 2022
  26. Apr 19, 2022
  27. Apr 13, 2022