]> git.ipfire.org Git - thirdparty/FORT-validator.git/commit
Adjust metadata.json's namespace
authorAlberto Leiva Popper <ydahhrk@gmail.com>
Thu, 16 Nov 2023 02:37:15 +0000 (20:37 -0600)
committerAlberto Leiva Popper <ydahhrk@gmail.com>
Thu, 16 Nov 2023 17:25:05 +0000 (11:25 -0600)
commit76f417d3acb70a64531485244e57fb9579010fe4
tree19a46c84aed7fea1e6251d7f03b9aaa97048ce0d
parentbf5bd13e3009d2a5a4d0e045f34db85ec0ecf728
Adjust metadata.json's namespace

Rename some tags:

"flags" -> "direct-download", "successful-download", "is-file"
"ts_success" -> "success-timestamp"
"ts_attempt" -> "attempt-timestamp"
"error" -> "latest-result"

Only "basename" is mandatory now.

Also, move JSON operations to the JSON module.
src/Makefile.am
src/cache/local_cache.c
src/incidence/incidence.c
src/json_parser.c [deleted file]
src/json_parser.h [deleted file]
src/json_util.c [new file with mode: 0644]
src/json_util.h [new file with mode: 0644]
src/rsync/rsync.c
src/slurm/slurm_parser.c
test/cache/local_cache_test.c
test/rtr/db/vrps_test.c