45 Commits

Author SHA1 Message Date
0cae1892eb 2.2.1 2019-09-01 17:09:24 +02:00
1e90b2027f Update hubot-kredits
Fixes a critical bug in the GitHub signup
2019-09-01 17:09:04 +02:00
04bee3d705 Update deps 2019-09-01 15:40:45 +02:00
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
9be9ab5f77 2.1.0 2019-04-16 16:28:55 +01:00
a0a1434649 Update universe 2019-04-16 16:28:46 +01:00
d46a05acae Update ngrok script
We created a new reserved domain in the EU region.
2019-04-08 10:55:46 +02:00
9cf5e1cba3 Update hubot-kredits 2018-09-09 15:42:45 +08:00
30e226196e Update hubot-kredits 2018-06-14 15:07:13 +02:00
e4b0d3a71a Update hubot-kredits 2018-05-07 14:05:45 +02:00
edf430a183 Update hubot-kredits 2018-05-06 21:20:05 +02:00
98a0e0046c Update hubot-rss-reader 2018-05-06 17:51:43 +02:00
764d6e6e3e Use our own hubot-irc fork
This contains a fix for the messageRoom function, among other things.
2018-05-05 14:42:22 +02:00
4df623fc16 Update hubot-incoming-webhook 2018-05-05 14:33:01 +02:00
86862de0d2 Update hubot-kredits to latest release 2018-05-03 13:35:54 +02:00
bf50b73e61 Update hubot to 3.0 2018-04-22 13:56:42 +02:00
b1cb2d8338 Update dev run script 2018-04-22 13:56:19 +02:00
32c3ce7afe Don't run npm install on every hubot start
But link hubot-kredits in development
2018-04-18 20:49:56 +02:00
Greg Karékinian
e93671a740 Update hubot-kredits to 1.7.0 2018-04-17 14:24:31 +02:00
945a5900de Use custom hubot-plusplus with points-term config 2018-01-12 17:54:07 +00:00
e4d228ee86 Update hubot-rss-reader
The latest version allows to suppress error printing
2018-01-12 17:04:43 +00:00
b149088dee Set debug log level in dev run script
And switch to #kosmos-random as default room for kredits messages.
2017-06-21 11:34:30 -07:00
b28bb5dfc4 2.0.0 2017-06-08 23:47:40 +02:00
b1edde44c1 Update hubot-kredits 2017-06-08 23:47:13 +02:00
1b0a6ba96e Use shared Parity node by default 2017-06-08 21:09:00 +02:00
fea8db772b Update hubot-kredits 2017-05-13 15:50:05 +02:00
d33728a32b 1.1.1 2017-05-13 15:16:18 +02:00
b2beaef4df Update hubot-kredits 2017-05-13 15:16:00 +02:00
1ac557cc23 Update hubot-kredits 2017-05-12 14:03:18 +02:00
523719b3fb 1.1.0 2017-05-12 13:59:53 +02:00
a39a35feba Update hubot-kredits 2017-05-12 13:58:44 +02:00
fc3ffbbc46 Update hubot-kredits 2017-05-12 01:40:29 +02:00
9498829ec7 Update hubot-kredits 2017-05-12 01:30:38 +02:00
6 changed files with 4262 additions and 28 deletions

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

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

View File

@@ -2,7 +2,6 @@
set -e set -e
npm install
export PATH="node_modules/.bin:node_modules/hubot/node_modules/.bin:$PATH" export PATH="node_modules/.bin:node_modules/hubot/node_modules/.bin:$PATH"
exec node_modules/.bin/hubot --name "hal9000" "$@" exec node_modules/.bin/hubot --name "hal9000" "$@"

View File

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

4228
package-lock.json generated Normal file

File diff suppressed because it is too large Load Diff

View File

