Skip to content
Snippets Groups Projects
  1. Aug 15, 2023
  2. Aug 07, 2023
  3. Aug 03, 2023
  4. Jul 21, 2023
  5. Jul 18, 2023
  6. Jul 14, 2023
  7. Jul 12, 2023
  8. 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
  9. Jun 16, 2023
  10. May 29, 2023
  11. Apr 06, 2023
  12. Jan 27, 2023
  13. Nov 23, 2022
  14. Nov 22, 2022
  15. Oct 31, 2022
  16. Oct 27, 2022
  17. Aug 18, 2022
  18. Jul 08, 2022
Loading