Matt Casper
ac3897eae3
Fix a typo in the comments, add a few comment docs
10 years ago
Dmitri Shuralyov
2570a87f54
Fix typos in docs.
10 years ago
Will Norris
0d67682ce8
add Mark McDonald as contributor
10 years ago
Mark McDonald
df9ba7109d
Fixed typo in rate limit test
11 years ago
Will Norris
1bbee11acf
add Cami Diez as contributor
10 years ago
Cami Diez
0a0089e759
Fixed method name
11 years ago
Will Norris
764a216cad
add erwinvaneyk as contributor
10 years ago
erwinvaneyk
c801b653c2
Added field to NotificationListOptions
11 years ago
Will Norris
6f840327ff
add Yicheng Qin as contributor
10 years ago
Yicheng Qin
3ec5f1a72f
update repos example to use RateLimits
The RateLimit() func is deprecated, and should not appear in the
official example.
10 years ago
Will Norris
7715d059dc
add Francis as contributor
10 years ago
Francis
cf52ab072c
update UserListOptions docs
As of [fccbb9520b (diff-e754c06a3071f63f53cee61571452b4c),) `Users.List` method was updated to `Users.ListAll`. This commit updates the documentation for `UserListOptions` to reflect that change.
10 years ago
Will Norris
82f067090e
add Jihoon Chung as contributor
10 years ago
Jihoon Chung
1ee11e5972
Fix incorrect URLs for milestone APIs
API URLs starting with "/" does not play well with Github Enterprise,
whose API endpoint looks like "http(s)://hostname/api/v3/".
This fixes incorrect URLs in miletones APIs.
10 years ago
Will Norris
27323da7f6
add Omar Jarjur as contributor
10 years ago
Omar Jarjur
08bb599b46
Add comment location fields to the PullRequestComment struct.
This change adds the fields "DiffHunk", "OriginalPosition", and "OriginalCommitId" to the PullRequestComment struct. These fields provide important information about the location of a comment.
10 years ago
Kamil Kisiel
49c0242755
Merge pull request #125 from eastwood/develop
Fixed documentation from Issue 16
10 years ago
Clint Ryan
8ae7a23e03
Fixed documentation from Issue 16
10 years ago
Kamil Kisiel
ee1815431e
Update .travis.yml
10 years ago
Kamil Kisiel
f8220e087d
travis-ci: more recent go versions
10 years ago
Matt Silverlock
f7b6aaaa69
Merge pull request #122 from gorilla/README-badge-fix
Fixed GoDoc badge.
10 years ago
Matt Silverlock
e45852e537
Fixed GoDoc badge.
10 years ago
Kamil Kisiel
b0b2bc47bc
Quote domain names in README.md. Use example.com instead of domain.com
Fixes #119
10 years ago
Kamil Kisiel
5112c33f3a
slightly improve printing of regexps in failed tests.
11 years ago
Kamil Kisiel
e330fd08a3
Merge pull request #120 from shkw/reduce-variable-name-restriction
Reduce variable name restriction
11 years ago
Shinya Kawaguchi
d17b93cab8
Refactoring for better performance
11 years ago
Shinya Kawaguchi
273db68971
Fix regexp syntax error caused by variable names containing any characters except letters, digits, and underscores
11 years ago
Shinya Kawaguchi
577b9e4a65
Add tests for hyphenated variable names
11 years ago
Kamil Kisiel
ffb3f683aa
Merge pull request #118 from elithrar/full-example
Updated README w/ runnable example. Addresses #32 .
11 years ago
Matt Silverlock
ca524fd37f
Updated README w/ runnable example. Addresses #32 .
11 years ago
Kamil Kisiel
8965bfef36
Merge branch 'subexp-fix'
11 years ago
Kamil Kisiel
c3c5f0000f
Add test which used to fail for queries.
Fixes #66
11 years ago
Kamil Kisiel
780d0505d7
Update README
11 years ago
Kamil Kisiel
e73f183699
fix use of capturing subexpressions in pattern matches.
The router now associates a regexp named group with each mux variable.
It only fills variables when capturing group name match instead of
relying on indices, which doesn't work if a variable regexp has interior
capturing groups.
Fixes #62
11 years ago
Kamil Kisiel
5a8a040050
Merge pull request #116 from brocaar/add_current_route_note
Add note about the availability of CurrentRoute.
11 years ago
Orne Brocaar
13c8226081
Update comment and specify KeepContext option.
11 years ago
Orne Brocaar
39cff3481c
Add note about the availability of CurrentRoute.
11 years ago
Will Norris
7277108aa3
include license preview header when listing repos
11 years ago
Carl Jackson
46b46e00f4
graceful: opportunistic keep-alives for Serve
11 years ago
Carl Jackson
6e46287fcc
graceful: use TCP keep-alives
This is a copy of commit d6bce32a36 from
Go core.
11 years ago
Will Norris
800345634b
add Brendan Burns as contributor
11 years ago
Brendan Burns
49ae5d768d
Add 'Label' field to IssueEvent
11 years ago
Kamil Kisiel
f15e0c4946
Merge pull request #100 from eastwood/master
Issue #16 : Added regex support for matching headers
11 years ago
Carl Jackson
4faf9dfc1c
Merge pull request #145 from tchssk/fix-typo
Fix a typo
11 years ago
Taichi Sasaki
831272e8b1
Fix a typo
11 years ago
Clint Ryan
98fb535d77
Issue 16: Return the regexp compile error
11 years ago
Kamil Kisiel
ba336c9cfb
getUrlQuery: Use SplitN with a max of 2.
11 years ago
Kamil Kisiel
61445102e8
Merge pull request #111 from burrbd/master
Issue #109
11 years ago
Bay Dodd
3339267a85
adding tests
11 years ago
Bay Dodd
fe40f0d056
updating query match string
11 years ago