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 68010b0ec72 Merge pull request #7705 from
sdedic/project/fix-tests-endoperation
add 04b48844701 Copy application config file before docker run
new f30b8618f35 Merge pull request #7698 from
petrovic-d/copy-config-files-before-docker-run
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/ConfigFileGenerator.java | 206 +++++++++++++++++++++
.../cloud/oracle/assets/ConfigFileProvider.java | 95 ++++++++++
.../cloud/oracle/assets/OCIPropertiesProvider.java | 139 +-------------
.../cloud/oracle/steps/DatabaseConnectionStep.java | 5 +-
java/java.lsp.server/vscode/src/extension.ts | 31 +++-
.../vscode/webviews/run-image-guide.handlebars | 11 ++
.../vscode/webviews/ssh-guide.handlebars | 6 +
7 files changed, 355 insertions(+), 138 deletions(-)
create mode 100644
enterprise/cloud.oracle/src/org/netbeans/modules/cloud/oracle/assets/ConfigFileGenerator.java
create mode 100644
enterprise/cloud.oracle/src/org/netbeans/modules/cloud/oracle/assets/ConfigFileProvider.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