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 bf86689e66 Merge pull request #7765 from mbien/ci-devbuild-pr-numbers
add 64337edea7 Command for uploading OCI policies
new 7fc50bf861 Merge pull request #7761 from
petrovic-d/create-oci-policy-on-user-action
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:
.../modules/cloud/oracle/NotificationUtils.java | 5 +
...onfigMapCommand.java => ConfigMapUploader.java} | 34 +---
.../modules/cloud/oracle/assets/CloudAssets.java | 45 +++++-
.../oracle/assets/CloudAssetsRefreshCommand.java | 49 ++++++
...liciesCommand.java => CreateConfigCommand.java} | 42 ++---
.../cloud/oracle/assets/CreatePoliciesCommand.java | 30 ++--
.../oracle/items/IncompatibleTenancyItem.java | 27 ++++
.../cloud/oracle/policy/PolicyGenerator.java | 127 +++++++++------
.../modules/cloud/oracle/policy/PolicyParser.java | 68 ++++++++
.../cloud/oracle/policy/PolicyUploader.java | 173 +++++++++++++++++++++
.../cloud/oracle/steps/CompartmentStep.java | 20 ++-
.../modules/cloud/oracle/steps/TenancyStep.java | 43 ++++-
java/java.lsp.server/vscode/src/extension.ts | 8 +
13 files changed, 548 insertions(+), 123 deletions(-)
rename
enterprise/cloud.oracle/src/org/netbeans/modules/cloud/oracle/actions/{ConfigMapCommand.java
=> ConfigMapUploader.java} (93%)
create mode 100644
enterprise/cloud.oracle/src/org/netbeans/modules/cloud/oracle/assets/CloudAssetsRefreshCommand.java
copy
enterprise/cloud.oracle/src/org/netbeans/modules/cloud/oracle/assets/{CreatePoliciesCommand.java
=> CreateConfigCommand.java} (57%)
create mode 100644
enterprise/cloud.oracle/src/org/netbeans/modules/cloud/oracle/items/IncompatibleTenancyItem.java
create mode 100644
enterprise/cloud.oracle/src/org/netbeans/modules/cloud/oracle/policy/PolicyParser.java
create mode 100644
enterprise/cloud.oracle/src/org/netbeans/modules/cloud/oracle/policy/PolicyUploader.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