This repository was archived by the owner on Dec 3, 2023. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from 1 commit
Show all changes
36 commits
Select commit Hold shift + click to select a range
67e52ce
Base implementation
Dec 17, 2019
84fcfea
Update with unit tests
Dec 20, 2019
145f7a0
lint
Dec 20, 2019
ac1fd6e
correct copyright date
Jan 7, 2020
2c8724b
lint
Jan 7, 2020
c90dbb0
Revert removal of helper functions
Jan 8, 2020
b0a617f
use auto-value
Jan 22, 2020
9dbfc2d
Merge branch 'master' into conditional-policy
Jan 22, 2020
54ad076
reformat Binding.java and Condition.java
Jan 22, 2020
ff49620
remove unnecessary dep
Jan 22, 2020
298b2be
code format
Jan 22, 2020
aaebba4
add dep on com.google.code.findbugs in google-cloud-core
Jan 22, 2020
a5f63ea
address comments
Feb 6, 2020
4873b73
Merge branch 'master' into conditional-policy
frankynFeb 11, 2020
c853a84
Clean up
Feb 11, 2020
c64e55a
Merge branch 'conditional-policy' of .com:frankyn/java-core int…
Feb 11, 2020
d2fab21
respond to comments
Feb 19, 2020
86cd863
Merge branch 'master' into conditional-policy
Feb 19, 2020
085959d
address comments
Feb 20, 2020
174e8c4
format
Feb 20, 2020
14e1aac
address feedback
Feb 21, 2020
fdb040a
remove unnecessary null check
Feb 21, 2020
42199d1
lint
Feb 21, 2020
bbb708a
address feedback
Feb 21, 2020
7f0e33e
remove ImmutableList from Binding AutoValue surface
Feb 21, 2020
108faec
address feedback
Feb 25, 2020
79126b5
split up unit test
Feb 25, 2020
505f9bc
use guava beta annotation
Feb 25, 2020
a89ef0c
surface ImmutableList<> for Binding class.
Feb 25, 2020
f0b5085
use BetaApi from api.core
Feb 25, 2020
9f5e600
return as expected
Feb 26, 2020
8580f5a
partial addressing of feedback
Feb 26, 2020
9fe4358
address feedback pt2
Feb 26, 2020
8f48a15
address remaining feedback
Feb 26, 2020
615ba06
Merge branch 'master' into conditional-policy
Feb 26, 2020
2b56641
address one last feedback
Feb 26, 2020
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Failed to load files.
PrevPrevious commit
Next Next commit
correct copyright date
  • Loading branch information
Frank Natividad committedJan 7, 2020
commit ac1fd6ee2482aa42e23571a2457d46f3385658f1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2019 Google LLC
* Copyright 2020 Google LLC
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2019 Google LLC
* Copyright 2020 Google LLC
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down