13 Commits

Author SHA1 Message Date
4f21a398e5 2.2.0 2019-09-01 15:37:35 +02:00
958c13d480 Add release-drafter config 2019-09-01 15:36:32 +02:00
21a0e688c0 Merge pull request #4 from 67P/feature/kredits_github_signup
Update deps for Kredits GitHub signup
2019-09-01 15:35:00 +02:00
1f30a68ac3 Add GitHub signup vars to run script 2019-09-01 15:33:06 +02:00
37e88ab107 Update hubot-kredits, deps 2019-09-01 15:30:18 +02:00
cd756e7aa7 Use hubot-xmpp fork
Fixes a bug which prevents it from working with chat.kosmos.org
2019-05-10 00:01:05 +02:00
3113e8a679 Add XMPP adapter 2019-05-09 18:15:14 +02:00
275d39a316 Update hubot-kredits 2019-05-08 16:48:23 +02:00
62e2d3c438 Update hubot-kredits 2019-04-30 10:45:23 +01:00
a8cf6644c7 Update hubot-kredits 2019-04-24 14:27:28 +01:00
ea56b52c29 Update hubot-kredits 2019-04-17 11:15:14 +01:00
4e609d7abd Update hubot-kredits
Fixes a GitHub integration bug
2019-04-17 09:39:53 +01:00
bce3c8f76d Add hubot-schedule 2019-04-17 09:17:43 +01:00
5 changed files with 1142 additions and 269 deletions

4
.github/release-drafter.yml vendored Normal file
View File

@@ -0,0 +1,4 @@
template: |
## Changes
$CHANGES

View File

@@ -11,5 +11,6 @@
"hubot-rss-reader",
"hubot-incoming-webhook",
"hubot-yubikey-invalidation",
"hubot-kredits"
"hubot-kredits",
"hubot-schedule"
]

1393
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -1,6 +1,6 @@
{
"name": "hal8000",
"version": "2.1.0",
"version": "2.2.0",
"private": true,
"scripts": {
"start": "./run.sh",
@@ -19,16 +19,18 @@
"hubot-help": "^1.0.1",
"hubot-incoming-webhook": "^1.1.1",
"hubot-irc": "67P/hubot-irc#dev",
"hubot-kredits": "^3.1.0",
"hubot-kredits": "^3.4.0",
"hubot-plusplus": "github:67P/hubot-plusplus#feature/configurable_points_term",
"hubot-read-tweet": "0.0.2",
"hubot-redis-brain": "1.0.0",
"hubot-rss-reader": "github:67P/hubot-rss-reader#e3252d63a908c065671c5416a0a4bffa323b27c6",
"hubot-rules": "^0.1.0",
"hubot-schedule": "^0.6.2",
"hubot-scripts": "^2.5.16",
"hubot-seen": "github:67P/hubot-seen#fix_debug",
"hubot-shipit": "^0.2.0",
"hubot-tell": "^1.2.3",
"hubot-xmpp": "github:67P/hubot-xmpp#dev",
"hubot-yubikey-invalidation": "0.0.3",
"node-fetch": "^2.3.0",
"request": "^2.88.0"

5
run.sh
View File

@@ -1,4 +1,4 @@
npm link hubot-kredits
# npm link hubot-kredits
PORT=8888 \
HUBOT_LOG_LEVEL="debug" \
@@ -21,6 +21,9 @@ KREDITS_ROOM="#kosmos-random" \
KREDITS_WALLET_PATH="wallet.json" \
KREDITS_WALLET_PASSWORD="foo" \
KREDITS_PROVIDER_URL="http://localhost:7545" \
KREDITS_DAO_ADDRESS="" \
KREDITS_GITHUB_KEY="" \
KREDITS_GITHUB_SECRET="" \
KREDITS_GITHUB_REPO_BLACKLIST="" \
KREDITS_MEDIAWIKI_URL="https://wiki.kosmos.org/" \
bin/hubot --name hal7000