idk why this isn't in master yet #94

Merged
cscherrNT merged 79 commits from devel into master 2024-07-22 13:30:20 +02:00
Collaborator
No description provided.
cscherrNT added 79 commits 2024-07-22 13:30:14 +02:00
add tests for the join module #79
All checks were successful
cargo devel CI / cargo CI (push) Successful in 1m58s
a1c5725c55
Merge branch 'devel' into feat/bintols/join-array
All checks were successful
cargo devel CI / cargo CI (push) Successful in 1m47s
b9f55d1613
refactor(bintols-join): return err if the result cannot be converted to T #80 #79
All checks were successful
cargo devel CI / cargo CI (push) Successful in 1m48s
22d5b3ac07
Merge pull request 'feat/bintols/join-array' (#80) from feat/bintols/join-array into devel
All checks were successful
cargo devel CI / cargo CI (push) Successful in 1m45s
8f75925ec3
Reviewed-on: #80
Merge branch 'master' into devel
All checks were successful
cargo devel CI / cargo CI (push) Successful in 1m50s
ab2877546c
Merge branch 'master' into devel
All checks were successful
cargo devel CI / cargo CI (push) Successful in 1m53s
a5a97066bc
chore: bump version to v0.6.0-alpha.0
Some checks failed
cargo devel CI / cargo CI (push) Failing after 1m13s
101e20da43
fix(cargo): remove path for the libpt version used in libpt-py
All checks were successful
cargo devel CI / cargo CI (push) Successful in 1m51s
940b5ffa1a
otherwise, libpt-py always uses the latest libpt version by path that is
in the workspace, which is bad if the libpt version is ahead of the
libpt-py version.
feat(cli): add libpt-cli and reexport essential cli deps #84
All checks were successful
cargo devel CI / cargo CI (push) Successful in 2m8s
630c50a64a
Merge branch 'feat/cli' of https://git.cscherr.de/PlexSheep/pt into feat/cli
All checks were successful
cargo devel CI / cargo CI (push) Successful in 2m6s
198630b35a
feat(cli)!: remove printing::divider, add borderprint borderfmt and borderfmt_advanced
All checks were successful
cargo devel CI / cargo CI (push) Successful in 2m5s
502298d47b
divider was removed because it was too simple and code duplication makes
therefore more sense for it's usecase.

Refs: #84
Users might just need the cell String, not a colored one.
Merge branch 'feat/cli' of https://git.cscherr.de/PlexSheep/pt into feat/cli
All checks were successful
cargo devel CI / cargo CI (push) Successful in 1m55s
0179c53e82
docs(cli::printing): document use of parameters for blockfmt_advanced
All checks were successful
cargo devel CI / cargo CI (push) Successful in 1m59s
57709e963c
docs(cli::printing): add module documentation
All checks were successful
cargo devel CI / cargo CI (push) Successful in 2m0s
1c78801101
feat(cli): add cli crate export to libpt
Some checks failed
cargo devel CI / cargo CI (push) Has been cancelled
3fd04a695d
chore: add clap derive feature
All checks were successful
cargo devel CI / cargo CI (push) Successful in 2m6s
a92f5f308d
Merge branch 'feat/cli' of https://git.cscherr.de/PlexSheep/pt into feat/cli
All checks were successful
cargo devel CI / cargo CI (push) Successful in 2m14s
f6ea98286d
refactor: reexport tracing from libpt-log
Some checks failed
cargo devel CI / cargo CI (push) Has been cancelled
1e912d9be8
chore: bump version of libpt-log to v0.4.3
All checks were successful
cargo devel CI / cargo CI (push) Successful in 2m4s
2e26983fb6
feat(cli::args): VerbosityLevel
All checks were successful
cargo devel CI / cargo CI (push) Successful in 2m0s
90cf678dde
VerbosityLevel lets you easily get a loglevel from repeated -v and -q
flags. Documentation included.

Refs: #84
chore: change LICENSE to GPL-3.0-or-later
All checks were successful
cargo devel CI / cargo CI (push) Successful in 2m16s
0b3610e7c5
chore: change LICENSE to GPL-3.0-or-later
All checks were successful
cargo devel CI / cargo CI (push) Successful in 2m4s
c9e5a3f43d
feat(cli): reexport human-panic and exitcode
All checks were successful
cargo devel CI / cargo CI (push) Successful in 2m21s
a79513d1db
Merge branch 'feat/cli' of https://git.cscherr.de/PlexSheep/pt into feat/cli
All checks were successful
cargo devel CI / cargo CI (push) Successful in 2m10s
f2d4fd3067
docs: fix redundand link binding
All checks were successful
cargo devel CI / cargo CI (push) Successful in 2m4s
db2fd9f60e
docs(cli): expand on IsTerminal differences
All checks were successful
cargo devel CI / cargo CI (push) Successful in 2m5s
3e5174dab6
chore: reexport shlex and add dialoguer features
Some checks failed
cargo devel CI / cargo CI (push) Has been cancelled
a9fe9d21ec
feat(cli): add repl example without using library items
Some checks failed
cargo devel CI / cargo CI (push) Failing after 1m43s
d413b74d45
feat(cli::repl): #84 #86 working and nice repl structure
All checks were successful
cargo devel CI / cargo CI (push) Successful in 2m10s
471364e711
refactor(cli::repl): introduce custom error type, modularize
All checks were successful
cargo devel CI / cargo CI (push) Successful in 2m15s
0488b2f497
Merge branch 'feat/cli' of https://git.cscherr.de/PlexSheep/pt into feat/cli
All checks were successful
cargo devel CI / cargo CI (push) Successful in 2m6s
6a7974a0a6
docs(cli): example for a simple cli
All checks were successful
cargo devel CI / cargo CI (push) Successful in 2m8s
c6afa063ef
fix(cli): loglevel values were not calculated correctly
All checks were successful
cargo devel CI / cargo CI (push) Successful in 2m10s
c81952002f
refactor(cli): apply some clippy lints and add constants for VerbosityLevel
All checks were successful
cargo devel CI / cargo CI (push) Successful in 2m28s
9ea146aabf
Merge branch 'feat/cli' of https://git.cscherr.de/PlexSheep/pt into feat/cli
All checks were successful
cargo devel CI / cargo CI (push) Successful in 2m10s
d9cdd18376
refactor(cli): apply all clippy findings
Some checks failed
cargo devel CI / cargo CI (push) Has been cancelled
476efb85c8
Merge branch 'devel' into feat/cli
All checks were successful
cargo devel CI / cargo CI (push) Successful in 2m15s
f50dfe05e4
Merge pull request 'implement a cli module' (#85) from feat/cli into devel
All checks were successful
cargo devel CI / cargo CI (push) Successful in 2m20s
511fd69ab6
Reviewed-on: #85
refactor(log): apply clippy findings
Some checks failed
cargo devel CI / cargo CI (push) Has been cancelled
9b94c25234
refactor(log): remove depereciated Logger::build()
Some checks failed
cargo devel CI / cargo CI (push) Failing after 1m37s
73f935d9b2
refactor(log): apply more clippy findings
Some checks failed
cargo devel CI / cargo CI (push) Failing after 1m44s
b2bf00db46
docs(log): add defaults to builder methods #82
Some checks failed
cargo devel CI / cargo CI (push) Failing after 1m45s
edb6342b0c
refactor(log)!: rename ansiconst -> ansi
Some checks failed
cargo devel CI / cargo CI (push) Failing after 1m46s
87dc2871d7
idk why it was called that, seems dumb, better break now than later in
case I actually get users
fix(cli): clap count parser only works with u8, so revert the change to i8 back
Some checks failed
cargo devel CI / cargo CI (push) Failing after 1m46s
673eb691e9
feat(log): apperently, it wasn't possible to set a min log level?
Some checks failed
cargo devel CI / cargo CI (push) Failing after 1m44s
8226d74fb9
refactor(py)!: remove libpt-py #87
Some checks failed
cargo devel CI / cargo CI (push) Failing after 1m40s
087e6dad8c
docs(cli): add crate level documentation
Some checks failed
cargo devel CI / cargo CI (push) Has been cancelled
b06a821f29
but I'm lazy
chore: bump libpt-log
Some checks failed
cargo devel CI / cargo CI (push) Has been cancelled
914f17f359
chore: bump libpt-cli
Some checks failed
cargo devel CI / cargo CI (push) Has been cancelled
c9f879b97f
chore: bump libpt
Some checks failed
cargo devel CI / cargo CI (push) Failing after 1m13s
b96b2ac4f6
feat(log): apperently, show time or not was also no option???
Some checks failed
cargo devel CI / cargo CI (push) Has been cancelled
7db1833cbb
docs(cli): example was broken
Some checks failed
cargo devel CI / cargo CI (push) Has been cancelled
d052fb2b34
chore: bumps for log and cli
Some checks failed
cargo devel CI / cargo CI (push) Failing after 1m14s
b1e6558a30
chore: clippy findings
Some checks failed
cargo devel CI / cargo CI (push) Has been cancelled
69ce80483d
chore: bump versions
All checks were successful
cargo devel CI / cargo CI (push) Successful in 2m4s
21444f1ffe
Merge branch 'devel' of https://git.cscherr.de/PlexSheep/pt into devel
All checks were successful
cargo devel CI / cargo CI (push) Successful in 2m10s
6116d639b2
cscherrNT merged commit d48b87dcfe into master 2024-07-22 13:30:20 +02:00
This repo is archived. You cannot comment on pull requests.
No reviewers
No milestone
No project
No assignees
1 participant
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: PlexSheep/pt#94
No description provided.