]>
hydra-www.ietfng.org Git - csdb/log
summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Nathaniel Wesley Filardo [Tue, 27 Dec 2022 03:01:42 +0000 (03:01 +0000)]
cdb: addh --one-commit option
Nathaniel Wesley Filardo [Tue, 27 Dec 2022 02:59:58 +0000 (02:59 +0000)]
Add 'duplicates' command
Nathaniel Wesley Filardo [Tue, 27 Dec 2022 02:57:23 +0000 (02:57 +0000)]
Add some short option equivalents
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
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
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).
Nathaniel Wesley Filardo [Tue, 15 Nov 2022 03:11:44 +0000 (03:11 +0000)]
README: add docs for cdb-util tools
Nathaniel Wesley Filardo [Tue, 15 Nov 2022 02:35:12 +0000 (02:35 +0000)]
Bugfix cdb-util drel
Nathaniel Wesley Filardo [Wed, 12 Oct 2022 01:06:48 +0000 (02:06 +0100)]
bugfix: cdb ingest --relative
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
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
Nathaniel Wesley Filardo [Sat, 12 Mar 2022 21:06:50 +0000 (21:06 +0000)]
cdb: database fron environment by default
Nathaniel Wesley Filardo [Sat, 12 Mar 2022 21:06:15 +0000 (21:06 +0000)]
cdb:argparse_for_render return options to caller
Nathaniel Wesley Filardo [Sat, 12 Mar 2022 21:04:29 +0000 (21:04 +0000)]
cdblib: offer posix escaped paths in renderers
Nathaniel Wesley Filardo [Sat, 12 Mar 2022 21:03:40 +0000 (21:03 +0000)]
cdb-util: add digest-filter-exists command
Nathaniel Wesley Filardo [Sat, 19 Feb 2022 13:18:52 +0000 (13:18 +0000)]
Accumulated nits
Nathaniel Wesley Filardo [Sat, 19 Feb 2022 14:10:12 +0000 (14:10 +0000)]
Fix luacheck warnings
Nathaniel Wesley Filardo [Sat, 19 Feb 2022 13:12:05 +0000 (13:12 +0000)]
Add SPDX license tags
Nathaniel Wesley Filardo [Sat, 19 Feb 2022 13:01:41 +0000 (13:01 +0000)]
Further changes to path escape handling in ingest
Nathaniel Wesley Filardo [Sat, 19 Feb 2022 11:00:16 +0000 (11:00 +0000)]
Reconcile README and ingest command implementation
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
Nathaniel Wesley Filardo [Sat, 19 Feb 2022 10:14:49 +0000 (10:14 +0000)]
Use -- in generated shell commands
Deal with paths beginning with '-'
Nathaniel Wesley Filardo [Sat, 19 Feb 2022 09:37:52 +0000 (09:37 +0000)]
Remove stale cdb-digestrelative; new cdb-util
Nathaniel Wesley Filardo [Sat, 19 Feb 2022 10:13:12 +0000 (10:13 +0000)]
Move mk_default_render_template to cdblib
Nathaniel Wesley Filardo [Sat, 19 Feb 2022 10:12:11 +0000 (10:12 +0000)]
Move iter_gnu_digest_stderr to cdblib
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
Nathaniel Wesley Filardo [Mon, 3 Jan 2022 16:17:04 +0000 (16:17 +0000)]
Initial checkin