Commit Graph

155 Commits

Author SHA1 Message Date
3f87970653 Merge branch 'master' into VORKOUT-16 2025-08-06 12:20:28 +05:00
ee4051f523 feat(nodes): add start node and create new node function 2025-08-06 12:19:55 +05:00
cf6e09d8c1 Merge pull request 'feat: CRUD ProcessSchema' (#16) from VORKOUT-17 into master
Reviewed-on: #16
Reviewed-by: cyrussmeat <dr.cyrill@gmail.com>
Reviewed-by: Vladislav Syrochkin <vsyroc@gmail.com>
2025-08-05 21:37:07 +05:00
TheNoxium
d9e88d66f7 fix: rename list events 2025-08-04 16:15:35 +05:00
TheNoxium
3c300f7c7a fix: rename process schema 2025-08-02 22:05:29 +05:00
TheNoxium
c66c21eb14 feat:dto accaunt endpoint, dto list events endpoint 2025-08-02 21:42:06 +05:00
TheNoxium
a9ecaadad6 feat: porcess-schema endpoint DTO 2025-07-31 21:53:33 +05:00
TheNoxium
e50bb32470 fix:api name "process-schema" 2025-07-31 20:33:45 +05:00
TheNoxium
2030d54b2c fix: ruff format 2025-07-30 14:04:59 +05:00
TheNoxium
b82960faf3 fix: name,updated data, db data mapping 2025-07-29 22:57:31 +05:00
TheNoxium
e0887c240f feat: CRUD ProcessSchema 2025-07-27 22:17:36 +05:00
65ed6b9561 feat(client): add filter on exist edges 2025-07-22 10:59:41 +05:00
b503bc0bef feat(client): init store for nodes 2025-07-22 08:08:15 +05:00
5cdb6e460f feat(client): add React flow drawer to processDiagramPage 2025-07-22 08:07:52 +05:00
5966b7d6f1 feat(client): move components 2025-07-22 08:05:20 +05:00
8b0659fc89 feat(client): add node translations 2025-07-22 08:04:48 +05:00
51344ef218 feat(client): add new translation 2025-07-10 18:52:44 +05:00
51171377e2 feat(client): add edge name generator 2025-07-10 18:52:11 +05:00
943f4ded2d feat(client): add appropriation node and node edit drawer 2025-07-09 16:17:49 +05:00
443293d420 feat(client): add base styles for edges and handles 2025-07-07 23:41:29 +05:00
91c8efe13f feat(client): add react-flow css and base if else node 2025-07-04 20:57:35 +05:00
5e3c3b4672 Merge pull request 'VORKOUT-14: format api with ruff' (#15) from VORKOUT-14 into master
Reviewed-on: #15
2025-07-04 20:09:54 +05:00
60160d46be refactor(api): format with ruff 2025-07-04 20:08:50 +05:00
d03600b23d Merge pull request 'feat: CRUD ListEvent' (#14) from VORKOUT-14 into master
Reviewed-on: #14
Reviewed-by: Vladislav Syrochkin <vlad.dev@heado.ru>
2025-07-04 18:06:03 +05:00
82fcd22faf Merge branch 'master' into VORKOUT-14 2025-07-04 18:05:45 +05:00
TheNoxium
2690843954 fix(api): schemas, name error 2025-07-04 11:30:09 +05:00
e10430310f feat(client): add xyflow/react 2025-07-03 14:49:43 +05:00
2493cd0d9f fix(api): fix shadows an attribute in parent in ListEvents for field schema 2025-07-02 14:14:03 +05:00
e6589a0950 chore: update client and api patch version to 0.0.5 2025-07-02 12:25:11 +05:00
a0fcc324fa Merge pull request 'VORKOUT-8' (#13) from VORKOUT-8 into master
Reviewed-on: #13
Reviewed-by: cyrussmeat <dr.cyrill@gmail.com>
2025-07-02 12:23:43 +05:00
2a35386c1d refactor(api): format with ruff 2025-07-02 12:23:22 +05:00
TheNoxium
f65f4caf5c fix: description 2025-07-02 11:48:23 +05:00
TheNoxium
a90a802659 fix: update data 2025-07-02 11:43:24 +05:00
TheNoxium
3d5d717962 fix: removed id for update data 2025-07-02 11:37:10 +05:00
TheNoxium
0bff556b10 fix: page schems, name 2025-07-01 22:31:16 +05:00
a936500101 refactor(client): remove required fileds 2025-07-01 13:35:40 +05:00
4c0beb24f9 fix(api): on duplicate password update 2025-06-30 17:52:31 +05:00
ad1369c3e3 refactor(api): change UserCreate model fields 2025-06-30 16:30:53 +05:00
TheNoxium
f550b86c68 feat: CRUD ListEvent 2025-06-30 15:37:07 +05:00
5958f29ba8 fix(AccountPage): fix empty string in search params 2025-06-30 14:02:53 +05:00
784be40369 feat(AccountsPage): update accounts list after create user 2025-06-30 12:37:45 +05:00
ad312d4ff8 feat(AccountsPage): loading with search params 2025-06-30 12:19:29 +05:00
ba65f36696 feat(AccountsPage): add page and limit to search params 2025-06-27 16:41:48 +05:00
ad0a4837fc feat(api): add update password 2025-06-27 13:31:32 +05:00
1eadd834e3 feat(client): add update password 2025-06-27 13:25:25 +05:00
8f3fde623f refactor(api): move create password 2025-06-27 12:25:25 +05:00
edfd2c1159 refactor(Makefile): fix alembic 2025-06-26 16:38:57 +05:00
3d8ee4835d refactor(db): increase account_keyring_table.key_value size 2025-06-26 16:38:26 +05:00
9c9201f130 feat(client): add userEdit 2025-06-26 16:15:03 +05:00
0eed0b0f20 refactor(clint-UserEdit): remove login and role on self user 2025-06-26 15:36:45 +05:00