Skip to content
Snippets Groups Projects
  1. Apr 28, 2023
  2. Apr 20, 2023
  3. Apr 19, 2023
  4. Dec 16, 2022
  5. Dec 15, 2022
  6. Nov 30, 2022
    • Edmund Smith's avatar
      Bugfix: Use the URL parameter in newLavaClient · 66035c4f
      Edmund Smith authored
      This is a typo fix that was just overlooked. The URL used in
      newLavaClient was hardcoded to be the one for the docker image in the
      compose test, rather than using the configured URL.
      
      Note that the URL the lava backend is receiving is the callback URL,
      not the root LAVA url. There's no obvious nice way to do this, one
      option would be to add another config option with the LAVA root URL,
      but instead I've pruned off the (fixed) callback portion.
      66035c4f
  7. Nov 24, 2022
  8. Nov 09, 2022
    • Edmund Smith's avatar
      Implement the LAVA backend · 19bc1296
      Edmund Smith authored and Andrej Shadura's avatar Andrej Shadura committed
      This is considerably simpler than it might be, because LAVA exports
      the API we want - set all the groups to which a user belongs.
      
      The main complication here is that LAVA uses basic authentication,
      which means we need an XMLRPC library which supports setting this
      header. The majority of go XMLRPC libraries I looked at did not seem
      to support this.
      19bc1296
  9. Aug 22, 2022
  10. Jul 15, 2022
  11. Aug 31, 2021
  12. Aug 11, 2021
Loading