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

Add parsing of param dependencies #928

Merged
merged 2 commits into from
Jul 11, 2018
Merged

Add parsing of param dependencies #928

merged 2 commits into from
Jul 11, 2018

Conversation

philipgough
Copy link
Contributor

@philipgough philipgough commented May 4, 2018

Describe what this PR does and why we need it:

Ready for review

Change to parse the dependencies defined by apb.yml and map them to valid json schemas

Does this PR depend on another PR (Use this to track when PRs should be merged)

depends-on automationbroker/bundle-lib#70

Which issue this PR fixes (This will close that issue when PR gets merged)

fixes #859

@openshift-ci-robot openshift-ci-robot added do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. size/L Denotes a PR that changes 100-499 lines, ignoring generated files. labels May 4, 2018
@maleck13
Copy link
Contributor

maleck13 commented May 9, 2018

@jmrodri example of this working with the catalog pr linked above
https://youtu.be/MX-G0TjaP7E

@dymurray
Copy link
Member

Please see my comments in bundle-lib#70 about documentation updates and incrementing of the bundle spec to 1.1. I would also encourage some changes to this PR that would do a check on the version or at least be backwards compatible so that the version is more just a representation of the spec than actually changing code paths.

@shawn-hurley shawn-hurley added the 3.11 | release-1.3 Kubernetes 1.11 | Openshift 3.11 | Broker release-1.3 label May 15, 2018
@philipgough
Copy link
Contributor Author

cc @maleck13 Still work to be done here but be nice to get some early feedback.

@openshift-ci-robot openshift-ci-robot added size/XXL Denotes a PR that changes 1000+ lines, ignoring generated files. size/L Denotes a PR that changes 100-499 lines, ignoring generated files. and removed size/L Denotes a PR that changes 100-499 lines, ignoring generated files. size/XXL Denotes a PR that changes 1000+ lines, ignoring generated files. labels May 21, 2018
@philipgough philipgough changed the title WIP: Add parsing of param dependencies Add parsing of param dependencies Jun 5, 2018
@openshift-ci-robot openshift-ci-robot removed the do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. label Jun 5, 2018
Copy link
Contributor

@shawn-hurley shawn-hurley left a comment

Choose a reason for hiding this comment

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

Some issues with the build

VISACK otherwise

},
}

expectDependencyJson := `
Copy link
Contributor

Choose a reason for hiding this comment

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

Lint is complaining should be expectDependencyJSON

@openshift-ci-robot openshift-ci-robot added size/XXL Denotes a PR that changes 1000+ lines, ignoring generated files. and removed size/L Denotes a PR that changes 100-499 lines, ignoring generated files. labels Jul 11, 2018
@coveralls
Copy link

Coverage Status

Coverage increased (+2.3%) to 38.864% when pulling 0a290d7 on PhilipGough:conditionals into d05629f on openshift:master.

@philipgough
Copy link
Contributor Author

@shawn-hurley I've update the bundle-lib dependency as part of this PR FYI

Copy link
Contributor

@eriknelson eriknelson left a comment

Choose a reason for hiding this comment

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

VISIACK

@shawn-hurley shawn-hurley merged commit 18a43ba into openshift:master Jul 11, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3.11 | release-1.3 Kubernetes 1.11 | Openshift 3.11 | Broker release-1.3 size/XXL Denotes a PR that changes 1000+ lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

need a way to conditionally render fields
8 participants