Dj Gilcrease
f7ac7251e3
Update doc strings based on feedback
10 years ago
Matt Silverlock
c9e326e2bd
Merge pull request #150 from gorilla/elithrar/go-lint
[docs] Satisfied golint.
- SkipRouter should also be ErrRouterSkipped (or similar) but a change would break the public API.
10 years ago
Matt Silverlock
02c98b3f73
[docs] Satisfied golint.
- SkipRouter should also be ErrRouterSkipped (or similar) but a change would
break the public API.
10 years ago
Dj Gilcrease
f84ab9ab62
Fix go fmt issues
10 years ago
Dj Gilcrease
0d60c4bfeb
Add tests for GetPathTemplate. Added GetHostTemplate and associated tests as well
10 years ago
Dj Gilcrease
16507e2c47
Merge branch 'master' into method-to-get-url-template
10 years ago
Matt Silverlock
c582f4facc
Merge pull request #149 from gorilla/elithrar/readme-website
[docs] Add http://www.gorillatoolkit.org/pkg/mux to README.
10 years ago
Matt Silverlock
5f42f0f524
[docs] Add http://www.gorillatoolkit.org/pkg/mux to README.
10 years ago
Matt Silverlock
d067e87329
Merge pull request #144 from tumdum/regexp-speedup
[refactor] Only wrap regexp in group if not already in a group + perf. gains.
- Addresses https://github.com/gorilla/mux/issues/62
- ~27% less allocs/~15% speedup (ns/op)
10 years ago
Matt Silverlock
1ea25387ff
Merge pull request #28 from gorilla/ci/travis-go-1.6
[ci] Update .travis.yml to build Go 1.6
10 years ago
Matt Silverlock
dfc482b255
Merge pull request #148 from gorilla/ci/travis-go-1.6
[ci] Update .travis.yml to build Go 1.6
10 years ago
Matt Silverlock
b53bb424a1
Update .travis.yml to build Go 1.6
10 years ago
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