Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add ChannelSpec #2870

Merged
merged 53 commits into from
Oct 12, 2023
Merged

Add ChannelSpec #2870

merged 53 commits into from
Oct 12, 2023

Commits on Oct 12, 2023

  1. Configuration menu
    Copy the full SHA
    e585ce1 View commit details
    Browse the repository at this point in the history
  2. Add ChannelSpec

    AntoinePrv committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    e189e93 View commit details
    Browse the repository at this point in the history
  3. Add ChannelSpec::Type

    AntoinePrv committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    02beb7a View commit details
    Browse the repository at this point in the history
  4. Add abs_path_or_url_to_url

    AntoinePrv committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    2b27731 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7116740 View commit details
    Browse the repository at this point in the history
  6. Add ChannelSpec::location

    AntoinePrv committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    87a9520 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0babd93 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    66872c5 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    f7064fb View commit details
    Browse the repository at this point in the history
  10. More flat_set in Channel

    AntoinePrv committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    602e690 View commit details
    Browse the repository at this point in the history
  11. Regenerate Python stubs

    AntoinePrv committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    f578e56 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    506d3c6 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    29b3bf4 View commit details
    Browse the repository at this point in the history
  14. Fix env export channels

    AntoinePrv committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    fac00f7 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    875569d View commit details
    Browse the repository at this point in the history
  16. Fix tests on Windows

    AntoinePrv committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    d075383 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    9c69a44 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    1723c5e View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    634ca7d View commit details
    Browse the repository at this point in the history
  20. Fix local channel name

    AntoinePrv committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    7e982fd View commit details
    Browse the repository at this point in the history
  21. Improve path_to_url

    AntoinePrv committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    e2ee9d9 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    ab1dadd View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    886cd03 View commit details
    Browse the repository at this point in the history
  24. Fix wrong move

    AntoinePrv committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    06efd80 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    a747686 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    d6ec077 View commit details
    Browse the repository at this point in the history
  27. Add defaulted host to URL

    AntoinePrv committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    a833a3a View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    cc276aa View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    50ad356 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    ad79d6b View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    cba884e View commit details
    Browse the repository at this point in the history
  32. Add str Credential options

    AntoinePrv committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    f195c70 View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    87fc107 View commit details
    Browse the repository at this point in the history
  34. Add split_prefix/suffix

    AntoinePrv committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    45dd4dd View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    b42a059 View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    853adbc View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    b6fadec View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    27b6055 View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    9bc90d2 View commit details
    Browse the repository at this point in the history
  40. Configuration menu
    Copy the full SHA
    15285c4 View commit details
    Browse the repository at this point in the history
  41. Configuration menu
    Copy the full SHA
    dc08c30 View commit details
    Browse the repository at this point in the history
  42. Configuration menu
    Copy the full SHA
    1b282e1 View commit details
    Browse the repository at this point in the history
  43. Refactor URL::authority

    AntoinePrv committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    5c4e458 View commit details
    Browse the repository at this point in the history
  44. Configuration menu
    Copy the full SHA
    26ed420 View commit details
    Browse the repository at this point in the history
  45. Remove empty path URL case

    AntoinePrv committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    9903c62 View commit details
    Browse the repository at this point in the history
  46. Add path_is_prefix

    AntoinePrv committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    5b4c32c View commit details
    Browse the repository at this point in the history
  47. Fix url_match

    AntoinePrv committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    684402c View commit details
    Browse the repository at this point in the history
  48. Configuration menu
    Copy the full SHA
    830527c View commit details
    Browse the repository at this point in the history
  49. Configuration menu
    Copy the full SHA
    120adf4 View commit details
    Browse the repository at this point in the history
  50. Configuration menu
    Copy the full SHA
    243dd1e View commit details
    Browse the repository at this point in the history
  51. Use util:concat

    AntoinePrv committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    6c334e6 View commit details
    Browse the repository at this point in the history
  52. Configuration menu
    Copy the full SHA
    2a75f1c View commit details
    Browse the repository at this point in the history
  53. Configuration menu
    Copy the full SHA
    d8c6391 View commit details
    Browse the repository at this point in the history