Commit Graph

5645 Commits

Author SHA1 Message Date
Bitkarrot
e7802c27ab
update .gitignore to ignore .toml (#1404)
* update .gitignore to ignore .toml

Prevent accidental .toml checkins for fly.io deploys!

* Update .gitignore

ignore fly.toml

Co-authored-by: calle <93376500+callebtc@users.noreply.github.com>

* Update .gitignore

---------

Co-authored-by: dni  <office@dnilabs.com>
Co-authored-by: calle <93376500+callebtc@users.noreply.github.com>
2023-02-01 16:51:18 +01:00
Arc
865f4712c4
Merge pull request #1440 from lnbits/noreloadinstall
Removes install page reloads
2023-02-01 06:37:03 +00:00
ben
31ae40d44d Working 2023-02-01 06:30:03 +00:00
ben
d2d7bd6469 format 2023-02-01 06:13:01 +00:00
ben
e20bb99811 Removes install page reloads 2023-02-01 06:12:00 +00:00
Arc
2470497ce5
Merge pull request #1438 from lnbits/examplepull
Pulled example
2023-01-31 23:24:08 +00:00
ben
9b21e2028e Removed example from mock 2023-01-31 22:39:10 +00:00
ben
b5c8633ab0 Removed example 2023-01-31 22:38:20 +00:00
ben
5f43ae4a2d Merge branch 'main' into examplepull 2023-01-31 22:37:44 +00:00
Arc
deb9825391
Merge pull request #1437 from lnbits/gitignore
Added gitignore extensions....again
2023-01-31 22:24:54 +00:00
ben
5c5f414c25 Added gitignore extensions....again 2023-01-31 22:14:39 +00:00
Arc
c45c6b8ae8
Merge pull request #1369 from prusnak/autoflake
add flake8 + add pylint + fix reported issues
2023-01-31 11:47:56 +00:00
Pavol Rusnak
58a7098be5
fix unused variable 2023-01-30 11:46:45 +00:00
Pavol Rusnak
430698c763
improve workflow stability for flake8 and pylint
followup to #1397
2023-01-30 11:46:45 +00:00
Pavol Rusnak
0ff4c13346
add flake8 to CI, skip remaining 4 flake8 issues (will be addressed later) 2023-01-30 11:46:45 +00:00
Pavol Rusnak
24fbb9ef5d
fix flake8 F811 (redefinition of unused) 2023-01-30 11:46:45 +00:00
Pavol Rusnak
388cfc18fa
fix flake8 F405 (may be undefined) 2023-01-30 11:46:45 +00:00
Pavol Rusnak
a49a654137
fix flake8 F401+F403 (module imported but unused + unable to detect undefined names) 2023-01-30 11:46:45 +00:00
Pavol Rusnak
967ce06ca5
fix pylint C0206 (consider-using-dict-items) 2023-01-30 11:46:45 +00:00
Pavol Rusnak
3e42adc66f
fix flake8 F601 (dictionary key repeated with different values) 2023-01-30 11:46:45 +00:00
Pavol Rusnak
e05340269b
fix flake8 F841 (local variable is assigned to but never used) 2023-01-30 11:46:45 +00:00
Pavol Rusnak
8a72585f00
fix flake8 W293 (blank line contains whitespace) 2023-01-30 11:46:44 +00:00
Pavol Rusnak
a02f147482
fix flake8 E302 (expected 2 blank lines) 2023-01-30 11:46:44 +00:00
Pavol Rusnak
421214bc36
fix flake8 W291 (trailing whitespace) 2023-01-30 11:46:44 +00:00
Pavol Rusnak
bc36e6bc4c
fix flake8 F541 (f-string is missing placeholders) 2023-01-30 11:46:44 +00:00
Pavol Rusnak
86e8a3a315
fix flake8 E711 (comparison-to-none) 2023-01-30 11:46:44 +00:00
Pavol Rusnak
eba7319808
fix flake8 E713 (test-for-membership) 2023-01-30 11:46:44 +00:00
Pavol Rusnak
f6bd8684d3
fix flake8 E712 (comparison-to-bool) 2023-01-30 11:46:44 +00:00
Pavol Rusnak
9ef4bd8fb9
add pylint workflow after all enabled issues were fixed 2023-01-30 11:46:44 +00:00
Pavol Rusnak
50c613cdd4
silence pylint W0231 (super-init-not-called) 2023-01-30 11:46:44 +00:00
Pavol Rusnak
a0cc55c5a1
fix pylint C0209 (consider-using-f-string) 2023-01-30 11:46:43 +00:00
Pavol Rusnak
9fa3e5c6cf
fix pylint W0102 (dangerous-default-value) 2023-01-30 11:46:43 +00:00
Pavol Rusnak
906d91bcf1
fix pylint R1714 (consider-using-in) 2023-01-30 11:46:43 +00:00
Pavol Rusnak
35396d7e63
fix pylint R0205 (useless-object-inheritance) 2023-01-30 11:46:43 +00:00
Pavol Rusnak
d29fcca6aa
fix pylint W0612 (unused-variable) 2023-01-30 11:46:43 +00:00
Pavol Rusnak
32f4c8aa17
fix shadowing in build.py 2023-01-30 11:46:43 +00:00
Pavol Rusnak
15d7fbeace
run autoflake
```
autoflake -i --remove-unused-variables $(find . -name "*.py")
```
2023-01-30 11:46:43 +00:00
Pavol Rusnak
c8efe41e1a
add flake8 and pylint as dev dependencies 2023-01-30 11:46:43 +00:00
calle
52e654af86
respect https setting in admin ui link (#1416)
* respect https setting in admin ui link

* make format
2023-01-30 11:30:23 +01:00
calle
80a94aa9ce
Fix/cashu update protocol (#1433)
* updates NOTE: fix pyproject and requirements

* revert GET to POST

* update cashu on pip and change name of models

* adjust client to spendable

* refactor spendable
2023-01-30 09:29:44 +01:00
Arc
bdfbbb779e
Merge pull request #1394 from lnbits/feat/boltz-fee-info
feat/boltz fee info
2023-01-30 00:57:07 +00:00
Arc
2aa569b4a8
Merge pull request #1426 from lnbits/usermanagerpull
Removes Usermanager
2023-01-29 23:55:18 +00:00
ben
817dd4083f Merge branch 'main' into usermanagerpull 2023-01-29 23:47:00 +00:00
Arc
aefbced978
Merge pull request #1427 from lnbits/fixinstallfeatured
Forces featured first
2023-01-29 23:42:37 +00:00
Arc
4cfda287bf
Merge pull request #1432 from lnbits/revert-1429-fix/gitignore_revert
Revert "fix gitignore"
2023-01-29 23:05:42 +00:00
Arc
f1ef9a58fe Revert "fix gitignore (#1429)"
This reverts commit ff3f86afa6.
2023-01-29 22:59:38 +00:00
dni ⚡
b2a963638d
TEST: update actions setup-python to v4 and checkout to v3, add caching to python (#1428)
* update actions setup-python to v4 and checkout to v3, add caching to python

* fix ordering of steps for poetry to be cached

* poetry setup ordering

* order in formatting.yml
2023-01-29 11:46:20 +01:00
calle
ff3f86afa6
fix gitignore (#1429) 2023-01-29 11:25:43 +01:00
ben
7ea3d6c245 format 2023-01-28 21:53:00 +00:00
ben
f9d068cf2c Forces featured first 2023-01-28 21:48:27 +00:00