Skip to content
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

Merged
merged 1 commit into from
Jun 6, 2024
Merged

Cloud Assets #7413

merged 1 commit into from
Jun 6, 2024

Conversation

jhorvath
Copy link
Contributor

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:

  1. Resource Collection: Aggregates Oracle Cloud resources for use within the extension.
  2. Resource Utilization: Provides these collected resources to applications during their startup phase.
  3. Cloud Policies Creation: Facilitates the creation of cloud policies using the collected resources.
  4. External Configuration Generation: Generates external configurations for applications based on the gathered resources.

@jhorvath jhorvath added LSP [ci] enable Language Server Protocol tests VSCode Extension [ci] enable VSCode Extension tests labels May 28, 2024
@jhorvath jhorvath requested a review from sdedic May 28, 2024 15:36
@jhorvath jhorvath force-pushed the cloudassets branch 3 times, most recently from cb9d5b4 to 8dad070 Compare May 29, 2024 09:36
@sdedic sdedic added this to the NB23 milestone May 29, 2024
@jhorvath jhorvath force-pushed the cloudassets branch 3 times, most recently from 29ed540 to cc9f93d Compare May 30, 2024 15:40
@jhorvath jhorvath force-pushed the cloudassets branch 3 times, most recently from d4e2314 to db75575 Compare June 5, 2024 12:20
@jhorvath jhorvath requested a review from sdedic June 5, 2024 12:26
@jhorvath jhorvath requested a review from sdedic June 5, 2024 18:52
for (Map.Entry<String, T> entry : ociItems.entrySet()) {
String description = entry.getValue().getDescription();
if (description == null || description.isBlank()) {
description = title;
Copy link
Member

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() ?

@jhorvath jhorvath merged commit fde3832 into apache:master Jun 6, 2024
33 checks passed
@neilcsmith-net
Copy link
Member

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

@jhorvath
Copy link
Contributor Author

jhorvath commented Jun 6, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
LSP [ci] enable Language Server Protocol tests VSCode Extension [ci] enable VSCode Extension tests
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants