378 Commits

Author SHA1 Message Date
Mose Müller
218d9f93c3 fixing linting issue 2023-08-07 14:43:06 +02:00
Mose Müller
167636de00 docs: adding Readme section explaining units 2023-08-07 14:39:39 +02:00
Mose Müller
9e0422fb50 updating __ini__.py files
- using full import paths
- removing some exports
2023-08-07 14:08:26 +02:00
Mose Müller
eed309590e feat: adding support for units
With `pint` as the unit package, the user can now define Quantities as
attributes of their DataService class. This will be rendered as a float
in the frontend application with the unit as an additional field
appended to the form.
2023-08-07 14:05:48 +02:00
Mose Müller
90869f07a7 adding .coveragerc file
- skipping `if TYPE_CHECKING` blocks in coverage report
2023-08-07 08:40:47 +02:00
Mose Müller
472f37c6d6 updating filename 2023-08-03 15:39:27 +02:00
Mose Müller
d000ce7410 update frontend dependencies 2023-08-03 15:33:27 +02:00
Mose Müller
91ea07905d feat: adding time string to notifications 2023-08-03 15:30:34 +02:00
Mose Müller
b30295d840 feat: added frontend exception notifications 2023-08-03 15:18:32 +02:00
Mose Müller
85a171c33e cleaning up type hinting (using TYPE_CHECKING) 2023-08-03 14:44:14 +02:00
Mose Müller
cea831f72c fix: crashed if stopping a task that didn't run 2023-08-03 14:20:40 +02:00
Mose Müller
cf46dbbdde feat: adding frontend notifications for attribute updates 2023-08-03 12:00:25 +02:00
Mose Müller
86adba18da Updating readme: adding service persistence section 2023-08-03 08:44:56 +02:00
Mose Müller
88a2ea2b76 update Readme (adding ToC, updating features) 2023-08-02 16:43:00 +02:00
Mose Müller
713ef3170f Updating Readme: adding rpyc usage section 2023-08-02 16:27:25 +02:00
Mose Müller
cb7dcb625e fix: fixing autostart of tasks 2023-08-02 16:23:04 +02:00
Mose Müller
ccd82da946 Updating Readme: adding tasks section 2023-08-02 16:15:04 +02:00
Mose Müller
58053b6ef7 Adding description to pyproject.toml 2023-08-02 15:40:23 +02:00
Mose Müller
bf9753d542 Removing support for python 3.9 2023-08-02 15:34:31 +02:00
Mose Müller
b317cba95f fix flake8 error 2023-08-02 15:30:45 +02:00
Mose Müller
c3e760c483 Update python-package.yml 2023-08-02 15:30:25 +02:00
Mose Müller
bde538cd7e
Create python-package.yml 2023-08-02 15:25:09 +02:00
Mose Müller
63511ec3a1 Updating Readme 2023-08-02 15:16:18 +02:00
Mose Müller
535d3b867d Adding example app image 2023-08-02 15:14:00 +02:00
Mose Müller
d47d467061 Updating Readme 2023-08-02 15:12:58 +02:00
Mose Müller
f1ab0acb05 Updating .flake8 config 2023-08-02 14:47:41 +02:00
Mose Müller
0750bb7727 Adding Readme 2023-08-02 14:46:20 +02:00
Mose Müller
bfeff1839c Adding mypy_path option to pyproject.toml 2023-08-02 14:43:43 +02:00
Mose Müller
6b97b9b70c Adding py.typed marker 2023-08-02 14:43:40 +02:00
Mose Müller
b4b2600bf6 adding .vscode/settings.json 2023-08-02 12:13:04 +02:00
Mose Müller
53afb139f2 renaming pyDataService -> pydase 2023-08-02 12:09:33 +02:00
Mose Müller
5ae6cfb38c frontend: updating navigation bar 2023-08-02 12:06:23 +02:00
Mose Müller
29ce850775 updating confz dependency 2023-08-02 12:06:23 +02:00
Mose Müller
7143ab96db updating .gitignore 2023-08-02 12:06:23 +02:00
Mose Müller
5400067c18 feat: updating frontend styling
- forms will have red background colour when "instant  update" is enabled
- button styling is in css file now
2023-08-02 12:06:23 +02:00
Mose Müller
c1a250e7e6 feat: adding navigation bar to frontend 2023-08-02 12:06:22 +02:00
Mose Müller
7a89168d14 fix: "instant update" feature
- Components do update to values received from backend even if instant
  update is not selected.
2023-08-02 12:06:22 +02:00
Mose Müller
4ff07aa587 fix: only pass callback in emit_update if given 2023-08-02 12:06:22 +02:00
Mose Müller
5cb30688cf feat: adding instant_update switch 2023-08-02 12:06:22 +02:00
Mose Müller
80fe1051f1 feat: adding "emit_update" function 2023-08-02 12:06:22 +02:00
Mose Müller
c5bbaad58d fix: NumberComponent cursor position change 2023-08-02 12:06:22 +02:00
Mose Müller
4597dbca99 feat: NumberSlider accepts value type now 2023-08-02 12:06:22 +02:00
Mose Müller
3a0c65aa89 feat: serialized dict is ordered now 2023-08-02 12:06:22 +02:00
Mose Müller
b385d728fc fix: do not prevent Tab behaviour in NumericComponent 2023-08-02 12:06:22 +02:00
Mose Müller
1f4c3db9bb updating config.py 2023-08-02 12:06:22 +02:00
Mose Müller
2c9f1be4a9 removing client.py 2023-08-02 12:06:22 +02:00
Mose Müller
6c15b85679 fixing tests 2023-08-02 12:06:22 +02:00
Mose Müller
f446c0b1d2 docs: adding docstring to Server 2023-08-02 12:06:22 +02:00
Mose Müller
93b7e25e57 feat: adding support for additional servers, removing tiqi_rpc dependency 2023-08-02 12:06:22 +02:00
Mose Müller
d4c72d7026 exceptions have a separate socketio event now 2023-08-02 12:06:22 +02:00