Skip to content
Snippets Groups Projects
  1. Aug 27, 2024
  2. Aug 22, 2024
  3. Aug 15, 2024
  4. Aug 12, 2024
  5. Aug 08, 2024
  6. Jul 30, 2024
  7. Jul 25, 2024
  8. Jul 18, 2024
    • Dmitry Rodionov's avatar
      chore: remove dependency on aws-lc-rs brought by pgwire · 2630ace7
      Dmitry Rodionov authored
      The problem appeared in form of a failed debian package build. aws-lc-rs
      build script was failing with:
      
      thread 'main' panicked at /root/.cargo/registry/src/index.crates.io-6f17d22bba15001f/aws-lc-sys-0.19.0/builder/cc_builder.rs:244:13:
      Your compiler (cc) is not supported due to a memcmp related bug
      reported in https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95189.We
      strongly recommend against using this compiler.
      
      Since we use system openssl we dont need to rely on these backends.
      
      Error message is probably correct, so upgrading the compiler is still a
      good idea.
      2630ace7
  9. Jul 15, 2024
  10. Jul 12, 2024
  11. Jul 05, 2024
  12. Jul 04, 2024
    • Georgy Moshkin's avatar
      feat: introduce picoplugin::transport::rpc module · cb7e0a05
      Georgy Moshkin authored
      - use RouteBuilder to register rpc endpoints (input and ouptut is raw
        bytes for now)
      - use RequestBuilder to send RPC requests to other instances which are
        running a specified plugin.service (guarded by version)
          - supported routing by
              - explicit instance_id
              - replicaset_id
              - bucket_id
              - any available instance with given service
      - use context::Context to extract information about request or add
        custom fields at runtime (middleware not yet implemented)
      cb7e0a05
  13. Jul 02, 2024
  14. Jul 01, 2024
  15. Jun 28, 2024
  16. Jun 21, 2024
  17. Jun 17, 2024
  18. Jun 05, 2024
  19. Jun 04, 2024
  20. May 28, 2024
  21. May 24, 2024
  22. May 22, 2024
  23. May 15, 2024
  24. May 08, 2024
  25. Apr 27, 2024
  26. Apr 17, 2024
  27. Apr 15, 2024
  28. Apr 10, 2024
Loading