This is an automated email from the ASF dual-hosted git repository.

jhorvath pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/netbeans.git

commit 7fc50bf8610b63d8069ee818801bc219637ba067
Merge: bf86689e66 64337edea7
Author: jhorvath <[email protected]>
AuthorDate: Fri Sep 20 12:42:08 2024 +0200

    Merge pull request #7761 from petrovic-d/create-oci-policy-on-user-action
    
    Command for uploading OCI policies

 .../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(-)


---------------------------------------------------------------------
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

Reply via email to