Skip to content

Releases: jorgelbg/dissect-tester

v0.2.0

18 Jul 14:49
Compare
Choose a tag to compare

Changelog

92b29fe Add .gitignore
370f160 Add Github Actions
879410b Add Makefile. Automatically build the API URL
a5478bd Add WIP logo
65c12ff Add an info icon to the text
370a5c5 Add basic tests for the API endpoint
5ff198f Add basic tests for the API endpoint (#13)
e5edc0c Add golangci-lint (#12)
4ebe115 Add initial favicon to the web interface
1f447c6 Add initial version of the CLI wrapper
41e5b8b Add initial version of the README and CONTRIBUTING
99afe37 Add license
0cc5b01 Add license header to the source file
0591e20 Add notice about the log. Simplify the design of the log
7acd50c Add pprof handlers for easier debugging
b0fb588 Add some SEO tags. Fix bug with null value always returned by the API
ed05809 Add some more emojis 🎉
7d3c1e0 Add stale app to the repository
e9dabef Add test case for the missing tokenizer parameter
59ba471 Add test instructions to the README
fad66ea Add the source code for the CLI totool
05df1d6 Add zap logger and remove debug statements
dc98cdd Build/Release only the CLI app
8473cea Bump acorn from 7.1.0 to 7.1.1
4e0e724 Bump minimist from 1.2.0 to 1.2.5
1ebe8a0 Change text of the footer
dafa3c3 Change the image name
2009b4b Change the staleLabel for the stale app
f62adb2 Close the server and check for the ErrServerClosed error
19f2b91 Docker build. Go modules for dependencies
b9f9676 Evaluate the samples if the form is submitted at any point
ec3c25b Extract a constant for the memory limit. Add some comments
f993d45 Fail requests if the parameters cannot be unescaped successfully
d1670e7 Fix Makefile syntax error
8946301 Fix broken image push action
54af817 Fix corrupted SVG
784703b Fix logo sizing in the README
59614dd Fix typo on the README. This closes #2
09e509e Improve error messages from the API
aed326a Improve footer and fix margins of the help text
944b581 Improve the badges of the README
e64bd89 Improve the description and reduce the size of the info icon
1b8deea Improve the error messages on the CLI
1f6f1bb Improve the handling of the form submit event.
9519276 Improve the mobile view. Add explanation text at the top
39cc6d5 Initial UI prototype and basic API
fa8abb2 Integration between the UI and the initial API implementation
1ef493a Limit the width of the log in the README
fd690ab Merge branch 'master' of github.com:jorgelbg/dissect-tester
e2401a1 Merge branch 'master' of github.com:jorgelbg/dissect-tester
011abef Merge pull request #6 from jorgelbg/dependabot/npm_and_yarn/acorn-7.1.1
e8ec8e7 Merge pull request #7 from jorgelbg/dependabot/npm_and_yarn/minimist-1.2.5
cbc0d2d Merge pull request #8 from jorgelbg/goreleaser
4d4ce6e Move the API to use POST requests
0449e5f Move the CLI app into a subdirectory
5de2563 Move the http handler into independent functions
eb7d4e1 Panic if the logger cannot be configured
61bc79a Parametrize the docker build via the go mod flag
1b4a1df Push directly into docker hub
50d3720 Reduce the number of days until an issue is considered stale
74f9aaa Refactor all constants into a single const block
a4d911c Refactor. Add tests for the home & api routes
0397094 Release new versions of the CLI app into Github releases
000e726 Remove pre block
81ae62d Run tests before building/pushing the Docker image
ad2222f Simplify test cases
bcbbf95 Support multiple samples on the same API call
9bc5422 Update README.md
50afc58 Update sample logs in the README
4239821 Update stale.yml
3e6180d Upgrade elastic/beats to v7.8. Fix Makefile build
859f3e9 Use a different library for parsing the CLI flags
27556e5 Use an input instead of a textarea element for the pattern on the Web UI.
5baf36e Use automaxprocs. Upgrade to v7.6.2 of the processor
fc0cad1 Use goreleaser to release the cmd tool. Docker images are released independently
9dc6dfc Wrap the automaxprocs logger to use zap
3846684 Yet another emoji
095a954 [logging] Format the timestamp field using ISO8601
fcb4147 [skip ci] Do not run golangci-lint on master
0996ba6 [skip ci] Skip CI. Disable closeComment for the stale app
35754fc formatting: remove extra line

v0.1.0

22 Feb 17:54
4d4ce6e
Compare
Choose a tag to compare

Not much to say, this release includes the Web UI/API and the CLI app.