Commit Graph

388 Commits

Author SHA1 Message Date
Christoph J. Scherr 79745508a6 chore: add release-plz ci
cargo devel CI / cargo CI (push) Successful in 1m58s Details
2024-10-16 13:49:15 +02:00
Christoph J. Scherr b292d0384d chore: change ci message to fit conventional git commits 2024-10-16 13:31:58 +02:00
Christoph J. Scherr efb043fd04
Merge branch 'master' into devel
cargo devel CI / cargo CI (push) Successful in 1m55s Details
2024-09-26 10:06:21 +02:00
Christoph J. Scherr d40383372a docs(readme): remove old and wrong license section
cargo devel CI / cargo CI (push) Successful in 1m50s Details
2024-09-08 01:49:31 +02:00
Christoph J. Scherr 16840d0e5a docs: fix #104
cargo devel CI / cargo CI (push) Successful in 1m53s Details
2024-09-08 01:44:42 +02:00
Christoph J. Scherr 30168c5523 chore: bump version
cargo devel CI / cargo CI (push) Successful in 1m49s Details
2024-09-08 01:34:28 +02:00
Christoph J. Scherr a7d0c18f52 chore: reset publish script
cargo devel CI / cargo CI (push) Has been cancelled Details
2024-09-08 01:27:27 +02:00
Christoph J. Scherr 54a694645f refactor(log): make logfile kinda behave like normal
cargo devel CI / cargo CI (push) Has been cancelled Details
2024-09-08 01:26:37 +02:00
Christoph J. Scherr 492e655d29 chore: bump versions
cargo devel CI / cargo CI (push) Successful in 1m50s Details
2024-09-08 01:14:35 +02:00
Christoph J. Scherr a9fbcf9518 fix(log): panic when trying to open alogfile in a dir that did not exist
cargo devel CI / cargo CI (push) Has been cancelled Details
2024-09-08 01:14:04 +02:00
Christoph J. Scherr 51e2c3029e chore: bump versions
cargo devel CI / cargo CI (push) Successful in 1m52s Details
2024-09-08 01:05:08 +02:00
Christoph J. Scherr 6197532bc7 refactor(log): refactor the build function
cargo devel CI / cargo CI (push) Has been cancelled Details
2024-09-08 00:35:19 +02:00
Christoph J. Scherr 3063f77798 Merge branch 'master' into devel
cargo devel CI / cargo CI (push) Successful in 1m50s Details
2024-09-07 23:51:36 +02:00
Christoph J. Scherr 05910ae3be docs: add backtics
cargo devel CI / cargo CI (push) Has been cancelled Details
2024-09-07 23:51:19 +02:00
PlexSheep 895b156e02 automatic cargo CI changes 2024-09-07 21:51:12 +00:00
Christoph J. Scherr 35ab3d9b28 chore: fix publish script
cargo devel CI / cargo CI (push) Successful in 2m1s Details
2024-09-07 23:49:15 +02:00
Christoph J. Scherr 917a68c8ab chore: bump versions
cargo devel CI / cargo CI (push) Has been cancelled Details
2024-09-07 23:48:22 +02:00
Christoph J. Scherr 5b0c82cf2b feat(log): specify span events + doc fixes 2024-09-07 23:47:06 +02:00
Christoph J. Scherr 3bf60f86b1 Merge branch 'devel'
cargo devel CI / cargo CI (push) Successful in 1m54s Details
2024-09-06 17:34:20 +02:00
Christoph J. Scherr 056c2d136c chore: bump version
cargo devel CI / cargo CI (push) Successful in 1m57s Details
2024-09-06 17:34:16 +02:00
Christoph J. Scherr 235a8bfb85 feat(cli): make VerbosityLevel serde compatible
cargo devel CI / cargo CI (push) Has been cancelled Details
2024-09-06 17:33:15 +02:00
Christoph J. Scherr 29beabdc29 docs: python not implemented notice #98
cargo devel CI / cargo CI (push) Successful in 1m50s Details
2024-08-30 18:06:46 +02:00
Christoph J. Scherr 17a235c1da chore: add docs.rs metadata #97
cargo devel CI / cargo CI (push) Successful in 1m55s Details
2024-08-30 17:49:40 +02:00
Christoph J. Scherr 4ff85b881c chore: full feature
cargo devel CI / cargo CI (push) Has been cancelled Details
2024-08-30 17:49:24 +02:00
Christoph J. Scherr 3a215390d6 chore: bump version and fix deptree of workspace
cargo devel CI / cargo CI (push) Successful in 1m57s Details
2024-08-30 17:39:53 +02:00
Christoph J. Scherr 442e17f9a8 fix: let logger use the crate name of the end-crate #91
cargo devel CI / cargo CI (push) Has been cancelled Details
2024-08-30 17:39:10 +02:00
cscherrNT 687fd94870 automatic cargo CI changes 2024-08-30 14:27:56 +00:00
Christoph J. Scherr 7eb7d95f94 docs: fix cli example deps
cargo devel CI / cargo CI (push) Successful in 2m11s Details
2024-08-30 16:25:48 +02:00
Christoph J. Scherr 43944b0e34 fix: features in main crate were bad
cargo devel CI / cargo CI (push) Failing after 1m42s Details
2024-08-30 16:02:11 +02:00
Christoph J. Scherr b8acb7300e chore: remove reexports for cli #93
cargo devel CI / cargo CI (push) Failing after 1m42s Details
2024-08-30 13:35:47 +02:00
cscherrNT d48b87dcfe Merge pull request 'idk why this isn't in master yet' (#94) from devel into master
cargo devel CI / cargo CI (push) Successful in 1m59s Details
Reviewed-on: #94
2024-07-22 13:30:20 +02:00
Christoph J. Scherr 6116d639b2 Merge branch 'devel' of https://git.cscherr.de/PlexSheep/pt into devel
cargo devel CI / cargo CI (push) Successful in 2m10s Details
2024-07-09 20:16:05 +02:00
Christoph J. Scherr 5c6e5b242e docs(cli): help template was missing something 2024-07-09 20:16:04 +02:00
PlexSheep ca3cabf6ca automatic cargo CI changes 2024-07-09 17:59:06 +00:00
Christoph J. Scherr 21444f1ffe chore: bump versions
cargo devel CI / cargo CI (push) Successful in 2m4s Details
2024-07-09 19:57:04 +02:00
Christoph J. Scherr 69ce80483d chore: clippy findings
cargo devel CI / cargo CI (push) Has been cancelled Details
2024-07-09 19:54:11 +02:00
Christoph J. Scherr 89c481fa2e fix: make the libpt log version correct 2024-07-09 19:53:50 +02:00
Christoph J. Scherr b1e6558a30 chore: bumps for log and cli
cargo devel CI / cargo CI (push) Failing after 1m14s Details
2024-07-09 19:52:09 +02:00
Christoph J. Scherr d052fb2b34 docs(cli): example was broken
cargo devel CI / cargo CI (push) Has been cancelled Details
2024-07-09 19:51:22 +02:00
Christoph J. Scherr 7db1833cbb feat(log): apperently, show time or not was also no option???
cargo devel CI / cargo CI (push) Has been cancelled Details
2024-07-09 19:50:12 +02:00
Christoph J. Scherr b96b2ac4f6 chore: bump libpt
cargo devel CI / cargo CI (push) Failing after 1m13s Details
2024-07-09 19:47:23 +02:00
Christoph J. Scherr c9f879b97f chore: bump libpt-cli
cargo devel CI / cargo CI (push) Has been cancelled Details
2024-07-09 19:46:27 +02:00
Christoph J. Scherr 914f17f359 chore: bump libpt-log
cargo devel CI / cargo CI (push) Has been cancelled Details
2024-07-09 19:45:21 +02:00
Christoph J. Scherr b06a821f29 docs(cli): add crate level documentation
cargo devel CI / cargo CI (push) Has been cancelled Details
but I'm lazy
2024-07-09 19:43:43 +02:00
Christoph J. Scherr 087e6dad8c refactor(py)!: remove libpt-py #87
cargo devel CI / cargo CI (push) Failing after 1m40s Details
2024-07-09 19:41:34 +02:00
Christoph J. Scherr 8226d74fb9 feat(log): apperently, it wasn't possible to set a min log level?
cargo devel CI / cargo CI (push) Failing after 1m44s Details
2024-07-09 19:39:33 +02:00
Christoph J. Scherr 729c4e3a4e fix(log): logfile works again #90 2024-07-09 19:37:56 +02:00
Christoph J. Scherr 1c92f95901 docs(log): add an example for using a logfile 2024-07-09 19:37:13 +02:00
Christoph J. Scherr 673eb691e9 fix(cli): clap count parser only works with u8, so revert the change to i8 back
cargo devel CI / cargo CI (push) Failing after 1m46s Details
2024-07-09 19:34:46 +02:00
Christoph J. Scherr b382b3e501 refactor(cli): cli example was weird 2024-07-09 19:29:20 +02:00