Skip to content

feat:exposed visibility value for the provider in the DA #132

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

Merged
merged 6 commits into from
Nov 26, 2024

Conversation

Aditya-ranjan-16
Copy link
Contributor

Description

exposed visibility value for the provider in the DAs , with default value set to "private"

Git issue

Release required?

  • No release
  • Patch release (x.x.X)
  • Minor release (x.X.x)
  • Major release (X.x.x)
Release notes content

exposes visibility value for the provider in the DA

Run the pipeline

If the CI pipeline doesn't run when you create the PR, the PR requires a user with GitHub collaborators access to run the pipeline.

Run the CI pipeline when the PR is ready for review and you expect tests to pass. Add a comment to the PR with the following text:

/run pipeline

Checklist for reviewers

  • If relevant, a test for the change is included or updated with this PR.
  • If relevant, documentation for the change is included or updated with this PR.

For mergers

  • Use a conventional commit message to set the release level. Follow the guidelines.
  • Include information that users need to know about the PR in the commit message. The commit message becomes part of the GitHub release notes.
  • Use the Squash and merge option.

@Aditya-ranjan-16
Copy link
Contributor Author

/run pipeline

@Aditya-ranjan-16
Copy link
Contributor Author

/run pipeline

@shemau
Copy link
Contributor

shemau commented Nov 24, 2024

/run pipeline

@Aditya-ranjan-16
Copy link
Contributor Author

/run pipeline

ibm_catalog.json Outdated
"key": "region",
"required": true,
"default_value": "us-south",
"options": [
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we are trying to stop using these custom picker for region, unless indeed the service itself is only supported in some regions. Looks like code engine is supported in all region, so please use this code:

{
  "key": "region",
  "type": "string",
  "custom_config": {
    "type": "region",
    "grouping": "deployment",
    "original_grouping": "deployment",
    "config_constraints": {
      "showKinds": [
        "region"
      ]
    }
  }
}

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done 25cda97

@Aditya-ranjan-16
Copy link
Contributor Author

/run pipeline

Copy link
Contributor

@shemau shemau left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is neither an approval or a request for changes. The original scope of the issue is growing, so should this be split to a new issue or resolved in this issue?

The description of variables in the apps solution needs some work, and/or a mark down written to explain the 6 compelx variables types in the DA.

There are examples of mark down, eg. ICD Postgresql in solution/standard/DA-types.md.

The lists and maps are fundamentally different things. The lists specifically belong to the app. The maps are other code engine resources. So there may be a hybrid answer from a DA perspective, it may be better to remove the maps from the apps DA and to include new DAs to cover them.

Copy link
Contributor

@ocofaigh ocofaigh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please always explain why upgrade test was skipped. I see no reason why a change like this should need an upgrade test to be skipped.

@ocofaigh
Copy link
Contributor

@shemau There is an issue to write up some supporting docs for the object type inputs: #63

I'm going to proceed with merging this PR

@ocofaigh ocofaigh merged commit 77af7aa into main Nov 26, 2024
2 checks passed
@ocofaigh ocofaigh deleted the provider_visibility branch November 26, 2024 11:00
@terraform-ibm-modules-ops
Copy link
Contributor

🎉 This PR is included in version 2.1.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[terraform-ibm-code-engine] Expose provider visibility in the DA
5 participants