Commit Graph

321 Commits

Author SHA1 Message Date
K900
e2ade0d731 feat(backend): enable poetry-dynamic-versioning 2023-12-29 18:34:19 -05:00
marios8543
8b0d1753ef fix a couple types 2023-11-14 00:34:48 +02:00
AAGaming
70532c8d0b change default event DataType 2023-11-14 00:04:56 +02:00
AAGaming
5e1e035bc2 more progress on websockets 2023-11-14 00:04:56 +02:00
AAGaming
34d1a34b10 Migrate most of frontend callServerMethod usage over to websocket 2023-11-14 00:04:56 +02:00
AAGaming
cfb6fe69e3 remove test method 2023-11-14 00:04:56 +02:00
AAGaming
1921e7ec56 JS -> Python WS now functional 2023-11-14 00:04:56 +02:00
AAGaming
05b41b3410 more progress on WS router 2023-11-14 00:03:47 +02:00
AAGaming
18d89e76fd more work on websockets 2023-11-14 00:03:47 +02:00
AAGaming
4a9b45b98e initial WSRouter implementation 2023-11-14 00:03:47 +02:00
AAGaming
8f299a90dc init 2023-11-14 00:02:14 +02:00
K900
5a633fdd82 Packaging rework (#531)
* fix: get rid of title view jank on latest beta

* Count the number of installs for each plugin (#557)

* Bump aiohttp from 3.8.4 to 3.8.5 in /backend (#558)

* fix: include Decky version in request for index.js

This avoids the If-Modified-Since logic in aiohttp and ensures Steam doesn't cache old JS,
even if the timestamps are normalized.

* fix: clean up shellcheck warnings in act runner script

* fix: gitignore settings/

* fix: ensure state directories exist when running without the installer

* feat: determine root directory correctly when running from in-tree

* fix: fix typo in CI script

* refactor: build a proper Python package with poetry

* refactor: move decky_plugin under the poetry structure

There's no need to special case it anymore, just treat it like any other Python module.

* sandboxed_plugin: better fix, attempt 2

---------

Co-authored-by: AAGaming <aagaming@riseup.net>
Co-authored-by: Party Wumpus <48649272+PartyWumpus@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-11-13 23:40:37 +02:00
marios8543
a0920cf0d0 fix sys.modules import 2023-10-31 23:38:00 +02:00
marios8543
7565a66d90 fix emit_message mechanism 2023-10-31 23:18:31 +02:00
marios8543
e4b1efc44d run method calls asynchronously 2023-10-31 23:18:31 +02:00
marios8543
85f4604bfd fix static/lang file fetch and method call 2023-10-31 23:18:31 +02:00
marios8543
f30309d153 fix start/stop methods 2023-10-31 23:18:31 +02:00
marios8543
f48d774554 fix customtypes import 2023-10-31 23:18:31 +02:00
marios8543
268311c482 Add message emit mechanism 2023-10-31 23:18:31 +02:00
marios8543
8dc6f19d2b Run response_listener task 2023-10-31 23:18:23 +02:00
marios8543
321242b0d9 Experimental support for async method calls 2023-10-31 23:18:23 +02:00
marios8543
949c5e73c4 Add localplatform stuff to its own package 2023-10-31 23:17:57 +02:00
marios8543
39f64ca666 Drop support for legacy plugins 2023-10-31 23:17:49 +02:00
AAGaming
2391af09eb fix paths 2023-10-31 23:17:23 +02:00
AAGaming
c69ca5e821 fix broken import 2023-10-31 23:17:03 +02:00
WerWolv
96ae502202 Moved locales folder and requirements.txt 2023-10-31 23:16:24 +02:00
WerWolv
b373c3114b Moved main.py 2023-10-31 23:15:46 +02:00
WerWolv
af6784272c Moved backend entirely into the backend folder 2023-10-31 23:15:25 +02:00
AAGaming
de1b24b8bc remove quotes on some types 2023-10-31 23:13:19 +02:00
AAGaming
5582457c58 move to module imports 2023-10-31 23:12:43 +02:00
marios8543
df755063c2 type hints on main,plugin,updater,utilites.localsocket 2023-10-31 23:11:37 +02:00
AAGaming
1949e9fcf1 begin adding static types to backend code 2023-10-31 23:11:08 +02:00
marios8543
44e6f03b06 Fix logging.handlers import and improve plugin modules 2023-10-31 17:04:48 +02:00
marios8543
d00506d141 fix decky imports from plugins 2023-10-27 00:42:10 +03:00
marios8543
ffe9cd8afe revert decky_plugin pyinstaller to previous version and fix sys path 2023-10-26 23:25:00 +03:00
TrainDoctor
a7669799bc Merge aa/type-cleanup-py (work by marios, aa, wolv) 2023-10-25 19:47:33 -07:00
marios8543
28ca7b5c90 fix emit_message mechanism 2023-10-18 21:04:51 +03:00
marios8543
feabb582b2 run method calls asynchronously 2023-10-18 19:38:07 +03:00
marios8543
47e9708a20 fix static/lang file fetch and method call 2023-10-18 17:21:57 +03:00
marios8543
934b1b35ad fix start/stop methods 2023-10-18 15:34:25 +03:00
marios8543
88250b3e20 fix customtypes import 2023-10-18 14:59:05 +03:00
marios8543
d9ba637cd9 Add message emit mechanism 2023-10-18 14:45:36 +03:00
marios8543
dffa82a555 fix uninstall bug 2023-10-18 02:39:15 +03:00
marios8543
315b2f9cda Run response_listener task 2023-10-18 00:04:14 +03:00
marios8543
07c8ddc0b2 Experimental support for async method calls 2023-10-17 23:52:18 +03:00
marios8543
36c145bb3a Add localplatform stuff to its own package 2023-10-17 23:51:57 +03:00
marios8543
796b8b49f4 Drop support for legacy plugins 2023-10-17 17:08:23 +03:00
AAGaming
949244e8e6 fix paths 2023-10-17 17:08:23 +03:00
AAGaming
458fa6a66c fix broken import 2023-10-17 17:08:23 +03:00
AAGaming
06fccb792f fix ci (hopefully, because act wont work) 2023-10-17 17:08:23 +03:00