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

fix: fixes path issues on windows #829

Merged
merged 49 commits into from Feb 5, 2024

Commits on Jan 26, 2024

  1. Configuration menu
    Copy the full SHA
    b67aef4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ac8433c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2a94c26 View commit details
    Browse the repository at this point in the history
  4. windows & macos matrix

    fmartingr committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    95e0319 View commit details
    Browse the repository at this point in the history
  5. disable gotestfmt

    fmartingr committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    1737a89 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0f65bfc View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f12ff1e View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2024

  1. Configuration menu
    Copy the full SHA
    1e3a5ac View commit details
    Browse the repository at this point in the history
  2. add leading seprator

    Monirzadeh committed Jan 28, 2024
    Configuration menu
    Copy the full SHA
    aa10509 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    89d9599 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2024

  1. Configuration menu
    Copy the full SHA
    83f0c94 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    35fcad8 View commit details
    Browse the repository at this point in the history
  3. move temp to /tmp

    Monirzadeh committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    f71d4d2 View commit details
    Browse the repository at this point in the history
  4. update temp folder

    Monirzadeh committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    22538da View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2024

  1. Configuration menu
    Copy the full SHA
    79ff230 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2024

  1. apply patch for db

    Monirzadeh committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    dcf6ea4 View commit details
    Browse the repository at this point in the history
  2. revert temp dir creation.

    Monirzadeh committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    8fc314e View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2024

  1. Configuration menu
    Copy the full SHA
    ac5df12 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    58c6aa3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e514d0e View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2024

  1. Remove unneeded log

    Co-authored-by: Felipe Martin <812088+fmartingr@users.noreply.github.com>
    Monirzadeh and fmartingr committed Feb 4, 2024
    Configuration menu
    Copy the full SHA
    6c5788e View commit details
    Browse the repository at this point in the history
  2. remove unneeded comment

    Co-authored-by: Felipe Martin <812088+fmartingr@users.noreply.github.com>
    Monirzadeh and fmartingr committed Feb 4, 2024
    Configuration menu
    Copy the full SHA
    2832fd1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    266685c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cd200f6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    134a615 View commit details
    Browse the repository at this point in the history
  6. fix typo

    Monirzadeh committed Feb 4, 2024
    Configuration menu
    Copy the full SHA
    b403da4 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    dd1a3be View commit details
    Browse the repository at this point in the history
  8. correct filename with png

    Monirzadeh committed Feb 4, 2024
    Configuration menu
    Copy the full SHA
    034e190 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    51c5168 View commit details
    Browse the repository at this point in the history
  10. remvoe unneeded import

    Monirzadeh committed Feb 4, 2024
    Configuration menu
    Copy the full SHA
    0068406 View commit details
    Browse the repository at this point in the history
  11. remove os.RemoveAll(.env)

    Monirzadeh committed Feb 4, 2024
    Configuration menu
    Copy the full SHA
    ebe397f View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    43c3245 View commit details
    Browse the repository at this point in the history
  13. return CGO_ENABLED=0

    Monirzadeh committed Feb 4, 2024
    Configuration menu
    Copy the full SHA
    71ebb9a View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    60ccc16 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    4cd7893 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    91c909c View commit details
    Browse the repository at this point in the history
  17. fix windows test name

    Monirzadeh committed Feb 4, 2024
    Configuration menu
    Copy the full SHA
    fe24a9c View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    466d75e View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    75eb57e View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    d9c5107 View commit details
    Browse the repository at this point in the history
  21. fix typo

    Monirzadeh committed Feb 4, 2024
    Configuration menu
    Copy the full SHA
    9ec2823 View commit details
    Browse the repository at this point in the history
  22. remove env

    Monirzadeh committed Feb 4, 2024
    Configuration menu
    Copy the full SHA
    7c9aa5f View commit details
    Browse the repository at this point in the history
  23. change env path

    Monirzadeh committed Feb 4, 2024
    Configuration menu
    Copy the full SHA
    54e32f2 View commit details
    Browse the repository at this point in the history
  24. cleanup unneeded env

    Monirzadeh committed Feb 4, 2024
    Configuration menu
    Copy the full SHA
    4d493b8 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    a4f5f8c View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    dece920 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    c46cd1e View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    ec23aaf View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2024

  1. remove unneeded log

    Monirzadeh committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    ffe6f26 View commit details
    Browse the repository at this point in the history