7 Commits

Author SHA1 Message Date
Muhammad Labeeb
c79d196a8f
feat: migrate from pylint/black to ruff (#19)
* feat: migrate from pylint/black to ruff

* test: verify python package distribution build when running make test
2025-08-28 19:00:47 +05:00
Régis Behmo
812a6c9cf2 feat: display launch warning on config change
To achieve that, we had to get rid of the seq_command_executed request
parameter. We replaced it by a cookie, which is cleared after the
warning is displayed.

Note that we had to remove a feature, which was to disable/enable all
inputs while commands were running. This was causing very weird
behaviour, where some disabled buttons were being re-enabled again.

We also had to get rid of the cookieStore, which is not compatible with
non-https access. Http access is required in the self-serve AMI, for
instance.
2025-08-14 16:14:39 +02:00
Muhammad Labeeb
41d579abae v20.0.0 2025-06-26 22:25:02 +05:00
Régis Behmo
46f7d7af30 ci: fix scss build on building
We add a custom hook to our sdist target, such that "make scss" is run
whenever we run `python -m build --sdist`.
2025-04-16 16:34:17 +02:00
Muhammad Labeeb
fd5cef7570 build: Add hatch_build in sdist to fix installation issues 2025-04-07 15:37:54 +05:00
Muhammad Labeeb
d2c41f4639
chore: change repo name
* automatically add issues to project board

* chore: rename app
2025-03-28 19:51:39 +05:00
Muhammad Labeeb
11d816abfe
feat: migrate to pyproject.toml and hatch 2025-03-27 15:43:15 +05:00