Releases: linyows/probe
Releases · linyows/probe
v0.4.0
v0.3.0
v0.2.0
v0.1.0
Changelog
- 12a576e Merge pull request #1 from linyows/latency
- 58c725e Merge pull request #2 from linyows/actions
- 5b68d7a Merge pull request #3 from linyows/support-workflows
- 27b378e Merge pull request #4 from linyows/builtin-test
- 8c1dd5b Merge pull request #5 from linyows/bugfix
- c2f2e88 Merge pull request #6 from linyows/visibilty
- ea59a15 Merge pull request #7 from linyows/workflow
- 61d9693 Update README.md
- 8332a47 Update README.md
- 0f2bf92 Update README.md
- b1d91ee add -v to test target
- 9e8870d add AssignStruct
- 1190326 add Config struct and use
- f3a4000 add EvalExpr
- 482df3a add GetLatencies
- 7fc2557 add Load method and some struct for workflow
- dde2a14 add TestContext
- 16a315e add TitleCase
- ee95f51 add build and test workflows
- 7bb8d88 add bulkmail of builtin-action
- 0bc134a add cli.go
- 27c2b44 add cmds
- d666574 add expr-lang/expr
- 2f4f61c add expression.go
- 7e8b1d8 add fatih/color
- def154f add goccy/go-yaml and more
- b671e9d add goreleaser.yml
- 5212936 add grpc, protobuf, go-plugin and go-hclog
- 3bde7f6 add hello of builtin-action
- c6554b5 add http action
- c9799f7 add http package
- 5a30445 add http status
- 3328580 add httpmock
- cda8277 add icon
- 56b0fb6 add id.go
- ed3fc47 add latency command
- af4f97b add latency.csv
- fd8a513 add latency.go
- f537ad5 add latency_test.go
- 8f7a854 add proto
- d658e1b add reflect_test.go
- 17956c7 add scheduler.go
- 70dbae0 add strconv
- d128c09 add test
- 2c33c12 add test example
- cef2901 add testdata
- 574daac add testdata
- f0d2c36 add verbose option
- 819e8bf add workflow.go
- 4e0c167 add workflows
- 44cf454 append id to mail subject
- 04da646 change default actions to http
- c4d8f24 check SMTP mail text
- 550ca95 convert body to json
- e4554e6 custom error struct
- 717036d enable go-plugin
- 47d90f0 fix
- 5a9a892 fix actions.go
- e1522fa fix bug
- 52d2a57 fix build command
- f61799e fix bulkmail action
- 6465623 fix for testdata format
- d093405 fix test
- ca528bb fix test
- f792e8d fix test
- 662b6ce fix wrong yaml package
- c16c60d header to string value after un-flatten
- b4aa367 hello world
- 72515d5 mod tidy
- ae95904 move cli.go to cmd dir
- 2bcd576 move testdata to pkg root
- 336965d move to subdir
- c5e5a27 refactoring test
- 77bba47 refactoring: latency array to struct
- f8a4f92 remove duplicated
- 756ac5c remove scheduler
- 08da53d remove scheduler.go
- c67ffef remove unnesessary default case
- c2bc477 rename actions to smtp
- b44a244 rename files
- 1a4ab44 rename to mail package from smtp
- 8251336 replace body as json
- 3a5c7ae set defaults in nested values
- b5f4792 set number type when numeric string in json body
- 33a93f1 smart showing
- f1380b4 support test
- 516df33 to testable
- 5281c94 typo
- e1c4569 update Makefile
- 9bd82c6 update README.md
- fec4812 update README.md
- 1da4d70 update actions.go
- 7fa5109 update actions/http/main.go
- 3ede217 update cmd/probe/cmd.go
- b29079b update comment
- d9bf7b8 update http/client.go
- ee3c5c7 update http/client_test.go
- d29aea6 update logo
- dd9268b update output format
- 7bace61 update probe.go
- c194fcf update reflect.go
- 487d9ca update testdata
- 6814ab2 use Mail receiver for Send
- 1d808b5 use OptimisticUID
- c9681e5 use buf
- 2a92182 use hashicorp/go-plugin
- 1dcefb7 use os.ReadFile instead of ioutil
- da3add1 use simple goroutine instead of schedule
- 82f47ae use validator v10