Alex Haiut
e6f140adb2
use separate checksum files
2021-06-20 14:24:03 +03:00
Alex Haiut
1af2cd728d
using markdown for release text
2021-06-20 14:08:03 +03:00
Alex Haiut
d5f6093084
fixed build error - created bin directory upfront
2021-06-20 13:56:07 +03:00
Alex Haiut
32ad2f17c3
added checksum calc to CLI makefile
2021-06-20 13:52:10 +03:00
Roee Gadot
b6917ed0b7
no message
2021-06-20 08:53:12 +03:00
Roee Gadot
d22e5a9620
#minor
2021-06-20 08:24:04 +03:00
Roee Gadot
e880a9224f
no message
2021-06-20 08:17:48 +03:00
Roee Gadot
3567f5c00b
no message
2021-06-19 09:40:19 +03:00
Roee Gadot
9b44838fed
no message
2021-06-17 15:59:43 +03:00
Roee Gadot
9f6abf7a32
no message
2021-06-17 11:23:05 +03:00
Roee Gadot
93ebec09b9
no message
2021-06-10 21:41:20 +03:00
Roee Gadot
06c7b9c748
no message
2021-06-10 21:36:44 +03:00
Roee Gadot
96ce694945
trying new approach
2021-06-10 21:13:15 +03:00
gadotroee
31dcfc4b2e
TRA-3318 - Cookies not null and fix har file names ( #69 )
...
* no message
2021-06-08 11:17:02 +03:00
Igor Gov
8316f8456f
.
2021-06-06 17:18:58 +03:00
Igor Gov
f98185f0f0
.
2021-06-06 17:01:45 +03:00
Igor Gov
88a5befd4b
Implementation of Mizu view command
2021-06-06 17:00:23 +03:00
nimrod-up9
1bf5bf0b31
TRA-3299 Reduce footprint and Add Tolerances( #65 )
...
* Use lib const for DNSClusterFirstWithHostNet.
* Whitespace.
* Break lines.
* Added affinity to pod names.
* Added tolerations to NoExecute and NoSchedule taints.
2021-06-03 19:48:12 +03:00
gadotroee
2c8d1f854d
TRA-3234 fetch with _source + no hard limit ( #64 )
...
* remove the HARD limit of 5000
2021-06-02 08:17:45 +03:00
RamiBerm
b3cfd20a78
Update tap.go
2021-06-01 17:18:57 +03:00
RamiBerm
76bb3db553
Update provider.go
2021-06-01 14:40:34 +03:00
RamiBerm
ff2131ea1e
Update consts.go, messageSensitiveDataCleaner.go, and tap.go
2021-06-01 14:39:22 +03:00
RamiBerm
107c2d5b59
Update main.go, messageSensitiveDataCleaner.go, and 3 more files...
2021-06-01 14:27:19 +03:00
RamiBerm
4bc16fa0b4
Update main.go, messageSensitiveDataCleaner.go, and 6 more files...
2021-06-01 14:25:52 +03:00
RamiBerm
47237f05a5
WIP
2021-05-31 17:53:21 +03:00
Alex Haiut
38a364fae5
print filename when downloading HARs with fetch command ( #58 )
...
Co-authored-by: Alex Haiut <alex@up9.com >
2021-05-26 17:26:59 +03:00
nimrod-up9
620f046a26
TRA-3257 Dynamic tappers ( #57 )
...
* Defer cleanup.
* Split createMizuResources into two functions.
* Re-create daemonset when changes to tapped pods occur.
* Reordered imports.
* Use Printf instead of Println.
* Workaround for variable scope.
* WIP Apply daemonset instead of create.
* Whitespaces.
* Fixed: Using the right types for Apply.
* Fixed missing pod IP by adding a delay.
* Debounce pod restart.
* Proper field manager name.
2021-05-26 17:25:12 +03:00
RamiBerm
2a04cd27dd
Update tapRunner.go
2021-05-25 10:58:13 +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
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
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
RamiBerm
5cb58ec25b
Update mizuRunner.go
2021-05-12 10:16:40 +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
d817f5b3d3
Update provider.go, consts.go, and mizuRunner.go
2021-05-10 16:03:01 +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