Skip to content

Releases: andylibrian/terjang

v0.2.0

26 Apr 00:41
Compare
Choose a tag to compare

Changelog

d767893 Add CONTRIBUTING.md
9878241 Add docker compose
726ff44 Add thousand separator to summary fields #8
81b217d Adding handler to stop loadtest when no worker is connected
248e555 Build UI
681d961 CI: build and push latest docker image
277cc9d Reset worker object everytime prior reading regular updates from websocket (#9)
cd588d0 Simplify number formatting
81bfa4a Simplify stopLoadTestIfNoWorkerRemaining
988d164 Update readme
e617a6c Update readme, add deploying on k8s via helm
11ed6f5 Update readme, update deploying on k8s via helm
17e25d3 Update readme, update deploying on k8s via helm
5088b2d Update readme: add demo.gif
05c94c4 Worker: Skip json parsing when the message is empty

Docker images

  • docker pull andylibrian/terjang:0.2.0-amd64
  • docker pull andylibrian/terjang:latest
  • docker pull ghcr.io/andylibrian/terjang:0.2.0-amd64
  • docker pull ghcr.io/andylibrian/terjang:latest

v0.1.0

13 Mar 05:22
Compare
Choose a tag to compare

Changelog

2d75635 Add Dockerfile
680650a Add basic cli to start
ab8d92c Add healthcheck endpoint
4324d97 Add initial goreleaser config
d8318ca Add initial notification implementation
ad53faa Add initial transport between server and worker
d9b49ff Add initial web UI
c538bcf Add log-level option
e19d9d1 Add logs to server
27116ab Add logs to worker
cd16084 Add support for worker name
7794f89 Add url validation (#4)
80be4af Add version information
fd14f4f Add worker connected channel to eliminate sleeps in the tests
1862e8f Bug fix gak bisa di run ketika pilihan dirubah minutes atau hours
a775828 Build UI and bundle it to a statikfs package
95e7b19 Implement setting request header for the load test
a633803 Implement start load test
4e1c59d Implement stop load test
e350a9c Implement worker load test metrics
fc4bc92 Improve connected notification using callback
351b432 Improve tests
a2c4d93 Initial commit
4a36f78 Notification service to send metrics
1c3c650 Notify updated server state
f5e911a Refactor tests
8df42a3 Rename vars to comply with golint
a137aff Replace favicon.ico
c049c5e Server can broadcast messages to the connected workers
b758ae4 Set vegeta default: keep-alive=true, http2=true, h2c=false
23967a9 Setup CI
a95f3da Synchronize worker metrics with mutex
0dc4bbe UI: Add load test result detail
d3c3b04 UI: Add load test result summary
3ba114e UI: Fix server state
a6fc977 UI: Make run load test button works
5d99066 UI: Show errors from the result
2b9d160 UI: extract navbar as a component
0df5a58 UI: fix errors condition
a448343 UI: make stop load test button works
3fa6cf1 UI: visual adjustment to result summary
537a4ba Update Readme
7447037 Update Readme
1004aaa Update makefile, set CGO_ENABLED=0
3d5318a Update send message param from string to []byte
c27f339 Update server, call cancel from WithTimeout context
86ffa69 Updated Readme