Simon Tooke
Simon Tooke
[GR-39210] Upgrade CE debug info feature to provide information about Java types for Windows/PECOFF
This PR adds type information to the CodeView 4 debug information (See PR #2396). It is related to issue #2986, but is targeted to Windows and Visual Studio. This PR...
This PR is put out for discussion on what the permissions API should be. Currently permissions checking is only done when a new query parameter "qp=true" is added to the...
This change removes the "cleverness" in the deployments code (URL provider) to implement multicloster support. Instead, all k8s requests are routed through the OSIO proxy service. Addresses OSIO issue https://github.com/openshiftio/openshift.io/issues/2096...
This issue covers an enhancement to WIT (and eventually to UI) to optionally check k8s permissions for k8s objects. The enhancements is optional due to the cost of interrogating Kubernetes....
This PR implements issue #5635 by adding Windows CodeView records support to define local variables. Method parameter variables (including 'this') are defined as a demonstration. No other local variable information...
**Feature request** The Windows debugging feature does not work well when isolates are enabled, due to lack of expressiveness in CodeView debug format. Ideally there should be a way to...