Brett Langdon
45bc929538
Add target to build all the binaries
9 years ago
Brett Langdon
80102feb2b
Add version info
9 years ago
Brett Langdon
1cf3bc87a8
Log that we are listening
9 years ago
Brett Langdon
8f4db35b52
add lots more docs
9 years ago
Brett Langdon
de2c186958
Merge branch 'master' of github.com:brettlangdon/pypihub
9 years ago
Brett Langdon
2f57f7d072
Add docs on repo setup/releasing
9 years ago
Brett Langdon
eb66107781
Create LICENSE
9 years ago
Brett Langdon
076ad1f296
Show docker examples
9 years ago
Brett Langdon
7cb0c32b4b
change docker image name
9 years ago
Brett Langdon
27de71bf23
add requirements.txt example
9 years ago
Brett Langdon
ee9597e893
better pip examples
9 years ago
Brett Langdon
073e24470c
Show examples
9 years ago
Brett Langdon
82ba877832
Update readme
9 years ago
Brett Langdon
0df51be63e
add asset fetching logging
9 years ago
Brett Langdon
0e46bbaa22
ignore compiled binary
9 years ago
Brett Langdon
48cf99d398
remove run target
9 years ago
Brett Langdon
fd47e2d490
fix build command
9 years ago
Brett Langdon
905110465e
remove blang/semver
9 years ago
Brett Langdon
f064a048a4
Add blang/semver
git-subtree-dir: vendor/github.com/blang/semver
git-subtree-mainline: c40bbe1f7f
git-subtree-split: 60ec3488bf
9 years ago
Brett Langdon
c40bbe1f7f
fix up routes
9 years ago
Brett Langdon
53d2a57228
add favicon handling
9 years ago
Brett Langdon
445ab93279
fix simple index meta tag, links, etc
9 years ago
Brett Langdon
13bf99eaa7
remove asset logging
9 years ago
Brett Langdon
e124a56840
remove server
9 years ago
Brett Langdon
92120524a0
support non-published releases
9 years ago
Brett Langdon
82ca7df6cc
Add gorilla/context
git-subtree-dir: vendor/github.com/gorilla/context
git-subtree-mainline: a37c567e40
git-subtree-split: a85d2e53ba
9 years ago
Brett Langdon
a37c567e40
Add gorilla/mux
git-subtree-dir: vendor/github.com/gorilla/mux
git-subtree-mainline: aaeb008cd4
git-subtree-split: 0eeaf8392f
9 years ago
Brett Langdon
aaeb008cd4
Remove goji
9 years ago
Brett Langdon
5b11a9d55d
Add zenazn/goji
git-subtree-dir: vendor/github.com/zenazn/goji
git-subtree-mainline: f580a2651c
git-subtree-split: 5a802af1de
9 years ago
Brett Langdon
f580a2651c
Setup docker and stuffs
9 years ago
Brett Langdon
a9352f4b09
Initial working prototype
9 years ago
Brett Langdon
482e6f107a
Add google/go-github
git-subtree-dir: vendor/github.com/google/go-github
git-subtree-mainline: 034ab86faf
git-subtree-split: 7edde48287
9 years ago
Brett Langdon
034ab86faf
Add config
9 years ago
Brett Langdon
fb409117aa
Add alexflint/go-arg
git-subtree-dir: vendor/github.com/alexflint/go-arg
git-subtree-mainline: f34def0639
git-subtree-split: 7c77c70f85
9 years ago
Brett Langdon
f34def0639
Initial setup
9 years ago
huydx
7edde48287
Add PullRequests.GetRaw to download raw content of pull request.
Closes #481 .
Updates #6 .
9 years ago
Sander van Harmelen
466070b058
Make GetArchiveLink behave the same as other calls
All available calls in the `go-github` package close the `resp.Body` before returning.
Because the `GetArchiveLink` method doesn’t use the [`Do`](https://github.com/google/go-github/blob/master/github/github.go#L381 ) method, we have to make sure the body is closed here as well.
Closes #485 .
Change-Id: Iec0d88cf66d4d658fcd6aec374b4bc2358269a09
9 years ago
Dmitri Shuralyov
939928b912
Fix PagesBuild.UpdatedAt field tag.
9 years ago
Glenn Lewis
dc8c6d8082
Add isqua to AUTHORS
Change-Id: I1d3969387e077db859a477d9c1061f7741664a19
9 years ago
Dmitri Shuralyov
e5a6633ae1
Remove RepositoryCommit.Message field. ( #492 )
This field is unused. There is no "commit message" inside of
RepositoryCommit (higher level GitHub object), it's only inside of
Commit (lower level git object).
It was added accidentally in #49 and not caught via test due to #491 .
Followup to #49 . See https://github.com/google/go-github/pull/49/files#r92034462 .
9 years ago
Dmitri Shuralyov
aacf907cae
Fix inverted logic in TestRepositoriesService_CompareCommits.
Previously, the test would pass if got and want were different, and
fail if they were equal.
Closes #491 .
Change-Id: Ie9b0059595ef85777613578b06c98c10104f4e6a
9 years ago
Carlos Alexandro Becker
231da324fa
Deal with 202 Accepted Status Code
Fixes #486 .
Closes #488 .
Change-Id: I31ff003552dbffaca78c740b89d54150b81c525c
9 years ago
isqua
a77ccc9a58
Fix GetBranch response
Closes #490 .
Change-Id: Ie12aca585fe07cb572b347ef3b8f42c26b229808
9 years ago
Ronak Jain
5c45bca952
improve docs of SetRepositorySubscription and DeleteRepositorySubscription
Add blank lines to keep paragraphs separate.
Without a blank line, all sentences get merged into a single paragraph, which would make this less readable.
Adjust language to be more specific to go-github's methods.
Shorten it by removing some unneeded phrases like "if you would like to".
Refer to methods in go-github rather than endpoints, and be more specific about actions.
This is done to try to make it more readable and clear.
Fixes #477 .
Closes #489 .
Change-Id: I9e9171d0a77a1c029c804cbd50fb2e194b1c2a1d
9 years ago
griffin_stewie
5c5ff1dada
remove leading slash
reasons
- unify with others
- constructing url does not work when in GitHub Enterprise environment
9 years ago
Glenn Lewis
43e7458cf6
Add Daehyeok Mun to AUTHORS
Change-Id: I7a5c778fab815f881e985b5e5becb1bc17d1dc9c
9 years ago
Daehyeok Mun
dcd14dc4d3
Add URLs in CommitFile
Add blob_url, raw_url, contents_url in CommitFile struct.
Updates #419
Signed-off-by: Daehyeok Mun <daehyeok@gmail.com>
9 years ago
Glenn Lewis
171a9316fc
Add Andy Hume to AUTHORS
Change-Id: Ic750fa04efece4af30ddb86dce3a3567a9a6ceb7
9 years ago
Andy Hume
747edb5a96
Adds method for getting a single Repo Deployment
9 years ago
Andy Lindeman
dccec7b5f1
Adjusts comment style based on feedback
9 years ago