Copilot

Results 4895 comments of Copilot

> @copilot it was the problem with the network policy blocking udp traffic. Now it's working. But Reporter column/filter is not working now. Here is definition of the column "Reporter...

> @copilot Now reporter filter is working but reporter column is empty. but when I open specific flow reporter field is present. Looks like reporter values are missed only in...

> @copilot Since start time is configurable, do we need to pass startTimeGte to /flows-filter-hints to get accurate data? The `/flows-filter-hints` endpoint doesn't currently support `startTimeGte` parameter - it returns...

> @copilot Here are all my cluster policies > oleksandr@oleksandr-XPS-15-9530:~/GolandProjects/calico-main/calico$ kubectl get globalnetworkpolicy -o wide > NAME CREATED AT... The "goldmane" policy appearing in the UI is not related to...

> @copilot There is a problem with the staged action filter. when I select staged action: deny, it runs this request "Request URL: > http://localhost:8081/whisker-backend/flows?watch=true&filters={%22stag... The staged_action filter is working...

> @copilot This request returns not allowed by staged poicies flows but all allowed flows. here is request "Request URL: > http://localhost:8081/whisker-backend/flows?watch=true&filters={%22staged_actions... The `staged_action=Allow` filter is working as designed -...

> @copilot Okay, got it. Why then if I run this request I get flows for all network policies and not only staged. here is request "Request URL: > http://localhost:8081/whisker-backend/flows?watch=true&fil......

> @copilot don't copy paste methods, wtf? Don't duplicate code. Fixed the code duplication issue. Removed the copy/pasted methods and refactored the tests to test the actual logic without duplicating...

> @copilot Write the code necessary to use those newly added lexers in the documentation as well I've successfully integrated the newly added lexers into the documentation system. The changes...

> @copilot current tests are broken, there are not a good thing to be sure that the code work.. You analyse the code, and send me something if you find...