This repository was archived by the owner on Dec 3, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 34
feat: support conditional policies #110
Merged
Merged
Changes from 1 commit
Commits
Show all changes
36 commits
Select commit
Hold shift + click to select a range
67e52ce
Base implementation
84fcfea
Update with unit tests
145f7a0
lint
ac1fd6e
correct copyright date
2c8724b
lint
c90dbb0
Revert removal of helper functions
b0a617f
use auto-value
9dbfc2d
Merge branch 'master' into conditional-policy
54ad076
reformat Binding.java and Condition.java
ff49620
remove unnecessary dep
298b2be
code format
aaebba4
add dep on com.google.code.findbugs in google-cloud-core
a5f63ea
address comments
4873b73
Merge branch 'master' into conditional-policy
frankyn c853a84
Clean up
c64e55a
Merge branch 'conditional-policy' of github.com:frankyn/java-core int…
d2fab21
respond to comments
86cd863
Merge branch 'master' into conditional-policy
085959d
address comments
174e8c4
format
14e1aac
address feedback
fdb040a
remove unnecessary null check
42199d1
lint
bbb708a
address feedback
7f0e33e
remove ImmutableList from Binding AutoValue surface
108faec
address feedback
79126b5
split up unit test
505f9bc
use guava beta annotation
a89ef0c
surface ImmutableList<> for Binding class.
f0b5085
use BetaApi from api.core
9f5e600
return as expected
8580f5a
partial addressing of feedback
9fe4358
address feedback pt2
8f48a15
address remaining feedback
615ba06
Merge branch 'master' into conditional-policy
2b56641
address one last feedback
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
remove unnecessary dep
- Loading branch information
There are no files selected for viewing
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm not 100% sure this can be optional.