M. Mert Yıldıran
b7ff076571
Set the default log level for Agent to INFO
and raise it to DEBUG
if dump-logs=true
is provided ( #373 )
...
* Set the default log level for Agent to `INFO` and change it to `DEBUG` if `dump-logs=true` is provided
* Remove `Trace` method and replace its calls with `Debug`
* Export logging levels from `logger` by defining functions
* Revert "Export logging levels from `logger` by defining functions"
This reverts commit e554e40f4a
.
* Run `go mod tidy` on agent
* Define a method named `determineLogLevel`
2021-10-19 14:22:20 +03:00
RoyUP9
3aafbd7e1c
added upsert workspace before dumping traffic ( #368 )
2021-10-19 11:06:51 +03:00
M. Mert Yıldıran
58e9363fda
Replace all rlog
occurrences with the shared logger in tap
( #369 )
2021-10-18 16:35:42 +03:00
M. Mert Yıldıran
6a85ab53eb
Fix the go.mod
of acceptanceTests
( #371 )
...
* Fix the `go.mod` of `acceptanceTests`
* Enable acceptance tests
* Revert "Enable acceptance tests"
This reverts commit e21c527e69
.
2021-10-18 16:35:10 +03:00
M. Mert Yıldıran
212e4687d8
Fix the dependency error in acceptance tests ( #370 )
2021-10-17 18:36:30 +03:00
M. Mert Yıldıran
167b17dfd2
Move the 8899
integer and string literals into a const
named DefaultApiServerPort
in shared
( #367 )
2021-10-17 15:28:33 +03:00
M. Mert Yıldıran
9d179c7227
Ignore an eslint error ( #351 )
...
* Ignore an eslint error
* Change the fix
2021-10-17 15:28:03 +03:00
M. Mert Yıldıran
147e812edb
Replace all rlog
occurrences with the shared logger ( #350 )
...
* Replace all `rlog` occurrences with the shared logger
* Use the same log format in `InitLoggerStderrOnly` as well
* Convert one more `log.Fatal` to `logger.Log.Errorf` as well in the `cli`
* Replace `log.` occurrences with `logger.Log.` in `agent`
* Fix `cannot use err (type error)`
* Change the logging level to `DEBUG`
* Replace an `Errorf` with `Fatal`
* Add informative message
2021-10-17 12:15:30 +03:00
M. Mert Yıldıran
91196bb306
Add readiness and liveness probes to API server ( #365 )
...
* Add readiness and liveness probes to API server
* Use `intstr.FromInt(8899)` instead
2021-10-17 11:40:18 +03:00
Igor Gov
26834a6e04
Fix documentation from "mizu-image" to "agent-image" ( #363 )
2021-10-15 14:28:00 +03:00
M. Mert Yıldıran
754f385865
Improve formatting in bug_report.md
issue template ( #352 )
2021-10-15 14:14:51 +03:00
M. Mert Yıldıran
b30b62ef77
Move cli/logger
to shared
, and refactor all its usages in cli
( #349 )
...
* Move `cli/logger` to `shared`, and refactor all its usages in `cli`
* Remove indirect for `op/go-logging` in `shared`
2021-10-14 10:18:01 +03:00
RoyUP9
26788bb3a6
organize routes ( #348 )
2021-10-13 17:31:15 +03:00
RoyUP9
2706cd4d50
api server remove unused env vars ( #347 )
2021-10-13 14:14:14 +03:00
RoyUP9
b40104b74c
changed sync entries to start on startup ( #344 )
2021-10-13 11:48:42 +03:00
lirazyehezkel
d308468f1b
Feature/UI/mizu analysis with up9 auth ( #346 )
...
* analysis button layout
* get auth status api
* status auth state
* css
2021-10-12 17:47:24 +03:00
M. Mert Yıldıran
10e695d7a0
Fix expanded button color ( #343 )
2021-10-12 14:25:44 +03:00
RoyUP9
837e35255b
auth status route to api server ( #342 )
2021-10-12 11:03:58 +03:00
RoyUP9
56e801a582
changed workspace remote url ( #341 )
2021-10-11 17:25:23 +03:00
RoyUP9
04c0f8cbcd
tap to workspace ( #315 )
2021-10-11 15:42:41 +03:00
RoyUP9
da846da334
api server support sync workspace ( #340 )
2021-10-11 13:09:23 +03:00
RoyUP9
ba6b5c868c
added semver isvalid check in version update checker ( #338 )
2021-10-11 11:32:41 +03:00
RoyUP9
9d378ed75b
refactor login ( #339 )
2021-10-11 11:31:12 +03:00
M. Mert Yıldıran
70982c2844
Fix the interface conversion errors in Redis ( #334 )
2021-10-10 08:34:47 +03:00
M. Mert Yıldıran
61f24320b8
Fix the issues in the Tabs
React component ( #335 )
...
* Fix the issues in the `Tabs` React component
* Update the boolean expression as well
2021-10-09 13:16:08 +03:00
M. Mert Yıldıran
eb4a541376
Fix the interface conversion errors in Kafka ( #333 )
2021-10-08 07:35:20 +03:00
M. Mert Yıldıran
77710cc411
Format the strings in watchTapperPod
method ( #331 )
2021-10-07 21:06:17 +03:00
gadotroee
256006ca3e
Merge pull request #332 - update download link fix
...
#minor
2021-10-07 19:45:05 +03:00
Roee Gadot
213528c619
no message
2021-10-07 19:41:51 +03:00
RoyUP9
8b8c4609ce
renamed upload entries to sync entries ( #330 )
2021-10-07 18:33:14 +03:00
RoyUP9
14b616a856
Connecting Mizu to the application ( #317 )
2021-10-07 17:28:28 +03:00
RoyUP9
82d603c0fd
fixed version update http route ( #329 )
2021-10-07 17:26:38 +03:00
Igor Gov
8b47dba05d
Merge pull request #326 from up9inc/develop
...
Develop -> Main
2021-10-07 12:28:21 +03:00
RoyUP9
f1a2ee7fb4
removed enforce policy file deprecated flag ( #328 )
2021-10-07 11:08:48 +03:00
lirazyehezkel
15021daa2e
service path filter ( #327 )
2021-10-07 10:51:30 +03:00
RoyUP9
f83e565cd4
fixed policy rules readme ( #321 )
2021-10-07 09:11:24 +03:00
RoyUP9
8636a4731e
fixed ignored user agents ( #322 )
2021-10-06 17:16:47 +03:00
lirazyehezkel
aa3510e936
service filter ( #324 )
2021-10-06 16:22:08 +03:00
Igor Gov
fd48cc6d87
Renaming ignored user agents var ( #320 )
2021-10-06 13:52:30 +03:00
RoyUP9
111d000c12
added interface conversion check ( #318 )
2021-10-06 13:38:32 +03:00
RoyUP9
9c98a4c2b1
Revert "Connecting Mizu to the application ( #313 )" ( #316 )
2021-10-06 10:41:23 +03:00
RoyUP9
d2d4ed5aee
Connecting Mizu to the application ( #313 )
2021-10-05 16:35:16 +03:00
Igor Gov
30fce5d765
Supporting Mizu view from given url ( #312 )
...
* Supporting Mizu view from given url
2021-10-05 12:24:50 +03:00
Igor Gov
90040798b8
Adding additional error handling to api server watch ( #311 )
2021-09-30 11:49:31 +03:00
M. Mert Yıldıran
9eecddddd5
Start the tapper after the API server is ready ( #309 )
2021-09-30 11:22:07 +03:00
M. Mert Yıldıran
cc49e815d6
Watch the tapper pod after starting it ( #310 )
...
* Watch the tapper pod after starting it
* Improve the logic in `watchTapperPod` method
2021-09-30 09:32:27 +03:00
Selton Fiuza
c26eb843e3
[refactor/TRA-3693] type:latency to slo and latency field to response-time ( #282 )
...
* type:latency to slo and latency field to response-time
* remove comment from import
* Friendly message on ignored rules and format
* formatting
* change conditional to catch negative values and ignore it
* Fix Bug Alon Reported
* sliceUtils to shared
2021-09-29 11:51:03 -03:00
M. Mert Yıldıran
26efaa101d
Fix a 500
error caused by an interface conversion in Redis ( #308 )
2021-09-29 14:37:50 +03:00
M. Mert Yıldıran
352567c56e
Fix the typo in protocolAbbreviation
field of MizuEntry
( #307 )
2021-09-28 16:45:04 +03:00
lirazyehezkel
51fc3307be
Mizu rules font ( #306 )
2021-09-27 14:18:10 +03:00