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

Get acls subcommand #150

Merged
merged 63 commits into from
Oct 11, 2023
Merged

Get acls subcommand #150

merged 63 commits into from
Oct 11, 2023

Commits on Aug 11, 2023

  1. Configuration menu
    Copy the full SHA
    b86d182 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f1ec537 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    07a63c7 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2023

  1. wip

    petedannemann committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    474c260 View commit details
    Browse the repository at this point in the history
  2. fix test

    petedannemann committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    6e0ec36 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2023

  1. fix typos

    petedannemann committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    7b9454d View commit details
    Browse the repository at this point in the history
  2. get acls working

    petedannemann committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    49f7e19 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2023

  1. getacls working

    petedannemann committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    8382e98 View commit details
    Browse the repository at this point in the history
  2. upgrade cobra to latest

    petedannemann committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    7b8ee42 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2a7d2de View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1b84ef3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ff7d81d View commit details
    Browse the repository at this point in the history
  6. wip

    petedannemann committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    ea28ea9 View commit details
    Browse the repository at this point in the history
  7. pr feedback

    petedannemann committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    07667dd View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2023

  1. Revert "upgrade cobra to latest"

    This reverts commit 7b8ee42.
    petedannemann committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    dcdd0e8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d58262c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9f8f550 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4a78af2 View commit details
    Browse the repository at this point in the history
  5. custom cobra type

    petedannemann committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    1dbf200 View commit details
    Browse the repository at this point in the history
  6. bring in new kafka-go

    petedannemann committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    226ae1c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    acc011f View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2023

  1. Configuration menu
    Copy the full SHA
    2536e50 View commit details
    Browse the repository at this point in the history
  2. improve descriptions

    petedannemann committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    62671b0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3f050ca View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    925670c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5cff332 View commit details
    Browse the repository at this point in the history
  6. improve docs

    petedannemann committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    e6e8c63 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2023

  1. add examples

    petedannemann committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    e28cb01 View commit details
    Browse the repository at this point in the history
  2. remove comment

    petedannemann committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    9735b1b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b19a4e1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    43806c0 View commit details
    Browse the repository at this point in the history
  5. update README

    petedannemann committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    2fb8c8e View commit details
    Browse the repository at this point in the history
  6. fix test

    petedannemann committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    45d403d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c5e909d View commit details
    Browse the repository at this point in the history
  8. wip

    petedannemann committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    b3a5ef8 View commit details
    Browse the repository at this point in the history
  9. fix error handling

    petedannemann committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    6c1f7f1 View commit details
    Browse the repository at this point in the history
  10. error handling for zk

    petedannemann committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    cd3a1f6 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    e0c8c63 View commit details
    Browse the repository at this point in the history
  12. clean up createacl

    petedannemann committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    90147f3 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    7534ecf View commit details
    Browse the repository at this point in the history
  14. improve zk tests

    petedannemann committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    7551ece View commit details
    Browse the repository at this point in the history
  15. run acl tests in ci

    petedannemann committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    df19f18 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    e799c40 View commit details
    Browse the repository at this point in the history
  17. fix zk tests

    petedannemann committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    cf690ee View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    41283c7 View commit details
    Browse the repository at this point in the history
  19. try to debug

    petedannemann committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    b553d3d View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    14811f7 View commit details
    Browse the repository at this point in the history
  21. operations -> operation

    petedannemann committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    7cc16a6 View commit details
    Browse the repository at this point in the history
  22. operations -> operation

    petedannemann committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    2d12642 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    fdb8288 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2023

  1. Configuration menu
    Copy the full SHA
    4f4be70 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    96dedfd View commit details
    Browse the repository at this point in the history
  3. fix merge conflict

    petedannemann committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    d65759d View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2023

  1. fix test

    petedannemann committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    36d3de9 View commit details
    Browse the repository at this point in the history
  2. add json annotations

    petedannemann committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    9b1262a View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2023

  1. Configuration menu
    Copy the full SHA
    cd2c1f2 View commit details
    Browse the repository at this point in the history
  2. createacl -> createacls

    petedannemann committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    4b68dff View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3f79c7e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    85317e9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ae5de47 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    fabeb48 View commit details
    Browse the repository at this point in the history
  7. remove sleep

    petedannemann committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    41c6acd View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2023

  1. capitalize ACls

    petedannemann committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    e31e066 View commit details
    Browse the repository at this point in the history