Commit Graph

109 Commits

Author SHA1 Message Date
lirazyehezkel
377fc79315
Infinite scroll (#28)
* no message

* infinite scroll + new ws implementation

* no message

* scrolling top

* fetch button

* more Backend changes

* fix go mod and sum

* mire fixes against develop

* unused code

* small ui refactor

Co-authored-by: Roee Gadot <roee.gadot@up9.com>
2021-05-04 18:23:58 +03:00
nimrod-up9
b03134919e
Reduce delay between tap and UI - Skip dump to file (#26)
* Pass HARs between tap and api via channel.

* Fixed make docker commad.

* Various fixes.

* Added .DS_Store to .gitignore.

* Parse flags in Mizu main instead of in tap_output.go.

* Use channel to pass HAR by default instead of files.
2021-05-03 14:50:28 +03:00
gadotroee
5727630846
CLI make --pod required flag and faster api image build (#25)
* makefile fixes - docker build

* readme update, CLI usage fix

* added chmod

* typo

* run example incorreect in makefile

* no message

* no message

* no message

Co-authored-by: Alex Haiut <alex@up9.com>
2021-05-03 11:25:15 +03:00
gadotroee
0d277faaf8
API and TAP in single process (#24)
* no message
* no message
2021-05-02 15:00:53 +03:00
Alex Haiut
29407729cf
fixed readme and reduced batch size to 5 (#22)
Co-authored-by: Alex Haiut <alex@up9.com>
2021-04-29 18:44:21 +03:00
lirazyehezkel
ef02403237
Merge pull request #20 from up9inc/feature/ui/Meta_information
UI meta information
2021-04-29 18:21:10 +03:00
nimrod-up9
e932a340e3
Only record traffic of the requested pod. Filtered by pod IP. (#21) 2021-04-29 18:19:59 +03:00
Liraz Yehezkel
f23f50373b meta information 2021-04-29 18:01:30 +03:00
Alex Haiut
2ba43300fd
Features/clifix (#19)
* makefile fixes - docker build

* readme update, CLI usage fix

* added chmod

Co-authored-by: Alex Haiut <alex@up9.com>
2021-04-29 18:00:16 +03:00
nimrod-up9
38146a644d
Select node by pod (#18)
* Select node by pod.

* Removed watch pod by regex. Irrelevant for now.

* Changed default image to develop:latest.
2021-04-29 15:46:18 +03:00
gadotroee
96a6ac3251
Small fixes - permission + har writing exception (#17) 2021-04-29 15:05:03 +03:00
Alex Haiut
2c5cd39cec
Merge pull request #16 from up9inc/feature/try_guthub_action
Add github action to push new image to gcr
2021-04-29 14:44:17 +03:00
gadotroee
774fbac53c
Update main.yml 2021-04-29 14:40:46 +03:00
gadotroee
37a3d037d4
Update main.yml 2021-04-29 14:36:32 +03:00
gadotroee
d712acb3f2
Update main.yml 2021-04-29 13:19:39 +03:00
gadotroee
231a4f2f8f
Update main.yml 2021-04-29 13:18:18 +03:00
gadotroee
0dc41e125e
Update main.yml 2021-04-29 13:11:57 +03:00
gadotroee
47de114866
Update main.yml 2021-04-29 13:10:04 +03:00
gadotroee
5b31a26246
Update main.yml 2021-04-29 13:08:44 +03:00
gadotroee
2771ea7f78
Update main.yml 2021-04-29 13:04:52 +03:00
gadotroee
772e628cdf
Update main.yml 2021-04-29 13:03:51 +03:00
gadotroee
5d0322e170
Update main.yml 2021-04-29 13:01:47 +03:00
gadotroee
82bb557d90
Update main.yml 2021-04-29 13:01:07 +03:00
gadotroee
535ff1c7c7
Update main.yml 2021-04-29 12:59:41 +03:00
gadotroee
dced882f75
Update main.yml 2021-04-29 12:58:53 +03:00
gadotroee
ed22399824
Update main.yml 2021-04-29 12:49:56 +03:00
gadotroee
6017ff0a55
Update main.yml 2021-04-29 12:47:23 +03:00
gadotroee
a21a3868c6
Update main.yml 2021-04-29 12:34:18 +03:00
gadotroee
feda1220b1
Update main.yml 2021-04-29 12:32:10 +03:00
gadotroee
87aae2f6f7
Update main.yml 2021-04-29 12:27:58 +03:00
gadotroee
efcc071a3e
Update main.yml 2021-04-29 12:20:13 +03:00
gadotroee
dd78e5c962
Create main.yml 2021-04-29 12:18:00 +03:00
Alex Haiut
8ea801cd7e
Merge pull request #15 from up9inc/feature/workin_first_and_ugly
First version working and very ugly
2021-04-29 10:25:23 +03:00
Roee Gadot
8791f9991f fix image 2021-04-29 10:20:49 +03:00
Roee Gadot
318247ea73 no message 2021-04-29 10:16:57 +03:00
Roee Gadot
43d82cdf7b missing flag.parse 2021-04-29 08:44:24 +03:00
Roee Gadot
930f5178a7 default value in api is input
fix description and pass the parameter in the multi runner script
2021-04-29 08:27:05 +03:00
Roee Gadot
494b924dcb remove line in the end 2021-04-29 08:24:07 +03:00
Roee Gadot
0cfc32cb35 do not return true in the should tap function 2021-04-29 08:23:20 +03:00
Roee Gadot
1dd36dc208 add HOST_MODE env var 2021-04-29 08:22:42 +03:00
Roee Gadot
81c6b66999 fix multi runner passive tapper command 2021-04-29 08:21:30 +03:00
gadotroee
e2df769ebd
Merge branch 'develop' into feature/workin_first_and_ugly 2021-04-29 08:17:40 +03:00
Roee Gadot
8078eb3728 start the pod with host network and privileged 2021-04-29 08:13:10 +03:00
RamiBerm
7c939dbbda
TRA-3186 partial cli integration and api+passive docker file
TRA-3186 partial cli integration and api+passive docker file
2021-04-28 18:14:14 +03:00
RamiBerm
bb3481e93c Update cleaner.go, grpc_assembler.go, and 2 more files... 2021-04-28 18:04:50 +03:00
RamiBerm
2c77267250 Update .dockerignore, Dockerfile, and 30 more files... 2021-04-28 18:03:18 +03:00
Roee Gadot
b01fe9c918 no message 2021-04-28 17:54:32 +03:00
RamiBerm
175175e5ee Merge branch 'develop'
Conflicts:
	api/Dockerfile
2021-04-28 17:50:52 +03:00
RamiBerm
652df03351 Update multi-runner.sh 2021-04-28 17:33:01 +03:00
RamiBerm
9531f7a14b Update Dockerfile, multi-runner.sh, and 31 more files... 2021-04-28 17:32:06 +03:00