Releases: khrj/repl.deploy
Releases · khrj/repl.deploy
Development Build
1.0.0
Commits
- dee55d6 Use one constant declaration instead of many (Khushraj Rathod)
- 64b9e6c Reformat files (Khushraj Rathod)
- 5b78463 Prepare for rust rewrite, implement logger (Khushraj Rathod) #4
- 48e2975 Add tests for logger (Khushraj Rathod) #4
- c012d4d Implement git updater (Khushraj Rathod) #4
- 562c6c0 Add tests for git_updater (Khushraj Rathod) #4
- 4e64b7c Implement signature verifier and tests (Khushraj Rathod) #4
- 76cd49b Add test to verify payload and signature (entire module) (Khushraj Rathod) #4
- 384ae76 Consistently format use statements (Khushraj Rathod) #4
- d187488 Restructure project, implement http_event_handler (Khushraj Rathod) #4
- 8559846 Fix public_key path in cli/src/lib.rs (Khushraj Rathod) #4
- ef24a13 Implement stdio_event_handler (Khushraj Rathod) #4
- 6150ef0 Abstract filtering valid lines and getting matches (Khushraj Rathod) #4
- 3e6c4bd Delete test stub code (Khushraj Rathod) #4
- 4ff19d3 Implement CLI (Khushraj Rathod) #4
- 3226cc5 Fix cargo clippy errors (Khushraj Rathod) #4
- 8370753 Update release.yml for rust rewrite (Khushraj Rathod) #4
- 90c05a3 Fix CWD and job names (Khushraj Rathod) #4
- 42773de Fix CWD to ./daemon/rust-impl (Khushraj Rathod) #4
- 03ba270 Fix incorrect method to specify CWD to cargo (Khushraj Rathod) #4
- e87bd15 Fix missing trailing Cargo.toml, incorrect binary name (Khushraj Rathod) #4
- 4788274 Replace unwraps in tests with expects (Khushraj Rathod) #4
- 6ec8d79 Add shebang in test script (Khushraj Rathod) #4
- cb4da7e Pipe output of test_prep script, better debug info (Khushraj Rathod) #4
- a35ec03 Fix missing git config bug, better debug info (Khushraj Rathod) #4
- 304fe04 Temporarily remove tests to cache builds (Khushraj Rathod) #4
- eebe6d7 Re-add tests in CI (Khushraj Rathod) #4
- b977068 Fix git config commands to config for correct repo (Khushraj Rathod) #4
- 34c711c Fix caching by using cargo commands directly (Khushraj Rathod) #4
- e5157aa Fix paths for cache and release (Khushraj Rathod) #4
- f207b3c Fix uploaded binary name (Khushraj Rathod) #4
- c28b0a9 Fix mv command (Khushraj Rathod) #4
- f6846b9 Better assert for test (Khushraj Rathod) #4
- c7fa937 Keep payload instead of turning to string (Khushraj Rathod) #4
- 71eb08b Better lifetime for validation result (Khushraj Rathod) #4
- 554bcf1 Split warp logic into modular filters to enable testing (Khushraj Rathod) #4
- aaeb2e1 Refactor http handler tests to use warp::test without server overhead (Khushraj Rathod) #4
- e223e3e Remove unnecessary lifetimes (Khushraj Rathod) #4
- a596c16 Use vec and byte slice instead of String and &str (Khushraj Rathod) #4
- 248f358 Fix test, generate key-pair (expensive) before serializing payload (Khushraj Rathod) #4
- da9f5c2 Use modules instead of packages, don't self-implement logger (Khushraj Rathod) #4
- 42a3a29 Improve module directory structure (Khushraj Rathod) #4
- cfc3b17 Fix git updater test script dir (Khushraj Rathod) #4
- 2683c71 Don't handle built in warp errors (Khushraj Rathod) #4
- 0f5c1e4 Test 0.0.0.0:8090 on replit (Khushraj Rathod) #5
- 8c4ea19 Remove unnecessary dependencies (Khushraj Rathod) #4
- c86786f Add a "repl.deploy is running" message to handle get requests (Khushraj Rathod) #4
- ca28d8b Add trailing var arg to allow passing flags to subcommand (Khushraj Rathod) #4
- 32f4e71 Debug before writing to subprocess stdin (Khushraj Rathod) #8
- c1bb6ae Add additional debug calls (Khushraj Rathod) #8
- f4c6327 Fix clippy errors (Khushraj Rathod) #8
- 83fb3f5 More logging (Khushraj Rathod) #8
- 1f3cfbc Flush writer after writing, add debug config (Khushraj Rathod) #8
- 9a6948f Restructure code, add test, fix missing newline bug (Khushraj Rathod) #8
- b973749 Potentially fix failing test (Khushraj Rathod) #8
- d618538 Use fs::canonicalize for relative paths (Khushraj Rathod) #8
- 7a61396 Don't modify CWD in git_updater.rs (Khushraj Rathod) #8
- Fix stdin write failing bug #8 (Khushraj Rathod)
- a0f846c Remove old go code (Khushraj Rathod) #4
- 6e505fb Move rust code to correct directory (Khushraj Rathod) #4
- e6c72fc Add local change overwrite warning, reformat README (Khushraj Rathod) #4
- e77d610 Add workflow to publish release on tags (Khushraj Rathod)