aboutsummaryrefslogtreecommitdiff
path: root/modules/github
Commit message (Expand)AuthorAgeFilesLines
* 'timeout' -> 'cooldown'. closes #60Gravatar jesopo2019-06-161-7/+7
* Add auto-github-timeout to prevent duplicate auto-githubsGravatar jesopo2019-06-161-17/+37
* Better formating for pull_request ready_for_review eventGravatar jesopo2019-06-071-0/+2
* Fix commit_comment format string and show urlGravatar jesopo2019-06-051-1/+2
* re.escape nicknames for highlight preventionGravatar jesopo2019-05-281-1/+2
* Add `depends-on` hashflags to relevant modulesGravatar jesopo2019-05-251-0/+7
* Don't eat a character when preventing highlightsGravatar jesopo2019-05-241-2/+2
* Use regex to prevent highlights in github moduleGravatar jesopo2019-05-241-9/+3
* Add usage examples for all settingsGravatar jesopo2019-05-231-5/+6
* `event.eat()` for command.regex hooks in github moduleGravatar jesopo2019-05-221-0/+2
* `url_match` -> `event["match"]`Gravatar jesopo2019-05-221-2/+2
* typo, 'preix' -> 'prefix'Gravatar jesopo2019-05-211-2/+2
* `event["channel"]` -> `event["target"]`Gravatar jesopo2019-05-211-6/+6
* Move regex-based github info to command.regex hooksGravatar jesopo2019-05-211-22/+27
* regex fix, move '+' inside capturing groupGravatar jesopo2019-05-181-1/+1
* `match.group(0)` -> `ref`Gravatar jesopo2019-05-181-1/+1
* Catch github urls in auto-githubGravatar jesopo2019-05-181-4/+17
* Don't try to set `repo` to `org` after we've already changed `org`Gravatar jesopo2019-05-171-1/+1
* change REGEX_ISSUE to actually accept a repo name without org nameGravatar jesopo2019-05-171-1/+1
* Actually assume the provided "org" is the repo when repo isn't providedGravatar jesopo2019-05-171-2/+6
* Use github-default-repo to fill in org when org is missing but repo isn'tGravatar jesopo2019-05-171-7/+8
* `server` -> `event["server"]`Gravatar jesopo2019-05-161-2/+2
* `channel` -> `event["channel"]`Gravatar jesopo2019-05-161-1/+2
* Catch-and-bury utils.EventError in auto-github codeGravatar jesopo2019-05-161-1/+4
* \S not \s in github issue ref regexGravatar jesopo2019-05-161-1/+1
* _parse_pull and _parse_issue shouldn't have an `event` param anymoreGravatar jesopo2019-05-161-8/+6
* _gh_* functions were renamedGravatar jesopo2019-05-161-8/+10
* Add `auto-github` setting to automatically match and resolve github issue/pr•••refs Gravatar jesopo2019-05-161-20/+40
* Add comment to clarify why we ignore 1-letter-nicks in _prevent_highlightGravatar jesopo2019-05-141-0/+2
* Don't prevent highlights for single-letter nicknamesGravatar jesopo2019-05-141-0/+3
* Pass server object in to _prevent_highlightGravatar jesopo2019-05-141-4/+5
* use irc_lower for preventing highlights, only lower() when neededGravatar jesopo2019-05-141-3/+5
* Provide missing % formatting param for github release events•••closes #52 Gravatar jesopo2019-05-121-1/+1
* Give empty array arg to WARN call in github moduleGravatar jesopo2019-05-041-1/+1
* Add Database.servers.get_by_alias, move IRCBot.get_server to•••IRCBot.get_server_by_id, add IRCBot.get_server_by_alias and change !connect/!disconnect to take aliases instead of IDs Gravatar jesopo2019-04-241-1/+1
* Only show 'submitted' pull_request_review eventsGravatar jesopo2019-04-171-0/+3
* Only show no-commit pushes when it's a forceGravatar jesopo2019-04-161-1/+1
* Show a push event even when there's no commits in itGravatar jesopo2019-04-161-4/+6
* 'closed #123 without merging' -> 'closed #123'Gravatar jesopo2019-04-111-3/+2
* Don't handle `commented` state in pull_request_reviewGravatar jesopo2019-03-191-0/+3
* Added some -minimal categories for comment-related eventsGravatar jesopo2019-03-151-0/+10
* 'title' -> 'pr_title'Gravatar jesopo2019-03-151-1/+1
* Better display for approval/changes_requested in pull request reviewsGravatar jesopo2019-03-151-4/+12
* Don't use short/coloured hash for shortened urls (github)Gravatar jesopo2019-03-141-3/+4
* show short commit hash in individual push messages (github)Gravatar jesopo2019-03-101-3/+3
* Move PR number into/after action for pull_request eventsGravatar jesopo2019-03-071-9/+11
* 'pull' -> 'PR' in !ghpullGravatar jesopo2019-03-051-1/+1
* Remove added/removed/modified counts from commits (github)Gravatar jesopo2019-03-031-16/+4
* Add COLOR_NEUTRAL, show repo/number/state colours in !ghissueGravatar jesopo2019-03-021-14/+17
* Don't show "[]" when there are no labels in !ghissueGravatar jesopo2019-03-021-2/+6