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
AgeCommit message (Collapse)Author
2017-01-24Move HmacSha1 from util package to crypto package (#54)HEADmasterChris Rebert
For more logical organization. HmacSha1 is used to verify the integrity and authenticity of requests from GitHub.
2017-01-22Implement SHA1-RSA signature verification logic using JCA & Bouncy Castle (#53)Chris Rebert
To be used for Travis's new authentication mechanism Refs #43
2017-01-22Bump spray-json to v1.3.3 (#51)Chris Rebert
2017-01-22Bump Akka to v2.3.16 (#49)Chris Rebert
2017-01-22Bump Spray to v1.3.4 (#48)Chris Rebert
2017-01-22Bump Gson to v2.8.0 (#47)Chris Rebert
2017-01-22Bump logback-classic to v1.1.9 (#46)Chris Rebert
2017-01-22Bump Eclipse GitHub library to v4.6.0.201612231935-r (#45)Chris Rebert
2017-01-22Bump sbt to v0.13.13 (#44)Chris Rebert
2016-07-10Add missing "s" prefix so string gets interpolatedChris Rebert
Fixup to #42 Refs https://github.com/twbs/bootstrap/pull/20267#issuecomment-231597458
2016-07-08Add option to show preview URL for the PR in the GitHub comment (#42)Chris Rebert
Refs https://github.com/twbs/bootstrap/pull/20179
2016-07-08Switch to non-hierarchical GitHub commit status context string (#41)Chris Rebert
For brevity's sake, because GitHub uses a truncating fixed-width field to display statuses. h/t to @houndci for the idea.
2016-07-08Merge pull request #40 from twbs/egalitarianismChris Rebert
Remove the ignore-branches-from-watched-repo setting
2016-07-08Remove the ignore-branches-from-watched-repo settingChris Rebert
Build PRs of project members in addition to non-members. If this results in redundant builds you wish to eliminate, you're advised to refactor members' builds to a more Savage-based workflow.
2016-07-08Merge pull request #38 from twbs/bump-depsChris Rebert
Update dependencies & tools
2016-07-08Merge pull request #39 from twbs/licChris Rebert
Update copyright notice
2016-07-07Update dependencies & toolsChris Rebert
2016-07-07Update copyright noticeChris Rebert
2016-07-07Merge pull request #37 from twbs/fix-35Chris Rebert
Fix #35 by adding Edited & Unknown cases to PullRequestAction
2016-07-04Fix #35 by adding Edited & Unknown cases to PullRequestActionChris Rebert
2016-06-28SECURITY.md: Grammar. Typo. Disclaimer emphasis.Chris Rebert
[ci skip]
2016-03-14Allowing trusted org user to bypass file whitelist check; fixes #30Bobby Earl
Closes #31
2016-03-14Update contact email addressesChris Rebert
[ci skip]
2016-03-14Merge pull request #34 from twbs/richuserChris Rebert
Add RichUser implicit class for convenience conversion of egit-github.User=>GitHubUser
2016-03-14Add RichUser implicit class for convenience conversion of egit-github.User ↵Chris Rebert
=> GitHubUser
2016-03-14Merge pull request #33 from twbs/implicit-anyvalsChris Rebert
Make implicit classes also value classes to decrease overhead
2016-03-14Make implicit classes also value classes to decrease overheadChris Rebert
2016-01-20README: Hyperlink license badgeChris Rebert
2016-01-20README: Use faster-to-load version of license badgeChris Rebert
[ci skip]
2016-01-20README: Add Sky UX to list of Savage usersChris Rebert
Refs #29 [ci skip]
2016-01-20README: Mention public membership in example application.conf commentChris Rebert
Refs #28 [ci skip]
2016-01-20Merge pull request #28 from Blackbaud-BobbyEarl/document-require-public-memberChris Rebert
README: Clarify that "retry" command requires the user to be a **public** member of the organization [ci skip]
2016-01-19Added "public" prefix and link to GitHub docsBobby Earl
2015-10-20Merge pull request #27 from twbs/fix-25Chris Rebert
Fix #25
2015-10-19Fix #25Chris Rebert
2015-10-06Fix #26Chris Rebert
2015-08-21Merge pull request #24 from twbs/travis-cacheChris Rebert
Travis CI: Enable caching for faster builds
2015-08-21Travis CI: Enable caching for faster buildsChris Rebert
2015-08-21Travis CI: Set correct Scala versionChris Rebert
2015-08-21Travis CI: Set `sudo: false` for faster buildsChris Rebert
2015-08-15Add build.propertes & set sbt versionChris Rebert
Refs https://github.com/twbs/no-carrier/pull/13
2015-08-13Dockerfile: dockerfile/java => java:8Chris Rebert
2015-07-23Merge pull request #23 from twbs/try-fix-22Chris Rebert
Also delete remote refs before pulling, to prevent conflicts
2015-07-23Also delete remote refs before pulling, to prevent conflictsChris Rebert
Fixes #22, hopefully
2015-07-14Merge pull request #21 from amonks/patch-1Chris Rebert
fixes omitted word in README.md
2015-07-14fixes omitted word in README.mdAndrew Monks
2015-05-23README: add badge indicating development statusChris Rebert
Using the Trove classifiers scheme (same as PyPI; see https://pypi.python.org/pypi?%3Aaction=list_classifiers) [ci skip]
2015-05-18README: Mention MIT LicenseChris Rebert
2015-05-13README: Add Video.js as a user of SavageChris Rebert
2015-05-13Allow dots in repo names for our friends at video.jsChris Rebert