Skip to content
Snippets Groups Projects
  1. Jul 18, 2023
  2. Jul 14, 2023
  3. Jul 13, 2023
  4. Jul 12, 2023
  5. Jul 11, 2023
  6. Jul 10, 2023
  7. 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
  8. Jul 03, 2023
  9. Jun 30, 2023
  10. Jun 29, 2023
Loading