Gustavo Massaneiro
dc891053b9
spinner sass
2022-01-05 16:54:33 -03:00
Gustavo Massaneiro
7a056ba581
Merge branch 'develop' into feature/service_mapping
2022-01-04 18:33:27 -03:00
Gustavo Massaneiro
8b89fedc91
new render endpoint to render the graph in real time
2022-01-04 18:30:21 -03:00
Gustavo Massaneiro
1977e66f5c
front-end implementation and service map buttons
2022-01-04 18:29:14 -03:00
Gustavo Massaneiro
2967b1e4aa
improvements to graph node structure
2022-01-04 16:51:22 -03:00
RoyUP9
bf68689212
renamed standalone route to config route ( #586 )
0.21.22
2022-01-04 18:46:03 +02:00
Adam Kol
dbc18b9648
Cypress: first-time-using cypress files + new GuiPort test on the UI ( #584 )
0.21.21
2022-01-04 18:02:02 +02:00
lirazyehezkel
282baee881
is standalone variable ( #585 )
0.21.20
2022-01-04 17:51:07 +02:00
RoyUP9
02b2cbaa03
Added update config route for install mode ( #581 )
0.21.19
2022-01-04 17:27:14 +02:00
Nimrod Gilboa Markevich
2834ae1e85
Support custom RBAC resources ( #572 )
...
Motivation: Allow users to change the default RBAC resources (ServiceAccount, ClusterRole, ClusterRoleBinding, Role and RoleBinding) without having Mizu delete them every run.
Adds app.kubernetes.io/created-by and app.kubernetes.io/managed-by labels to all resources.
The value of app.kubernetes.io/created-by is either mizu-cli or mizu-agent.
The value of app.kubernetes.io/managed-by is mizu.
When Mizu cleans resources (ctrl-c in tap cmd or mizu clean cmd) it removes all RBAC resources that have managed-by=mizu, and only those.
A user may have a ClusterRole named mizu-clusterrole. If it doesn't have the label app.kubernetes.io/managed-by=mizu, then Mizu won't overwrite it and won't delete it.
Other resources (deployments, services etc.) are always removed, regardless of their labels.
0.21.18
2022-01-04 09:48:22 +02:00
Gustavo Massaneiro
7004617b70
Merge branch 'develop' into feature/service_mapping
2022-01-03 12:52:02 -03:00
Gustavo Massaneiro
6e74663d35
fixed service map get status
2022-01-03 12:49:24 -03:00
Igor Gov
9c45166075
Fixing Mizu url in readme ( #580 )
0.21.17
2022-01-02 10:42:10 +02:00
Gustavo Massaneiro
e7e663b9f7
reset logic and endpoint
2022-01-02 00:41:13 -03:00
Gustavo Massaneiro
394deac576
service map get endpoint logic
2022-01-01 21:36:10 -03:00
Gustavo Massaneiro
ed0282d554
ServiceMapResponse and ServiceMapEdge models
2022-01-01 21:35:39 -03:00
Gustavo Massaneiro
04b195dd00
implementing the status endpoint
2022-01-01 19:51:37 -03:00
Gustavo Massaneiro
5c128893bc
new service map count methods
2022-01-01 19:50:56 -03:00
Gustavo Massaneiro
759d1d5a3a
adding service map edges from mizu entries
2022-01-01 19:13:42 -03:00
Gustavo Massaneiro
478ffaaf7c
service map interface and new methods
2022-01-01 19:11:48 -03:00
Gustavo Massaneiro
47f9fc9903
service map graph structure
2021-12-31 18:13:16 -03:00
Gustavo Massaneiro
6d754b5c3f
service map routes and controller
2021-12-31 18:00:11 -03:00
Gustavo Massaneiro
5dfc15b140
update dockerfile for debug
2021-12-31 15:37:32 -03:00
Gustavo Massaneiro
17ecaece3e
debug builds and gcflags
2021-12-31 15:35:48 -03:00
RoyUP9
482036182b
Added setting ui mode - enterprise or normal ( #575 )
0.21.16
2021-12-30 14:58:53 +02:00
M. Mert Yıldıran
f535719ddd
Use wss://
instead of ws://
in case of HTTPS ( #573 )
0.21.15
2021-12-30 06:59:05 +02:00
Igor Gov
da2aaa9bd8
API server provider readiness check with echo ( #570 )
0.21.14
2021-12-29 12:21:12 +02:00
lirazyehezkel
9ada330fcf
Mizu enterprise preparing ( #567 )
0.21.13
2021-12-29 11:49:44 +02:00
Igor Gov
84f7107a33
API server provider readiness check with echo ( #569 )
0.21.12
2021-12-29 10:50:41 +02:00
RoyUP9
de046c65b0
Mizu install mode ( #566 )
0.21.11
2021-12-28 15:44:37 +02:00
Igor Gov
b039c2abad
Fix: [EKS] server could not find the requested resourceevents.events.k8s.io ( #565 )
0.21.10
2021-12-28 13:24:51 +02:00
RoyUP9
1e1b5f0c0f
move mizu agent config from config ( #563 )
0.21.9
2021-12-28 09:59:21 +02:00
RoyUP9
15895d5947
Changed sync tappers to start only when sync tappers config is true ( #562 )
0.21.8
2021-12-27 17:19:00 +02:00
RamiBerm
2da7c0f0ed
TRA-4065 fix mizu tapping ( #561 )
...
* Update main.go and passive_tapper.go
* Update main.go
2021-12-27 15:11:36 +02:00
RoyUP9
06785ec877
fixed acceptance test go.sum ( #560 )
2021-12-27 14:45:42 +02:00
RamiBerm
cfe9e863b7
TRA-4065 support inflight tap target update ( #556 )
...
* WIP
* WIP
* Update main.go
* Update main.go and passive_tapper.go
* Update passive_tapper.go
* Update passive_tapper.go
* Update passive_tapper.go
* Update passive_tapper.go
0.21.7
2021-12-27 11:50:34 +02:00
RoyUP9
fd97a09624
extracted create and clean resources from tap runner ( #557 )
2021-12-27 11:32:48 +02:00
M. Mert Yıldıran
52ce6044ea
Add 4px
padding to the top of endpointServiceContainer
( #555 )
0.21.6
2021-12-26 16:20:06 +03:00
M. Mert Yıldıran
3a83531590
Use react-lowlight
to highlight and json-beautify
, xml-formatter
to prettify the EntryBodySection
( #554 )
...
* Use `react-lowlight` to highlight and `json-beautify` to prettify the `EntryBodySection`
* Bring back the line numbers
* Make the Base64 decoding optional but make it `true` by default
* Align line numbers to right and don't have a dot character
* Make line numbers semi transparent
* Make `markers` code more elegant
* Prettify XML as well
2021-12-26 16:12:17 +03:00
M. Mert Yıldıran
e358aa4c8f
Remove TCP related logging to reduce the amount of logs on DEBUG
level ( #553 )
0.21.5
2021-12-26 15:10:02 +03:00
M. Mert Yıldıran
03b1313a9f
Don't use Queryable
for the Mime type
and Encoding
fields but use it directly in CollapsibleTitle
suffixed components and only enable it for EntryBodySection
( #550 )
...
Co-authored-by: gadotroee <55343099+gadotroee@users.noreply.github.com >
0.21.4
2021-12-23 17:45:51 +03:00
M. Mert Yıldıran
32dfe40e18
Make EntryItem
more responsive ( #552 )
0.21.3
2021-12-23 10:25:39 +03:00
M. Mert Yıldıran
12aaa762f6
Fix React Hook useEffect has a missing dependency: 'handleQueryChange'
warning ( #551 )
0.21.2
2021-12-22 20:23:21 +03:00
David Levanon
a75bac181d
support linkerd ( #547 )
...
* support linkerd - initial commit
* renaming readEnvironmentVariable
0.21.1
2021-12-20 13:57:58 +02:00
gadotroee
2d78785558
Fix acceptance tests (after pods status request change) ( #545 )
0.19.84
2021-12-19 13:46:14 +02:00
Igor Gov
cba0c682e5
Report pods "isTapped" to FE ( #535 )
0.19.83
2021-12-19 13:03:53 +02:00
RamiBerm
791f762803
TRA-4062 remove duplicate target pod print ( #543 )
0.19.82
2021-12-19 11:52:43 +02:00
RamiBerm
d316589bda
TRA-4060 fix proxying error ( #542 )
0.19.81
2021-12-19 11:24:17 +02:00
Igor Gov
36828bcc1d
Bringing back the pod watch api server events to make acceptance test more stable ( #541 )
0.19.80
2021-12-19 09:29:09 +02:00
M. Mert Yıldıran
23332639d0
Fix a JavaScript error in case of null
attribute and an interface conversion error in the API server ( #540 )
0.19.79
2021-12-17 17:26:36 +03:00