Skip to content
Snippets Groups Projects
  1. Jul 10, 2023
  2. Jul 05, 2023
    • Dmitry Travyan's avatar
      refactor: cli address parsing · 9d91b461
      Dmitry Travyan authored and Yaroslav Dynnikov's avatar Yaroslav Dynnikov committed
      The following commands are affected:
      
      - `picodata connect [user@][host][:port]`
      - `picodata run --peer`
      - `picodata run --listen`
      - `picodata run --http-listen`
      - `picodata run --advertise`
      - `picodata expel --peer`
      
      Only `picodata connect` respects the username. Other options just ignore
      it.
      
      - Provide new `struct Address`
      - Replace `try_parse_address` function with `impl FromStr for Address`.
      - Provide both unit and pytests
      9d91b461
  3. Jul 03, 2023
  4. Jun 30, 2023
  5. Jun 29, 2023
  6. Jun 23, 2023
  7. Jun 22, 2023
  8. Jun 20, 2023
  9. Jun 19, 2023
    • Yaroslav Dynnikov's avatar
      fix: test_http_server on mac · 8a8e94df
      Yaroslav Dynnikov authored
      Picodata treats absent hostname (`:8080`) as `localhost` by default,
      which resolves to IPv6 on Mac. The test explicitly specified
      inconsistent addresses, and that caused "connection refused" error.
      8a8e94df
  10. Jun 16, 2023
  11. Jun 15, 2023
  12. Jun 14, 2023
  13. Jun 13, 2023
  14. Jun 09, 2023
  15. Jun 08, 2023
Loading