João Marcos P. Bezerra
|
88e9d9afc7
|
update CHANGELOG.md
|
2024-04-01 10:58:35 -03:00 |
|
João Marcos P. Bezerra
|
62d70225ab
|
remove macros.rs module
|
2024-04-01 10:58:35 -03:00 |
|
João Marcos P. Bezerra
|
615a7d3c49
|
logger: flush logs temporarily
|
2024-04-01 10:58:35 -03:00 |
|
João Marcos P. Bezerra
|
c56978d1e7
|
handle logger thread in main function
|
2024-04-01 10:58:35 -03:00 |
|
João Marcos P. Bezerra
|
25d7d3d870
|
logger: refactor usage of sync primitives
use `std::sync::Barrier` instead of the barebones `Condvar` + `Mutex`
combo
|
2024-04-01 10:58:35 -03:00 |
|
João Marcos P. Bezerra
|
792db000bb
|
move spawn_logger_thread to logger module
and create another module inside of the logger module to reorganize
things
|
2024-04-01 10:58:35 -03:00 |
|
João Marcos P. Bezerra
|
0b760aadf7
|
fix logger thread shutdown system
|
2024-04-01 10:58:35 -03:00 |
|
João Marcos P. Bezerra
|
39395c797a
|
move code to function run_cmd
|
2024-04-01 10:58:35 -03:00 |
|
João Marcos P. Bezerra
|
d0280f0579
|
move code to function spawn_logger_thread
|
2024-04-01 10:58:35 -03:00 |
|
João Marcos P. Bezerra
|
28daa9e8c4
|
make logger channel static
|
2024-04-01 10:58:35 -03:00 |
|
João Marcos P. Bezerra
|
bed8ea0276
|
create Logger::info_accessible
|
2024-04-01 10:58:35 -03:00 |
|
Antonios Barotsis
|
1e56bb8f1f
|
Improve logging interface
|
2024-04-01 10:58:35 -03:00 |
|
Antonios Barotsis
|
b04122a6de
|
fix some errors + warnings
|
2024-04-01 10:58:35 -03:00 |
|
Antonios Barotsis
|
380893b6df
|
Add levels and fix output
|
2024-04-01 10:58:35 -03:00 |
|
Antonios Barotsis
|
93752d5fb5
|
fmt
|
2024-04-01 10:58:35 -03:00 |
|
Antonios Barotsis
|
e2ac5c4c9b
|
Make all info logs use the new system
|
2024-04-01 10:58:35 -03:00 |
|
Antonios Barotsis
|
e989db7a3a
|
Added buffering
|
2024-04-01 10:58:35 -03:00 |
|
Antonios Barotsis
|
c2873f77d3
|
wip
|
2024-04-01 10:58:35 -03:00 |
|
dependabot[bot]
|
ba65d6e965
|
build(deps): bump zstd from 0.13.0 to 0.13.1 (#652)
|
2024-03-28 14:47:17 +00:00 |
|
dependabot[bot]
|
4d263c3e37
|
build(deps): bump clap from 4.5.3 to 4.5.4 (#648)
|
2024-03-27 06:53:06 +00:00 |
|
dependabot[bot]
|
f82d7a46b0
|
build(deps): bump regex from 1.10.3 to 1.10.4 (#649)
|
2024-03-27 06:38:11 +00:00 |
|
dependabot[bot]
|
30ac0a821e
|
build(deps): bump rayon from 1.9.0 to 1.10.0 (#647)
|
2024-03-27 05:11:08 +00:00 |
|
dependabot[bot]
|
43e0f09f36
|
build(deps): bump insta from 1.36.1 to 1.37.0
Bumps [insta](https://github.com/mitsuhiko/insta) from 1.36.1 to 1.37.0.
- [Changelog](https://github.com/mitsuhiko/insta/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mitsuhiko/insta/compare/1.36.1...1.37.0)
---
updated-dependencies:
- dependency-name: insta
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2024-03-27 02:09:53 -03:00 |
|
dependabot[bot]
|
cb75a7cd20
|
build(deps): bump clap from 4.5.2 to 4.5.3
Bumps [clap](https://github.com/clap-rs/clap) from 4.5.2 to 4.5.3.
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](https://github.com/clap-rs/clap/compare/v4.5.2...v4.5.3)
---
updated-dependencies:
- dependency-name: clap
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2024-03-15 22:19:57 -03:00 |
|
João Marcos P. Bezerra
|
6f566b9c4d
|
add module docs for accessible mode
|
2024-03-15 15:26:55 -03:00 |
|
dependabot[bot]
|
e992da26be
|
build(deps): bump softprops/action-gh-release from 1 to 2
Bumps [softprops/action-gh-release](https://github.com/softprops/action-gh-release) from 1 to 2.
- [Release notes](https://github.com/softprops/action-gh-release/releases)
- [Changelog](https://github.com/softprops/action-gh-release/blob/master/CHANGELOG.md)
- [Commits](https://github.com/softprops/action-gh-release/compare/v1...v2)
---
updated-dependencies:
- dependency-name: softprops/action-gh-release
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2024-03-09 16:23:40 -03:00 |
|
João Marcos
|
bddd727d86
|
Update CONTRIBUTING.md
|
2024-03-07 17:01:28 -03:00 |
|
dependabot[bot]
|
3ca479c256
|
build(deps): bump clap from 4.5.1 to 4.5.2 (#637)
|
2024-03-07 16:18:32 +00:00 |
|
dependabot[bot]
|
5b0e0b6991
|
build(deps): bump insta from 1.35.1 to 1.36.1
Bumps [insta](https://github.com/mitsuhiko/insta) from 1.35.1 to 1.36.1.
- [Changelog](https://github.com/mitsuhiko/insta/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mitsuhiko/insta/compare/1.35.1...1.36.1)
---
updated-dependencies:
- dependency-name: insta
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2024-03-05 15:24:57 -03:00 |
|
Antonios Barotsis
|
c4f2f6fcb6
|
fmt
|
2024-02-28 20:27:32 -03:00 |
|
Antonios Barotsis
|
8e43cd2afa
|
Change existing method docs to valid rustdoc
|
2024-02-28 20:27:32 -03:00 |
|
Antonios Barotsis
|
c894829c37
|
Silence invalid clippy lint (windows)
|
2024-02-28 20:27:32 -03:00 |
|
Antonios Barotsis
|
f847040e69
|
Fix clippy performance lint
See https://rust-lang.github.io/rust-clippy/master/index.html#slow_vector_initialization
|
2024-02-28 20:27:32 -03:00 |
|
Antonios Barotsis
|
63ad6b419c
|
Replace shell commands with File::create
|
2024-02-28 20:27:32 -03:00 |
|
dependabot[bot]
|
5954e98427
|
build(deps): bump unrar from 0.5.2 to 0.5.3 (#631)
|
2024-02-28 21:50:52 +00:00 |
|
Antonios Barotsis
|
2a60ca836a
|
Remove prefix-key
|
2024-02-28 18:01:22 -03:00 |
|
Antonios Barotsis
|
aa77929e5c
|
remove ciCaching branch trigger
|
2024-02-28 18:01:22 -03:00 |
|
Antonios Barotsis
|
ed1d758fc3
|
clear cache for benchmark
|
2024-02-28 18:01:22 -03:00 |
|
Antonios Barotsis
|
589328d6a5
|
Join not needed (?)
|
2024-02-28 18:01:22 -03:00 |
|
Antonios Barotsis
|
4dec225126
|
remove commas from key
|
2024-02-28 18:01:22 -03:00 |
|
Antonios Barotsis
|
5bba632331
|
Make sure key is generated correctly)
|
2024-02-28 18:01:22 -03:00 |
|
dependabot[bot]
|
fd887d59c5
|
build(deps): bump bstr from 1.9.0 to 1.9.1 (#633)
|
2024-02-28 20:45:33 +00:00 |
|
dependabot[bot]
|
ab8fa28e30
|
build(deps): bump tempfile from 3.10.0 to 3.10.1 (#634)
|
2024-02-28 20:41:25 +00:00 |
|
dependabot[bot]
|
90b60b0556
|
build(deps): bump rayon from 1.8.1 to 1.9.0 (#635)
|
2024-02-28 20:41:16 +00:00 |
|
dependabot[bot]
|
7dfa54e5b5
|
build(deps): bump insta from 1.34.0 to 1.35.1 (#630)
|
2024-02-21 19:48:08 +00:00 |
|
dependabot[bot]
|
2c345776fc
|
build(deps): bump assert_cmd from 2.0.13 to 2.0.14
Bumps [assert_cmd](https://github.com/assert-rs/assert_cmd) from 2.0.13 to 2.0.14.
- [Changelog](https://github.com/assert-rs/assert_cmd/blob/master/CHANGELOG.md)
- [Commits](https://github.com/assert-rs/assert_cmd/compare/v2.0.13...v2.0.14)
---
updated-dependencies:
- dependency-name: assert_cmd
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2024-02-21 16:01:21 -03:00 |
|
dependabot[bot]
|
e05f707d87
|
build(deps): bump clap_complete from 4.5.0 to 4.5.1
Bumps [clap_complete](https://github.com/clap-rs/clap) from 4.5.0 to 4.5.1.
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](https://github.com/clap-rs/clap/compare/clap_complete-v4.5.0...clap_complete-v4.5.1)
---
updated-dependencies:
- dependency-name: clap_complete
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2024-02-18 04:27:48 -03:00 |
|
dependabot[bot]
|
05f6cd975e
|
build(deps): bump clap from 4.5.0 to 4.5.1
Bumps [clap](https://github.com/clap-rs/clap) from 4.5.0 to 4.5.1.
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](https://github.com/clap-rs/clap/compare/clap_complete-v4.5.0...clap_complete-v4.5.1)
---
updated-dependencies:
- dependency-name: clap
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2024-02-18 04:27:02 -03:00 |
|
dependabot[bot]
|
72b2bb5021
|
build(deps): bump clap_complete from 4.4.10 to 4.5.0 (#624)
|
2024-02-09 02:55:58 +00:00 |
|
dependabot[bot]
|
b3a6363b10
|
build(deps): bump clap_mangen from 0.2.19 to 0.2.20 (#623)
|
2024-02-09 01:50:17 +00:00 |
|