RamiBerm
2a04cd27dd
Update tapRunner.go
2021-05-25 10:58:13 +03:00
RamiBerm
d8e840f277
Update socket_server_handlers.go
2021-05-25 10:58:01 +03:00
RamiBerm
c0c74924d6
TRA-3211 show tapping info
...
TRA-3211 show tapping info
2021-05-25 10:56:31 +03:00
RamiBerm
6155f12015
Update main.go, main.go, and 2 more files...
2021-05-25 10:34:33 +03:00
RamiBerm
1d6f59df99
Update HarPage.tsx
2021-05-25 10:19:52 +03:00
RamiBerm
1f09a140a4
Merge branch 'develop'
...
Conflicts:
api/pkg/models/models.go
cli/cmd/tapRunner.go
cli/mizu/mizuRunner.go
2021-05-25 09:47:16 +03:00
gadotroee
2f33f9229a
TRA-3234 Fetch command ( #54 )
...
* preparation to fetch command
* get har as zip from server
* no message
* no message
2021-05-24 19:29:46 +03:00
RamiBerm
22576a35a3
Update socket_server_handlers.go, consts.go, and HarPage.tsx
2021-05-24 17:13:40 +03:00
RamiBerm
408bd49f87
Update go.mod, go.sum, and 2 more files...
2021-05-24 17:08:56 +03:00
RamiBerm
c3fbe6c850
Update go.sum
2021-05-24 17:07:58 +03:00
RamiBerm
5e6b6544de
Update controlSocket.go, mizuRunner.go, and 5 more files...
2021-05-24 17:06:30 +03:00
RamiBerm
fbeb7fe9cd
Update main.go, socket_server_handlers.go, and 4 more files...
2021-05-24 17:06:03 +03:00
RamiBerm
2f8f253743
WIP
2021-05-24 12:17:26 +03:00
RamiBerm
c1409251e2
Update main.go, controlSocket.go, and 2 more files...
2021-05-24 10:45:22 +03:00
RamiBerm
24dba9e851
WIP
2021-05-24 10:22:20 +03:00
RamiBerm
c3e993bbc3
WIP
2021-05-23 17:48:33 +03:00
gadotroee
5cbb5a011e
More complex message (preparation for knowing status of tapped items in UI) ( #49 )
...
* no message
* no message
2021-05-23 13:11:59 +03:00
gadotroee
8774639cbe
Mizu Image variable ( #52 )
2021-05-23 11:51:16 +03:00
nimrod-up9
da24608bec
Tap multiple pods statically ( #51 )
...
* WIP
* Update tap.go, provider.go, and 2 more files...
* WIP
* WIP
* Solved routine hanging forever: Added missing flag when calling mizuagent.
* Iterate channel with range.
* Panic if har channel is nil or if websocket connection is nil.
* StartPassiveTapper returns read only channel.
* Solved program exiting immediately: Wait for interrupt signal instead of exiting.
* Solve connecting issue - Retry a few times.
* Use lib const instead of magic.
* Nicer error prints.
* Don't coninue piping message if there is an error.
* Comment.
* Dependency injection.
* no message
* Fixed comment.
* Print tapped addresses when they are updated.
* Print errors in cleanup if there are any.
Co-authored-by: RamiBerm <rami.berman@up9.com>
Co-authored-by: Roee Gadot <roee.gadot@up9.com>
2021-05-20 12:22:23 +03:00
nimrod-up9
1ddc7f2f6b
Decode gRPC body ( #48 )
...
* Decode grpc.
* Better variable names.
* Added protobuf-decoder dependency.
* Updated protobuf-decoder's version.
2021-05-12 18:42:42 +03:00
lirazyehezkel
d975e76555
Handle nullable vars ( #47 )
2021-05-12 12:00:35 +03:00
RamiBerm
132b158dbb
TRA-3241 fix mizu rbac bug
...
TRA-3241 fix mizu rbac bug
2021-05-12 10:25:04 +03:00
RamiBerm
5cb58ec25b
Update mizuRunner.go
2021-05-12 10:16:40 +03:00
lirazyehezkel
129acae58e
Feature/UI/light theme ( #44 )
...
* light theme
* css polish
* unused code
* css
* text shadow
* footer style
2021-05-11 17:35:21 +03:00
RamiBerm
06a25876b9
TRA-3188 name resolving integration improvements
...
TRA-3188 name resolving integration improvements
2021-05-11 16:30:04 +03:00
RamiBerm
9bd4fb0619
Update provider.go
2021-05-11 15:35:31 +03:00
RamiBerm
3001abeff6
Update README.md, resolver.go, and 2 more files...
2021-05-11 15:30:47 +03:00
RamiBerm
d36d1460b6
Update mizuRunner.go
2021-05-11 10:52:39 +03:00
RamiBerm
bc165dbbaf
Update Makefile, version.go, and 3 more files...
2021-05-11 10:26:24 +03:00
RamiBerm
cc60ad064c
Provide cli version as git hash from makefile
2021-05-11 09:33:11 +03:00
RamiBerm
ff937e8160
TRA-3188 integrate resolver
...
TRA-3188 integrate resolver
2021-05-10 17:24:20 +03:00
RamiBerm
d817f5b3d3
Update provider.go, consts.go, and mizuRunner.go
2021-05-10 16:03:01 +03:00
RamiBerm
84a647a49d
Update main.go
2021-05-10 15:57:57 +03:00
RamiBerm
d1921d61c9
Merge branch 'develop'
...
Conflicts:
api/pkg/controllers/entries_controller.go
api/pkg/inserter/main.go
api/pkg/models/models.go
cli/Makefile
2021-05-10 15:50:45 +03:00
RamiBerm
9344c18fe0
Update consts.go and mizuRunner.go
2021-05-10 15:46:56 +03:00
RamiBerm
4429de93b6
Update go.mod, main.go, and 4 more files...
2021-05-10 15:44:38 +03:00
gadotroee
a960022601
Add cli publish and rename publish docker flow name ( #40 )
...
* new makefiles, build automation
* Update main.yml
* add git branch to the bucket path
* Update main.yml
* no message
* no message
* fix yaml
* fix naming
* run only on main and develop
Co-authored-by: Alex Haiut <alex@up9.com>
2021-05-10 15:44:37 +03:00
gadotroee
2ea8b0dbde
Add requestSenderIP ( #39 )
2021-05-10 15:14:29 +03:00
RamiBerm
c4d44ba9d3
Update Dockerfile
2021-05-10 13:56:51 +03:00
RamiBerm
40dc62c3bd
Update Dockerfile and go.sum
2021-05-10 11:49:54 +03:00
RamiBerm
204aad60c4
Update go.mod, main.go, and 9 more files...
2021-05-10 11:39:43 +03:00
RamiBerm
18e111beb8
WIP
2021-05-10 11:03:53 +03:00
RamiBerm
21694d0ff9
WIP
2021-05-09 16:34:47 +03:00
nimrod-up9
ee63247888
Removed flags without implementation ( #38 )
2021-05-09 14:09:39 +03:00
gadotroee
c3d0941d9c
Build push image to the right place and adjust makefile to use script ( #35 )
...
* build push docker image
* Update build-push-featurebranch.sh
2021-05-09 12:05:05 +03:00
gadotroee
3f0ce35de0
Leftovers from PR #30 ( #36 )
2021-05-09 11:26:28 +03:00
nimrod-up9
506e36fbdc
CLI cleanup 2 ( #34 )
...
* Renamed dashboard -> GUI/web interface.
* Commented out --quiet, removed unused config variables.
* Quiter output when calling unimplemented subcommands.
2021-05-06 18:30:01 +03:00
nimrod-up9
6ceaa56474
CLI cleanup ( #33 )
...
* Moved cli root command to tap subcommand.
* tap subcommand works.
* Added view and fetch placeholders.
* Updated descriptions.
* Fixed indentation.
* Added versio subcommand.
* Removed version flag.
* gofmt.
* Changed pod from flag to arg.
* Commented out "all namespaces" flag.
2021-05-06 17:43:22 +03:00
lirazyehezkel
c7a20ed9c0
Feature/UI/filters ( #32 )
...
* UI filters
* refactor
* Revert "refactor"
This reverts commit 70e7d4b6ac
.
* remove recursive func
2021-05-06 17:40:35 +03:00
gadotroee
b9d0e0ee87
Better code in entries fetch endpoint ( #30 )
...
* no message
* no message
2021-05-06 11:08:02 +03:00