jesopo
|
f9bf1d03e8
|
Correct order of string formatting for github membership events (github.py)
|
2019-01-16 22:14:26 +00:00 |
|
jesopo
|
f50f2a6d51
|
Support organisation membership event (github.py)
|
2019-01-16 22:13:38 +00:00 |
|
jesopo
|
e49389232e
|
Support github events only related to an organisation, not a repo (github.py)
|
2019-01-16 22:13:14 +00:00 |
|
jesopo
|
7e85197d47
|
Change !gh to be an alias of !github (github.py)
|
2019-01-13 22:06:41 +00:00 |
|
jesopo
|
9ab9400b46
|
Only show issue comment edit events when the body text of the comment has
actually changed (github.py)
|
2019-01-13 01:34:07 +00:00 |
|
jesopo
|
2f74100666
|
Don't have duplicate repo full name in ping events (github.py)
|
2019-01-10 22:24:04 +00:00 |
|
jesopo
|
cbc0e81fb3
|
Send a notice to a channel when a new webhook registration is received
(github.py)
|
2019-01-10 22:14:40 +00:00 |
|
jesopo
|
73392e8a20
|
Pass username, repository, number to _gh_issue and _gh_pull (github.py)
|
2019-01-10 13:36:13 +00:00 |
|
jesopo
|
2d346e73bc
|
Seperate out issue/pr logic into their own functions and add !gh that will get
info on either an issue or a pull request (github.py)
|
2019-01-10 13:32:19 +00:00 |
|
jesopo
|
8da6036894
|
Show issue/pr state in !ghissue and !ghpull (github.py)
|
2019-01-10 13:23:32 +00:00 |
|
jesopo
|
d26a945c49
|
Show an error if !ghissue or !ghpull doesn't find the specified issue/pr
(github.py)
|
2019-01-10 13:18:58 +00:00 |
|
jesopo
|
86810290f7
|
rpartition (instead of partition) #number for github issues/pull, so that we
don't have to specify "#" when we're got a default repo (github.py)
|
2019-01-10 13:11:35 +00:00 |
|
jesopo
|
55b61649f4
|
copypaste fail, event["args_split"][0] -> ref (github.py)
|
2019-01-09 23:03:34 +00:00 |
|
jesopo
|
bba5733736
|
Command events don't have "channel" , they have "target" (github.py)
|
2019-01-09 23:02:39 +00:00 |
|
jesopo
|
5514c2b9c9
|
Add a way to set the default github repo for a channel (github.py)
|
2019-01-09 23:01:27 +00:00 |
|
jesopo
|
470f9fc945
|
from_repo /to_repo -> repo_from /repo_to (github.py)
|
2019-01-09 22:51:55 +00:00 |
|
jesopo
|
2afe2d1c57
|
Show which branch is being merged in to which (github.py)
|
2019-01-09 22:50:41 +00:00 |
|
jesopo
|
d6da46fac3
|
to_from -> repo_to (github.py)
|
2019-01-09 22:50:21 +00:00 |
|
jesopo
|
8399545fe3
|
Add missing "(" for github pull request message format (github.py)
|
2019-01-09 22:47:47 +00:00 |
|
jesopo
|
aa04071d89
|
def github( -> def webhook( (github.py)
|
2019-01-09 22:47:20 +00:00 |
|
jesopo
|
dc4c711fa0
|
Actually show deletions as deletions for github pull requests (github.py)
|
2019-01-09 22:46:57 +00:00 |
|
jesopo
|
8d3064d50c
|
Add !ghpull, to get information on a pull request from github (github.py)
|
2019-01-09 22:45:33 +00:00 |
|
jesopo
|
56f431176c
|
Boldify sender on a pull request review comment (github.py)
|
2019-01-09 22:33:02 +00:00 |
|
jesopo
|
ac3c361399
|
Add !ghissue, to get information on an issue from github (github.py)
|
2019-01-09 22:30:11 +00:00 |
|
jesopo
|
e15c7ece5b
|
URL-unquote form-encoded data AFTER parsing it as a query string (github.py)
|
2019-01-03 21:55:21 +00:00 |
|
jesopo
|
498352d1ac
|
Support adding github webhooks for an entire "username" (github.py)
|
2019-01-03 21:18:40 +00:00 |
|
jesopo
|
e8b69b0a26
|
type should be before number in the string formatting of issue_comment
(github.py)
|
2018-12-29 21:15:50 +00:00 |
|
jesopo
|
5f994e599d
|
Show issue/pr number (github.py)
|
2018-12-29 19:05:14 +00:00 |
|
jesopo
|
8d8ebf7d55
|
Show sender of a pull request comment action, not the comment's user , for
when people edit other people's comments
|
2018-12-19 16:52:04 +00:00 |
|
jesopo
|
1ffc7863a0
|
If a request to git.io times out, fall back to full url
|
2018-12-14 08:49:37 +00:00 |
|
jesopo
|
843d517553
|
'utils.http.get_url' -> 'utils.http.request' (github.py)
|
2018-12-11 22:40:20 +00:00 |
|
jesopo
|
22c38ad083
|
Shorten github urls in github.py
|
2018-12-11 22:27:04 +00:00 |
|
jesopo
|
a41cf7b471
|
Actually use action_desc in github.py.issues, so that we can see what things
are labeled as
|
2018-12-10 21:07:38 +00:00 |
|
jesopo
|
d0caebbc57
|
Support fork event (github.py)
|
2018-12-10 18:47:54 +00:00 |
|
jesopo
|
b696e4e818
|
Add basics of status event handling, mostly for use with continuous integration (github.py)
|
2018-12-10 17:17:40 +00:00 |
|
jesopo
|
6dc58d4ceb
|
Correctly support labeling pull requests, support unlabeling pull requests and support both on issues
|
2018-12-09 20:57:29 +00:00 |
|
jesopo
|
de60d245b5
|
Show newly added labels when a pull request is labeled
|
2018-12-09 19:36:23 +00:00 |
|
jesopo
|
8cc1168589
|
Return empty string on successful github webhook handling, not True
|
2018-12-08 09:10:44 +00:00 |
|
jesopo
|
9bef4b7df1
|
Switch to using a case insensitive dictionary for headers instead of doing
.title() on each header key
|
2018-12-08 09:00:12 +00:00 |
|
jesopo
|
476e4cc9c1
|
["review"]["user"]["login"] -> ["sender"]["login"] to show who created a
pull_request_review event, not who started the review
|
2018-12-06 18:35:46 +00:00 |
|
jesopo
|
7d59898485
|
'X-GitHub-Event' -> 'X-Github-Event' now that we .title() header keys
(github.py)
|
2018-12-06 12:09:58 +00:00 |
|
jesopo
|
786e8b89a3
|
'content-type' -> 'Content-Type' (github.py)
|
2018-12-06 12:01:23 +00:00 |
|
jesopo
|
764e1e3245
|
Prevent setting values to array settings and prevent adding to non-array
settings
|
2018-12-05 12:13:29 +00:00 |
|
jesopo
|
d1bbd8cfe3
|
Add missing urllib.parse import (github.py)
|
2018-11-30 21:54:51 +00:00 |
|
jesopo
|
fcc3bdda6b
|
Support form-encoded github webhook data
|
2018-11-30 21:53:47 +00:00 |
|
jesopo
|
aab84096fd
|
utf8-decode github webhook json data
|
2018-11-30 21:09:59 +00:00 |
|
jesopo
|
dba4c9561c
|
'line' -> 'output' (github.py)
|
2018-11-27 15:07:22 +00:00 |
|
jesopo
|
d13a5069e3
|
Grab response from functions asked to be executed on the main thread and feed
them back to the callers, allowing rest_api.py to take the main thread while
it's waiting for the response to give back to the requesting client
|
2018-11-27 14:25:12 +00:00 |
|
jesopo
|
231fa51129
|
use '~' instead of '±' to represent "changed files" in modules/github.py
|
2018-11-26 14:47:47 +00:00 |
|
jesopo
|
f507da3b9a
|
'BLUE' -> 'LIGHTBLUE' branch name for push and create events (github.py)
|
2018-11-20 12:40:26 +00:00 |
|