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

Refactor output format framework to support tables and empty format #1502

Closed
wants to merge 86 commits into from
Closed

Refactor output format framework to support tables and empty format #1502

wants to merge 86 commits into from

Commits on Mar 31, 2022

  1. [WIP] [Updated] Issues #1429 and #1440

    Kannan committed Mar 31, 2022
    Configuration menu
    Copy the full SHA
    979f071 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2022

  1. Configuration menu
    Copy the full SHA
    7456a23 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2022

  1. [WIP] [Updated]: Issues #1429 and #1440

    Kannan committed Apr 5, 2022
    Configuration menu
    Copy the full SHA
    d6242d9 View commit details
    Browse the repository at this point in the history
  2. chore: bazzinga

    wtrocki authored Apr 5, 2022
    Configuration menu
    Copy the full SHA
    ffd911e View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2022

  1. chore: updated fix #1502

    Kannan committed Apr 6, 2022
    Configuration menu
    Copy the full SHA
    106a18d View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2022

  1. chore: updated issue #1502

    Kannan committed Apr 7, 2022
    Configuration menu
    Copy the full SHA
    e3d67f5 View commit details
    Browse the repository at this point in the history
  2. fix: issue #1429 completed, awaiting verification

    Kannan committed Apr 7, 2022
    Configuration menu
    Copy the full SHA
    ce01938 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2022

  1. fix: support for tables and empty format

    Kannan committed Apr 8, 2022
    Configuration menu
    Copy the full SHA
    2e913a2 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2022

  1. chore: configure list.go to include table

    Kannan committed Apr 12, 2022
    Configuration menu
    Copy the full SHA
    d1e4d95 View commit details
    Browse the repository at this point in the history
  2. chore: updated list.go(s)

    Kannan committed Apr 12, 2022
    Configuration menu
    Copy the full SHA
    02d2057 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2022

  1. chore: updated fix for #1429 and .md files

    Kannan committed Apr 19, 2022
    Configuration menu
    Copy the full SHA
    86d5edf View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2022

  1. chore: fix and update docs

    Kannan committed Apr 20, 2022
    Configuration menu
    Copy the full SHA
    ceaacd3 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2022

  1. chore: small fix for table option in output view

    Kannan committed Apr 21, 2022
    Configuration menu
    Copy the full SHA
    5c7a72b View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2022

  1. fix: update telemetry setup

    wtrocki authored and Kannan committed Apr 25, 2022
    Configuration menu
    Copy the full SHA
    34f36bf View commit details
    Browse the repository at this point in the history
  2. fix: update go in CI/CD workflow (#1514)

    wtrocki authored and Kannan committed Apr 25, 2022
    Configuration menu
    Copy the full SHA
    23b1887 View commit details
    Browse the repository at this point in the history
  3. chore: update CHANGELOG

    wtrocki authored and Kannan committed Apr 25, 2022
    Configuration menu
    Copy the full SHA
    7a836a3 View commit details
    Browse the repository at this point in the history
  4. ci(release): fix unrecognized named-value

    rkpattnaik780 authored and Kannan committed Apr 25, 2022
    Configuration menu
    Copy the full SHA
    93d028b View commit details
    Browse the repository at this point in the history
  5. fix: update golang version

    wtrocki authored and Kannan committed Apr 25, 2022
    Configuration menu
    Copy the full SHA
    049e10b View commit details
    Browse the repository at this point in the history
  6. fix: update golang version

    wtrocki authored and Kannan committed Apr 25, 2022
    Configuration menu
    Copy the full SHA
    43f0225 View commit details
    Browse the repository at this point in the history
  7. feat(context): add commands for context management

    rkpattnaik780 authored and Kannan committed Apr 25, 2022
    Configuration menu
    Copy the full SHA
    8f03e3b View commit details
    Browse the repository at this point in the history
  8. feat(context): add command for context creation

    rkpattnaik780 authored and Kannan committed Apr 25, 2022
    Configuration menu
    Copy the full SHA
    6fd2dbc View commit details
    Browse the repository at this point in the history
  9. fix(context): fixes bugs and add comments

    rkpattnaik780 authored and Kannan committed Apr 25, 2022
    Configuration menu
    Copy the full SHA
    2698a92 View commit details
    Browse the repository at this point in the history
  10. refactor(context): change context to service context

    rkpattnaik780 authored and Kannan committed Apr 25, 2022
    Configuration menu
    Copy the full SHA
    f3a9b27 View commit details
    Browse the repository at this point in the history
  11. docs(context): improve help texts and add comments

    rkpattnaik780 authored and Kannan committed Apr 25, 2022
    Configuration menu
    Copy the full SHA
    e7381b4 View commit details
    Browse the repository at this point in the history
  12. feat(context): add command to delete contexts

    rkpattnaik780 authored and Kannan committed Apr 25, 2022
    Configuration menu
    Copy the full SHA
    2abaa53 View commit details
    Browse the repository at this point in the history
  13. fix: add validation for context create

    rkpattnaik780 authored and Kannan committed Apr 25, 2022
    Configuration menu
    Copy the full SHA
    f74cafa View commit details
    Browse the repository at this point in the history
  14. fix: add migration to the contexts

    wtrocki authored and Kannan committed Apr 25, 2022
    Configuration menu
    Copy the full SHA
    c1d330a View commit details
    Browse the repository at this point in the history
  15. feat: alias status and use commands to context cmds

    rkpattnaik780 authored and Kannan committed Apr 25, 2022
    Configuration menu
    Copy the full SHA
    6b98905 View commit details
    Browse the repository at this point in the history
  16. feat(context create): remove setting services

    rkpattnaik780 authored and Kannan committed Apr 25, 2022
    Configuration menu
    Copy the full SHA
    5394604 View commit details
    Browse the repository at this point in the history
  17. fix(context): examples of re-used commands

    rkpattnaik780 authored and Kannan committed Apr 25, 2022
    Configuration menu
    Copy the full SHA
    0d5862b View commit details
    Browse the repository at this point in the history
  18. fix: address review comments

    rkpattnaik780 authored and Kannan committed Apr 25, 2022
    Configuration menu
    Copy the full SHA
    f5d50a6 View commit details
    Browse the repository at this point in the history
  19. fix: rename context maps

    rkpattnaik780 authored and Kannan committed Apr 25, 2022
    Configuration menu
    Copy the full SHA
    5b8b711 View commit details
    Browse the repository at this point in the history
  20. docs(context): change examples

    rkpattnaik780 authored and Kannan committed Apr 25, 2022
    Configuration menu
    Copy the full SHA
    2f0034d View commit details
    Browse the repository at this point in the history
  21. feat(context status): show context name and path

    rkpattnaik780 authored and Kannan committed Apr 25, 2022
    Configuration menu
    Copy the full SHA
    dc76590 View commit details
    Browse the repository at this point in the history
  22. fix: handle custom context location

    rkpattnaik780 authored and Kannan committed Apr 25, 2022
    Configuration menu
    Copy the full SHA
    e82a324 View commit details
    Browse the repository at this point in the history
  23. docs: add examples and loading order

    rkpattnaik780 authored and Kannan committed Apr 25, 2022
    Configuration menu
    Copy the full SHA
    22ac2a5 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    23edf26 View commit details
    Browse the repository at this point in the history
  25. refactor(cluster): use contexts for current instances

    rkpattnaik780 authored and Kannan committed Apr 25, 2022
    Configuration menu
    Copy the full SHA
    6dc22cf View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    40d4e50 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    ca42b0e View commit details
    Browse the repository at this point in the history
  28. refactor(context): remove context handler struct

    rkpattnaik780 authored and Kannan committed Apr 25, 2022
    Configuration menu
    Copy the full SHA
    ed01878 View commit details
    Browse the repository at this point in the history
  29. refactor(context): reuse helper methods

    rkpattnaik780 authored and Kannan committed Apr 25, 2022
    Configuration menu
    Copy the full SHA
    d0cd302 View commit details
    Browse the repository at this point in the history
  30. fix: refactor status command

    wtrocki authored and Kannan committed Apr 25, 2022
    Configuration menu
    Copy the full SHA
    705aec0 View commit details
    Browse the repository at this point in the history
  31. fix: status builder lint issues

    wtrocki authored and Kannan committed Apr 25, 2022
    Configuration menu
    Copy the full SHA
    9a5b57e View commit details
    Browse the repository at this point in the history
  32. chore: update CHANGELOG

    wtrocki authored and Kannan committed Apr 25, 2022
    Configuration menu
    Copy the full SHA
    c0cdbb6 View commit details
    Browse the repository at this point in the history
  33. feat(context): add generate-config command

    rkpattnaik780 authored and Kannan committed Apr 25, 2022
    Configuration menu
    Copy the full SHA
    3ad5d1e View commit details
    Browse the repository at this point in the history
  34. docs: fix merge conflict

    bhardesty authored and Kannan committed Apr 25, 2022
    Configuration menu
    Copy the full SHA
    16b5727 View commit details
    Browse the repository at this point in the history
  35. fix: regenerate documentation

    wtrocki authored and Kannan committed Apr 25, 2022
    Configuration menu
    Copy the full SHA
    9e9b0ff View commit details
    Browse the repository at this point in the history
  36. feat: token command (#1520)

    wtrocki authored and Kannan committed Apr 25, 2022
    Configuration menu
    Copy the full SHA
    70d0fe1 View commit details
    Browse the repository at this point in the history
  37. fix: suspend updating modular docs for prereleases (#1521)

    wtrocki authored and Kannan committed Apr 25, 2022
    Configuration menu
    Copy the full SHA
    a99a452 View commit details
    Browse the repository at this point in the history
  38. fix: enable self updating CLI (#1509)

    wtrocki authored and Kannan committed Apr 25, 2022
    Configuration menu
    Copy the full SHA
    9d64762 View commit details
    Browse the repository at this point in the history
  39. chore: update CHANGELOG

    rkpattnaik780 authored and Kannan committed Apr 25, 2022
    Configuration menu
    Copy the full SHA
    67c4d6d View commit details
    Browse the repository at this point in the history
  40. Configuration menu
    Copy the full SHA
    92f8c1e View commit details
    Browse the repository at this point in the history
  41. fix: disable check for region (#1527)

    wtrocki authored and Kannan committed Apr 25, 2022
    Configuration menu
    Copy the full SHA
    618d648 View commit details
    Browse the repository at this point in the history
  42. chore: update CHANGELOG

    wtrocki authored and Kannan committed Apr 25, 2022
    Configuration menu
    Copy the full SHA
    36bb6a7 View commit details
    Browse the repository at this point in the history
  43. feat: initial implementation for connectors commands

    wtrocki authored and Kannan committed Apr 25, 2022
    Configuration menu
    Copy the full SHA
    fa22a58 View commit details
    Browse the repository at this point in the history
  44. fix: default client

    wtrocki authored and Kannan committed Apr 25, 2022
    Configuration menu
    Copy the full SHA
    5ad269f View commit details
    Browse the repository at this point in the history
  45. fix: add remaining commands

    wtrocki authored and Kannan committed Apr 25, 2022
    Configuration menu
    Copy the full SHA
    28b25d6 View commit details
    Browse the repository at this point in the history
  46. fix: add messages placeholders

    wtrocki authored and Kannan committed Apr 25, 2022
    Configuration menu
    Copy the full SHA
    2ec5101 View commit details
    Browse the repository at this point in the history
  47. fix: move messages generator

    wtrocki authored and Kannan committed Apr 25, 2022
    Configuration menu
    Copy the full SHA
    b0d6d74 View commit details
    Browse the repository at this point in the history
  48. fix: add connectors to root

    wtrocki authored and Kannan committed Apr 25, 2022
    Configuration menu
    Copy the full SHA
    1795e90 View commit details
    Browse the repository at this point in the history
  49. fix: add example strings

    wtrocki authored and Kannan committed Apr 25, 2022
    Configuration menu
    Copy the full SHA
    a36cb62 View commit details
    Browse the repository at this point in the history
  50. fix: improve messages

    wtrocki authored and Kannan committed Apr 25, 2022
    Configuration menu
    Copy the full SHA
    ea82d7e View commit details
    Browse the repository at this point in the history
  51. fix: add parameters

    wtrocki authored and Kannan committed Apr 25, 2022
    Configuration menu
    Copy the full SHA
    1d70446 View commit details
    Browse the repository at this point in the history
  52. fix: add create support

    wtrocki authored and Kannan committed Apr 25, 2022
    Configuration menu
    Copy the full SHA
    80550c9 View commit details
    Browse the repository at this point in the history
  53. fix: use default page size from build

    wtrocki authored and Kannan committed Apr 25, 2022
    Configuration menu
    Copy the full SHA
    c691896 View commit details
    Browse the repository at this point in the history
  54. fix: remove invalid char in docs

    wtrocki authored and Kannan committed Apr 25, 2022
    Configuration menu
    Copy the full SHA
    c1faa46 View commit details
    Browse the repository at this point in the history
  55. fix: map connector status to row (#1518)

    lburgazzoli authored and Kannan committed Apr 25, 2022
    Configuration menu
    Copy the full SHA
    ff5eee3 View commit details
    Browse the repository at this point in the history
  56. feat(connector): add update and namespace commands

    rkpattnaik780 authored and Kannan committed Apr 25, 2022
    Configuration menu
    Copy the full SHA
    d0784e3 View commit details
    Browse the repository at this point in the history
  57. fix: update client to enable using external clients

    wtrocki authored and Kannan committed Apr 25, 2022
    Configuration menu
    Copy the full SHA
    f0a21a2 View commit details
    Browse the repository at this point in the history
  58. Configuration menu
    Copy the full SHA
    0dae5ae View commit details
    Browse the repository at this point in the history
  59. feat(connectors): add update cmd and enhance commands

    rkpattnaik780 authored and Kannan committed Apr 25, 2022
    Configuration menu
    Copy the full SHA
    3610417 View commit details
    Browse the repository at this point in the history
  60. refactor(connector): rename connectors to connector

    rkpattnaik780 authored and Kannan committed Apr 25, 2022
    Configuration menu
    Copy the full SHA
    adbf41c View commit details
    Browse the repository at this point in the history
  61. Configuration menu
    Copy the full SHA
    0a516e5 View commit details
    Browse the repository at this point in the history
  62. Configuration menu
    Copy the full SHA
    a4977b0 View commit details
    Browse the repository at this point in the history
  63. refactor(connector): move addon param to cluster cmd

    rkpattnaik780 authored and Kannan committed Apr 25, 2022
    Configuration menu
    Copy the full SHA
    d94eb50 View commit details
    Browse the repository at this point in the history
  64. fix: build failing at lint

    rkpattnaik780 authored and Kannan committed Apr 25, 2022
    Configuration menu
    Copy the full SHA
    0b9cffa View commit details
    Browse the repository at this point in the history
  65. fix(connector): hide connector commands

    rkpattnaik780 authored and Kannan committed Apr 25, 2022
    Configuration menu
    Copy the full SHA
    c328b0b View commit details
    Browse the repository at this point in the history
  66. fix(connector namespace): add validation

    rkpattnaik780 authored and Kannan committed Apr 25, 2022
    Configuration menu
    Copy the full SHA
    eff3724 View commit details
    Browse the repository at this point in the history
  67. Configuration menu
    Copy the full SHA
    0b4bdce View commit details
    Browse the repository at this point in the history
  68. fix: address review comments

    rkpattnaik780 authored and Kannan committed Apr 25, 2022
    Configuration menu
    Copy the full SHA
    33ca6e8 View commit details
    Browse the repository at this point in the history
  69. fix: change to info from error

    rkpattnaik780 authored and Kannan committed Apr 25, 2022
    Configuration menu
    Copy the full SHA
    3f643cf View commit details
    Browse the repository at this point in the history
  70. fix: change message for compatibility APIs

    rkpattnaik780 authored and Kannan committed Apr 25, 2022
    Configuration menu
    Copy the full SHA
    e9ffbaa View commit details
    Browse the repository at this point in the history
  71. docs(connector update): change erroneous message

    rkpattnaik780 authored and Kannan committed Apr 25, 2022
    Configuration menu
    Copy the full SHA
    0d5ee3e View commit details
    Browse the repository at this point in the history
  72. chore: update CHANGELOG

    rkpattnaik780 authored and Kannan committed Apr 25, 2022
    Configuration menu
    Copy the full SHA
    342c60c View commit details
    Browse the repository at this point in the history
  73. chore: update and fix issues

    Kannan committed Apr 25, 2022
    Configuration menu
    Copy the full SHA
    0f2f8e1 View commit details
    Browse the repository at this point in the history