Skip to content
Snippets Groups Projects
  1. Jun 21, 2024
  2. Jun 20, 2024
    • jkito's avatar
      chore: simplify setting of version for the app · 50108c0c
      jkito authored
      this removes the go generate way of generating the
      pkg/config/version.go file and uses build time  ld
      flags to set the version when building from git or
      uses .gitattributes to set it during git archive
      50108c0c
  3. Jun 19, 2024
  4. Apr 15, 2024
    • Pea Nut's avatar
      Add support for different api versions · 970c3f4f
      Pea Nut authored and jkito's avatar jkito committed
      - vendor.conf now has a default api version:
          - apiVersion = 3 is set for all current providers
      - provider.py (called during `make vendor`) now supports api version
        and writes it to providers.json
      - the desktop client logs the used api version. Currently v5 is not yet implement.
        This is just the preparation for it
      - this is only a temporary solution. In the future, we want to get the
        api version during runtime by parsing $api/provider.json
      970c3f4f
  5. Mar 15, 2024
  6. Mar 14, 2024
  7. Mar 07, 2024
  8. Mar 06, 2024
  9. Mar 01, 2024
  10. Jun 27, 2023
  11. Nov 08, 2022
  12. Apr 13, 2022
  13. Mar 15, 2022
    • Sam Whited's avatar
      Remove vendor from git · 2d95d4d0
      Sam Whited authored
      
      Previously we saved the vendor tree in version control, making any
      commit that changed a dependency rather large.
      Go Modules gives us most of the advantages of vendoring except that if a
      dependency which is not stored on the proxy is deleted we would lose
      access to it.
      For now, we can remove the vendor tree and when we get CI working again
      we can possibly generate and save the vendor tree as a build artifact.
      
      Signed-off-by: default avatarSam Whited <sam@samwhited.com>
      Verified
      2d95d4d0
  14. Feb 02, 2022
Loading