Will Norris
b8b4ac7429
update to 2048 bit key for user integration test
As with the previous key added in 19c0916 , I deleted the associated
private key using /usr/bin/shred. But of course, I have no way to prove
that. Again, all the more reason to always use a test account when
running these integration tests.
10 years ago
Björn Häuser
cedb0a9ae0
update required go version to 1.4
see 92bbb1ce51
10 years ago
Björn Häuser
68d9199c29
Edit branch protection
This adds support and integration tests for editing branch protection.
10 years ago
Simon Guest
0835e6ab6f
Name change all Url to URL in URLQuery middleware.
10 years ago
Simon Guest
47e31837aa
Added urlquery middleware, resolves #174 .
10 years ago
Alex Flint
f8ea16beee
Merge pull request #25 from alexflint/return_parser_from_mustparse
MustParse returns *Parser
10 years ago
Alex Flint
9aad09fe14
fix example code
10 years ago
Alex Flint
f89698667c
add custom validation example to README
10 years ago
Alex Flint
0c0f9a53ac
MustParse returns *Parser
10 years ago
Will Norris
63fbbb283c
add Björn Häuser as contributor
10 years ago
Björn Häuser
a42758ca56
Add initial support for protected branches
For more information about the preview see here:
https://developer.github.com/changes/2015-11-11-protected-branches-api/
This adds only retrieving the information and not setting it. Setting
will come in a later commit (if that one here is okay).
I tried to follow the naming guidelines as much as possible and
hopefully I made it right the first time. :-)
10 years ago
Will Norris
92bbb1ce51
bump minimum tested version to go 1.4
Adding the new BasicAuthTransport raises the minimum required version of
go to 1.4.
10 years ago
Will Norris
8f3e741cad
add support for HTTP Basic Authentication
Add a new error type, TwoFactorAuthError, which identifies the need to
include a one-time password when using Basic Auth for a user with
two-factor auth enabled.
An example of using both the new transport and error type can be seen in
examples/basicauth/main.go.
fixes #258
10 years ago
Shawn Smith
0457a4f009
fix typo
10 years ago
Matt Silverlock
26a6070f84
Merge pull request #141 from tcyrus/patch-1
[docs] Tidy up README formatting.
10 years ago
Timothy Cyrus
66181ed337
Update README.md
10 years ago
Will Norris
ceda53e424
add sona-tar as contributor
10 years ago
sona-tar
c57bb02ff6
Add ListOptions to ListWatched
10 years ago
Will Norris
abea5d2a73
add Eric Paris (Red Hat, Inc.) as contributor
10 years ago
Eric Paris
3eb9d5d0e1
Fix default comment for Direction in issue lists
Both:
https://developer.github.com/v3/issues/#list-issues
https://developer.github.com/v3/issues/#list-issues-for-a-repository
State that the default is `desc` for direction. (As does my results). So
update the comment.
10 years ago
Maksim Zhylinski
c9c9f3beea
ignore EOF error when json decoding empty response
In particular, this handles the case of trying to decode No Content
(204) responses.
10 years ago
Will Norris
17b8f05fc8
add Brad Harris as contributor
10 years ago
Brad Harris
59f41ca3f7
adding URL property to Hook struct
10 years ago
Matt Silverlock
2aad27d310
Merge pull request #139 from bign8/issue_20
[feature] NotFoundHandler on Subrouters is now called correctly.
10 years ago
Dmitri Shuralyov
e5099d7537
Fix data race surrounding Client.Rate.
Previously, concurrent calls to Client.Do would have data races writing
Client.Rate. Protect it with a mutex.
Resolves #253 .
10 years ago
Nate Woods
82a9c170d4
Covering change with unit test
This test focuses on the feature of allowing sub-routers error handlers to precede the parents, rather than the code change required to provide this functionality.
10 years ago
bign8
c329c7d193
Potential fix for #20
10 years ago
Alex Flint
d97f8fd931
Merge pull request #24 from toothrot/master
Fix error when printing usage for multi-value arguments
10 years ago
Alex Rakoczy
e4e9e19427
Fix error when printing usage for multi-value arguments
We try to compare []strings, which are uncomparable types:
`panic: runtime error: comparing uncomparable type []string`
10 years ago
Alex Flint
ce5525d776
Merge pull request #19 from walle/add_default_value_to_usage
Add default values to usage
10 years ago
Dmitri Shuralyov
44b1ede22d
github: Document all possible values for IssueList{,ByRepo}Options.State.
The value "all" is also possible for State. See https://developer.github.com/v3/issues/#list-issues
and https://developer.github.com/v3/issues/#list-issues-for-a-repository .
10 years ago
Fredrik Wallgren
670c7b787d
Fix merge conflicts
10 years ago
Brett Langdon
d45bd4523c
Display help text for positional arguments
10 years ago
Fredrik Wallgren
b0d37d1fb2
Add default values to usage
Check if the value isn't it's zero value and if not add a default value
to the usage text.
10 years ago
Alex Flint
5db9c77fa3
Merge pull request #13 from walle/show_builtin
Add built ins to options in help output
10 years ago
Will Norris
47f2593dad
add Russ Cox as contributor
10 years ago
Russ Cox
603713f3fd
github: document and add support for all IssueEvent types
10 years ago
Carl Jackson
bf843a174a
Merge pull request #171 from stellar/allow-streaming-tests
Add `flushWriter` to `mutil.WrapWriter()`
10 years ago
Scott Fleckenstein
23a88f8df0
Add `flushWriter` to `mutil.WrapWriter()`
This allows httptest.ResponseRecorder to be wrapped and still maintain
its Flusher compatibility
10 years ago
Fredrik Wallgren
330a0da571
Add built ins to options in help output
Adds help to the options in help output with an easy way to add more
built ins.
10 years ago
Carl Jackson
09c4160eb0
travis: test 1.5 specifically
10 years ago
Carl Jackson
3bdac6dcc6
Fix travis
This only breaks in go tip.
10 years ago
Alex Flint
785fa3f8c9
Merge pull request #16 from walle/move_doc
Move package documentation to doc.go
10 years ago
Carl Jackson
be915f805d
pattern: export Raw for retrieving original input
This is in addition to the String method, which is oriented more towards
human debugging.
10 years ago
Alex Flint
c4704194de
Merge pull request #14 from walle/usage_on_stderr_bug
Fix bug with error not being written to stderr
10 years ago
Alex Flint
0f9dfa27d1
Merge pull request #15 from walle/fix_lint_warning
Fix lint warning
10 years ago
Fredrik Wallgren
ab43eae565
Move package documentation to doc.go
10 years ago
Fredrik Wallgren
d6a447ed7c
Fix lint warning
10 years ago
Matt Silverlock
9c068cf16d
Merge pull request #134 from shurcooL/travis-CI-more-thorough
[ci] Perform gofmt, go vet checks; use race detector during tests.
10 years ago
Fredrik Wallgren
df17f4df45
Fix bug with error not being written to stderr
Only the usage message was written to stderr, the error was written with
the standard fmt.Println.
10 years ago