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

database: put missing predicates in consts and un-expose some of them #22

Merged
merged 1 commit into from
Dec 4, 2015

Conversation

Quentin-M
Copy link
Contributor

Fixes #16

FieldLayerInstalledPackages = "adds"
FieldLayerRemovedPackages = "removes"
fieldLayerInstalledPackages = "adds"
fieldLayerRemovedPackages = "removes"
FieldLayerEngineVersion = "engineVersion"
Copy link
Contributor

Choose a reason for hiding this comment

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

What's the reasoning behind selectively exposing these fields? Shouldn't it be all or nothing?

Copy link
Contributor

Choose a reason for hiding this comment

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

Break these into two different blocks of consts: one exported, one not. Then put a comment above the ones that are not exported and explain why.

@jzelinskie
Copy link
Contributor

didn't the deletelayer PR also use fieldIs?

@jzelinskie
Copy link
Contributor

LGTM

Quentin-M pushed a commit that referenced this pull request Dec 4, 2015
database: put missing predicates in consts and un-expose some of them
@Quentin-M Quentin-M merged commit f106b64 into quay:master Dec 4, 2015
@Quentin-M Quentin-M deleted the predcst branch December 4, 2015 21:53
@jzelinskie jzelinskie added kind/cleanup no functional changes, only reorganization reviewed/lgtm labels Mar 12, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/cleanup no functional changes, only reorganization
Development

Successfully merging this pull request may close these issues.

None yet

2 participants