Sign in
chromium
/
external
/
github.com
/
luci
/
go-endpoints
/
HEAD
004b467
Do not reference original go-endpoints repo in the example.
by Vadim Shtayura
· 10 years ago
master
a745619
oauth: Remove references to internal packages
by Lorenz Leutgeb
· 10 years ago
437e84a
Merge pull request #126 from GoogleCloudPlatform/contextdecorator
by Francesc Campoy
· 10 years ago
b7575c1
make ContextDecorator a field in Server
by Francesc Campoy
· 10 years ago
8426d2e
Merge remote-tracking branch 'origin' into contextdecorator
by Francesc Campoy
· 10 years ago
d992e94
Merge pull request #127 from GoogleCloudPlatform/norequest
by Francesc Campoy
· 10 years ago
17afb0d
add more testing for messages with no request/response
by Francesc Campoy
· 10 years ago
2e4d18e
added some tests for ContextDecorator
by Francesc Campoy
· 10 years ago
635797f
Add an extension mechanism to decorate contexts
by Francesc Campoy
· 10 years ago
30cbe84
Merge pull request #100 from GoogleCloudPlatform/user-id
by Francesc Campoy
· 10 years ago
f4b80c2
Expose Google Account ID as User ID
by alex
· 10 years ago
8e8b6db
Merge pull request #97 from GoogleCloudPlatform/bug96
by Francesc Campoy
· 11 years ago
7f92d84
merge master
by Francesc Campoy
· 11 years ago
f3a3894
Merge pull request #95 from GoogleCloudPlatform/maxmin
by Francesc Campoy
· 11 years ago
37f9e65
complex types are not supported for field validation
by Francesc Campoy
· 11 years ago
2f4f4e0
Ommit validation for non basic types
by Francesc Campoy
· 11 years ago
f2846a2
add support for min and max values
by Francesc Campoy
· 11 years ago
bf68139
Merge pull request #87 from GoogleCloudPlatform/defaults
by Francesc Campoy
· 11 years ago
143f5c5
Merge pull request #82 from jittuu/master
by Francesc Campoy
· 11 years ago
db95476
Merge pull request #94 from GoogleCloudPlatform/helloworld
by Francesc Campoy
· 11 years ago
4856ea7
make helloworld sample use https and small javascript bug
by Francesc Campoy
· 11 years ago
d7f5c86
Merge pull request #93 from zombiezen/managedvm
by Francesc Campoy
· 11 years ago
c515f1c
samples/helloworld: convert to use new context
by Ross Light
· 11 years ago
9786ff3
Roll forward "Use context.Context (fixes #76)"
by Ross Light
· 11 years ago
2cbfb7e
Merge pull request #92 from GoogleCloudPlatform/revert-81-managedvm
by Francesc Campoy
· 11 years ago
26ea90a
Revert "Use context.Context (fixes #76)"
by Francesc Campoy
· 11 years ago
72ea1e0
Merge pull request #81 from zombiezen/managedvm
by Francesc Campoy
· 11 years ago
65ed1d0
Merge pull request #90 from GoogleCloudPlatform/helloworld
by Francesc Campoy
· 11 years ago
5409472
applied @crhym3's feedback
by Francesc Campoy
· 11 years ago
a9eeda9
Merge branch 'master' into helloworld
by Francesc Campoy
· 11 years ago
58eea1f
simplified flow for field validation
by Francesc Campoy
· 11 years ago
0d457a2
Merge branch 'master' into defaults
by Francesc Campoy
· 11 years ago
b378d19
Merge pull request #89 from GoogleCloudPlatform/must
by Francesc Campoy
· 11 years ago
6a59911
applied feedback from reviewers
by Francesc Campoy
· 11 years ago
3a50c64
applied feedback from reviewers
by Francesc Campoy
· 11 years ago
7622487
Add `go get` step to Travis build
by Ross Light
· 11 years ago
a111472
Merge upstream branch 'master' into managedvm
by Ross Light
· 11 years ago
d6efd91
Merge pull request #91 from GoogleCloudPlatform/revert-65-isdevappserver
by Francesc Campoy
· 11 years ago
3c2b65a
Revert "Replacing IsDevAppServer with an actual implementation"
by Francesc Campoy
· 11 years ago
cc63541
Merge pull request #88 from GoogleCloudPlatform/emptyreq
by Francesc Campoy
· 11 years ago
1cf9ebc
helloworld sample
by Francesc Campoy
· 11 years ago
0fedf32
Merge branch 'master' into defaults
by Francesc Campoy
· 11 years ago
6200776
Add Must helper function
by Francesc Campoy
· 11 years ago
c9957a3
Merge pull request #65 from rakyll/isdevappserver
by Francesc Campoy
· 11 years ago
e1a41c0
restore body of requests before calling handlers
by Francesc Campoy
· 11 years ago
8ab7e72
Merge pull request #86 from jonprice/issue74
by Francesc Campoy
· 11 years ago
789480d
rename context*.go to auth*.go
by Ross Light
· 11 years ago
ad57454
integrate code review comments
by Ross Light
· 11 years ago
a833726
add validation of required and default values
by Francesc Campoy
· 11 years ago
a489a57
change regex so that its no greedy
by Jonathon Price
· 11 years ago
157ff52
Merge pull request #78 from davidcv5/master
by Francesc Campoy
· 11 years ago
9c534f0
Merge pull request #85 from GoogleCloudPlatform/travis
by Francesc Campoy
· 11 years ago
76d6cd4
updated travis.yml to use latest App Engine SDK
by Francesc Campoy
· 11 years ago
4f47410
fix broken links to python and java endpoints doc
by Soe Moe
· 11 years ago
f1f8f40
Use context.Context (fixes #76)
by Ross Light
· 11 years ago
17974fc
Update README.md to the latest Dart discoveryapis_generator
by David Cruz
· 11 years ago
4430576
Update travis to the latest GAE version
by alex
· 11 years ago
70ff664
Merge pull request #69 from GoogleCloudPlatform/revert-build-tag
by Francesc Campoy
· 11 years ago
d43a311
Revert "Add appengine build flag to all sources"
by alex
· 11 years ago
a4218d2
Replacing IsDevAppServer with an actual implementation.
by Burcu Dogan
· 11 years ago
6e0d299
Merge pull request #61 from GoogleCloudPlatform/francesc
by Francesc Campoy
· 11 years ago
a1e02bf
use http.StatusText
by Francesc Campoy
· 11 years ago
b5e4ba7
more simplification of errors
by Francesc Campoy
· 11 years ago
5c8b967
simplified error code
by Francesc Campoy
· 11 years ago
5700090
Merge pull request #60 from GoogleCloudPlatform/francesc
by Francesc Campoy
· 11 years ago
7f4fb45
Make the README snippets compile
by Francesc Campoy
· 11 years ago
4cf6299
added parameters to the New*Error functions
by Francesc Campoy
· 11 years ago
e07ea14
Merge pull request #59 from GoogleCloudPlatform/francesc
by Francesc Campoy
· 11 years ago
5a62e82
fixed test names
by Francesc Campoy
· 11 years ago
189eef1
add tests and make them pass
by Francesc Campoy
· 11 years ago
f181b1e
using register closure
by Francesc Campoy
· 11 years ago
2515cf0
added doc
by Francesc Campoy
· 11 years ago
37055a6
adding support for missing request and response messages
by Francesc Campoy
· 11 years ago
24eb5d4
Merge pull request #47 from GoogleCloudPlatform/context-method
by alex
· 11 years ago
66d8b8b
Allow service method to accept Context in place of *http.Request.
by alex
· 11 years ago
bcddc02
Update travis to GAE SDK v1.9.17
by alex
· 11 years ago
b06131f
Merge pull request #51 from maxhawkins/master
by alex
· 11 years ago
925259a
Add appengine build flag to all source files so package is go-gettable.
by Max Hawkins
· 11 years ago
edbee2e
Merge pull request #48 from campoy/master
by alex
· 11 years ago
914ea7e
move Must to a different branch
by Francesc Campoy
· 11 years ago
f7cbb66
Add Must helper function
by Francesc Campoy
· 11 years ago
4569245
fixed go get command
by Francesc Campoy
· 11 years ago
683b5a6
updating import paths
by Francesc Campoy
· 11 years ago
f7bd7d6
Use latest GAE SDK for Travis builds
by alex
· 11 years ago
9456595
Format apiconfig test method names
by alex
· 11 years ago
4ffa9aa
Fix TestPrefixedSchemaName test to use a constant.
by alex
· 11 years ago
8634f3b
Go vet, golint; modify tests according to Golang conventions.
by alex
· 11 years ago
79dcfa2
Merge pull request #42 from crhym3/prefixed
by alex
· 11 years ago
661db2e
Allow override schema name
by alex
· 11 years ago
0bc7dc3
Merge pull request #39 from crhym3/dup-method-path
by alex
· 11 years ago
1ee8360
Merge pull request #38 from crhym3/anonymous-struct
by alex
· 11 years ago
2b43641
Sanity check for duplicate service methods.
by alex
· 11 years ago
708d11d
Correctly handle anonynous structs
by alex
· 11 years ago
6bc2a57
Correct formatting of custom error responses.
by alex
· 11 years ago
5360ff8
Merge pull request #30 from bashtian/patch-1
by alex
· 11 years ago
e866591
Add namespace support for endpoints.Context
by alex
· 11 years ago
e395209
Alternative way to get the package using goapp tool.
by alex
· 11 years ago
bf06610
Rewrite tests to leverage appengine/aetest of the SDK.
by alex
· 11 years ago
32ddc35
Update readme to mention we're testing with goapp tool now
by alex
· 11 years ago
ac49895
Correct args for goapp tool; make unzip silent.
by alex
· 11 years ago
Next »