FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
Commits · ws-development/google-api-java-client · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
ws-development
/
google-api-java-client
Public
forked from
googleapis/google-api-java-client
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Branch selector
User selector
Datepicker
Commit history
Commits on Feb 16, 2018
Fix copy and paste bug.
mattwhisenhunt
authored and
lesv
committed
8fd2c7c
View commit details
Copy full SHA for 8fd2c7c
Browse repository at this point
Detect GAE std/flex with GAE_ENV, GAE_RUNTIME, GAE_VM. Non-compat is not app engine for our purposes.
mattwhisenhunt
authored and
lesv
committed
a088a65
View commit details
Copy full SHA for a088a65
Browse repository at this point
Detect GAE using environment variables.
Show description for 75ba03c
mattwhisenhunt
authored and
lesv
committed
75ba03c
View commit details
Copy full SHA for 75ba03c
Browse repository at this point
Commits on Feb 12, 2018
Handle case when batchPath is null
jawein
authored and
mattwhisenhunt
committed
417c422
View commit details
Copy full SHA for 417c422
Browse repository at this point
Commits on Feb 7, 2018
Trim and indent.
mattwhisenhunt
committed
aef8fc4
View commit details
Copy full SHA for aef8fc4
Browse repository at this point
more default behavior
Elliotte Rusty Harold
authored and
mattwhisenhunt
committed
f6fea66
View commit details
Copy full SHA for f6fea66
Browse repository at this point
add OSGI metadata
Elliotte Rusty Harold
authored and
mattwhisenhunt
committed
88bedd3
View commit details
Copy full SHA for 88bedd3
Browse repository at this point
TravisCI: Cut out android and assembly modules before install and test. (#1088)
mattwhisenhunt
authored
b107c13
View commit details
Copy full SHA for b107c13
Browse repository at this point
Commits on Jan 17, 2018
Default to "batch" if setBatchPath is never called.
Show description for 1464e58
mattwhisenhunt
committed
1464e58
View commit details
Copy full SHA for 1464e58
Browse repository at this point
Commits on Nov 6, 2017
Bump version of Guava.
Matt Whisenhnunt
authored and
mattwhisenhunt
committed
1b35470
View commit details
Copy full SHA for 1b35470
Browse repository at this point
Bump version of FindBugs JSR305.
Matt Whisenhnunt
authored and
mattwhisenhunt
committed
941e7ad
View commit details
Copy full SHA for 941e7ad
Browse repository at this point
Bump version of Guava and Jackson Core.
Matt Whisenhnunt
authored and
mattwhisenhunt
committed
b70a0de
View commit details
Copy full SHA for b70a0de
Browse repository at this point
Commits on Oct 17, 2017
Update README.md with current version.
Matt Whisenhnunt
authored and
mattwhisenhunt
committed
fd5a8a3
View commit details
Copy full SHA for fd5a8a3
Browse repository at this point
Fixed failing test case
Hiranya Jayathilaka
authored and
mattwhisenhunt
committed
e3207b6
View commit details
Copy full SHA for e3207b6
Browse repository at this point
Implementing support for getAccessToken() method for AppIdentityCredentialWrapper
Hiranya Jayathilaka
authored and
mattwhisenhunt
committed
819e9c3
View commit details
Copy full SHA for 819e9c3
Browse repository at this point
Commits on Oct 10, 2017
Revise README wording.
Matt Whisenhnunt
authored and
mattwhisenhunt
committed
3d9e969
View commit details
Copy full SHA for 3d9e969
Browse repository at this point
Add links Google Cloud Platform and GAX.
Matt Whisenhnunt
authored and
mattwhisenhunt
committed
46f84f5
View commit details
Copy full SHA for 46f84f5
Browse repository at this point
Commits on Sep 13, 2017
start 1.24 (#1065)
neozwu
authored
6890dff
View commit details
Copy full SHA for 6890dff
Browse repository at this point
make multipart/mixed requests in compiliance with RFC7230
Show description for 3a5602f
DPakJ
authored and
neozwu
committed
3a5602f
View commit details
Copy full SHA for 3a5602f
Browse repository at this point
Commits on Jul 7, 2017
Add notice on library maintenance mode (#1056)
danoscarmike
authored and
garrettjonesgoogle
committed
a2e9660
View commit details
Copy full SHA for a2e9660
Browse repository at this point
Commits on Jun 30, 2017
fix moe sync conflicts (#1055)
neozwu
authored
d19c4d0
View commit details
Copy full SHA for d19c4d0
Browse repository at this point
fix moe syncing to github
Show description for 100e962
neozwu
committed
100e962
View commit details
Copy full SHA for 100e962
Browse repository at this point
Fixes incorrectly-ordered arguments to calls to assertEquals
Show description for 1af9162
andrewrice
authored and
neozwu
committed
1af9162
View commit details
Copy full SHA for 1af9162
Browse repository at this point
Support batchPath in Apiary/java library.
Show description for 22e7683
ethanbao
authored and
neozwu
committed
22e7683
View commit details
Copy full SHA for 22e7683
Browse repository at this point
Replace constants (static final CONSTANT_CASE) declaration type which use the general collection interface (e.g. List) with an immutable type (e.g. ImmutableList).
Show description for 3861e93
dorireuv
authored and
neozwu
committed
3861e93
View commit details
Copy full SHA for 3861e93
Browse repository at this point
Add missing "fall through" comments to switches that fall through
Show description for 7af7866
cushon
authored and
neozwu
committed
7af7866
View commit details
Copy full SHA for 7af7866
Browse repository at this point
The fields should be final for safe publication/thread safety.
Show description for 289d90a
sbapat
authored and
neozwu
committed
289d90a
View commit details
Copy full SHA for 289d90a
Browse repository at this point
Add missing default case to non-exhaustive enum switches.
Show description for 45004b8
cushon
authored and
neozwu
committed
45004b8
View commit details
Copy full SHA for 45004b8
Browse repository at this point
Include the service account project ID in scoped credential copy.
Show description for 2e305b4
jgiles
authored and
neozwu
committed
2e305b4
View commit details
Copy full SHA for 2e305b4
Browse repository at this point
Don't throw NPE on GoogleCredential.Builder when scopes not set
Show description for 44a6f91
CydeWeys
authored and
neozwu
committed
44a6f91
View commit details
Copy full SHA for 44a6f91
Browse repository at this point
Update imports ordering to the new java import order (go/java-imports).
Show description for 9b18d3b
gk5885
authored and
neozwu
committed
9b18d3b
View commit details
Copy full SHA for 9b18d3b
Browse repository at this point
Update imports ordering to the new java import order (go/java-imports).
Show description for 58445f0
gk5885
authored and
neozwu
committed
58445f0
View commit details
Copy full SHA for 58445f0
Browse repository at this point
Update imports ordering to the new java import order (go/java-imports).
Show description for 925fe8e
gk5885
authored and
neozwu
committed
925fe8e
View commit details
Copy full SHA for 925fe8e
Browse repository at this point
Allow ProjectId to be read from Service Account Configuration.
Show description for 9ffb543
foxxtrot
authored and
neozwu
committed
9ffb543
View commit details
Copy full SHA for 9ffb543
Browse repository at this point
Automated g4 rollback of changelist 121305912.
Show description for 12addfe
zhihan
authored and
neozwu
committed
12addfe
View commit details
Copy full SHA for 12addfe
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL