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

Kdb rewrite base #4943

Open
wants to merge 25 commits into
base: master
Choose a base branch
from
Open

Kdb rewrite base #4943

wants to merge 25 commits into from

Commits on Jul 4, 2023

  1. kdb-cli: add new main.c

    and add command.h containing helpful macros and a struct def that is
    needed later. Commands not implemented yet will be handles by the old
    implementation.
    hannes99 committed Jul 4, 2023
    Configuration menu
    Copy the full SHA
    8b39708 View commit details
    Browse the repository at this point in the history
  2. kdb-cli: add helper functions

    ... to command.c for resolving bookmarks in keynames.
    hannes99 committed Jul 4, 2023
    Configuration menu
    Copy the full SHA
    386b8ea View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4f1c366 View commit details
    Browse the repository at this point in the history
  4. kdb-cli: rewrite get command

    ... remove cpp implementation and add test for the get command
    hannes99 committed Jul 4, 2023
    Configuration menu
    Copy the full SHA
    1561c10 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e252d68 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c96162a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    00df54b View commit details
    Browse the repository at this point in the history
  8. kdb-cli: rewrite set

    ... and (partial) fix #3742, fix #4028, fix #1164
    hannes99 committed Jul 4, 2023
    Configuration menu
    Copy the full SHA
    0616860 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    0c97078 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    833ddc4 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    e05ca3d View commit details
    Browse the repository at this point in the history
  12. Restyled by prettier-markdown

    restyled-commits authored and hannes99 committed Jul 4, 2023
    Configuration menu
    Copy the full SHA
    c938a25 View commit details
    Browse the repository at this point in the history
  13. doc: add missing link

    hannes99 committed Jul 4, 2023
    Configuration menu
    Copy the full SHA
    8b284a6 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    4673c72 View commit details
    Browse the repository at this point in the history
  15. doc: improve add-new-command tutorial

    ... based on @kodebach 's feedback
    hannes99 committed Jul 4, 2023
    Configuration menu
    Copy the full SHA
    5ee6a1c View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    0ef3013 View commit details
    Browse the repository at this point in the history
  17. Restyled by clang-format

    restyled-commits authored and hannes99 committed Jul 4, 2023
    Configuration menu
    Copy the full SHA
    e21f235 View commit details
    Browse the repository at this point in the history
  18. Restyled by prettier-markdown

    restyled-commits authored and hannes99 committed Jul 4, 2023
    Configuration menu
    Copy the full SHA
    d9b4eeb View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    d90d6f1 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    29906e1 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    515a13c View commit details
    Browse the repository at this point in the history
  22. doc: fix formatting/spelling problems

    ... based on @markus2330 's feedback
    hannes99 committed Jul 4, 2023
    Configuration menu
    Copy the full SHA
    7053e6b View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    6233506 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    fbcc5a1 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2023

  1. kdb: add mountOdbc spec

    hannes99 committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    fe6ba2e View commit details
    Browse the repository at this point in the history