Commit Graph

522 Commits

Author SHA1 Message Date
kiwiidb
aaf00941a3 Merge pull request #135 from getAlby/feature/event-stream
Feature/event-stream
0.6.0
2022-04-20 17:35:49 +02:00
kiwiidb
d36d22a2d0 add integration test for missing invoices 2022-04-20 16:57:12 +02:00
kiwiidb
9180a7d79b add missing invoice functionality 2022-04-20 16:48:16 +02:00
kiwiidb
c24d1599d0 refactor parse token 2022-04-20 16:25:01 +02:00
kiwiidb
a9b796a7d6 refactor tests 2022-04-13 13:19:14 +02:00
kiwiidb
455fba26a0 implement fixes based on skosito's remarks 2022-04-13 13:04:29 +02:00
kiwiidb
bbe47cbd4c Merge branch 'main' into feature/event-stream 2022-04-12 15:30:51 +02:00
kiwiidb
8be8471da0 add all integration tests 2022-04-12 15:22:24 +02:00
kiwiidb
a6c6a14484 start integration tests for ws 2022-04-12 12:17:59 +02:00
kiwiidb
6db2869582 Merge pull request #148 from getAlby/feature/always-build-docker
always build docker images on every branch
0.5.0
2022-04-09 09:49:46 +02:00
kiwiidb
b3ffca45a6 Merge pull request #149 from getAlby/fix/lowercase-invoice
always lowercase payreq
2022-04-09 09:49:28 +02:00
ext.kwinten.de.backer
8ed306fe61 always lowercase payreq 2022-04-08 11:11:03 +02:00
kiwiidb
87532a0062 always build docker images on every branch 2022-04-08 10:29:44 +02:00
kiwiidb
72adec89c8 Merge pull request #146 from getAlby/bad-auth-sentry
Do not send bad auth errors to sentry
2022-04-07 15:51:11 +02:00
Stefan Kostic
843cb06bd4 Fix tests 2022-04-07 15:44:46 +02:00
kiwiidb
d7a55aa552 always build docker images on every branch 2022-04-07 15:22:17 +02:00
kiwiidb
bc57cd04c2 handle close messages 2022-04-07 12:09:13 +02:00
kiwiidb
55ee968174 init subscription map if nil 2022-04-07 11:31:10 +02:00
kiwiidb
a5ae01a5f2 add proper pubsub 2022-04-06 18:00:04 +02:00
Stefan Kostic
e5c2e5337f Add ignoreErrors to sentry 2022-04-06 17:15:17 +02:00
kiwiidb
45e0c48f1f fix conflicts 2022-04-06 16:38:01 +02:00
kiwiidb
4cb60a5c91 clean up PR 2022-04-06 16:36:06 +02:00
kiwiidb
87f290f37d Merge pull request #142 from getAlby/feature/metrics
Feature/metrics
2022-04-06 16:19:03 +02:00
kiwiidb
2f385fc328 add section about prometheus in readme 2022-04-06 16:18:38 +02:00
kiwiidb
db780757c0 Merge pull request #147 from getAlby/expected-api-req-and-resp
Add and use expected requests and responses for integration tests
2022-04-06 09:10:46 +02:00
Stefan Kostic
2332e7a7d8 Add and use expected requests and responses for integration tests 2022-04-05 21:01:06 +02:00
Stefan Kostic
82c36eba97 Add tests 2022-04-05 20:23:33 +02:00
Stefan Kostic
29d045f700 Cleanup 2022-04-05 20:12:00 +02:00
kiwiidb
1bd42616b0 add readme 2022-04-05 08:45:41 +02:00
Stefan Kostic
f446eabfd8 Simple way to filter out bad auth from sentry 2022-04-02 21:34:57 +02:00
kiwiidb
340ca82ab8 Merge pull request #145 from getAlby/fix/favicon
add favicon.ico rewrite
2022-04-02 09:48:44 +02:00
kiwiidb
b63e420152 add favicon.ico rewrite 2022-04-01 17:00:09 +02:00
kiwiidb
6d0b7595e0 Merge pull request #136 from getAlby/dynamic-fee-limits
Dynamic fee limits
2022-03-31 12:00:34 +02:00
kiwiidb
2be263186f add log line 2022-03-31 11:45:35 +02:00
kiwiidb
07b93fc574 add prometheus on seperate port 2022-03-31 11:40:32 +02:00
kiwiidb
fc76657ffb run all tests in all folders 2022-03-31 08:25:10 +02:00
Stefan Kostic
23bd588724 Add unit tests for calc fee limit fn 2022-03-30 18:59:03 +02:00
kiwiidb
55c775d8b4 send keepalive msg on startup 2022-03-25 09:34:02 +01:00
kiwiidb
8b678c363f Merge branch 'feature/event-stream' of github.com:kiwiidb/lndhub.go into feature/event-stream 2022-03-24 17:02:47 +01:00
kiwiidb
c77e7ccff8 struct tags 2022-03-24 15:08:45 +01:00
kiwiidb
4bfbc3d25c add keepalive messages 2022-03-24 15:06:55 +01:00
kiwiidb
789ef5c4f1 Merge branch 'main' into feature/event-stream 2022-03-24 13:58:11 +01:00
kiwiidb
0341276f4d use websocket instead of sse because more client support 2022-03-24 13:55:11 +01:00
Michael Bumann
b064c0fd95 Merge pull request #137 from getAlby/fix/pay-response
Fix/pay-response
0.4.2 0.4.1
2022-03-23 18:25:46 +02:00
kiwiidb
de472742bc fix: pay response should follow lndhub api 2022-03-23 17:20:04 +01:00
Stefan Kostic
edc51df4fb Make fixed fees dynamic 2022-03-23 16:55:13 +01:00
kiwiidb
21f48dbee9 Merge pull request #4 from kiwiidb/feature/event-stream
add keepalive messages
2022-03-23 10:23:48 +01:00
kiwiidb
edffaf4542 add keepalive messages 2022-03-23 10:20:17 +01:00
kiwiidb
346d24bb56 Merge pull request #120 from getAlby/feature/binary-release-action
add build workflow
0.4.0
2022-03-22 08:59:28 +01:00
kiwiidb
96af86dcc3 Merge pull request #134 from getAlby/unauthorized-invoice-endpoint
Unauthorized invoice endpoint
2022-03-22 07:51:08 +01:00