dni ⚡ and GitHub
e2c9673517
subdomains docs fix : #900 ( #904 )
...
fix subdomain link to docs: also mentioned in #900
2022-08-18 10:17:32 +02:00
dni ⚡ and GitHub
853536ea32
lnAdress fix link to docs ( #903 )
...
Fixes: https://github.com/lnbits/lnbits-legend/issues/900
2022-08-18 10:17:16 +02:00
31a51f3cbc
add debug logging into tests ( #895 )
...
Co-authored-by: dni <dni.khr@gmail.com >
2022-08-17 15:57:56 +02:00
d649e6a5c0
fix migrations, add documentation, hopefully fix workflow ( #899 )
...
* fix migrations, add documentation, hopefully fix workflow
* renaming to test-migration and add migration
Co-authored-by: dni <dni.khr@gmail.com >
2022-08-17 15:42:01 +02:00
3dc00f67db
add pending column to CSV export on wallet page, issue #887 ( #889 )
...
* add pending, isPaid columns to CSV export on wallet page, issue #887
* prettier formatting
* remove isPaid from csv export
* added comment
Co-authored-by: dni <dni.khr@gmail.com >
2022-08-16 17:01:32 +02:00
ee4049ec1f
fix javascript issue, Fixes : #890 ( #891 )
...
Co-authored-by: dni <dni.khr@gmail.com >
2022-08-16 17:01:20 +02:00
88ec440ea1
another testcase the fails similar to #847 ( #892 )
...
* another testcase the fails similar to #847
* proper fix
* revert to statuscode 401 and code improvements @calle
Co-authored-by: dni <dni.khr@gmail.com >
2022-08-16 17:01:05 +02:00
d989441587
added test for issue #847 and fixed it! ( #848 )
...
* added test for empty post data, for issue #847
* black
* fixed the failing testcase
* Update lnbits/decorators.py
Co-authored-by: calle <93376500+callebtc@users.noreply.github.com >
Co-authored-by: dni <dni.khr@gmail.com >
Co-authored-by: calle <93376500+callebtc@users.noreply.github.com >
2022-08-13 14:47:29 +02:00
034813a1ab
stuck in retrying backend loop, fix issue #652 ( #862 )
...
* maybe solution to issue #652
* formatting, when precommit merge?
* Update lnbits/app.py
* Update lnbits/app.py
Co-authored-by: dni <dni.khr@gmail.com >
Co-authored-by: calle <93376500+callebtc@users.noreply.github.com >
2022-08-13 14:46:47 +02:00
32a09f7359
add apache2 reverse proxy documentation ( #868 )
...
* add apache2 reverse proxy documentation
* add certbot
Co-authored-by: dni <dni.khr@gmail.com >
2022-08-13 14:41:23 +02:00
3457ff101e
fix regtest ( #867 )
...
Co-authored-by: dni <dni.khr@gmail.com >
2022-08-12 21:05:13 +02:00
48a57513f4
create new Dockerfile using poetry ( #806 )
...
* create new Dockerfile using poetry
* dont use unsure docker hub image
* add example env variable to docker command
* remove copy of lnbits, and order of commands
* add build.py for static files
* add compiled resources to docker ignore, so we don't accidently add it to image
* use generic python
* CMD with arguments
Co-authored-by: dni <dni.khr@gmail.com >
2022-08-04 08:05:51 +02:00
a3a183b86c
fix test warnings when using < python3.8 ( #798 )
...
* jinja warning
* fix regex
Co-authored-by: dni <dni.khr@gmail.com >
2022-07-28 12:15:27 +02:00
dni ⚡ and GitHub
3ec9cb6c89
use main branch of regtest
2022-07-28 11:11:54 +02:00
783502ebf8
faster regtest, docker build is not needed anymore ( #794 )
...
* docker build is not needed anymore as regtest now does not include lnbits
* faster regtest, because docker build -t lnbits . is not needed anymore
Co-authored-by: dni <dni.khr@gmail.com >
2022-07-28 11:09:03 +02:00
5810a4993b
Update lnbits/core/views/api.py
...
Co-authored-by: calle <93376500+callebtc@users.noreply.github.com >
2022-07-26 09:08:16 +02:00
462fffbeaa
.gitignore coverage.xml + do not delete mock_data.zip ( #779 )
...
* add coverage.xml to gitignore
* fix deleting mock_data.zip
Co-authored-by: dni <dni.khr@gmail.com >
2022-07-25 15:08:30 +02:00
b865fad95e
Update tests/core/views/test_api.py
...
Co-authored-by: calle <93376500+callebtc@users.noreply.github.com >
2022-07-25 12:05:16 +02:00
e939b9a5aa
Update tests/core/views/test_api.py
...
Co-authored-by: calle <93376500+callebtc@users.noreply.github.com >
2022-07-25 12:05:16 +02:00
4b5e113c03
Regtest update ( #775 )
...
* preparation pr for regtest update
* remove FIXMEs
Co-authored-by: dni <dni.khr@gmail.com >
2022-07-25 07:31:15 +02:00
613c5b4667
Update tests/core/views/test_api.py
...
Co-authored-by: calle <93376500+callebtc@users.noreply.github.com >
2022-07-20 13:15:18 +02:00
0784ae02b1
Update tests/core/views/test_api.py
...
Co-authored-by: calle <93376500+callebtc@users.noreply.github.com >
2022-07-20 13:15:06 +02:00
a57980469b
addition to dockerignore ( #722 )
...
* add venv, data, tests to dockerignore
* add config files to ignore
Co-authored-by: dni <dni.khr@gmail.com >
2022-07-11 13:40:22 +02:00
b1d6c82466
fix dockerfile and add docker ignore ( #714 )
...
* fix dockerfile and add docker ignore
* fixup comment in dockerignore
Co-authored-by: dni <dni.khr@gmail.com >
2022-07-07 18:30:21 +02:00
Daniel Krahofer and GitHub
0ae1cf6e52
Ignore docker directory
...
Ignore docker directory if you clone and use the https://github.com/lnbits/legend-regtest-enviroment
2022-06-30 12:03:46 +02:00
Daniel Krahofer and GitHub
aba206c87e
Extension Subdomains: Update crud.py, critical sql error ( #481 )
2022-01-04 09:56:14 -03:00