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
cargo devel CI / cargo CI (push) Successful in 1m58s Details
a1c5725c55
add tests for the join module #79
cargo devel CI / cargo CI (push) Successful in 1m47s Details
b9f55d1613
Merge branch 'devel' into feat/bintols/join-array
cargo devel CI / cargo CI (push) Successful in 1m50s Details
ab2877546c
Merge branch 'master' into devel
cargo devel CI / cargo CI (push) Successful in 1m53s Details
a5a97066bc
Merge branch 'master' into devel
cargo devel CI / cargo CI (push) Failing after 1m13s Details
101e20da43
chore: bump version to v0.6.0-alpha.0
cargo devel CI / cargo CI (push) Successful in 1m51s Details
940b5ffa1a
fix(cargo): remove path for the libpt version used in libpt-py
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.
cargo devel CI / cargo CI (push) Successful in 2m5s Details
502298d47b
feat(cli)!: remove printing::divider, add borderprint borderfmt and borderfmt_advanced
divider was removed because it was too simple and code duplication makes
therefore more sense for it's usecase.

Refs: #84
08bfc03628 refactor(cli::printing): use Option<Color> for blockfmt_advanced
Users might just need the cell String, not a colored one.
cargo devel CI / cargo CI (push) Successful in 2m0s Details
1c78801101
docs(cli::printing): add module documentation
cargo devel CI / cargo CI (push) Has been cancelled Details
3fd04a695d
feat(cli): add cli crate export to libpt
cargo devel CI / cargo CI (push) Successful in 2m6s Details
a92f5f308d
chore: add clap derive feature
cargo devel CI / cargo CI (push) Has been cancelled Details
1e912d9be8
refactor: reexport tracing from libpt-log
cargo devel CI / cargo CI (push) Successful in 2m4s Details
2e26983fb6
chore: bump version of libpt-log to v0.4.3
cargo devel CI / cargo CI (push) Successful in 2m0s Details
90cf678dde
feat(cli::args): VerbosityLevel
VerbosityLevel lets you easily get a loglevel from repeated -v and -q
flags. Documentation included.

Refs: #84
cargo devel CI / cargo CI (push) Successful in 2m16s Details
0b3610e7c5
chore: change LICENSE to GPL-3.0-or-later
cargo devel CI / cargo CI (push) Successful in 2m4s Details
c9e5a3f43d
chore: change LICENSE to GPL-3.0-or-later
cargo devel CI / cargo CI (push) Successful in 2m21s Details
a79513d1db
feat(cli): reexport human-panic and exitcode
cargo devel CI / cargo CI (push) Successful in 2m4s Details
db2fd9f60e
docs: fix redundand link binding
cargo devel CI / cargo CI (push) Successful in 2m5s Details
3e5174dab6
docs(cli): expand on IsTerminal differences
cargo devel CI / cargo CI (push) Has been cancelled Details
a9fe9d21ec
chore: reexport shlex and add dialoguer features
cargo devel CI / cargo CI (push) Failing after 1m43s Details
d413b74d45
feat(cli): add repl example without using library items
cargo devel CI / cargo CI (push) Successful in 2m10s Details
471364e711
feat(cli::repl): #84 #86 working and nice repl structure
cargo devel CI / cargo CI (push) Successful in 2m15s Details
0488b2f497
refactor(cli::repl): introduce custom error type, modularize
cargo devel CI / cargo CI (push) Successful in 2m8s Details
c6afa063ef
docs(cli): example for a simple cli
cargo devel CI / cargo CI (push) Successful in 2m10s Details
c81952002f
fix(cli): loglevel values were not calculated correctly
cargo devel CI / cargo CI (push) Has been cancelled Details
476efb85c8
refactor(cli): apply all clippy findings
cargo devel CI / cargo CI (push) Successful in 2m15s Details
f50dfe05e4
Merge branch 'devel' into feat/cli
cargo devel CI / cargo CI (push) Successful in 2m20s Details
511fd69ab6
Merge pull request 'implement a cli module' (#85) from feat/cli into devel
Reviewed-on: #85
cargo devel CI / cargo CI (push) Has been cancelled Details
9b94c25234
refactor(log): apply clippy findings
cargo devel CI / cargo CI (push) Failing after 1m37s Details
73f935d9b2
refactor(log): remove depereciated Logger::build()
cargo devel CI / cargo CI (push) Failing after 1m44s Details
b2bf00db46
refactor(log): apply more clippy findings
cargo devel CI / cargo CI (push) Failing after 1m45s Details
edb6342b0c
docs(log): add defaults to builder methods #82
cargo devel CI / cargo CI (push) Failing after 1m46s Details
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
cargo devel CI / cargo CI (push) Failing after 1m40s Details
087e6dad8c
refactor(py)!: remove libpt-py #87
cargo devel CI / cargo CI (push) Has been cancelled Details
b06a821f29
docs(cli): add crate level documentation
but I'm lazy
cargo devel CI / cargo CI (push) Has been cancelled Details
914f17f359
chore: bump libpt-log
cargo devel CI / cargo CI (push) Has been cancelled Details
c9f879b97f
chore: bump libpt-cli
cargo devel CI / cargo CI (push) Failing after 1m13s Details
b96b2ac4f6
chore: bump libpt
cargo devel CI / cargo CI (push) Has been cancelled Details
d052fb2b34
docs(cli): example was broken
cargo devel CI / cargo CI (push) Failing after 1m14s Details
b1e6558a30
chore: bumps for log and cli
cargo devel CI / cargo CI (push) Has been cancelled Details
69ce80483d
chore: clippy findings
cargo devel CI / cargo CI (push) Successful in 2m4s Details
21444f1ffe
chore: bump versions
cscherrNT merged commit d48b87dcfe into master 2024-07-22 13:30:20 +02:00
Sign in to join this conversation.
No reviewers
No Milestone
No project
No Assignees
1 Participants
Notifications
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.