Skip to content

Releases: khrj/repl.deploy

Development Build

03 Sep 16:57
35e6ac1
Compare
Choose a tag to compare
Development Build Pre-release
Pre-release

Commits

1.0.0

01 May 14:15
e77d610
Compare
Choose a tag to compare

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)

0.5.0

19 Mar 15:35
0a4a1ab
Compare
Choose a tag to compare

Changelog

f34a09a Add product hunt badge
0a4a1ab Merge pull request #3 from KhushrajRathod/add-product-hunt-badge
e2a8ae9 Update from Git on startup as Replit does not have a persistent FS

0.4.0

19 Mar 09:34
e2e124f
Compare
Choose a tag to compare

Changelog

368a8c8 Fix exec.Cmd as constant bug, return informative errors
f03d4a7 Fix incorrect string logged on child process start failure
e2e124f Log program start success after checking for errors, not before
844859e Print OK on success, not on error. Otherwise, log error

0.3.4

17 Mar 15:02
14313fa
Compare
Choose a tag to compare

Changelog

c44f87e Add step to click Run in readme, mention always on requirement
bd2f99f Don't pack README and LICENSE, overrides existing READMEs and LICENSEs
14313fa Fix goreleaser config

0.3.3

17 Mar 14:34
e7b4f2a
Compare
Choose a tag to compare

Changelog

e7b4f2a Remove double log for stdio, add log for standalone

0.3.2

17 Mar 14:24
e162a3e
Compare
Choose a tag to compare

Changelog

e162a3e Fix logging logic, log on initial start

0.3.1

17 Mar 14:01
78159e1
Compare
Choose a tag to compare

Changelog

438b51d Add installation link
78159e1 Log the first start for a program when using --standalone

0.3.0

17 Mar 10:56
1411067
Compare
Choose a tag to compare

Changelog

42e32ac Add colors to output, create "logger" package
1411067 Fix probot README
2f1f7c9 Fix typo in README

0.2.0

17 Mar 08:57
8d8275a
Compare
Choose a tag to compare

Changelog

c3f9d4f Add standalone example to README
1520fca ValidationError -> ValidationResult, Err -> Body
8d8275a Write to stdin on success, append \n before writing