Skip to content
Snippets Groups Projects
  1. Aug 22, 2024
  2. Jul 23, 2024
  3. Jul 15, 2024
  4. Jul 14, 2024
  5. Jul 11, 2024
  6. Jun 11, 2024
  7. Jun 09, 2024
  8. May 14, 2024
  9. May 10, 2024
  10. May 01, 2024
  11. Apr 28, 2024
  12. Apr 16, 2024
  13. Apr 06, 2024
  14. Mar 19, 2024
  15. Mar 10, 2024
  16. Mar 02, 2024
  17. Feb 20, 2024
  18. Feb 14, 2024
  19. Jan 19, 2024
  20. Dec 17, 2023
  21. Oct 31, 2023
  22. Oct 28, 2023
  23. Oct 25, 2023
  24. Sep 20, 2023
  25. Sep 13, 2023
  26. Sep 12, 2023
  27. Sep 06, 2023
  28. Aug 18, 2023
  29. Jul 26, 2023
    • Leonardo Christino's avatar
      feat(querybuilder): full rework of querybuilder · 75493e2a
      Leonardo Christino authored
      Inner query in JSON format fully reworked. The interface was reworked to use entity attributes as part of query logic. Handle inner logic and types fully reworked for better type-checking and future-proofing. Includes logic in query building, parsing, and execution.
      Logic pills can be created from the handle drop and from the side panel.
      
      Solves #42 and #53
      75493e2a
  30. Jun 21, 2023
    • Behrisch, M. (Michael)'s avatar
      feat(zap): adds keycloak for JWT and auth mgmt · c45ffe10
      Behrisch, M. (Michael) authored
      Replaces the custom made auth-backend (auth-gateway) with its token logic and complexity
      with established open-source FIPS 140-2 compliant authentication solution.
      Current code uses newly deployed keycloak within kind deployment script,
      but some todos are left and should be further developed.
      Does not use auth-gateway anymore for authentication,
      only as a proxy to extract authorization and user information from token for downstream apis.
      
      solves #28
      c45ffe10
  31. Jun 20, 2023
Loading