Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
63 commits
Select commit Hold shift + click to select a range
87ea62e
Sequence for testing canKeepAlive, test
patuwwy Jul 6, 2021
9eaa9e7
Ref app writing to log,stdout,stderr,output
patuwwy Jul 7, 2021
82c17a7
Add pack
MichalCz Jun 25, 2021
55f1431
Fix packing
MichalCz Jun 25, 2021
bacea18
Add seq actions.
agne6ka Jun 25, 2021
e1e68c5
Fix some issue with host init, add start and get commands.
agne6ka Jun 25, 2021
e21553e
Implement list and info.
agne6ka Jun 25, 2021
7f454f7
Add more instance commands.
agne6ka Jun 27, 2021
0bf22e9
Add docker commands.
agne6ka Jun 28, 2021
8c28f92
Update README and instance CLI commands.
agne6ka Jun 28, 2021
52b2374
move bdd cli
Jun 29, 2021
560726d
Following Michal's comments
Jun 29, 2021
7e37701
Sequence send + readme update
Jun 29, 2021
961530a
Install CLI, move types to devdep
Jun 29, 2021
c51e8b1
pack sequence test
Jun 30, 2021
f1a5d5e
Call CLI ts-node
Jun 30, 2021
1462912
Check load
Jun 30, 2021
40f0c14
Fixed and now builds
MichalCz Jun 28, 2021
9a51407
Add pack
MichalCz Jun 25, 2021
4982b88
Fix some issue with host init, add start and get commands.
agne6ka Jun 25, 2021
b64bb8e
Update README and instance CLI commands.
agne6ka Jun 28, 2021
d6e8e17
move bdd cli
Jun 29, 2021
2cd8b06
CLI display formatting choice
Jun 30, 2021
3456991
Add show instance log
Jun 30, 2021
ff99314
Tests corrections after CLI change [WIP]
Jun 30, 2021
d39096d
Sequence and instance CLI tests
Jun 30, 2021
d5db3c8
CLI test of instance endpoints
Jul 1, 2021
7d220da
Event test
Jul 1, 2021
097dd5d
Increase timeout for sending package
Jul 2, 2021
f3edba0
Timeout increased
Jul 2, 2021
0536471
Fix lock
MichalCz Jul 2, 2021
cfc14ce
Fix API to throw actual errors
MichalCz Jul 2, 2021
0837faa
Le lint fix :)
Jul 2, 2021
8d35a0e
Forgotten lint fix
Jul 2, 2021
a6010b6
Get info on a non-existing seq now throws an error (but incorect one)
Jul 2, 2021
8392243
Refactor clientUtils to be used as a class
MichalCz Jul 3, 2021
a3ddcd2
Add logging to CLI
MichalCz Jul 3, 2021
79929f4
Add client log back to bdd tests
MichalCz Jul 3, 2021
c91c06c
Initial error handling
MichalCz Jul 3, 2021
859e7f0
CLI fixes
MichalCz Jul 4, 2021
96f7cd6
CLI upgrade WIP + streamed events
MichalCz Jul 4, 2021
7616f18
Almost working
MichalCz Jul 4, 2021
4ad772f
Lint fix
MichalCz Jul 5, 2021
6a26cd4
Fixed one line upload
MichalCz Jul 5, 2021
923f50a
Fix CLI tests (bug report filed #323)
MichalCz Jul 7, 2021
9082134
CLI docs
MichalCz Jul 7, 2021
c9db7c2
Update README.md
MichalCz Jul 7, 2021
21ea0af
Fix links
MichalCz Jul 7, 2021
e1a05a6
Fix event propagation
MichalCz Jul 7, 2021
ffa0c8b
Fixed tests
MichalCz Jul 7, 2021
3f2e412
Fix test timing
MichalCz Jul 7, 2021
cfe1e74
TLDR link fixed
MichalCz Jul 7, 2021
16b456c
Add license, funding and contribution information to readme
MichalCz Jul 8, 2021
e1074fa
Update authors and licenses
MichalCz Jul 8, 2021
a31afe4
Add udp scenario
Jul 7, 2021
dc7bacd
Remove outdated 'stop' scenarios
Jul 7, 2021
e6b063a
Add udp ports do sequence and config
Jul 7, 2021
8192135
Add udp connection step
Jul 7, 2021
3482255
Minor fixes to udp test
patuwwy Jul 7, 2021
26ec5f1
Add container close check
Jul 7, 2021
f79b930
Disable /status endpoint.
Jul 6, 2021
d46d2bc
Apply suggestions from code review
MichalCz Jul 8, 2021
31d00f1
Fix license in Runner
MichalCz Jul 8, 2021
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
263 changes: 160 additions & 103 deletions README.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion aaa/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"eslint-to-editorconfig": "^2.0.0",
"glob": "^7.1.7",
"globrex": "^0.1.2",
"husky": "^6.0.0",
"husky": "6.0.0",
"lerna": "^4.0.0",
"nyc": "^15.1.0",
"proxyquire": "^2.1.3",
Expand Down
2 changes: 1 addition & 1 deletion aaa/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3799,7 +3799,7 @@ humanize-ms@^1.2.1:
dependencies:
ms "^2.0.0"

husky@^6.0.0:
husky@6.0.0:
version "6.0.0"
resolved "https://registry.yarnpkg.com/husky/-/husky-6.0.0.tgz#810f11869adf51604c32ea577edbc377d7f9319e"
integrity sha512-SQS2gDTB7tBN486QSoKPKQItZw97BMOd+Kdb6ghfpBc0yXyzrddI0oDV5MkDAbuB4X2mO3/nj60TRMcYxwzZeQ==
Expand Down
Loading