-
Notifications
You must be signed in to change notification settings - Fork 874
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cloud Assets #7413
Cloud Assets #7413
Conversation
cb9d5b4
to
8dad070
Compare
29ed540
to
cc9f93d
Compare
enterprise/cloud.oracle/src/org/netbeans/modules/cloud/oracle/OCITenancyProvider.java
Outdated
Show resolved
Hide resolved
...rprise/cloud.oracle/src/org/netbeans/modules/cloud/oracle/assets/AddSuggestedItemAction.java
Show resolved
Hide resolved
enterprise/cloud.oracle/src/org/netbeans/modules/cloud/oracle/actions/AddADBAction.java
Outdated
Show resolved
Hide resolved
enterprise/cloud.oracle/src/org/netbeans/modules/cloud/oracle/assets/AddNewAssetCommand.java
Outdated
Show resolved
Hide resolved
ide/project.dependency/src/org/netbeans/modules/project/dependency/ProjectDependencies.java
Outdated
Show resolved
Hide resolved
java/java.lsp.server/src/org/netbeans/modules/java/lsp/server/db/DBConnectionProvider.java
Outdated
Show resolved
Hide resolved
enterprise/cloud.oracle/src/org/netbeans/modules/cloud/oracle/assets/PropertiesGenerator.java
Show resolved
Hide resolved
d4e2314
to
db75575
Compare
enterprise/cloud.oracle/src/org/netbeans/modules/cloud/oracle/assets/Steps.java
Outdated
Show resolved
Hide resolved
enterprise/cloud.oracle/src/org/netbeans/modules/cloud/oracle/assets/Steps.java
Outdated
Show resolved
Hide resolved
enterprise/cloud.oracle/src/org/netbeans/modules/cloud/oracle/assets/Steps.java
Outdated
Show resolved
Hide resolved
for (Map.Entry<String, T> entry : ociItems.entrySet()) { | ||
String description = entry.getValue().getDescription(); | ||
if (description == null || description.isBlank()) { | ||
description = title; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just verifying: in case that all items, which have ociItem.getDescription() == null will get the same description (title) - not their ociItem.getName() ?
Looks like this broke master - https://github.com/apache/netbeans/actions/runs/9396313092 The test you added seems not to have run on the PR due to incorrect labelling?! |
I'm already aware of that, and the fix is merged with Dusan's PR - https://github.com/apache/netbeans/pull/7439/files#diff-32bd91ec01405d8a4b48b1a52f6cdc7a7faf3c37ff05fb4ad119c2d49a245ce4 |
This Pull Request introduces a new feature to the VSCode extension: the Cloud Assets Window. This feature is designed to collect and manage Oracle (currently supported) Cloud resources.
Key Features: