-
Notifications
You must be signed in to change notification settings - Fork 853
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
Improving multistep infrastructure, command for uploading cloud assets to config map #7540
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
jhorvath
added
LSP
[ci] enable Language Server Protocol tests
VSCode Extension
[ci] enable VSCode Extension tests
enterprise
[ci] enable enterprise job
labels
Jul 2, 2024
jhorvath
force-pushed
the
cloud-assets-to-configmap
branch
from
July 2, 2024 20:23
f575b3f
to
7ae4714
Compare
sdedic
reviewed
Jul 8, 2024
enterprise/cloud.oracle/src/org/netbeans/modules/cloud/oracle/actions/AddADBAction.java
Show resolved
Hide resolved
enterprise/cloud.oracle/src/org/netbeans/modules/cloud/oracle/actions/DownloadWalletDialog.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/AbstractStep.java
Outdated
Show resolved
Hide resolved
enterprise/cloud.oracle/src/org/netbeans/modules/cloud/oracle/assets/AbstractStep.java
Outdated
Show resolved
Hide resolved
enterprise/cloud.oracle/src/org/netbeans/modules/cloud/oracle/assets/AbstractStep.java
Outdated
Show resolved
Hide resolved
enterprise/cloud.oracle/src/org/netbeans/modules/cloud/oracle/items/OCIItem.java
Outdated
Show resolved
Hide resolved
enterprise/cloud.oracle/src/org/netbeans/modules/cloud/oracle/steps/CompartmentStep.java
Outdated
Show resolved
Hide resolved
enterprise/cloud.oracle/src/org/netbeans/modules/cloud/oracle/steps/DatasourceNameStep.java
Outdated
Show resolved
Hide resolved
enterprise/cloud.oracle/src/org/netbeans/modules/cloud/oracle/steps/TenancyStep.java
Show resolved
Hide resolved
jhorvath
force-pushed
the
cloud-assets-to-configmap
branch
from
July 9, 2024 06:29
7ae4714
to
3f6f21f
Compare
don't forget to set the milestones on PRs |
jhorvath
force-pushed
the
cloud-assets-to-configmap
branch
2 times, most recently
from
July 9, 2024 12:35
35578f5
to
9ba222f
Compare
sdedic
reviewed
Jul 9, 2024
enterprise/cloud.oracle/src/org/netbeans/modules/cloud/oracle/actions/ConfigMapCommand.java
Outdated
Show resolved
Hide resolved
enterprise/cloud.oracle/src/org/netbeans/modules/cloud/oracle/assets/Steps.java
Outdated
Show resolved
Hide resolved
jhorvath
force-pushed
the
cloud-assets-to-configmap
branch
3 times, most recently
from
July 9, 2024 17:13
238e40f
to
b3eedf1
Compare
jhorvath
force-pushed
the
cloud-assets-to-configmap
branch
from
July 10, 2024 06:21
b3eedf1
to
de6a81d
Compare
sdedic
approved these changes
Jul 10, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
enterprise
[ci] enable enterprise job
LSP
[ci] enable Language Server Protocol tests
VSCode Extension
[ci] enable VSCode Extension tests
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Multistep inputs are now more modular, with specific steps reusable by multiple commands. Implemented a command to upload the content of Cloud Assets to a ConfigMap artifact.