aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* update deps; bump to v0.1.8HEADv0.1.8masterBryan Newbold2022-10-203-370/+489
|
* bump 'macaroon' to v0.3.0Bryan Newbold2022-10-201-1/+1
|
* update 'sha1' crate to 'sha1_smol'Bryan Newbold2022-10-202-2/+2
| | | | | The current 'sha1' crate is a new implementationn, the old implementation was renamed to sha1_smol.
* we don't actually verify macaroons, so remove verifierBryan Newbold2022-10-201-3/+1
|
* increment version for 0.1.7 releasev0.1.7Bryan Newbold2022-09-073-3/+3
|
* changelog: document unreleased changesBryan Newbold2022-09-071-0/+12
|
* make lint (clippy) cleanupsBryan Newbold2022-09-077-37/+35
|
* use upstream version of 'macaroon' crateBryan Newbold2022-09-073-165/+96
| | | | | | | | | | | | The code changes are pretty minor: using default() instead of new(), and (safely) parsing bytes out of predicates instead of getting String directly. The validate() function is now run automatically as part of deserialization, so don't need that function call. This reduces duplication in the dependency tree, and gets us on sounder footing for maintainability, which is great!
* try MSRV of 1.59Bryan Newbold2022-08-123-3/+3
|
* cargo: percent-encoding is actually required for clientBryan Newbold2022-08-121-1/+1
|
* define and bump MSRV to 1.49Bryan Newbold2022-08-123-1/+4
|
* README: mention libsodium-dev dependencyBryan Newbold2022-08-121-0/+7
|
* cargo: bump reqwest to reduce duplication of depsBryan Newbold2022-08-113-379/+75
|
* update cargo deps (tokio 1.x, hyper 0.5, etc)Bryan Newbold2022-08-112-61/+296
| | | | | | | | These changes are driven by the codegen update. It may be possible to reduce the dependency tree by removing features from upstream packages. It might also be possible to use newer versions of upstream packages, especially now that dependencies are stabilizing.
* re-codegen fatcat-openapi moduleBryan Newbold2022-08-118-2217/+3329
| | | | this includes manual reconsiliation of cargo deps (Cargo.toml)
* codegen: update script to use generator v6.0.1Bryan Newbold2022-08-111-2/+2
|
* CHANGELOG: fix old 0.1.6 entry dateBryan Newbold2022-08-111-1/+1
|
* minor env_logger usage update (deprecation)Bryan Newbold2022-03-291-1/+1
|
* cargo: minor dependency updates, and re-lockBryan Newbold2022-03-292-101/+29
|
* CI: lock to a specific old-ish version of Rust (1.48)Bryan Newbold2022-03-291-1/+1
|
* add support for updating more release fieldsBryan Newbold2022-02-041-0/+23
|
* fix typo in fatcat-cli Cargo.tomlBryan Newbold2022-02-041-1/+1
|
* codespell typo fixesBryan Newbold2021-11-245-7/+7
|
* bump version to 0.1.6 and update CHANGELOGv0.1.6Bryan Newbold2021-11-193-4/+15
|
* editgroup description option for batch editingBryan Newbold2021-11-192-4/+26
|
* add some mutation fields for entities (file, fileset, webcapture)Bryan Newbold2021-11-191-4/+51
| | | | Motivation is to support bulk cleanups using fatcat-cli tool
* fatcat-openapi: update with v0.5.0 schemaBryan Newbold2021-11-197-4/+52
|
* API schema updates for v0.5.0Bryan Newbold2021-11-191-1/+10
|
* specifier: fix file lookup hash orderingBryan Newbold2021-11-171-1/+1
|
* cargo update (dependencies)v0.1.5Bryan Newbold2021-10-141-178/+175
|
* update CHANGELOGBryan Newbold2021-10-131-0/+7
|
* bump versions in Cargo.tomlBryan Newbold2021-10-132-3/+3
|
* implement ext id changes and editor username lookupBryan Newbold2021-10-131-30/+91
|
* update library Cargo.tomlBryan Newbold2021-10-131-1/+1
|
* codegen for API schema v0.4.0Bryan Newbold2021-10-1311-58/+591
|
* v0.4 schema changes (backport from fatcat repo using openapi2)Bryan Newbold2021-10-131-2/+95
|
* bump version to 0.1.4v0.1.4Bryan Newbold2021-08-102-2/+2
|
* update manpage for refs, fulltext searchBryan Newbold2021-08-103-7/+5
|
* gitignore scratch directoryBryan Newbold2021-08-101-0/+1
|
* entity JSON fetch mode for scholar searchesBryan Newbold2021-08-102-3/+14
|
* cargo updateBryan Newbold2021-08-101-167/+166
|
* changelog entry for refs stuffBryan Newbold2021-08-101-0/+6
|
* basic refs-in/refs-out --entity-json search supportBryan Newbold2021-08-104-4/+42
| | | | This is a bit of a hack to enable easier downloading and other processing of references.
* initial fatcat_refs search index supportBryan Newbold2021-08-094-0/+36
|
* update CHANGELOG for v0.1.3v0.1.3Bryan Newbold2021-05-251-0/+15
|
* Cargo.toml: bump version to v0.1.3 and update deps (lock)Bryan Newbold2021-05-252-151/+165
|
* gitignore: don't track local TODO fileBryan Newbold2021-05-251-0/+1
|
* example.env: CLI-specific, not fatcat API valuesBryan Newbold2021-05-251-10/+3
|
* add test status badge to READMEBryan Newbold2021-05-251-0/+2
|
* cargo clippy cleanBryan Newbold2021-05-252-6/+8
|