Skip to content
Snippets Groups Projects
  1. Jun 19, 2024
  2. 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
  3. Mar 15, 2024
  4. Mar 14, 2024
  5. Mar 07, 2024
  6. Mar 06, 2024
  7. Mar 01, 2024
  8. Jun 27, 2023
  9. Nov 08, 2022
  10. Apr 13, 2022
  11. 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
  12. Feb 02, 2022
  13. Dec 20, 2021
  14. Dec 16, 2021
  15. Dec 15, 2021
  16. Dec 14, 2021
  17. Dec 10, 2021
Loading