Removes the TUI in favor of event based logging #15

Merged
Neshura merged 17 commits from remove_tui into main 2023-12-30 00:28:47 +00:00

17 commits

Author SHA1 Message Date
8c1da63e0c
rustfmt
All checks were successful
Run Tests on Code / run-tests (push) Successful in 14s
Build binary file and bundle packages / test (pull_request) Successful in 13s
Build binary file and bundle packages / build (pull_request) Successful in 34s
2023-12-30 01:27:11 +01:00
8be74585a0
Extend logging for new posts
All checks were successful
Run Tests on Code / run-tests (push) Successful in 14s
2023-12-30 01:22:13 +01:00
c3ff578c57
Clean up code 2023-12-30 01:22:04 +01:00
cbb50e5d53
Utilize confy for reading and saving history 2023-12-30 01:02:20 +01:00
f08e60a89d
Release Candidate 2.2.0-rc.1
All checks were successful
Build and Release Binary File / test (push) Successful in 33s
Run Tests on Code / run-tests (push) Successful in 35s
Build and Release Binary File / build (push) Successful in 36s
Build and Release Binary File / upload-generic-package (push) Successful in 2s
Build and Release Binary File / upload-debian-package (push) Successful in 2s
Build and Release Binary File / upload-release (push) Successful in 9s
2023-12-30 00:53:15 +01:00
0f1de67db6
Bugfix for moved history.toml 2023-12-30 00:53:00 +01:00
9c15ea791f
Release Candidate 2.1.7-rc.1
All checks were successful
Run Tests on Code / run-tests (push) Successful in 28s
Build and Release Binary File / test (push) Successful in 14s
Build and Release Binary File / build (push) Successful in 36s
Build and Release Binary File / upload-generic-package (push) Successful in 2s
Build and Release Binary File / upload-debian-package (push) Successful in 2s
Build and Release Binary File / upload-release (push) Successful in 9s
2023-12-30 00:42:50 +01:00
4a4dff8c22
Add logging dependencies
All checks were successful
Run Tests on Code / run-tests (push) Successful in 33s
2023-12-30 00:41:45 +01:00
c355bc141f
Adapt module changes to main.rs 2023-12-30 00:41:29 +01:00
1db4cb19bd
Delete TUI module 2023-12-30 00:41:17 +01:00
e4e1767083
Move bot module out of subdir, port logging from tui to println/journald 2023-12-30 00:40:12 +01:00
f2730a8eaf
Move post_history module out of subdir, port logging from tui to println/journald 2023-12-30 00:28:10 +01:00
89b2d19c80
Move jnovel module out of subdir, port logging from tui to println/journald 2023-12-30 00:24:53 +01:00
c0bff03120
Move lemmy module out of subdir, port logging from tui to println/journald
Some checks failed
Run Tests on Code / run-tests (push) Failing after 18s
2023-12-30 00:23:01 +01:00
ecc05a2812
Make config username + password fields private 2023-12-30 00:22:21 +01:00
9cca302018
Move config module out of subdirectory 2023-12-29 22:40:07 +01:00
a66180d817
Remove Result from Config loading 2023-12-29 22:35:16 +01:00