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

Implement wildcard selector, add proxy example #1020

Merged
merged 42 commits into from
Nov 24, 2021

Commits on Nov 17, 2021

  1. Configuration menu
    Copy the full SHA
    64901a9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2eaf655 View commit details
    Browse the repository at this point in the history
  3. Remove code

    cmichi committed Nov 17, 2021
    Configuration menu
    Copy the full SHA
    bd7eea1 View commit details
    Browse the repository at this point in the history
  4. Fix function name

    cmichi committed Nov 17, 2021
    Configuration menu
    Copy the full SHA
    7b7c43b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4677a59 View commit details
    Browse the repository at this point in the history
  6. Clarify where state resides

    cmichi committed Nov 17, 2021
    Configuration menu
    Copy the full SHA
    fbe82d2 View commit details
    Browse the repository at this point in the history
  7. Apply suggestions from code review

    Co-authored-by: Hernando Castano <[email protected]>
    Michael Müller and HCastano authored Nov 17, 2021
    Configuration menu
    Copy the full SHA
    2e633e3 View commit details
    Browse the repository at this point in the history
  8. Implement comments

    cmichi committed Nov 17, 2021
    Configuration menu
    Copy the full SHA
    23e2baf View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2021

  1. Apply suggestions from code review

    Co-authored-by: Robin Freyler <[email protected]>
    Co-authored-by: Hernando Castano <[email protected]>
    Co-authored-by: Alexander Theißen <[email protected]>
    4 people authored Nov 22, 2021
    Configuration menu
    Copy the full SHA
    75886af View commit details
    Browse the repository at this point in the history
  2. Pre-process _ to "_"

    cmichi committed Nov 22, 2021
    Configuration menu
    Copy the full SHA
    0299f4d View commit details
    Browse the repository at this point in the history
  3. Update String error message

    cmichi committed Nov 22, 2021
    Configuration menu
    Copy the full SHA
    1d102b0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7f1a7ea View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7dba798 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    66a3455 View commit details
    Browse the repository at this point in the history
  7. Update test fixtures

    cmichi committed Nov 22, 2021
    Configuration menu
    Copy the full SHA
    f643a30 View commit details
    Browse the repository at this point in the history
  8. Update error message

    cmichi committed Nov 22, 2021
    Configuration menu
    Copy the full SHA
    1b0c396 View commit details
    Browse the repository at this point in the history
  9. Update test fixtures

    cmichi committed Nov 22, 2021
    Configuration menu
    Copy the full SHA
    5cb1f3c View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2021

  1. Configuration menu
    Copy the full SHA
    ee3d140 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3ed386c View commit details
    Browse the repository at this point in the history
  3. Fix tests

    cmichi committed Nov 23, 2021
    Configuration menu
    Copy the full SHA
    724ff9f View commit details
    Browse the repository at this point in the history
  4. Include clippy suggestion

    cmichi committed Nov 23, 2021
    Configuration menu
    Copy the full SHA
    f4a2765 View commit details
    Browse the repository at this point in the history
  5. Fix error output matching

    cmichi committed Nov 23, 2021
    Configuration menu
    Copy the full SHA
    dc2a9fd View commit details
    Browse the repository at this point in the history
  6. Apply suggestions from code review

    Co-authored-by: Robin Freyler <[email protected]>
    Michael Müller and Robbepop authored Nov 23, 2021
    Configuration menu
    Copy the full SHA
    17067e7 View commit details
    Browse the repository at this point in the history
  7. Fix suggestions

    cmichi committed Nov 23, 2021
    Configuration menu
    Copy the full SHA
    a7e624a View commit details
    Browse the repository at this point in the history
  8. Implement reviewer suggestions

    cmichi committed Nov 23, 2021
    Configuration menu
    Copy the full SHA
    f1429cf View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    0b7cf6e View commit details
    Browse the repository at this point in the history
  10. Improve matching

    cmichi committed Nov 23, 2021
    Configuration menu
    Copy the full SHA
    cc078ea View commit details
    Browse the repository at this point in the history
  11. Include clippy suggestion

    cmichi committed Nov 23, 2021
    Configuration menu
    Copy the full SHA
    c2a2697 View commit details
    Browse the repository at this point in the history
  12. Update test fixture

    cmichi committed Nov 23, 2021
    Configuration menu
    Copy the full SHA
    99a4ff8 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    a2ba30a View commit details
    Browse the repository at this point in the history
  14. Apply suggestions from code review

    Co-authored-by: Hernando Castano <[email protected]>
    Michael Müller and HCastano authored Nov 23, 2021
    Configuration menu
    Copy the full SHA
    9f58738 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    1a7b33c View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    00f360d View commit details
    Browse the repository at this point in the history
  17. Implement suggestions

    cmichi committed Nov 23, 2021
    Configuration menu
    Copy the full SHA
    1bc3bb6 View commit details
    Browse the repository at this point in the history
  18. Revert "Return Result:Err instead of asserting"

    This reverts commit 00f360d.
    cmichi committed Nov 23, 2021
    Configuration menu
    Copy the full SHA
    98da359 View commit details
    Browse the repository at this point in the history
  19. Apply cargo fmt

    cmichi committed Nov 23, 2021
    Configuration menu
    Copy the full SHA
    b498308 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    36a374c View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2021

  1. Configuration menu
    Copy the full SHA
    d55c84b View commit details
    Browse the repository at this point in the history
  2. Fix import path

    cmichi committed Nov 24, 2021
    Configuration menu
    Copy the full SHA
    fbc6097 View commit details
    Browse the repository at this point in the history
  3. Fix import path

    cmichi committed Nov 24, 2021
    Configuration menu
    Copy the full SHA
    7698ad5 View commit details
    Browse the repository at this point in the history
  4. Fix import path

    cmichi committed Nov 24, 2021
    Configuration menu
    Copy the full SHA
    c297f50 View commit details
    Browse the repository at this point in the history
  5. Revert "Return Result:Err instead of asserting"

    This reverts commit 7698ad5.
    This reverts commit fbc6097.
    This reverts commit d55c84b.
    cmichi committed Nov 24, 2021
    Configuration menu
    Copy the full SHA
    21bb558 View commit details
    Browse the repository at this point in the history