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

Merge master into bigquery and add BigQuery to README and TESTING #502

Merged
merged 47 commits into from
Dec 22, 2015
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
47 commits
Select commit Hold shift + click to select a range
4899c27
Create packages for resource manager and outline spi layer.
Nov 2, 2015
3687cb1
Fixes to the ResourceManagerRpc layer, and also add resource manager …
Nov 3, 2015
3892eed
minor changes to ResourceManagerRpc
Nov 3, 2015
a60f7d1
Style updates to ResourceManagerRpc
Nov 3, 2015
c69af1a
add return values to delete, undelete, and setIamPolicy
Nov 3, 2015
249fae8
Remove spi result enums, change 'update/set' terminology to 'replace'
Nov 4, 2015
65a6240
Project, ProjectInfo, Policy, and ResourceId classes added.
Nov 12, 2015
9d6fbff
Fix style, simplify equals methods, fix tests, and add Project javadocs
Nov 17, 2015
e625c20
Add documentation and make resource ID type string
Nov 20, 2015
ebcac0b
Remove Policy and add docs
Nov 24, 2015
d800d1f
Added docs, removed policy-related methods from spi layer, fixed list…
Nov 25, 2015
a770e12
Remove parent and resource ID, add fields options
Nov 25, 2015
24edea2
Add exception handling, add back resource ID, and other cleanup
Nov 27, 2015
940aa92
Add list/get options serialization tests + other small fixes
Nov 30, 2015
57de95a
Add page size and page token options
Nov 30, 2015
e9359a0
fix paging docs
Nov 30, 2015
e6954ae
sync pom version to parent project
Nov 30, 2015
a50d770
Default spi layer implementation
Nov 30, 2015
918ab7b
Fix typo and remove non-retryable error code
Dec 1, 2015
3de4f8f
Initial commit of LocalResourceManagerHelper and tests
Dec 6, 2015
978fe27
Add filtering, make projects map a ConcurrentHashMap, and fix style i…
Dec 8, 2015
a670d21
Make error messages more informative, propagate all server exceptions…
Dec 10, 2015
19aa650
remove checkNotNull calls and minor fixes
Dec 10, 2015
4fdd477
minor fixes
Dec 11, 2015
937fe22
minor fix
Dec 11, 2015
ddf447f
ResourceManagerImpl + docs
Dec 2, 2015
8c12d67
Fix docs and return null if project not found by get.
Dec 16, 2015
a3bbbd2
Minor fixes
Dec 17, 2015
37b5efd
Adding ResourceManagerExample, update docs
Dec 17, 2015
b6bbf67
Include delete action + minor edits
Dec 18, 2015
1e7e152
Add retryable exceptions and fix checkstyle complaints
Dec 18, 2015
0eada88
minor fixes
Dec 18, 2015
ccbf4f4
more checkstyle fixes
Dec 19, 2015
bac6a07
minor fixes
Dec 19, 2015
b5d4bca
Update pom version in resource manager, remove noCredentials from Ser…
Dec 21, 2015
6c5a642
Minor fixes to Storage
mziccard Dec 21, 2015
b504340
Make checkstyle happy
mziccard Dec 21, 2015
637f156
Merge pull request #495 from ajkannan/merge-service
aozarov Dec 21, 2015
604b1c4
More style fixes to Storage module
mziccard Dec 21, 2015
5b1c443
Merge pull request #494 from mziccard/storage-minor
aozarov Dec 21, 2015
12a10b5
Synchronize LocalResourceManagerHelper
Dec 21, 2015
a87cd14
make protobuf methods package protected
Dec 21, 2015
62a2d71
Merge pull request #497 from ajkannan/synchronize-lrmh
ajkannan Dec 22, 2015
b2d181f
revert unnecessary changes in scope in BaseMarshaller
Dec 22, 2015
9bcebd3
Merge pull request #498 from ajkannan/hide-non-public-refs
aozarov Dec 22, 2015
d299e06
Merge branch 'master' into bigquery
mziccard Dec 22, 2015
7b1b0dc
Add BigQuery to common README.md and TESTING.md
mziccard Dec 22, 2015
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Make error messages more informative, propagate all server exceptions…
… to the user, automatically allocate ephemeral port
  • Loading branch information
Ajay Kannan committed Dec 21, 2015
commit a670d21b0df095e118399b9a4a9b812795c40f3a
Loading