Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | update deps; bump to v0.1.8HEADv0.1.8master | Bryan Newbold | 2022-10-20 | 3 | -370/+489 |
| | |||||
* | bump 'macaroon' to v0.3.0 | Bryan Newbold | 2022-10-20 | 1 | -1/+1 |
| | |||||
* | update 'sha1' crate to 'sha1_smol' | Bryan Newbold | 2022-10-20 | 2 | -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 verifier | Bryan Newbold | 2022-10-20 | 1 | -3/+1 |
| | |||||
* | increment version for 0.1.7 releasev0.1.7 | Bryan Newbold | 2022-09-07 | 3 | -3/+3 |
| | |||||
* | changelog: document unreleased changes | Bryan Newbold | 2022-09-07 | 1 | -0/+12 |
| | |||||
* | make lint (clippy) cleanups | Bryan Newbold | 2022-09-07 | 7 | -37/+35 |
| | |||||
* | use upstream version of 'macaroon' crate | Bryan Newbold | 2022-09-07 | 3 | -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.59 | Bryan Newbold | 2022-08-12 | 3 | -3/+3 |
| | |||||
* | cargo: percent-encoding is actually required for client | Bryan Newbold | 2022-08-12 | 1 | -1/+1 |
| | |||||
* | define and bump MSRV to 1.49 | Bryan Newbold | 2022-08-12 | 3 | -1/+4 |
| | |||||
* | README: mention libsodium-dev dependency | Bryan Newbold | 2022-08-12 | 1 | -0/+7 |
| | |||||
* | cargo: bump reqwest to reduce duplication of deps | Bryan Newbold | 2022-08-11 | 3 | -379/+75 |
| | |||||
* | update cargo deps (tokio 1.x, hyper 0.5, etc) | Bryan Newbold | 2022-08-11 | 2 | -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 module | Bryan Newbold | 2022-08-11 | 8 | -2217/+3329 |
| | | | | this includes manual reconsiliation of cargo deps (Cargo.toml) | ||||
* | codegen: update script to use generator v6.0.1 | Bryan Newbold | 2022-08-11 | 1 | -2/+2 |
| | |||||
* | CHANGELOG: fix old 0.1.6 entry date | Bryan Newbold | 2022-08-11 | 1 | -1/+1 |
| | |||||
* | minor env_logger usage update (deprecation) | Bryan Newbold | 2022-03-29 | 1 | -1/+1 |
| | |||||
* | cargo: minor dependency updates, and re-lock | Bryan Newbold | 2022-03-29 | 2 | -101/+29 |
| | |||||
* | CI: lock to a specific old-ish version of Rust (1.48) | Bryan Newbold | 2022-03-29 | 1 | -1/+1 |
| | |||||
* | add support for updating more release fields | Bryan Newbold | 2022-02-04 | 1 | -0/+23 |
| | |||||
* | fix typo in fatcat-cli Cargo.toml | Bryan Newbold | 2022-02-04 | 1 | -1/+1 |
| | |||||
* | codespell typo fixes | Bryan Newbold | 2021-11-24 | 5 | -7/+7 |
| | |||||
* | bump version to 0.1.6 and update CHANGELOGv0.1.6 | Bryan Newbold | 2021-11-19 | 3 | -4/+15 |
| | |||||
* | editgroup description option for batch editing | Bryan Newbold | 2021-11-19 | 2 | -4/+26 |
| | |||||
* | add some mutation fields for entities (file, fileset, webcapture) | Bryan Newbold | 2021-11-19 | 1 | -4/+51 |
| | | | | Motivation is to support bulk cleanups using fatcat-cli tool | ||||
* | fatcat-openapi: update with v0.5.0 schema | Bryan Newbold | 2021-11-19 | 7 | -4/+52 |
| | |||||
* | API schema updates for v0.5.0 | Bryan Newbold | 2021-11-19 | 1 | -1/+10 |
| | |||||
* | specifier: fix file lookup hash ordering | Bryan Newbold | 2021-11-17 | 1 | -1/+1 |
| | |||||
* | cargo update (dependencies)v0.1.5 | Bryan Newbold | 2021-10-14 | 1 | -178/+175 |
| | |||||
* | update CHANGELOG | Bryan Newbold | 2021-10-13 | 1 | -0/+7 |
| | |||||
* | bump versions in Cargo.toml | Bryan Newbold | 2021-10-13 | 2 | -3/+3 |
| | |||||
* | implement ext id changes and editor username lookup | Bryan Newbold | 2021-10-13 | 1 | -30/+91 |
| | |||||
* | update library Cargo.toml | Bryan Newbold | 2021-10-13 | 1 | -1/+1 |
| | |||||
* | codegen for API schema v0.4.0 | Bryan Newbold | 2021-10-13 | 11 | -58/+591 |
| | |||||
* | v0.4 schema changes (backport from fatcat repo using openapi2) | Bryan Newbold | 2021-10-13 | 1 | -2/+95 |
| | |||||
* | bump version to 0.1.4v0.1.4 | Bryan Newbold | 2021-08-10 | 2 | -2/+2 |
| | |||||
* | update manpage for refs, fulltext search | Bryan Newbold | 2021-08-10 | 3 | -7/+5 |
| | |||||
* | gitignore scratch directory | Bryan Newbold | 2021-08-10 | 1 | -0/+1 |
| | |||||
* | entity JSON fetch mode for scholar searches | Bryan Newbold | 2021-08-10 | 2 | -3/+14 |
| | |||||
* | cargo update | Bryan Newbold | 2021-08-10 | 1 | -167/+166 |
| | |||||
* | changelog entry for refs stuff | Bryan Newbold | 2021-08-10 | 1 | -0/+6 |
| | |||||
* | basic refs-in/refs-out --entity-json search support | Bryan Newbold | 2021-08-10 | 4 | -4/+42 |
| | | | | This is a bit of a hack to enable easier downloading and other processing of references. | ||||
* | initial fatcat_refs search index support | Bryan Newbold | 2021-08-09 | 4 | -0/+36 |
| | |||||
* | update CHANGELOG for v0.1.3v0.1.3 | Bryan Newbold | 2021-05-25 | 1 | -0/+15 |
| | |||||
* | Cargo.toml: bump version to v0.1.3 and update deps (lock) | Bryan Newbold | 2021-05-25 | 2 | -151/+165 |
| | |||||
* | gitignore: don't track local TODO file | Bryan Newbold | 2021-05-25 | 1 | -0/+1 |
| | |||||
* | example.env: CLI-specific, not fatcat API values | Bryan Newbold | 2021-05-25 | 1 | -10/+3 |
| | |||||
* | add test status badge to README | Bryan Newbold | 2021-05-25 | 1 | -0/+2 |
| | |||||
* | cargo clippy clean | Bryan Newbold | 2021-05-25 | 2 | -6/+8 |
| |