summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2024-01-09Merge branch 'chore' into 'main'HEADmainLars Wirzenius3-6/+2
fixes for Ambient See merge request obnam/cachedir!15
2023-12-30fix: build Debian package in offline modeLars Wirzenius1-1/+1
Signed-off-by: Lars Wirzenius <liw@liw.fi> Sponsored-by: author
2023-12-30fix: drop PDF generation and dependencies thereofLars Wirzenius2-5/+1
Signed-off-by: Lars Wirzenius <liw@liw.fi> Sponsored-by: author
2023-12-30Merge branch 'release' into 'main'Lars Wirzenius3-48/+45
release See merge request obnam/cachedir!14
2023-12-30chore: cargo updateLars Wirzenius1-46/+36
Signed-off-by: Lars Wirzenius <liw@liw.fi> Sponsored-by: author
2023-12-30chore: prepare for releaseLars Wirzenius2-1/+8
Signed-off-by: Lars Wirzenius <liw@liw.fi> Sponsored-by: author
2023-12-23chore: bump dependency on clapLars Wirzenius1-1/+1
Signed-off-by: Lars Wirzenius <liw@liw.fi> Sponsored-by: author
2023-12-23Merge branch 'chore' into 'main'Lars Wirzenius2-474/+516
chore: bump dependency on Subplot See merge request obnam/cachedir!13
2023-12-23chore: bump dependency on SubplotLars Wirzenius2-474/+516
Signed-off-by: Lars Wirzenius <liw@liw.fi> Sponsored-by: author
2023-04-14Merge branch 'liw/chore' into 'main'Lars Wirzenius2-190/+382
chore: bump dependency on Subplot See merge request obnam/cachedir!12
2023-04-14chore: bump dependency on SubplotLars Wirzenius2-190/+382
Sponsored-by: author
2022-11-14Merge branch 'chore' into 'main'Lars Wirzenius2-164/+152
fix: subplot "authors" field, dependency bump See merge request obnam/cachedir!11
2022-11-14fix: subplot "authors" field, dependency bumpLars Wirzenius2-164/+152
Sponsored-by: author
2022-11-03Merge branch 'fix-subplot' into 'main'Lars Wirzenius1-1/+2
fix(cachedir.subplot): authors field See merge request obnam/cachedir!10
2022-11-03fix(cachedir.subplot): authors fieldLars Wirzenius1-1/+2
Sponsored-by: author
2022-10-06Merge branch 'fix' into 'main'Lars Wirzenius3-4/+4
fix: formatting See merge request obnam/cachedir!9
2022-10-06fix: formattingLars Wirzenius3-4/+4
Sponsored-by: author
2022-10-06Merge branch 'thiserror' into 'main'Lars Wirzenius5-323/+380
refactor: use custom error type instead of anyhow See merge request obnam/cachedir!8
2022-10-06chore: update dependencies to be currentLars Wirzenius3-298/+332
Sponsored-by: author
2022-10-06refactor: use custom error type instead of anyhowLars Wirzenius4-25/+48
This is tidier and less magic. Sponsored-by: author
2022-09-15Merge branch 'fix-subplot' into 'main'Lars Wirzenius2-2/+13
fix: partially adapt to new external Subplot YAML metadata See merge request obnam/cachedir!7
2022-09-15fix: partially adapt to new external Subplot YAML metadataLars Wirzenius2-2/+13
build.rs needs to wait for the next Subplot release before it can use the new cachedir.subplot file. After than, the metadata can be dropped from cachedir.md. This partial migration fixes my CI, though, so it's a good step to take. Sponsored-by: author
2022-04-20Merge branch 'liw/fix' into 'main'Lars Wirzenius3-8/+40
fixes See merge request obnam/cachedir!6
2022-04-20test: add ./check to run all testsLars Wirzenius1-0/+37
Sponsored-by: author
2022-04-20chore(build.rs): formatLars Wirzenius1-2/+1
Sponsored-by: author
2022-04-20fix: subplot metadata, unused embedded fileLars Wirzenius1-6/+2
Sponsored-by: author
2022-04-18Merge branch 'liw/fix-docs' into 'main'Lars Wirzenius1-0/+1
fix: use Rust template for subplot See merge request obnam/cachedir!5
2022-04-18fix: use Rust template for subplotLars Wirzenius1-0/+1
Sponsored-by: author
2022-04-18fix: Debian package version numberLars Wirzenius1-1/+3
Sponsored-by: author
2022-04-17Merge branch 'liw/use-released-subplot' into 'main'Lars Wirzenius3-167/+82
fix: use published Subplot crates from crates.io See merge request obnam/cachedir!4
2022-04-17fix: use published Subplot crates from crates.ioLars Wirzenius3-167/+82
Sponsored-by: author
2022-04-04Merge branch 'liw/library' into 'main'Lars Wirzenius1-22/+3
feat: put re-usable parts into crate library See merge request obnam/cachedir!3
2022-04-04feat: put re-usable parts into crate libraryLars Wirzenius1-22/+3
Sponsored-by: author
2022-04-01Merge branch 'fix' into 'main'Lars Wirzenius1-1/+1
fix: disable tests so CI can build .deb See merge request obnam/cachedir!2
2022-04-01fix: disable tests so CI can build .debLars Wirzenius1-1/+1
Sponsored-by: author
2022-04-01Merge branch 'debian' into 'main'Lars Wirzenius9-10/+77
chore: add Debian packaging See merge request obnam/cachedir!1
2022-04-01chore: add Debian packagingLars Wirzenius9-10/+77
Sponsored-by: author
2022-03-31feat: implement find, tag, untag, is-tagLars Wirzenius5-8/+1846
Sponsored-by: author
2022-03-29setup subplot runningLars Wirzenius8-4/+62
Sponsored-by: author
2022-03-29chore: tell git to ignore *.html and *.pdfLars Wirzenius1-0/+2
Subplot may generate those. Sponsored-by: author
2022-03-29docs: add initial subplot for cachedirLars Wirzenius1-0/+81
Sponsored-by: author
2022-03-29docs: add READMELars Wirzenius1-0/+34
Sponsored-by: author
2022-03-29chore: cargo initLars Wirzenius3-0/+12