Matt Silverlock
7872f90afa
Update .travis.yml to build Go 1.6
10 years ago
Alex Flint
aaae1550b7
Merge pull request #32 from alexflint/override_program_name
make it possible to override the name of the program
10 years ago
Glenn Lewis
5f4a113632
go-github: add useful fields to Webhooks
Change-Id: Ia4888efa18c557a31af7093cfa449a67650afa20
10 years ago
Glenn Lewis
ac4445ca1c
go-github: add Event types for Webhooks
Change-Id: I013dcbfb58ec10756c7b4e4bae6fe79b5e7c0062
Fixes #287
10 years ago
Will Norris
5202c804ed
CONTRIBUTING: remove paragraph that was rewritten
10 years ago
Will Norris
13acccd3ac
update CONTRIBUTING file
- simplify CLA text slightly
- clarify naming convention for .go files
- add "Maintainer's Guide" to document how I handle merging in
contributions
10 years ago
Will Norris
868f722d7a
add David Deng (Googler) as contributor
10 years ago
David Deng
d3fb171e8b
Do URL path escape composing the URL for GetContents
10 years ago
Will Norris
3bcea13cf6
add Luke Roberts as contributor
10 years ago
Luke Roberts
4c742510b0
add preview header to list branches request
10 years ago
Glenn Lewis
d91d6cc927
go-github: move event types into event_types.go
fixes #283
10 years ago
Glenn Lewis
ac77c93f2b
go-github: add support for issue locking / unlocking
Fixes #279 .
Change-Id: I55ffdadfe5970d664ac94048e8bc2b8f5d935903
10 years ago
Will Norris
2ca26e16ec
add Pierre Carrier as contributor
10 years ago
Pierre Carrier
1f0226685e
issues: add Repository
10 years ago
Carl Jackson
859bfa93a8
README: only look at test status for master
10 years ago
Dmitri Shuralyov
39d75606a4
Document specific errors returned by CheckResponse.
10 years ago
Dmitri Shuralyov
c3f5683ad1
Add RateLimitError type, detect and return it when appropriate.
Fixes #152 .
Add tests for RateLimitError.
Refactor populateRate into a more general parseRate.
10 years ago
Dmitri Shuralyov
121939088e
Minor Rate, RateLimits documentation fixes.
Rate is now a method, not a field.
Mention RateLimits rather than RateLimit since the latter is deprecated.
Use Go convention for marking deprecated identifiers. See
257114af91 .
10 years ago
Will Norris
1ef1ae6f86
add StatusUnprocessableEntity constant
10 years ago
Piotr Zurek
d722750ab1
new repo struct for push events
fixes: #131,#271
10 years ago
Carl Jackson
6b97834061
Update code coverage path
10 years ago
Carl Jackson
811b2725cd
Merge pull request #176 from tesujimath/urlquery-middleware
Added urlquery middleware, resolves #174 .
10 years ago
Shawn Smith
05bd5edbd5
gofmt -s
fixes #274
10 years ago
Will Norris
77fb2afcd9
add saisi as contributor
10 years ago
saisi
237a9a4c5f
Fixed a couple of typos in comments
fixes #272
10 years ago
Parker Moore
bd5f67a256
RepositoryContentFileOptions: specify .Content as unencoded
Fixes #263 .
10 years ago
Will Norris
3e7958a20f
add Julien Rostand as contributor
10 years ago
Julien Rostand
c970c7aa40
Add Sender to WebHookPayload. Resolves #267 .
10 years ago
Will Norris
0e4de6106c
add John Engelman as contributor
10 years ago
John Engelman
e5c7fc4800
Add the Description field for organization teams.
Closes #265 .
10 years ago
Shawn Smith
1c7a393f78
fix spelling in comment
10 years ago
Will Norris
ce91f38806
add griffin_stewie as contributor
10 years ago
griffin_stewie
6387a9448d
Add "SuspendedAt" field to User struct.
10 years ago
Alex Flint
77dd0df006
Merge pull request #31 from alexflint/parse_ip_mac_and_email
Parse IP addresses, MAC addresses, and email addresses
10 years ago
Alex Flint
a1c72f6aa9
Merge remote-tracking branch 'origin/master' into parse_ip_mac_and_email
10 years ago
Alex Flint
c0809e537f
Merge pull request #30 from alexflint/scalar_pointers
add support for pointers and TextUnmarshaler
10 years ago
Alex Flint
c9584269b9
added tests for MAC and email addresses
10 years ago
Alex Flint
9a30acda05
added tests for IP address parsing
10 years ago
Alex Flint
e389d7f782
add support for IP address, email address, and MAC address
10 years ago
Alex Flint
8fee8f7bbe
move installation instructions to top
10 years ago
Alex Flint
95761fa14a
update readme with new additions
10 years ago
Alex Flint
b5933a0ea8
Merge remote-tracking branch 'origin/master' into scalar_pointers
10 years ago
Alex Flint
93247e2f3b
Merge pull request #29 from alexflint/parse_duration
Add support for time.Duration fields
10 years ago
Alex Flint
865cc5a973
add support for pointers and TextUnmarshaler
10 years ago
Alex Flint
64a4bab550
add test for invalid durations
10 years ago
Alex Flint
ed2b19f2bb
add support for time.Duration fields
10 years ago
Tomasz Kłak
78fb8eb962
Added benchmark with deep path
10 years ago
Tomasz Kłak
f48927253f
Named groups replaced with conditional wrapping of regexps
10 years ago
Alex Flint
e560d079ba
Merge pull request #9 from brettlangdon/dev/environment.variables.sqwished
Add support for environment variables
10 years ago
Brett Langdon
8dd29d34bf
Add support for environment variables
10 years ago