69 Commits (2ad520d230f90951076793d7defd58958a0df71d)
 

Author SHA1 Message Date
Jonathan Strong 2ad520d230 silence clippy 1 year ago
Jonathan Strong a9c8906096 rustfmt 1 year ago
Jonathan Strong dd4eb957ad document `publish` 1 year ago
Jonathan Strong b717fc952b clean up code 1 year ago
Jonathan Strong 934559fd41 clean up code, removed unused stuff, etc. 1 year ago
Jonathan Strong de6c86115b fix editing of deps in manifest 1 year ago
Jonathan Strong 5d3ea67dfc first attempt at dealing with conditional keys - correct solution will use toml_edit::visit_mut::VisitMut 1 year ago
Jonathan Strong 9545b350a4 additional logging 1 year ago
Jonathan Strong 24bbd17e82 bugfixes, etc. 1 year ago
Jonathan Strong 1afd7b465f add check that index-dir exists 1 year ago
Jonathan Strong 4a12c2802c remove hard-coded crate name filter erroneously left in from debugging 1 year ago
Jonathan Strong c2f8d60922 working rough cut using publish log csv and cargo publish command 1 year ago
Jonathan Strong cc275bacb7 hit a bit of a dead end for now 1 year ago
Jonathan Strong fa147a8ee4 easier solution (?): python script to extract which crates were published in which order from the index repo 1 year ago
Jonathan Strong 7ae5ab55d5 properly handle the server's publish response 1 year ago
Jonathan Strong b02731ecd6 working first iteration for evaluation 1 year ago
Jonathan Strong 8b57bf70b0 handle errors better in main 1 year ago
Jonathan Strong 315c27b25b set `dry_run` to `true` in `Config` if passed as command line flag 1 year ago
Jonathan Strong 8bb8d218c7 load .env file vars 1 year ago
Jonathan Strong 3cbe8997a0 begin work on mass publish tool - scoping out how to build publish meta from index meta + Cargo.toml 1 year ago
Jonathan Strong 8a719e7c6c misc loose ends 2 years ago
Jonathan Strong c28a3c8f87 re-generate docs 2 years ago
Jonathan Strong 3241e2075c update deps and bump version to v0.4.1 2 years ago
Jonathan Strong 6281152a84 improve error reporting when config toml file fails to parse (still a bit meh) 2 years ago
Jonathan Strong bd0e3ccda7 impl Default for HttpConfig, so field isn't required in config file 2 years ago
Jonathan Strong 86039a16e6 update crate vers in lock file 2 years ago
Jonathan Strong b8abdd5759 re-generate docs 2 years ago
Jonathan Strong 01ce9284bc bump version to v0.4.0 2 years ago
Jonathan Strong 41dfff3221 re-generate docs 2 years ago
Jonathan Strong 16d2090bec fix edge case in output path generation 2 years ago
Jonathan Strong 8bd9d52c30 re-generate docs 2 years ago
Jonathan Strong 1892048654 implement template-based output paths (--output-format) 2 years ago
Jonathan Strong 50017aa456 re-generate docs 2 years ago
Jonathan Strong 7bb2717612 fix output path generation 2 years ago
Jonathan Strong 8a289a592d re-generate docs 2 years ago
Jonathan Strong eb111aad33 implement url templates 2 years ago
Jonathan Strong c61008b560 tweak string syntax to avoid tripping up gitea syntax highlighting 2 years ago
Jonathan Strong 5aa81d5504 fix tr-based search/replace with improved sed-based search-replace 2 years ago
Jonathan Strong a4a0864f3c don't set json content-type/accept headers for download requests 2 years ago
Jonathan Strong 4fd262e906 add RUST_LOG=info to examples 2 years ago
Jonathan Strong 51824f0ba6 re-generate docs 2 years ago
Jonathan Strong b7621e78ac implements --filter-crates, --dry-run, --overwrite-existing 2 years ago
Jonathan Strong 66420e0a38 enable color feature in clap 2 years ago
Jonathan Strong 1898104124 rustfmt 2 years ago
Jonathan Strong 825a99a269 re-generate docs 2 years ago
Jonathan Strong c3506f9f59 add metadata fields to [package] section in Cargo.toml 2 years ago
Jonathan Strong 73f5fee409 bump version to v0.2.3 2 years ago
Jonathan Strong 37e86bd457 adds --auth-token flag to shipyard-rs registry example 2 years ago
Jonathan Strong 09bf5fbd2a adds install, build from source, running tests sections 2 years ago
Jonathan Strong fd6191e9e3 adds Example Usage section 2 years ago