libelektra icon indicating copy to clipboard operation
libelektra copied to clipboard

Kdb rewrite meta(get, ls, rm, set, show)

Open hannes99 opened this issue 2 years ago • 1 comments

Relevant files for review:

  • /src/tools/kdb/meta.c
  • /src/tools/kdb/meta-get.c
  • /src/tools/kdb/meta-ls.c
  • /src/tools/kdb/meta-rm.c
  • /src/tools/kdb/meta-set.c
  • /src/tools/kdb/meta-show.c

other changes are mostly doc updates (stuff like meta-get -> meta get)

Basics

  • [ ] Short descriptions of your changes are in the release notes (added as entry in doc/news/_preparation_next_release.md which contains _(my name)_) Please always add them to the release notes.
  • [ ] Details of what you changed are in commit messages (first line should have module: short statement syntax)
  • [ ] References to issues, e.g. close #X, are in the commit messages.
  • [ ] The buildservers are happy. If not, fix in this order:
    • add a line in doc/news/_preparation_next_release.md
    • reformat the code with scripts/dev/reformat-all
    • make all unit tests pass
    • fix all memleaks
    • fix the CI itself (or rebase if already fixed)
  • [ ] The PR is rebased with current master.

Checklist

  • [ ] I added unit tests for my code
  • [ ] I fully described what my PR does in the documentation (not in the PR description)
  • [ ] I fixed all affected documentation (see Documentation Guidelines)
  • [ ] I fixed all affected decisions (see Decision Process)
  • [ ] I added code comments, logging, and assertions as appropriate (see Coding Guidelines)
  • [ ] I updated all meta data (e.g. README.md of plugins and METADATA.ini)
  • [ ] I mentioned every code not directly written by me in reuse syntax

Review

Labels

  • [ ] Add the "work in progress" label if you do not want the PR to be reviewed yet.
  • [ ] Add the "ready to merge" label if everything is done and no further pushes are planned by you.

hannes99 avatar May 30 '23 15:05 hannes99

jenkins build libelektra please

hannes99 avatar May 31 '23 17:05 hannes99

I mark this stale as it did not have any activity for one year. I'll close it in two weeks if no further activity occurs. If you want it to be alive again, ping by writing a message here or create a new PR with the remainder of this PR. Thank you for your contributions :sparkling_heart:

github-actions[bot] avatar Jul 11 '24 01:07 github-actions[bot]

I closed this now because it has been inactive for more than one year. If I closed it by mistake, please do not hesitate to reopen it or create a new PR with the remainder of this PR. Thank you for your contributions :sparkling_heart:

github-actions[bot] avatar Jul 25 '24 01:07 github-actions[bot]