Commit graph

373 commits

Author SHA1 Message Date
35ab3d9b28 chore: fix publish script 2024-09-07 23:49:15 +02:00
917a68c8ab chore: bump versions 2024-09-07 23:48:22 +02:00
5b0c82cf2b feat(log): specify span events + doc fixes 2024-09-07 23:47:06 +02:00
3bf60f86b1 Merge branch 'devel' 2024-09-06 17:34:20 +02:00
056c2d136c chore: bump version 2024-09-06 17:34:16 +02:00
235a8bfb85 feat(cli): make VerbosityLevel serde compatible 2024-09-06 17:33:15 +02:00
29beabdc29 docs: python not implemented notice 2024-08-30 18:06:46 +02:00
17a235c1da chore: add docs.rs metadata 2024-08-30 17:49:40 +02:00
4ff85b881c chore: full feature 2024-08-30 17:49:24 +02:00
3a215390d6 chore: bump version and fix deptree of workspace 2024-08-30 17:39:53 +02:00
442e17f9a8 fix: let logger use the crate name of the end-crate 2024-08-30 17:39:10 +02:00
cscherrNT
687fd94870 automatic cargo CI changes 2024-08-30 14:27:56 +00:00
7eb7d95f94 docs: fix cli example deps 2024-08-30 16:25:48 +02:00
43944b0e34 fix: features in main crate were bad 2024-08-30 16:02:11 +02:00
b8acb7300e chore: remove reexports for cli 2024-08-30 13:35:47 +02:00
d48b87dcfe Merge pull request 'idk why this isn't in master yet' () from devel into master
Reviewed-on: 
2024-07-22 13:30:20 +02:00
6116d639b2 Merge branch 'devel' of https://git.cscherr.de/PlexSheep/pt into devel 2024-07-09 20:16:05 +02:00
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
21444f1ffe chore: bump versions 2024-07-09 19:57:04 +02:00
69ce80483d chore: clippy findings 2024-07-09 19:54:11 +02:00
89c481fa2e fix: make the libpt log version correct 2024-07-09 19:53:50 +02:00
b1e6558a30 chore: bumps for log and cli 2024-07-09 19:52:09 +02:00
d052fb2b34 docs(cli): example was broken 2024-07-09 19:51:22 +02:00
7db1833cbb feat(log): apperently, show time or not was also no option??? 2024-07-09 19:50:12 +02:00
b96b2ac4f6 chore: bump libpt 2024-07-09 19:47:23 +02:00
c9f879b97f chore: bump libpt-cli 2024-07-09 19:46:27 +02:00
914f17f359 chore: bump libpt-log 2024-07-09 19:45:21 +02:00
b06a821f29 docs(cli): add crate level documentation
but I'm lazy
2024-07-09 19:43:43 +02:00
087e6dad8c refactor(py)!: remove libpt-py 2024-07-09 19:41:34 +02:00
8226d74fb9 feat(log): apperently, it wasn't possible to set a min log level? 2024-07-09 19:39:33 +02:00
729c4e3a4e fix(log): logfile works again 2024-07-09 19:37:56 +02:00
1c92f95901 docs(log): add an example for using a logfile 2024-07-09 19:37:13 +02:00
673eb691e9 fix(cli): clap count parser only works with u8, so revert the change to i8 back 2024-07-09 19:34:46 +02:00
b382b3e501 refactor(cli): cli example was weird 2024-07-09 19:29:20 +02:00
87dc2871d7 refactor(log)!: rename ansiconst -> ansi
idk why it was called that, seems dumb, better break now than later in
case I actually get users
2024-07-09 18:33:31 +02:00
edb6342b0c docs(log): add defaults to builder methods 2024-07-09 18:31:30 +02:00
b2bf00db46 refactor(log): apply more clippy findings 2024-07-09 18:25:50 +02:00
73f935d9b2 refactor(log): remove depereciated Logger::build() 2024-07-09 18:23:24 +02:00
9b94c25234 refactor(log): apply clippy findings 2024-07-09 18:22:44 +02:00
511fd69ab6 Merge pull request 'implement a cli module' () from feat/cli into devel
Reviewed-on: 
2024-07-09 18:12:24 +02:00
f50dfe05e4 Merge branch 'devel' into feat/cli 2024-07-09 18:11:33 +02:00
476efb85c8 refactor(cli): apply all clippy findings 2024-07-09 18:09:51 +02:00
d9cdd18376 Merge branch 'feat/cli' of https://git.cscherr.de/PlexSheep/pt into feat/cli 2024-07-09 17:41:56 +02:00
4f15f4b639 refactor(cli): change log feature and impl default for VerbosityLevel 2024-07-09 17:41:55 +02:00
PlexSheep
c9c835188b automatic cargo CI changes 2024-07-09 15:39:06 +00:00
9ea146aabf refactor(cli): apply some clippy lints and add constants for VerbosityLevel 2024-07-09 17:36:45 +02:00
921387b13e chore: add more clippy lints and fix some 2024-07-09 17:36:16 +02:00
c81952002f fix(cli): loglevel values were not calculated correctly 2024-06-29 17:35:45 +02:00
c6afa063ef docs(cli): example for a simple cli 2024-06-29 17:05:50 +02:00