Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/savage.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2017-01-24Move HmacSha1 from util package to crypto package (#54)HEADmasterChris Rebert
2017-01-22Implement SHA1-RSA signature verification logic using JCA & Bouncy Castle (#53)Chris Rebert
2016-07-10Add missing "s" prefix so string gets interpolatedChris Rebert
2016-07-08Add option to show preview URL for the PR in the GitHub comment (#42)Chris Rebert
2016-07-08Switch to non-hierarchical GitHub commit status context string (#41)Chris Rebert
2016-07-08Remove the ignore-branches-from-watched-repo settingChris Rebert
2016-07-04Fix #35 by adding Edited & Unknown cases to PullRequestActionChris Rebert
2016-03-14Allowing trusted org user to bypass file whitelist check; fixes #30Bobby Earl
2016-03-14Add RichUser implicit class for convenience conversion of egit-github.User =>...Chris Rebert
2016-03-14Make implicit classes also value classes to decrease overheadChris Rebert
2015-10-19Fix #25Chris Rebert
2015-10-06Fix #26Chris Rebert
2015-07-23Also delete remote refs before pulling, to prevent conflictsChris Rebert
2015-05-13Allow dots in repo names for our friends at video.jsChris Rebert
2015-04-30adding debug logging for branch deletion upon Travis completionChris Rebert
2015-04-30downgrade Travis incorrect hash logging from error to warningChris Rebert
2015-04-27damn ye, Nothing & lack of actor message typechecking!Chris Rebert
2015-04-27More liberal parsing of retry request commentsChris Rebert
2015-04-27Fix & refactor branch name generation+parsingChris Rebert
2015-04-25Fix #15Chris Rebert
2015-04-25Fix #16Chris Rebert
2015-04-25Fix string interpolationChris Rebert
2015-04-25Log details URLs for commit statusesChris Rebert
2015-04-24Tweak phrasing of commit status messagesChris Rebert
2015-04-24I look forward to Akka messages becoming typechecked...Chris Rebert
2015-04-24add savage.set-commit-status settingChris Rebert
2015-04-24URL returned for commit statuses isn't usefulChris Rebert
2015-04-24Finish & enable commit status settingChris Rebert
2015-04-13Revert "add verbose Travis logging"Chris Rebert
2015-03-24add verbose Travis loggingChris Rebert
2015-03-24improve Travis BuildStatus.toChris Rebert
2015-03-24BranchDeleter: Avoid some redundancy in log messageChris Rebert
2015-03-24add more Travis-related loggingChris Rebert
2015-03-24add github.event.Event & refactorChris Rebert
2015-03-24add PullRequestAction & refactorChris Rebert
2015-03-10set Savage-specific User-Agent header when making GitHub API requestsChris Rebert
2015-03-10set `Server` HTTP headerChris Rebert
2015-03-09Add squelch-invalid-http-logging config optionChris Rebert
2015-03-09use akka.event.slf4j.Slf4jLoggerChris Rebert
2015-03-09make log message less redundantChris Rebert
2015-03-09add "Errored" Travis BuildStatusChris Rebert
2015-03-09Use force pushesChris Rebert
2015-03-05implement most of #11 but keep it neutered for nowChris Rebert
2014-12-19whitelist scss tooChris Rebert
2014-11-21Fixes #8Chris Rebert
2014-11-21Add setting to ignore PRs whose branches are from the main repo; closes #2Chris Rebert
2014-11-21Fixes #10Chris Rebert
2014-11-20fix typoChris Rebert
2014-11-20fix SafeishUrlRegex to permit dotsChris Rebert
2014-11-20somehow Scala didn't warn about this; fix regex matchingChris Rebert