@@ -1,10 +1,10 @@
{ {
"name": "hal8000", "name": "hal8000",
"version": "1.0.0", "version": "2.2.1",
"private": true, "private": true,
"scripts": { "scripts": {
"start": "./run.sh", "start": "./run.sh",
"ngrok": "ngrok http -region=ap -hostname=hubot-dev.kosmos.org localhost:8888" "ngrok": "ngrok http -region=eu -hostname=hubot-dev.kosmos.org localhost:8888"
}, },
"authors": [ "authors": [
"Sebastian Kippe <sebastian@kip.pe>", "Sebastian Kippe <sebastian@kip.pe>",
@@ -12,30 +12,27 @@
], ],
"description": "Heuristically programmed ALgorithmic computer", "description": "Heuristically programmed ALgorithmic computer",
"dependencies": { "dependencies": {
"cheerio": "0.19.0", "cheerio": "0.22.0",
"coffee-script": "^1.9.2", "coffee-script": "^1.9.2",
"hubot": "^2.12.0", "hubot": "^3.3.2",
"hubot-auth": "^1.2.0", "hubot-auth": "^1.2.0",
"hubot-help": "^0.1.1", "hubot-help": "^1.0.1",
"hubot-incoming-webhook": "^1.0.1", "hubot-incoming-webhook": "^1.1.1",
"hubot-irc": "^0.2.9", "hubot-irc": "67P/hubot-irc#dev",
"hubot-kredits": "^1.3.0", "hubot-kredits": "^3.4.1",
"hubot-plusplus": "^1.1.5", "hubot-plusplus": "github:67P/hubot-plusplus#feature/configurable_points_term",
"hubot-read-tweet": "0.0.2", "hubot-read-tweet": "0.0.2",
"hubot-redis-brain": "0.0.2", "hubot-redis-brain": "1.0.0",
"hubot-rss-reader": "git://github.com/67P/hubot-rss-reader.git", "hubot-rss-reader": "github:67P/hubot-rss-reader#e3252d63a908c065671c5416a0a4bffa323b27c6",
"hubot-rules": "^0.1.0", "hubot-rules": "^0.1.0",
"hubot-schedule": "^0.6.2",
"hubot-scripts": "^2.5.16", "hubot-scripts": "^2.5.16",
"hubot-seen": "https://github.com/67P/hubot-seen.git#fix_debug", "hubot-seen": "github:67P/hubot-seen#fix_debug",
"hubot-shipit": "^0.2.0", "hubot-shipit": "^0.2.0",
"hubot-tell": "^1.2.3", "hubot-tell": "^1.2.3",
"hubot-xmpp": "github:67P/hubot-xmpp#dev",
"hubot-yubikey-invalidation": "0.0.3", "hubot-yubikey-invalidation": "0.0.3",
"kredits-contracts": "^2.0.0", "node-fetch": "^2.6.0",
"node-fetch": "^1.6.3", "request": "^2.88.0"
"request": "2.30.0"
},
"engines": {
"node": "6.x.x",
"npm": "2.1.x"
} }
} }

19
run.sh
View File

@@ -1,24 +1,29 @@
# cp ~/src/remotestorage/modules/src/chat-messages.js ~/src/kosmos/hubot-remotestorage-logger/lib/chat-messages.es6 # npm link hubot-kredits
# rm -rf node_modules/hubot-openassets
# npm install
PORT=8888 \ PORT=8888 \
HUBOT_LOG_LEVEL="debug" \
HUBOT_IRC_SERVER="irc.freenode.net" \ HUBOT_IRC_SERVER="irc.freenode.net" \
HUBOT_IRC_ROOMS="#kosmos-dev,#kosmos-random" \ HUBOT_IRC_ROOMS="#kosmos-dev,#kosmos-random" \
HUBOT_IRC_NICK="hal7000" \ HUBOT_IRC_NICK="hal7000" \
HUBOT_IRC_UNFLOOD="300" \ HUBOT_IRC_UNFLOOD="300" \
HUBOT_RSS_PRINTSUMMARY="false" \ HUBOT_RSS_PRINTSUMMARY="false" \
HUBOT_RSS_PRINTERROR="false" \
HUBOT_RSS_IRCCOLORS="true" \ HUBOT_RSS_IRCCOLORS="true" \
HUBOT_RSS_HEADER="Update:" \ HUBOT_RSS_HEADER="Update:" \
HUBOT_AUTH_ADMIN="bkero,derbumi,galfert,gregkare,slvrbckt,raucao" \ HUBOT_AUTH_ADMIN="bkero,derbumi,galfert,gregkare,slvrbckt,raucao" \
HUBOT_PLUSPLUS_POINTS_TERM='karma,karma' \
LOG_HTTP_PORT=7000 \ LOG_HTTP_PORT=7000 \
LOG_STEALTH="true" \ LOG_STEALTH="true" \
WEBHOOK_TOKEN="kosmosplusplus" \ WEBHOOK_TOKEN="kosmosplusplus" \
HUBOT_YUBIKEY_API_ID="change-me" \ HUBOT_YUBIKEY_API_ID="change-me" \
KREDITS_WEBHOOK_TOKEN="123" \ KREDITS_WEBHOOK_TOKEN="123" \
KREDITS_ROOM="#kosmos-dev" \ KREDITS_ROOM="#kosmos-random" \
# KREDITS_WALLET_PATH="wallet.json" \ KREDITS_WALLET_PATH="wallet.json" \
KREDITS_WALLET_PATH="wallet-testnet.json" \
KREDITS_WALLET_PASSWORD="foo" \ KREDITS_WALLET_PASSWORD="foo" \
KREDITS_CONTRACT_ADDRESS="0x1e77db134531f8e8f3d97428285d096b4b85e2c4" \ 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 bin/hubot --name hal7000