Commit Graph
2362 Commits
Author SHA1 Message Date
Tiago vasconcelos 5618de2cd3 fix create edit delete permissions 2022-07-18 09:11:19 +01:00
Tiago vasconcelos 00e6aced53 black'ed 2022-07-18 09:11:19 +01:00
Tiago vasconcelos 7eb0d13590 stalls/stores create update with human readable zones 2022-07-18 09:11:19 +01:00
Tiago vasconcelos 820852e08b create and display zones 2022-07-18 09:11:19 +01:00
Tiago vasconcelos d3038fe49b clean up optional nostr,timestamp 2022-07-18 09:11:19 +01:00
Tiago vasconcelos e1b6288860 add timespamp on orders, nullable nostr,user keyword 2022-07-18 09:11:19 +01:00
Tiago vasconcelos 99d285335e remove nostrAdmin check 2022-07-18 09:11:19 +01:00
Ben ArcandTiago vasconcelos 08f124b6f9 Fusion44s relay_manager added to nostradmin 2022-07-18 09:11:19 +01:00
benarcandTiago vasconcelos 734a72d7a0 blah 2022-07-18 09:11:19 +01:00
benarcandTiago vasconcelos ec8c504f28 wdvds 2022-07-18 09:11:19 +01:00
benarcandTiago vasconcelos dbc47332ee Working, looking good 2022-07-18 09:11:19 +01:00
benarcandTiago vasconcelos 4e65c39b36 typo 2022-07-18 09:11:19 +01:00
benarcandTiago vasconcelos 3f356f9de8 Started planning websocket daemon 2022-07-18 09:11:19 +01:00
benarcandTiago vasconcelos 2c435ee9d9 models decided 2022-07-18 09:11:19 +01:00
benarcandTiago vasconcelos 30f9c3d290 Chnaged nostr to nostradmin 2022-07-18 09:11:19 +01:00
benarcandTiago vasconcelos d60d5c928c extension loading 2022-07-18 09:11:19 +01:00
benarcandTiago vasconcelos 61cf79de69 Added nostr ext 2022-07-18 09:11:19 +01:00
benarcandTiago vasconcelos 671ac08a04 small fix 2022-07-18 09:11:19 +01:00
benarcandTiago vasconcelos 40fd894cce Zones are saving/updating 2022-07-18 09:11:19 +01:00
benarcandTiago vasconcelos 1988a9d5d7 Added error messages 2022-07-18 09:11:19 +01:00
benarcandTiago vasconcelos 80a5d26dce Message ui working 2022-07-18 09:11:19 +01:00
Tiago vasconcelos a55dd18528 UI fires up 2022-07-18 09:11:19 +01:00
Tiago vasconcelos c41f6033be orders 2022-07-18 09:11:19 +01:00
Tiago vasconcelos 8b37302164 stalls 2022-07-18 09:11:19 +01:00
Tiago vasconcelos ebaf0c990f zones 2022-07-18 09:11:19 +01:00
Tiago vasconcelos 5cc39930e5 products 2022-07-18 09:11:19 +01:00
benarcandTiago vasconcelos b1bfef8784 initial 2022-07-18 09:11:19 +01:00
calleandGitHub f4580955b9 loguru warnings (#751) 2022-07-17 22:25:37 +02:00
c8ab2859fd Splitpayments: floating point percentage for split value (#690)
* allow for float in model

* recreate DB with float type

* remove rounding in UI

* black

Co-authored-by: callebtc <93376500+callebtc@users.noreply.github.com>
2022-07-17 20:00:06 +02:00
Tiago VasconcelosandGitHub 2b827d37fa return lnurl in create link (#685) 2022-07-17 14:39:02 +02:00
Lee SalminenandGitHub 8079325ec9 fix /usermanager/api/v1/extensions (#730)
Requests to `POST /usermanager/api/v1/extensions` would silently fail due to a missing `await`.
2022-07-17 14:38:00 +02:00
calleandGitHub 6646fce549 Core: add internal flag for invoice creation to use FakeWallet (#646)
* add internal flag for invoice creation to use FakeWallet
2022-07-17 14:34:25 +02:00
calleandGitHub d4c30a1091 remove old files (#748) 2022-07-17 14:04:59 +02:00
calleandGitHub 2febb364ca lnurldevice migration: typo fix (#746)
* typo fix

* fix table name

* revert typo
2022-07-17 13:22:23 +02:00
calleandGitHub ad2aad05e0 CI: Migration SQLite to PostgreSQL (#719)
* migrate all extensions
* errors if migration is missing
2022-07-17 13:11:13 +02:00
calleandGitHub f4e7d62ca3 make format everything (#743) 2022-07-16 14:23:03 +02:00
calleandGitHub 69516bb751 regtest on push (#742) 2022-07-16 14:17:45 +02:00
calleandGitHub 99b6b9d71c CI: regtest with LndRestWallet and CLightningWallet (#738)
* add regtest
* test LndRestWallet
* test CLightningWallet
2022-07-16 14:10:43 +02:00
6a3a72b944 Uvicorn loguru format (#741)
* use loguru formatting for uvicorn logs

* remove depth from logging interceptor

* format for uvicorn

* black

* isort

* black again

* python3-dev

* python3-dev

* leaner pipeline

Co-authored-by: dni <dni.khr@gmail.com>
2022-07-15 19:54:12 +02:00
Tiago VasconcelosandGitHub 348033da1b python code styling (#739) 2022-07-15 19:11:11 +02:00
ArcandGitHub 37c7553c19 Update installation.md 2022-07-15 08:18:07 +01:00
calleandGitHub 1f13bdeb2f Pipenv/fix install loguru (#732)
* update pipfile

* pipenv workflow

* pipfile jinja

* Pipfile installs dev files

* python3.8 tests only

* version tag yaml

* all tests

* pipenv with pip

* only 3.7

* activate env

* test-pipenv

* pipenv importlib_metadata

* importlib-metadata

* 3.8

* 3.7 only oops

* merge install guides

* install guide in README
2022-07-13 01:15:48 +02:00
calleandGitHub 357860d849 Spark: increase timeout and improved error handling (#718)
* increase timeout and more error handling

* more error handling

* add timeout exception
2022-07-12 13:22:55 +02:00
41dda6fd01 Revert "Fixed psycopg2 error on aarch64" (#729)
* Revert "Fixed psycopg2 error on aarch64 (#658)"

This reverts commit 8a20b779df.

* remove psycopg from build pipeline

Co-authored-by: callebtc <93376500+callebtc@users.noreply.github.com>
2022-07-11 17:18:28 +02:00
BitkarrotandGitHub 46462b4f01 Update extensions.md (#724)
suggestion for gsed on macOS, as sed may not work

reference: https://apple.stackexchange.com/questions/414568/i-get-an-error-sed-1-12d-invalid-command-code-when-i-use-sed-12d-samp
2022-07-11 13:40:46 +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
calleandGitHub 0825519361 None check (#720) 2022-07-07 21:58:39 +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
calleandGitHub 63d4e60542 Testing: postgres db backend (#711)
* try postgres run

* fix yaml

* test with postgres

* check with postgres

* inkey_from

* remove trio

* add coverage

* add coverage

* more python testing

* use @pytest_asyncio.fixture

* remove unused imports

* fix api_payment payment lookup

* measure durations
2022-07-07 18:29:26 +02:00
calleandGitHub 262bd32f44 debug format more expressive (#715) 2022-07-07 16:24:36 +02:00