]> hydra-www.ietfng.org Git - csdb/log
csdb
3 years agocdb: addh --one-commit option main
Nathaniel Wesley Filardo [Tue, 27 Dec 2022 03:01:42 +0000 (03:01 +0000)]
cdb: addh --one-commit option

3 years agoAdd 'duplicates' command
Nathaniel Wesley Filardo [Tue, 27 Dec 2022 02:59:58 +0000 (02:59 +0000)]
Add 'duplicates' command

3 years agoAdd some short option equivalents
Nathaniel Wesley Filardo [Tue, 27 Dec 2022 02:57:23 +0000 (02:57 +0000)]
Add some short option equivalents

3 years agoAdd additional escaping stress test
Nathaniel Wesley Filardo [Tue, 27 Dec 2022 02:55:03 +0000 (02:55 +0000)]
Add additional escaping stress test

Thanks to https://github.com/jwilk/url.sh

3 years agofix name of sql_mk_pathid_find_by_hash
Nathaniel Wesley Filardo [Tue, 27 Dec 2022 02:53:32 +0000 (02:53 +0000)]
fix name of sql_mk_pathid_find_by_hash

It should be sql_mk_path_find_by_hash since it does not return a pathid

3 years agoAdd :choices() to argparse options
Nathaniel Wesley Filardo [Tue, 15 Nov 2022 03:16:15 +0000 (03:16 +0000)]
Add :choices() to argparse options

Now that Debian has pulled in a sufficiently new lua-argparse (though
only in testing).

3 years agoREADME: add docs for cdb-util tools
Nathaniel Wesley Filardo [Tue, 15 Nov 2022 03:11:44 +0000 (03:11 +0000)]
README: add docs for cdb-util tools

3 years agoBugfix cdb-util drel
Nathaniel Wesley Filardo [Tue, 15 Nov 2022 02:35:12 +0000 (02:35 +0000)]
Bugfix cdb-util drel

3 years agobugfix: cdb ingest --relative
Nathaniel Wesley Filardo [Wed, 12 Oct 2022 01:06:48 +0000 (02:06 +0100)]
bugfix: cdb ingest --relative

4 years agoAdjust readme and error report for CDB env var
Nathaniel Wesley Filardo [Sun, 8 May 2022 23:00:22 +0000 (00:00 +0100)]
Adjust readme and error report for CDB env var

Further work on 4e024464739fe314855ef66e797ae45cb23007be

4 years agocdb; foreign key handling
Nathaniel Wesley Filardo [Sat, 12 Mar 2022 21:10:15 +0000 (21:10 +0000)]
cdb; foreign key handling

- init: add foreign key behavior constraints
- everywhere: request sqlite honor them

4 years agocdb: database fron environment by default
Nathaniel Wesley Filardo [Sat, 12 Mar 2022 21:06:50 +0000 (21:06 +0000)]
cdb: database fron environment by default

4 years agocdb:argparse_for_render return options to caller
Nathaniel Wesley Filardo [Sat, 12 Mar 2022 21:06:15 +0000 (21:06 +0000)]
cdb:argparse_for_render return options to caller

4 years agocdblib: offer posix escaped paths in renderers
Nathaniel Wesley Filardo [Sat, 12 Mar 2022 21:04:29 +0000 (21:04 +0000)]
cdblib: offer posix escaped paths in renderers

4 years agocdb-util: add digest-filter-exists command
Nathaniel Wesley Filardo [Sat, 12 Mar 2022 21:03:40 +0000 (21:03 +0000)]
cdb-util: add digest-filter-exists command

4 years agoAccumulated nits
Nathaniel Wesley Filardo [Sat, 19 Feb 2022 13:18:52 +0000 (13:18 +0000)]
Accumulated nits

4 years agoFix luacheck warnings
Nathaniel Wesley Filardo [Sat, 19 Feb 2022 14:10:12 +0000 (14:10 +0000)]
Fix luacheck warnings

4 years agoAdd SPDX license tags
Nathaniel Wesley Filardo [Sat, 19 Feb 2022 13:12:05 +0000 (13:12 +0000)]
Add SPDX license tags

4 years agoFurther changes to path escape handling in ingest
Nathaniel Wesley Filardo [Sat, 19 Feb 2022 13:01:41 +0000 (13:01 +0000)]
Further changes to path escape handling in ingest

4 years agoReconcile README and ingest command implementation
Nathaniel Wesley Filardo [Sat, 19 Feb 2022 11:00:16 +0000 (11:00 +0000)]
Reconcile README and ingest command implementation

4 years agoOverhaul shell and human escaping
Nathaniel Wesley Filardo [Sat, 19 Feb 2022 10:15:45 +0000 (10:15 +0000)]
Overhaul shell and human escaping

Add "cdb-util escape" utlity to expose library functions
Expand and revise test cases

4 years agoUse -- in generated shell commands
Nathaniel Wesley Filardo [Sat, 19 Feb 2022 10:14:49 +0000 (10:14 +0000)]
Use -- in generated shell commands

Deal with paths beginning with '-'

4 years agoRemove stale cdb-digestrelative; new cdb-util
Nathaniel Wesley Filardo [Sat, 19 Feb 2022 09:37:52 +0000 (09:37 +0000)]
Remove stale cdb-digestrelative; new cdb-util

4 years agoMove mk_default_render_template to cdblib
Nathaniel Wesley Filardo [Sat, 19 Feb 2022 10:13:12 +0000 (10:13 +0000)]
Move mk_default_render_template to cdblib

4 years agoMove iter_gnu_digest_stderr to cdblib
Nathaniel Wesley Filardo [Sat, 19 Feb 2022 10:12:11 +0000 (10:12 +0000)]
Move iter_gnu_digest_stderr to cdblib

4 years agoFar-reaching overhaul
Nathaniel Wesley Filardo [Sun, 13 Feb 2022 01:59:29 +0000 (01:59 +0000)]
Far-reaching overhaul

* Ingest command
* Library tweaks
* Documentation fixes and updates
* A very simple test script that, despite its simplicity, catches bugs
* First stabs at superseder work

4 years agoInitial checkin
Nathaniel Wesley Filardo [Mon, 3 Jan 2022 16:17:04 +0000 (16:17 +0000)]
Initial checkin