index
:
~steering
/
bitbot.git
this commit
master
Unnamed repository; edit this file 'description' to name the repository.
steering7253
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
modules
/
github
/
__init__.py
Commit message (
Collapse
)
Author
Age
Files
Lines
*
split github webhook logic in to a more general webhook module
jesopo
2019-06-24
1
-758
/
+0
|
*
colorise ref for `delete` event, same as for `create` event
jesopo
2019-06-22
1
-1
/
+2
|
*
Allow command.regex hooks to opt-in to being triggered from a /me
jesopo
2019-06-16
1
-2
/
+2
|
|
|
|
closes #68
*
'timeout' -> 'cooldown'. closes #60
jesopo
2019-06-16
1
-7
/
+7
|
*
Add auto-github-timeout to prevent duplicate auto-githubs
jesopo
2019-06-16
1
-17
/
+37
|
*
Better formating for pull_request ready_for_review event
jesopo
2019-06-07
1
-0
/
+2
|
*
Fix commit_comment format string and show url
jesopo
2019-06-05
1
-1
/
+2
|
*
re.escape nicknames for highlight prevention
jesopo
2019-05-28
1
-1
/
+2
|
*
Add `depends-on` hashflags to relevant modules
jesopo
2019-05-25
1
-0
/
+7
|
*
Don't eat a character when preventing highlights
jesopo
2019-05-24
1
-2
/
+2
|
*
Use regex to prevent highlights in github module
jesopo
2019-05-24
1
-9
/
+3
|
*
Add usage examples for all settings
jesopo
2019-05-23
1
-5
/
+6
|
*
`event.eat()` for command.regex hooks in github module
jesopo
2019-05-22
1
-0
/
+2
|
*
`url_match` -> `event["match"]`
jesopo
2019-05-22
1
-2
/
+2
|
*
typo, 'preix' -> 'prefix'
jesopo
2019-05-21
1
-2
/
+2
|
*
`event["channel"]` -> `event["target"]`
jesopo
2019-05-21
1
-6
/
+6
|
*
Move regex-based github info to command.regex hooks
jesopo
2019-05-21
1
-22
/
+27
|
*
regex fix, move '+' inside capturing group
jesopo
2019-05-18
1
-1
/
+1
|
*
`match.group(0)` -> `ref`
jesopo
2019-05-18
1
-1
/
+1
|
*
Catch github urls in auto-github
jesopo
2019-05-18
1
-4
/
+17
|
*
Don't try to set `repo` to `org` after we've already changed `org`
jesopo
2019-05-17
1
-1
/
+1
|
*
change REGEX_ISSUE to actually accept a repo name without org name
jesopo
2019-05-17
1
-1
/
+1
|
*
Actually assume the provided "org" is the repo when repo isn't provided
jesopo
2019-05-17
1
-2
/
+6
|
*
Use github-default-repo to fill in org when org is missing but repo isn't
jesopo
2019-05-17
1
-7
/
+8
|
*
`server` -> `event["server"]`
jesopo
2019-05-16
1
-2
/
+2
|
*
`channel` -> `event["channel"]`
jesopo
2019-05-16
1
-1
/
+2
|
*
Catch-and-bury utils.EventError in auto-github code
jesopo
2019-05-16
1
-1
/
+4
|
*
\S not \s in github issue ref regex
jesopo
2019-05-16
1
-1
/
+1
|
*
_parse_pull and _parse_issue shouldn't have an `event` param anymore
jesopo
2019-05-16
1
-8
/
+6
|
*
_gh_* functions were renamed
jesopo
2019-05-16
1
-8
/
+10
|
*
Add `auto-github` setting to automatically match and resolve github issue/pr
jesopo
2019-05-16
1
-20
/
+40
|
|
|
|
refs
*
Add comment to clarify why we ignore 1-letter-nicks in _prevent_highlight
jesopo
2019-05-14
1
-0
/
+2
|
*
Don't prevent highlights for single-letter nicknames
jesopo
2019-05-14
1
-0
/
+3
|
*
Pass server object in to _prevent_highlight
jesopo
2019-05-14
1
-4
/
+5
|
*
use irc_lower for preventing highlights, only lower() when needed
jesopo
2019-05-14
1
-3
/
+5
|
*
Provide missing % formatting param for github release events
jesopo
2019-05-12
1
-1
/
+1
|
|
|
|
closes #52
*
Give empty array arg to WARN call in github module
jesopo
2019-05-04
1
-1
/
+1
|
*
Add Database.servers.get_by_alias, move IRCBot.get_server to
jesopo
2019-04-24
1
-1
/
+1
|
|
|
|
|
IRCBot.get_server_by_id, add IRCBot.get_server_by_alias and change !connect/!disconnect to take aliases instead of IDs
*
Only show 'submitted' pull_request_review events
jesopo
2019-04-17
1
-0
/
+3
|
*
Only show no-commit pushes when it's a force
jesopo
2019-04-16
1
-1
/
+1
|
*
Show a push event even when there's no commits in it
jesopo
2019-04-16
1
-4
/
+6
|
*
'closed #123 without merging' -> 'closed #123'
jesopo
2019-04-11
1
-3
/
+2
|
*
Don't handle `commented` state in pull_request_review
jesopo
2019-03-19
1
-0
/
+3
|
*
Added some -minimal categories for comment-related events
jesopo
2019-03-15
1
-0
/
+10
|
*
'title' -> 'pr_title'
jesopo
2019-03-15
1
-1
/
+1
|
*
Better display for approval/changes_requested in pull request reviews
jesopo
2019-03-15
1
-4
/
+12
|
*
Don't use short/coloured hash for shortened urls (github)
jesopo
2019-03-14
1
-3
/
+4
|
*
show short commit hash in individual push messages (github)
jesopo
2019-03-10
1
-3
/
+3
|
*
Move PR number into/after action for pull_request events
jesopo
2019-03-07
1
-9
/
+11
|
*
'pull' -> 'PR' in !ghpull
jesopo
2019-03-05
1
-1
/
+1
|
[next]