Copilot

Results 4895 comments of Copilot

@alexmojaki I've opened a new pull request, #1549, to work on those changes. Once the pull request is ready, I'll request review from you.

@kaovilai 👋 This repository doesn't have [Copilot instructions](https://docs.github.com/enterprise-cloud@latest/copilot/how-tos/configure-custom-instructions/add-repository-instructions?tool=webui). With Copilot instructions, I can understand the repository better, work faster and produce higher quality PRs. I can generate a .github/copilot-instructions.md file...

> @copilot crane is no longer part of konveyor and moved to migtools. See https://github.com/kubev2v/forklift-console-plugin/pull/27 for similar contexts Updated all crane-related repository references throughout the README from konveyor to migtools...

> @copilot when I run your changes with the ui changes I have this error on the whisker-backend "│ Autoscroll:On FullScreen:Off Timestamps:Off ... The "context canceled" errors you're seeing are...

> @copilot but on the UI this request fails "Request URL: > http://localhost:8081/whisker-backend/flows-filter-hints?page=0&type=PolicyV2&pageSize=20 > Request Method:... Fixed in commit 1e18ade. The UI was requesting `PolicyV2` filter type which didn't exist...

> @copilot Thanks now policy filter is working. but action filter is failing. This ui request is failing "Request URL: > http://localhost:8081/whisker-backend/flows?watch=true&filters={%22staged_actions%2... Fixed in commit 26f4755. The issue was that...

> @copilot This request is still failing "Request URL: > http://localhost:8081/whisker-backend/flows?watch=true&filters={%22actions%22:[{%22type%22:%22Exact%22,%22value%22:%22Allow%22}]}&startTimeGte=1762... Fixed in commit 99cd400. The `actions` filter had the same issue as `staged_actions` - it wasn't using the FilterMatch...

> @copilot Thanks now action works fine, but these two requests for staged actions return empty results, they not fail but no results. "Request URL: > http://localhost:8081/whisker-backend/flows?watch=tru... Fixed in commit...

> @copilot This request is failing "Request URL: > http://localhost:8081/whisker-backend/flows-filter-hints?page=0&type=Policy&pageSize=20 > Request Method:... Fixed in commit 779134e. The UI was requesting `type=Policy` which didn't exist in the backend filter types....

> @copilot here is error on the whisker-backend " c = dns: A record lookup error: lookup goldmane.calico-system.svc.cluster.local on 10.96.0.10:53: dial udp 10.96.0.10:53: i/o timeout requestID="1dc0bf3... This is a DNS/network...