This is an automated email from the ASF dual-hosted git repository.
jhorvath pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/netbeans.git
from d04b41df21c Merge pull request #7810 from troizet/php_psalm_support
add 6525b635d0e Adding action for switching of a namespace on k8s cluster
new ecb927ceb35 Merge pull request #7834 from
jhorvath/swith-cluster-namespace
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../cloud/oracle/assets/KubernetesUtils.java | 143 +++++++++++++++++++++
.../cloud/oracle/assets/RunInClusterAction.java | 124 +-----------------
.../oracle/assets/SetClusterNamespaceAction.java | 126 ++++++++++++++++++
.../oracle/assets/SetReferenceNameAction.java | 1 +
.../modules/cloud/oracle/compute/ClusterItem.java | 11 ++
.../integration/LspAssetsDecorationProvider.java | 8 ++
.../netbeans/modules/nbcode/integration/layer.xml | 1 +
java/java.lsp.server/vscode/package.json | 14 ++
java/java.lsp.server/vscode/src/extension.ts | 6 +-
9 files changed, 313 insertions(+), 121 deletions(-)
create mode 100644
enterprise/cloud.oracle/src/org/netbeans/modules/cloud/oracle/assets/KubernetesUtils.java
create mode 100644
enterprise/cloud.oracle/src/org/netbeans/modules/cloud/oracle/assets/SetClusterNamespaceAction.java
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists