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

Syncing my fork (this CL has no changes). #73

Closed
wants to merge 171 commits into from
Closed
Changes from all commits
Commits
Show all changes
171 commits
Select commit Hold shift + click to select a range
823eb9f
Automatically invoke gcd for testing
aozarov Jan 3, 2015
e6f9b76
Merge branch 'master' of https://github.com/aozarov/git-demo
aozarov Jan 3, 2015
14abf09
minor change
aozarov Jan 3, 2015
bf4f035
replace sh with bash
aozarov Jan 3, 2015
e7ce4ea
cleanup
aozarov Jan 5, 2015
6019e60
more cleanup
aozarov Jan 5, 2015
ff2827e
more cleanup
aozarov Jan 6, 2015
7383b89
minor fix
aozarov Jan 7, 2015
941c63e
revert wrong formatting
aozarov Jan 7, 2015
d3a014d
revert wrong formatting
aozarov Jan 7, 2015
1178bb0
even more cleanup
aozarov Jan 8, 2015
995b54a
Merge remote-tracking branch 'origin/master'
aozarov Jan 8, 2015
5325076
revert wrong formatting
aozarov Jan 9, 2015
0358d21
Provide an option for an add with auto-id allocation.
aozarov Jan 10, 2015
48c1310
add git-demo.iml
aozarov Jan 10, 2015
44f4eb5
removing git-demo.iml
aozarov Jan 10, 2015
98b2391
batch/transaction submit/commit returns generated keys
aozarov Jan 12, 2015
86201c9
Provide an option for an add with auto-id allocation.
aozarov Jan 13, 2015
865a986
replace local gcd hack with a fixed version of gcd
aozarov Jan 14, 2015
7f16f8a
replace local gcd hack with a fixed version of gcd
aozarov Jan 14, 2015
7543e68
Adding copyright and README and CONTRIBUTIONS files.
aozarov Jan 20, 2015
ffe96d7
adding contributing
aozarov Jan 20, 2015
4929f47
adding travis config file
aozarov Jan 20, 2015
a7b6fb9
Make travis run verify instead of test
aozarov Jan 21, 2015
8006311
change maven group information
aozarov Jan 21, 2015
5555cc8
adding travis credentials
aozarov Feb 9, 2015
952eec6
apply changes from git-demo
aozarov Feb 9, 2015
a57592c
return the datastore service from Batch and Transation
aozarov Feb 10, 2015
172c00d
Delete .project
aozarov Feb 10, 2015
461a172
Delete .classpath
aozarov Feb 10, 2015
239574b
Update README.md
aozarov Feb 10, 2015
25177c5
Update index.apt
aozarov Feb 10, 2015
b75e808
Update index.apt
aozarov Feb 10, 2015
0abb3aa
Update site.xml
aozarov Feb 10, 2015
ad42a3e
Fixes #6
aozarov Feb 11, 2015
8407bb2
Merge branch 'master' of https://github.com/GoogleCloudPlatform/gclou…
aozarov Feb 11, 2015
74d5766
adding more tests
aozarov Feb 12, 2015
e4f79ed
Update README.md
aozarov Feb 13, 2015
afee099
more tests
aozarov Feb 14, 2015
b948f56
Merge branch 'master' of https://github.com/GoogleCloudPlatform/gclou…
aozarov Feb 14, 2015
09c4922
Create LICENSE
aozarov Feb 17, 2015
a3ff9b7
Syntax highlight Java code snippet.
mbrukman Feb 17, 2015
b382e3d
Value tests
aozarov Feb 18, 2015
c2f5962
Merge pull request #10 from mbrukman/readme-syntax-highlight
aozarov Feb 18, 2015
df384f0
more tests
aozarov Feb 18, 2015
9abeeee
update readme
aozarov Feb 18, 2015
1d0ecbb
Fixes #6
aozarov Feb 19, 2015
d4e43b4
update maven
aozarov Feb 23, 2015
14b4bb7
disable signing for CI
aozarov Feb 23, 2015
fd94680
fix license URL
aozarov Feb 25, 2015
b067d9d
Add version info in site and jar
aozarov Feb 25, 2015
c30fd50
Use ServiceLoader for default RPC implementation
aozarov Feb 27, 2015
bd40afc
update imports
aozarov Feb 27, 2015
8430138
update copyright
aozarov Feb 27, 2015
e7e9def
storage work in progress
aozarov Mar 2, 2015
f919444
wip
aozarov Mar 3, 2015
52da752
Update Query Javadoc regarding projection type
aozarov Mar 3, 2015
2836686
Make DatastoreHelper internal
aozarov Mar 4, 2015
452821c
wip
aozarov Mar 4, 2015
4fc8492
Datastore team code review changes
aozarov Mar 6, 2015
3df0963
rename PartialKey to IncompleteKey
aozarov Mar 6, 2015
80dd86c
datastore entity change (remove partialentity)
aozarov Mar 11, 2015
b4431fe
add FullQuery/FullQueryBuilder and move builder methods to Query
aozarov Mar 12, 2015
26a166f
Rename Entity<K> to FullEntity<K> and provide an Entity as a shorthan…
aozarov Mar 14, 2015
efe46a3
Remove StructuredQuery subclasses and allocateId from KeyFactory
aozarov Mar 15, 2015
3912cd0
rename projectQueryBuilder method to projectionEntityQueryBuilder for…
aozarov Mar 16, 2015
1dfac67
wip
aozarov Mar 18, 2015
b0957d7
Providing a default app credentials
aozarov Mar 18, 2015
2bfb2d4
minor rename and version bump
aozarov Mar 18, 2015
365ae67
move sign to deploy stage
aozarov Mar 19, 2015
567c880
work in progress
aozarov Mar 20, 2015
f4ea0e3
adding examples
aozarov Mar 20, 2015
51ccb23
examples
aozarov Mar 21, 2015
e4e0fdd
Update .travis.yml
aozarov Mar 23, 2015
25e689c
Update DatastoreExample.java
ludoch Mar 31, 2015
745d045
Update GqlQuery.java
aozarov Mar 31, 2015
467eb62
Update StructuredQuery.java
aozarov Mar 31, 2015
24acf7a
Update StructuredQuery.java
aozarov Mar 31, 2015
027c156
Update README.md
aozarov Apr 1, 2015
fcda872
Update README.md
aozarov Apr 1, 2015
92f7aa4
Update README.md
aozarov Apr 1, 2015
d30efc5
work in progress
aozarov Apr 1, 2015
13462cf
work in progress
aozarov Apr 1, 2015
387fd74
work in progress
aozarov Apr 2, 2015
a19af7e
wip
aozarov Apr 3, 2015
cd5d15b
Improving datastore example to include all CRUD operations and query
aozarov Apr 7, 2015
df31fb7
some refactoring, fix class-loading issue and more example enhancments
aozarov Apr 8, 2015
4b63962
pushing 0.0.4
aozarov Apr 8, 2015
6a5bd2e
Update README.md
aozarov Apr 8, 2015
9c79ec0
Update pom.xml
aozarov Apr 8, 2015
4ba5fc4
work in progress
aozarov Apr 9, 2015
97ea9c9
Merge remote-tracking branch 'upstream/master'
aozarov Apr 9, 2015
f6b727e
work in progress
aozarov Apr 9, 2015
e5c7142
work in progress
aozarov Apr 10, 2015
f9e8499
work in progress
aozarov Apr 10, 2015
cb67c07
work in progress
aozarov Apr 11, 2015
e32b0af
work in progress
aozarov Apr 14, 2015
934c17f
work in progress
aozarov Apr 14, 2015
64d1c3c
work in progress
aozarov Apr 14, 2015
676ed8e
work in progress
aozarov Apr 14, 2015
95eb857
work in progress
aozarov Apr 16, 2015
6c60e43
work in progress
aozarov Apr 18, 2015
b6df855
fix retry helper for datastore and change the way we get a default in…
aozarov Apr 21, 2015
bf035a6
Update README.md
aozarov Apr 21, 2015
7056b21
s/retriable/retryable/g
aozarov Apr 21, 2015
10da13a
Merge branch 'master' of https://github.com/GoogleCloudPlatform/gclou…
aozarov Apr 21, 2015
287215f
work in progress
aozarov Apr 21, 2015
176b658
work in progress
aozarov Apr 21, 2015
ef305fa
work in progress
aozarov Apr 22, 2015
72b49f8
work in progress
aozarov Apr 22, 2015
f414af8
work in progress
aozarov Apr 23, 2015
95dff4f
make AuthCredentials serializable
aozarov Apr 24, 2015
399c606
work in progress
aozarov Apr 24, 2015
1ff61f1
work in progress
aozarov Apr 24, 2015
f82f17a
work in progress
aozarov Apr 24, 2015
3f152ba
work in progress
aozarov Apr 25, 2015
dc233e9
work in progress
aozarov Apr 29, 2015
7048264
add default content type to compose
aozarov Apr 29, 2015
b71e8b5
work in progress
aozarov Apr 30, 2015
a8870f7
adding batch
aozarov May 1, 2015
e985410
work in progress
aozarov May 2, 2015
12a84fb
work in progress
aozarov May 2, 2015
3f13eb4
complete batch
aozarov May 4, 2015
8c3c7b0
add multi info to example
aozarov May 4, 2015
eca4a98
work in progress
aozarov May 4, 2015
bbb1910
find project-id from env
aozarov May 4, 2015
6989960
update ini hanlding
aozarov May 4, 2015
42efdcb
implement Serializable reader
aozarov May 4, 2015
c40092f
work in progress
aozarov May 5, 2015
b09d14b
work in progress
aozarov May 5, 2015
c5a3133
work in progress
aozarov May 6, 2015
650e57a
work in progress
aozarov May 6, 2015
0eb92a9
add jar with dependencies
aozarov May 6, 2015
b1de4b8
work in progress
aozarov May 6, 2015
5bb92b0
complete output writer
aozarov May 7, 2015
3231020
Merge pull request #43 from aozarov/master
aozarov May 7, 2015
65fbc5a
remove leftover
aozarov May 7, 2015
a4478b7
change get to download
aozarov May 7, 2015
9a15cdd
fix build
aozarov May 7, 2015
2f6a83d
Merge pull request #44 from aozarov/master
aozarov May 7, 2015
f21acfd
replace dataset with projectId
aozarov May 8, 2015
93b3aee
update datastore example
aozarov May 8, 2015
e3e54a7
javadoc
aozarov May 8, 2015
75a9a42
fix example
aozarov May 8, 2015
ca03a51
work in progress
aozarov May 8, 2015
eacde24
Merge pull request #47 from aozarov/master
aozarov May 8, 2015
af958e4
change sourceOptions
aozarov May 9, 2015
962264d
some doc
aozarov May 9, 2015
9c546ef
Merge pull request #48 from aozarov/master
aozarov May 9, 2015
d30d9f6
complete package-info and make get return null on 404
aozarov May 11, 2015
7fd0b1f
add another shortcut for CopyRequest
aozarov May 11, 2015
6666879
add another shortcut for ComposeRequest
aozarov May 11, 2015
03921e5
make batch gets return null as well on 404
aozarov May 12, 2015
a17b43d
Merge pull request #53 from aozarov/master
aozarov May 12, 2015
4843a09
add metadata update to example and fix builder user-settable fields
aozarov May 12, 2015
f960259
add serialization test
aozarov May 13, 2015
1134117
add comments to example
aozarov May 13, 2015
c674cd2
Replace given null values with Apiary nulls and provide doesNotExists…
aozarov May 13, 2015
44d4335
add apiary references to all example actions
aozarov May 14, 2015
455e30f
acl test
aozarov May 14, 2015
89574c5
Merge pull request #58 from aozarov/master
jboynes May 14, 2015
e37c75a
adding BatchRequestTest
aozarov May 14, 2015
a1e0d60
Merge remote-tracking branch 'upstream/master' into temp
aozarov May 14, 2015
0120b6c
work in progress
aozarov May 15, 2015
a1d3172
basic tests
aozarov May 15, 2015
75366f0
make Project constructor public
aozarov May 15, 2015
52235c1
s/junit.framework.TestCase/org.junit.Assert/g
aozarov May 15, 2015
73e01fe
add tests for bucket and blob
aozarov May 15, 2015
d3d9f32
Merge pull request #64 from aozarov/temp
ludoch May 18, 2015
86bf292
Merge remote-tracking branch 'upstream/master'
aozarov May 18, 2015
aed7a71
merge from upstream
aozarov May 20, 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

These merge commits were added into this branch cleanly.

There are no new changes to show.