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

Feature Branch: consul-k8s Envoy Debugging #1271

Merged
merged 175 commits into from
Aug 9, 2022
Merged

Feature Branch: consul-k8s Envoy Debugging #1271

merged 175 commits into from
Aug 9, 2022

Commits on Aug 9, 2022

  1. Add PortForward struct

    Thomas Eckert committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    d97067b View commit details
    Browse the repository at this point in the history
  2. Handle listener.Close error

    Thomas Eckert committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    4eaf81f View commit details
    Browse the repository at this point in the history
  3. Channels now have a default size of 1.

    Thomas Eckert committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    9ab33d2 View commit details
    Browse the repository at this point in the history
  4. Remove http:// from endpoint

    Thomas Eckert committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    ca15154 View commit details
    Browse the repository at this point in the history
  5. Open returns endpoint (bye Endpoint())

    Thomas Eckert committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    11b7c17 View commit details
    Browse the repository at this point in the history
  6. Add stub of TestOpen

    Thomas Eckert committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    177a0fe View commit details
    Browse the repository at this point in the history
  7. Add unit tests to portforward

    Thomas Eckert committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    6e9036c View commit details
    Browse the repository at this point in the history
  8. Assert correct error messages

    Thomas Eckert committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    8d192ed View commit details
    Browse the repository at this point in the history
  9. Add FetchPods

    Thomas Eckert committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    5d554c9 View commit details
    Browse the repository at this point in the history
  10. Add tests for fetch_pods

    Thomas Eckert committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    7fce121 View commit details
    Browse the repository at this point in the history
  11. Rename table.Rich to table.AddRow

    Thomas Eckert committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    bb13ad3 View commit details
    Browse the repository at this point in the history
  12. Add the proxy list command

    Thomas Eckert committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    62a8da3 View commit details
    Browse the repository at this point in the history
  13. Register the proxy list command

    Thomas Eckert committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    22b1c20 View commit details
    Browse the repository at this point in the history
  14. Change TableEntry to Cell

    Thomas Eckert committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    74a5231 View commit details
    Browse the repository at this point in the history
  15. Move constants to top of table

    Thomas Eckert committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    c5a6d15 View commit details
    Browse the repository at this point in the history
  16. Format output to match Consul CLI

    Thomas Eckert committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    454e0ae View commit details
    Browse the repository at this point in the history
  17. Simplify status table output

    Thomas Eckert committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    90c196b View commit details
    Browse the repository at this point in the history
  18. Move pod fetching into the command

    Thomas Eckert committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    7c8c295 View commit details
    Browse the repository at this point in the history
  19. Add comments to functions

    Thomas Eckert committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    1a79e3c View commit details
    Browse the repository at this point in the history
  20. Use c.fetchPods

    Thomas Eckert committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    a060386 View commit details
    Browse the repository at this point in the history
  21. Use a switch to format gateway type

    Thomas Eckert committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    99cb8e9 View commit details
    Browse the repository at this point in the history
  22. Rename Command to ListCommand

    Thomas Eckert committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    57429e1 View commit details
    Browse the repository at this point in the history
  23. Add tests

    Thomas Eckert committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    2177e0f View commit details
    Browse the repository at this point in the history
  24. Update cli/cmd/proxy/list/command_test.go

    Co-authored-by: Kyle Schochenmaier <kschoche@gmail.com>
    Thomas Eckert and kschoche committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    905a330 View commit details
    Browse the repository at this point in the history
  25. Change synopsis to say "managed by Consul"

    Thomas Eckert committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    ec793c7 View commit details
    Browse the repository at this point in the history
  26. Use Kubernetes validation module

    Thomas Eckert committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    36d5619 View commit details
    Browse the repository at this point in the history
  27. Use the default namespace specified in the kubeconfig

    Thomas Eckert committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    e7b0277 View commit details
    Browse the repository at this point in the history
  28. Add comments to pod fetching

    Thomas Eckert committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    2423a9b View commit details
    Browse the repository at this point in the history
  29. Improve errors and output formatting

    Thomas Eckert committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    90ccbf1 View commit details
    Browse the repository at this point in the history
  30. Add the namespace field

    Thomas Eckert committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    3a3143c View commit details
    Browse the repository at this point in the history
  31. Fix namespace handling

    Thomas Eckert committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    fa285ef View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    632a097 View commit details
    Browse the repository at this point in the history
  33. sidecar -> pod1

    Thomas Eckert committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    a3c3f49 View commit details
    Browse the repository at this point in the history
  34. Improve initKubernetes

    Thomas Eckert committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    dd43e58 View commit details
    Browse the repository at this point in the history
  35. Add fake kubernetes back into arg parsing

    Thomas Eckert committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    9b8fdb2 View commit details
    Browse the repository at this point in the history
  36. Add chart:consul-helm to label selector

    Thomas Eckert committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    cf07f4e View commit details
    Browse the repository at this point in the history
  37. Add stub for proxy/read

    Thomas Eckert committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    3ee3cfb View commit details
    Browse the repository at this point in the history
  38. Stub out command and tests

    Thomas Eckert committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    dac65dd View commit details
    Browse the repository at this point in the history
  39. Add proxy read to command map

    Thomas Eckert committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    2e41c7c View commit details
    Browse the repository at this point in the history
  40. Add PortForwarder interface

    Thomas Eckert committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    e05631e View commit details
    Browse the repository at this point in the history
  41. Add test_config_dump.json

    Thomas Eckert committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    30fa5c0 View commit details
    Browse the repository at this point in the history
  42. Stub out config

    Thomas Eckert committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    64fa0cb View commit details
    Browse the repository at this point in the history
  43. Add FetchConfig

    Thomas Eckert committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    8f338f7 View commit details
    Browse the repository at this point in the history
  44. Have Print take a Config type

    Thomas Eckert committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    e5c0006 View commit details
    Browse the repository at this point in the history
  45. Add initKubernetes

    Thomas Eckert committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    b878e7a View commit details
    Browse the repository at this point in the history
  46. Fix test config embed

    Thomas Eckert committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    5668c99 View commit details
    Browse the repository at this point in the history
  47. Change fs to fetch_fs

    Thomas Eckert committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    38dc1f6 View commit details
    Browse the repository at this point in the history
  48. Add config and config_test

    Thomas Eckert committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    8426fa1 View commit details
    Browse the repository at this point in the history
  49. Add Envoy config

    Thomas Eckert committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    5db07c2 View commit details
    Browse the repository at this point in the history
  50. Run go mod tidy

    Thomas Eckert committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    63d3b59 View commit details
    Browse the repository at this point in the history
  51. Consolidate into config struct

    Thomas Eckert committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    901efec View commit details
    Browse the repository at this point in the history
  52. Reconfigure config around parsing EnvoyConfig proto

    Thomas Eckert committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    ce0ad6b View commit details
    Browse the repository at this point in the history
  53. Remove the JSON ref for now

    Thomas Eckert committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    1ad59a3 View commit details
    Browse the repository at this point in the history
  54. Fill out the config sections and stub out parsers

    Thomas Eckert committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    94c5c52 View commit details
    Browse the repository at this point in the history
  55. Catch the error when closing the response body

    Thomas Eckert committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    0479f60 View commit details
    Browse the repository at this point in the history
  56. Add parsers for endpoints, listeners, and routes

    Thomas Eckert committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    bc027f9 View commit details
    Browse the repository at this point in the history
  57. Clean up endpoint parsing

    Thomas Eckert committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    c9f618d View commit details
    Browse the repository at this point in the history
  58. Properly return error

    Thomas Eckert committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    99e4880 View commit details
    Browse the repository at this point in the history
  59. Add Envoy types for serialization

    Thomas Eckert committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    6e1f254 View commit details
    Browse the repository at this point in the history
  60. Fix LastUpdate to LastUpdated

    Thomas Eckert committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    d83cfda View commit details
    Browse the repository at this point in the history
  61. Add manual unmarshaling for Config

    Thomas Eckert committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    28527e3 View commit details
    Browse the repository at this point in the history
  62. Add outputConfig for clusters and endpoints

    Thomas Eckert committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    d54372c View commit details
    Browse the repository at this point in the history
  63. Change podname to positional arg

    Thomas Eckert committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    3909076 View commit details
    Browse the repository at this point in the history
  64. Configuration menu
    Copy the full SHA
    800b8b6 View commit details
    Browse the repository at this point in the history
  65. Add filtering flags and fix issue with RestConfig

    Thomas Eckert committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    ffbe6bd View commit details
    Browse the repository at this point in the history
  66. Add Listeners, Routes, and Secrets to the output

    Thomas Eckert committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    35b130e View commit details
    Browse the repository at this point in the history
  67. Print a header above the tables

    Thomas Eckert committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    cc2ffe3 View commit details
    Browse the repository at this point in the history
  68. Validate namespace input

    Thomas Eckert committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    b47d763 View commit details
    Browse the repository at this point in the history
  69. Add unit tests for read command

    Thomas Eckert committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    813ee64 View commit details
    Browse the repository at this point in the history
  70. Remove the podname passed test

    Thomas Eckert committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    f872e6a View commit details
    Browse the repository at this point in the history
  71. Remove filter and filter chain match types

    Thomas Eckert committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    09cf538 View commit details
    Browse the repository at this point in the history
  72. Unskip config tests

    Thomas Eckert committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    dcf9275 View commit details
    Browse the repository at this point in the history
  73. Fixup config tests

    Thomas Eckert committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    071f0fe View commit details
    Browse the repository at this point in the history
  74. Fix ineffectual err assignment

    Thomas Eckert committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    742261b View commit details
    Browse the repository at this point in the history
  75. Add secrets to output

    Thomas Eckert committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    702e394 View commit details
    Browse the repository at this point in the history
  76. Add a call for filter formatting

    Thomas Eckert committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    e61c45b View commit details
    Browse the repository at this point in the history
  77. Configuration menu
    Copy the full SHA
    3b1d0c5 View commit details
    Browse the repository at this point in the history
  78. Add filters to listeners in test

    Thomas Eckert committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    0c5a5a7 View commit details
    Browse the repository at this point in the history
  79. Add types for filters in listeners

    Thomas Eckert committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    e1095c0 View commit details
    Browse the repository at this point in the history
  80. Add first pass at filter formatting

    Thomas Eckert committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    a50ab01 View commit details
    Browse the repository at this point in the history
  81. Run go mod tidy

    Thomas Eckert committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    6a94d43 View commit details
    Browse the repository at this point in the history
  82. Re-add last updated to listeners

    Thomas Eckert committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    5683147 View commit details
    Browse the repository at this point in the history
  83. Add static listeners and fix formatting of all listeners

    Thomas Eckert committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    a119b43 View commit details
    Browse the repository at this point in the history
  84. Format weight with 2 decimal points

    Thomas Eckert committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    0f8caf3 View commit details
    Browse the repository at this point in the history
  85. Fix config test

    Thomas Eckert committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    82da7b5 View commit details
    Browse the repository at this point in the history
  86. Add comment on implementing unmarshaling interface

    Thomas Eckert committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    609cc84 View commit details
    Browse the repository at this point in the history
  87. Ran gofmt 🤦

    Thomas Eckert committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    1f9a035 View commit details
    Browse the repository at this point in the history
  88. Update CHANGELOG

    Thomas Eckert committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    636356c View commit details
    Browse the repository at this point in the history
  89. Add proxy command to show subcommands

    Thomas Eckert committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    76a14c8 View commit details
    Browse the repository at this point in the history
  90. Debug -> Inspect

    Thomas Eckert committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    04b0259 View commit details
    Browse the repository at this point in the history
  91. Add GetSetFlags

    Thomas Eckert committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    84ea647 View commit details
    Browse the repository at this point in the history
  92. Configuration menu
    Copy the full SHA
    9e6db0a View commit details
    Browse the repository at this point in the history
  93. Print -json of values in the tables

    Thomas Eckert committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    f3e12d2 View commit details
    Browse the repository at this point in the history
  94. Set config values to empty slices by default

    Thomas Eckert committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    bde69af View commit details
    Browse the repository at this point in the history
  95. Safely return marshaling error

    Thomas Eckert committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    369986b View commit details
    Browse the repository at this point in the history
  96. 🤦 like, actually handle the output error

    Thomas Eckert committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    a333af8 View commit details
    Browse the repository at this point in the history
  97. Configuration menu
    Copy the full SHA
    5e71b48 View commit details
    Browse the repository at this point in the history
  98. Add -o flag which takes table, json, or raw

    Thomas Eckert committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    348af87 View commit details
    Browse the repository at this point in the history
  99. Add test for -output

    Thomas Eckert committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    9f61063 View commit details
    Browse the repository at this point in the history
  100. Use switch for output instead

    Thomas Eckert committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    c7cb2f7 View commit details
    Browse the repository at this point in the history
  101. Remove extra sizing arg in make

    Thomas Eckert committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    a00647f View commit details
    Browse the repository at this point in the history
  102. Remove unused help field

    Thomas Eckert committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    520d689 View commit details
    Browse the repository at this point in the history
  103. Remove unused dependency

    Thomas Eckert committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    814f4df View commit details
    Browse the repository at this point in the history
  104. Allow for passing in any output buffer for the UI

    Thomas Eckert committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    85a6579 View commit details
    Browse the repository at this point in the history
  105. Allow passing in a buffer for terminal output

    Thomas Eckert committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    56da407 View commit details
    Browse the repository at this point in the history
  106. Test end-to-end for list command

    Thomas Eckert committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    7eb8859 View commit details
    Browse the repository at this point in the history
  107. Add end-to-end test for read command

    Thomas Eckert committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    4cbcdc8 View commit details
    Browse the repository at this point in the history
  108. Remove self-assignment

    Thomas Eckert committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    155a0b5 View commit details
    Browse the repository at this point in the history
  109. Fixed bug I created with the uninstall tests

    Thomas Eckert committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    ce1e089 View commit details
    Browse the repository at this point in the history
  110. TestArgumentParsing -> TestFlagParsing

    Thomas Eckert committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    8920b4a View commit details
    Browse the repository at this point in the history
  111. context.TODO() -> context.Background()

    Thomas Eckert committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    6e5eb81 View commit details
    Browse the repository at this point in the history
  112. Move getInitializedCommand to the bottom of the test file

    Thomas Eckert committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    8a94ace View commit details
    Browse the repository at this point in the history
  113. mockFetchConfig -> fakeFetchConfig

    Thomas Eckert committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    072334f View commit details
    Browse the repository at this point in the history
  114. TestArgumentParsing -> TestFlagParsing (Part 2)

    Thomas Eckert committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    f1086c6 View commit details
    Browse the repository at this point in the history
  115. getInitializedCommand -> setupCommand

    Thomas Eckert committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    1c3b822 View commit details
    Browse the repository at this point in the history
  116. EndToEnd -> *CommandOutput

    Thomas Eckert committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    2269927 View commit details
    Browse the repository at this point in the history
  117. Remove Init() function from commands (was no-op)

    Thomas Eckert committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    b19adbd View commit details
    Browse the repository at this point in the history
  118. interpret -> parse

    Thomas Eckert committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    3c9ea61 View commit details
    Browse the repository at this point in the history
  119. Use NewUI in NewBasicUI

    Thomas Eckert committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    ca46a3a View commit details
    Browse the repository at this point in the history
  120. Check that dont-fetch is not in the output

    Thomas Eckert committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    ddf2106 View commit details
    Browse the repository at this point in the history
  121. Remove once to fix linter error

    Thomas Eckert committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    209ac14 View commit details
    Browse the repository at this point in the history
  122. Resolve merge conflicts

    Thomas Eckert committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    fa28ee1 View commit details
    Browse the repository at this point in the history
  123. Get admin port for all services

    Thomas Eckert committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    363a883 View commit details
    Browse the repository at this point in the history
  124. Add UI to all commands

    Thomas Eckert committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    c7e15b8 View commit details
    Browse the repository at this point in the history
  125. Separate out formatting of tables

    Thomas Eckert committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    bb81073 View commit details
    Browse the repository at this point in the history
  126. Add fake pod to fix command_test

    Thomas Eckert committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    b23296a View commit details
    Browse the repository at this point in the history
  127. Add tests for formatting

    Thomas Eckert committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    dba095b View commit details
    Browse the repository at this point in the history
  128. Actually check the error from outputConfigs

    Thomas Eckert committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    8d4b62a View commit details
    Browse the repository at this point in the history
  129. Add back in the e???

    Thomas Eckert committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    c794e25 View commit details
    Browse the repository at this point in the history
  130. Resolve merge conflicts

    Thomas Eckert committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    3e19e7a View commit details
    Browse the repository at this point in the history
  131. Get admin port for all services

    Thomas Eckert committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    99af8a6 View commit details
    Browse the repository at this point in the history
  132. Add back in the e???

    Thomas Eckert committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    4b534d9 View commit details
    Browse the repository at this point in the history
  133. Read output for table formatting

    Thomas Eckert committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    a7d9678 View commit details
    Browse the repository at this point in the history
  134. Fix issues that came up with rebasing

    Thomas Eckert committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    03b340f View commit details
    Browse the repository at this point in the history
  135. Add FQDN filtering

    Thomas Eckert committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    8534fb6 View commit details
    Browse the repository at this point in the history
  136. Add port filtering

    Thomas Eckert committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    0df7152 View commit details
    Browse the repository at this point in the history
  137. Rename filters to reflect their association with clusters

    Thomas Eckert committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    9435738 View commit details
    Browse the repository at this point in the history
  138. Stub out other filter functions

    Thomas Eckert committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    1bd6eab View commit details
    Browse the repository at this point in the history
  139. Add comments to filter functions

    Thomas Eckert committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    524a499 View commit details
    Browse the repository at this point in the history
  140. Redo filters to make them nicer functions

    Thomas Eckert committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    292fb69 View commit details
    Browse the repository at this point in the history
  141. Namespace -> namespace

    Thomas Eckert committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    f6398af View commit details
    Browse the repository at this point in the history
  142. tableFitlersPassed -> areTablesFiltered

    Thomas Eckert committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    31c00d6 View commit details
    Browse the repository at this point in the history
  143. Make the filtering verbiage nicer

    Thomas Eckert committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    6c64ff8 View commit details
    Browse the repository at this point in the history
  144. Add more combos to cluster filtering test

    Thomas Eckert committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    7e6515d View commit details
    Browse the repository at this point in the history
  145. Add cases to make the filters tests more complete

    Thomas Eckert committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    3b9578d View commit details
    Browse the repository at this point in the history
  146. Fix test output

    Thomas Eckert committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    2c1e75e View commit details
    Browse the repository at this point in the history
  147. Replace -> with "to" in output

    Thomas Eckert committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    67058c8 View commit details
    Browse the repository at this point in the history
  148. Update tests to account for -> to "to" change

    Thomas Eckert committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    4252bb7 View commit details
    Browse the repository at this point in the history
  149. Fix rebase issues

    Thomas Eckert committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    c3ff050 View commit details
    Browse the repository at this point in the history
  150. Clarify wording on -port help text

    Thomas Eckert committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    21b49c6 View commit details
    Browse the repository at this point in the history
  151. Remove unused output method

    Thomas Eckert committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    a7466e6 View commit details
    Browse the repository at this point in the history
  152. Make the filter output a bit more pronounced

    Thomas Eckert committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    5148199 View commit details
    Browse the repository at this point in the history
  153. Remove excess values in filter tests

    Thomas Eckert committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    2c18202 View commit details
    Browse the repository at this point in the history
  154. Change filter logic from negative to positive

    Co-authored-by: Iryna Shustava <ishustava@users.noreply.github.com>
    Thomas Eckert and ishustava committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    4eab2a3 View commit details
    Browse the repository at this point in the history
  155. Use "shouldPrintTable" method

    Thomas Eckert committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    ad7a73c View commit details
    Browse the repository at this point in the history
  156. Change the separator on endpoints in the filter code

    Thomas Eckert committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    cbdc1b5 View commit details
    Browse the repository at this point in the history
  157. endpoint addresses -> addresses

    Thomas Eckert committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    5fc6f3c View commit details
    Browse the repository at this point in the history
  158. Add test with multiple endpoints

    Thomas Eckert committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    637b3d2 View commit details
    Browse the repository at this point in the history
  159. Add note on combining filters

    Thomas Eckert committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    7f20394 View commit details
    Browse the repository at this point in the history
  160. Test multiple combinations of table filtering flags

    Thomas Eckert committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    67c097f View commit details
    Browse the repository at this point in the history
  161. Add cluster mapping to the config

    Thomas Eckert committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    48a0c92 View commit details
    Browse the repository at this point in the history
  162. Configuration menu
    Copy the full SHA
    6c1dfb3 View commit details
    Browse the repository at this point in the history
  163. Add cluster endpoint parsing to tests

    Thomas Eckert committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    c527691 View commit details
    Browse the repository at this point in the history
  164. Configuration menu
    Copy the full SHA
    d7ae0d3 View commit details
    Browse the repository at this point in the history
  165. Add method for extracting CLI binary from cli_cluster obj

    Thomas Eckert committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    527a713 View commit details
    Browse the repository at this point in the history
  166. Add test for Envoy debugging

    Thomas Eckert committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    758863b View commit details
    Browse the repository at this point in the history
  167. Add check for correct output

    Thomas Eckert committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    2f14a2d View commit details
    Browse the repository at this point in the history
  168. Remove commented out output

    Thomas Eckert committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    a5e1e05 View commit details
    Browse the repository at this point in the history
  169. Add retry to read check

    Thomas Eckert committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    eb29fcb View commit details
    Browse the repository at this point in the history
  170. Configuration menu
    Copy the full SHA
    1935fcf View commit details
    Browse the repository at this point in the history
  171. Fix helper test out of order bug

    Thomas Eckert committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    878fec6 View commit details
    Browse the repository at this point in the history
  172. Fix silly off-by-one error 🤦

    Thomas Eckert committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    6c0e61a View commit details
    Browse the repository at this point in the history
  173. Move helper into connect inject test

    Thomas Eckert committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    987afc1 View commit details
    Browse the repository at this point in the history
  174. Fix list translation

    Thomas Eckert committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    eabafe3 View commit details
    Browse the repository at this point in the history
  175. Fix merge conflict on CHANGELOG

    Thomas Eckert committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    9a9a55d View commit details
    Browse the repository at this point in the history