Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add MessageParams::wallet() getter | 2024-04-24 | 1 | -0/+4 | |
| | |||||
* | Use alt selector for displaying anyhow::Error | 2024-04-24 | 5 | -7/+7 | |
| | |||||
* | Simplify function return type | 2024-04-24 | 1 | -11/+4 | |
| | | | | It does not need to return a Result. | ||||
* | Bump to v0.1.4v0.1.4 | 2024-04-23 | 3 | -7/+3 | |
| | |||||
* | Fix release job (again) | 2024-04-23 | 1 | -3/+5 | |
| | |||||
* | Bump to v0.1.3v0.1.3 | 2024-04-23 | 3 | -2/+6 | |
| | |||||
* | Fix release job | 2024-04-23 | 1 | -4/+2 | |
| | |||||
* | Release v0.1.2v0.1.2 | 2024-04-23 | 3 | -3/+16 | |
| | |||||
* | Add more debug logging | 2024-04-23 | 2 | -0/+3 | |
| | |||||
* | Add name() to Action trait | 2024-04-23 | 8 | -0/+28 | |
| | |||||
* | Allow RUST_LOG to correctly override default | 2024-04-23 | 1 | -4/+6 | |
| | |||||
* | Deprivatize MessageParams getters | 2024-04-23 | 1 | -6/+6 | |
| | |||||
* | Refactor action dispatching to run_actions() | 2024-04-23 | 2 | -17/+15 | |
| | |||||
* | Move actions/mod.rs to actions.rs | 2024-04-23 | 1 | -0/+0 | |
| | |||||
* | Avoid extern crate | 2024-04-23 | 5 | -6/+6 | |
| | | | | Causes issues with rust-analyzer | ||||
* | Include aux files inside release tarballs | 2024-04-23 | 1 | -6/+3 | |
| | |||||
* | Include version in release filenames | 2024-04-23 | 1 | -4/+4 | |
| | |||||
* | Update Cargo.lock | 2024-04-23 | 1 | -10/+10 | |
| | | | | Forgot to do it when I bumped the version | ||||
* | Add Dockerfile and GAs for Docker image deployment | 2024-04-23 | 6 | -1/+254 | |
| | | | | | | | | | | | | | | | * Initial Dockerfile and Github Actions * Properly name final Docker build stage * Add tag for package.version * Correct cargo-get syntax * Fix version tagging and add sentrum.toml to .gitignore * Fix newlines and add Docker examples * Fix branch on Github Action and minor copy update | ||||
* | Fix socks5 example | 2024-04-22 | 1 | -1/+1 | |
| | |||||
* | Release v0.1.1v0.1.1 | 2024-04-22 | 2 | -1/+6 | |
| | |||||
* | Revamp release job | 2024-04-22 | 2 | -37/+51 | |
| | |||||
* | Add cfg(unix) to tokio::signal code | 2024-04-22 | 1 | -0/+3 | |
| | |||||
* | Rename build job | 2024-04-22 | 1 | -1/+1 | |
| | |||||
* | Add README badges | 2024-04-22 | 1 | -0/+5 | |
| | |||||
* | Fix some README urls | 2024-04-22 | 1 | -3/+6 | |
| | |||||
* | Add deps job missing event trigger | 2024-04-22 | 1 | -0/+4 | |
| | |||||
* | Add missing deserialization lowercase rename | 2024-04-22 | 1 | -0/+1 | |
| | | | | For MessageFormat | ||||
* | Fix CI job | 2024-04-22 | 1 | -3/+3 | |
| | |||||
* | Add ngit maintainers file | 2024-04-21 | 1 | -0/+8 | |
| | |||||
* | Initial commitv0.1.0 | 2024-04-21 | 33 | -0/+6515 | |