Commit Graph

39 Commits

Author SHA1 Message Date
Ivan
05920b1b6a F: Improve OSS deletion mechanics 2024-08-23 19:09:31 +03:00
Ivan
35dbb6d201 B: Fix convention editing for OSS 2024-08-19 17:06:01 +03:00
Ivan
3f97562fae F: Propagate operation changes to OSS
Some checks failed
Frontend CI / build (22.x) (push) Waiting to run
Backend CI / build (3.12) (push) Has been cancelled
2024-08-16 21:05:06 +03:00
Ivan
35883458f3 F: Implement operation and schema delete consequence for OSS
Some checks are pending
Backend CI / build (3.12) (push) Waiting to run
Frontend CI / build (22.x) (push) Waiting to run
2024-08-15 23:23:45 +03:00
Ivan
5eb63eac42 B: Prevent oss cross-propagation
Some checks are pending
Backend CI / build (3.12) (push) Waiting to run
Frontend CI / build (22.x) (push) Waiting to run
2024-08-14 23:38:50 +03:00
Ivan
263f3f93eb F: Prepare operation change propagation 2024-08-14 21:50:28 +03:00
Ivan
ebf8af38a8 R: Merge ChangeManager and OperationSchema
Some checks are pending
Backend CI / build (3.12) (push) Waiting to run
2024-08-14 13:13:41 +03:00
Ivan
5210c6b811 M: Implement substitution updates on cst_delete 2024-08-13 23:38:19 +03:00
Ivan
cb3fd32e78 F: Implement substitutions propagation
Some checks failed
Backend CI / build (3.12) (push) Has been cancelled
Frontend CI / build (22.x) (push) Has been cancelled
2024-08-12 16:52:06 +03:00
Ivan
9170692f33 R: Improve cst creation propagation
Some checks are pending
Backend CI / build (3.12) (push) Waiting to run
2024-08-11 21:23:45 +03:00
Ivan
5d6c911583 F: Propagate cst_delete 2024-08-11 12:38:08 +03:00
Ivan
594d70e9d5 M: Propagate cst_update 2024-08-10 11:46:36 +03:00
Ivan
e530afd623 M: Change propagation for create_cst and rename_cst
Some checks are pending
Backend CI / build (3.12) (push) Waiting to run
Frontend CI / build (22.x) (push) Waiting to run
2024-08-09 20:58:28 +03:00
Ivan
ad1d51e8d8 R: Cleanup model API: move logic to view/serializer
Some checks failed
Backend CI / build (3.12) (push) Has been cancelled
Frontend CI / build (22.x) (push) Has been cancelled
2024-08-08 15:32:12 +03:00
Ivan
ec358911fb R: RSForm cache and transaction.atomic
Some checks are pending
Backend CI / build (3.12) (push) Waiting to run
2024-08-07 21:54:50 +03:00
Ivan
30a80de424 R: Optimize database queries
Some checks are pending
Backend CI / build (3.12) (push) Waiting to run
2024-08-06 23:14:09 +03:00
Ivan
be76908788 F: Implement editors change for OSS -> RSForm 2024-08-06 22:35:53 +03:00
Ivan
b929b051cc F: Implement RSForm and OSS attribute sync 2024-08-05 23:53:41 +03:00
Ivan
a6ad59b907 R: Test Inheritance and update initial data
Some checks failed
Frontend CI / build (22.x) (push) Waiting to run
Backend CI / build (3.12) (push) Has been cancelled
2024-08-02 15:17:49 +03:00
Ivan
d5531d00eb M: Improve node positioning in OSS 2024-08-02 11:17:39 +03:00
Ivan
64861ac9ad M: Add Operation to Inheritance model 2024-08-02 11:17:14 +03:00
Ivan
077b9d2216 F: Add function for predecessor tracing
Some checks are pending
Backend CI / build (3.12) (push) Waiting to run
Frontend CI / build (22.x) (push) Waiting to run
2024-08-01 21:20:49 +03:00
Ivan
10a4140c95 F: Improve RSForm and OSS UI + some fixes 2024-08-01 20:15:35 +03:00
Ivan
25d0c06de0 F: Improve RSForm UI for inherited cs 2024-08-01 12:04:41 +03:00
Ivan
600b0c01ef F: Improve OSS <-> RSForm UI
Some checks are pending
Backend CI / build (3.12) (push) Waiting to run
Frontend CI / build (22.x) (push) Waiting to run
2024-08-01 00:36:06 +03:00
Ivan
4f9f27dfd3 R: Backend cleanup and query improvements
Some checks are pending
Backend CI / build (3.12) (push) Waiting to run
Frontend CI / build (22.x) (push) Waiting to run
2024-07-31 21:10:34 +03:00
Ivan
16a225a959 F: Implementing backend for synthesis operation 2024-07-31 18:09:31 +03:00
Ivan
c97e24dc63 R: Simplify sync_text and transfer_term
Some checks are pending
Backend CI / build (3.12) (push) Waiting to run
Frontend CI / build (22.x) (push) Waiting to run
2024-07-30 16:00:09 +03:00
Ivan
282925c9a3 F: Prepare frontend for Synthesis execution
Some checks are pending
Backend CI / build (3.12) (push) Waiting to run
Frontend CI / build (22.x) (push) Waiting to run
2024-07-29 23:20:42 +03:00
Ivan
617d8daeb2 F: Implement Operation edit 2024-07-29 22:31:11 +03:00
Ivan
591d36d772 F: Implement input schema change UI 2024-07-28 21:30:10 +03:00
Ivan
ec3936cc4c F: Implement RSForm to Operation dependency
Some checks failed
Frontend CI / build (22.x) (push) Waiting to run
Backend CI / build (3.12) (push) Has been cancelled
2024-07-28 01:30:21 +03:00
Ivan
083f6bf299 F: Implement OSS context menu
Some checks failed
Frontend CI / build (22.x) (push) Waiting to run
Backend CI / build (3.12) (push) Has been cancelled
2024-07-26 17:31:57 +03:00
Ivan
620cd9f7b9 C: Add Inheritance model 2024-07-25 21:19:15 +03:00
Ivan
642a94b565 R: restructure backend DB
Some checks are pending
Backend CI / build (3.12) (push) Waiting to run
Frontend CI / build (22.x) (push) Waiting to run
Warning! This will reset database migrations. Data should be imported manually
2024-07-25 19:12:59 +03:00
Ivan
4c413ca0f4 Add sync functionality for Operation 2024-07-24 22:23:35 +03:00
Ivan
8697ee6175 Refactoring: improving backend
Some checks are pending
Backend CI / build (3.12) (push) Waiting to run
2024-07-22 21:20:51 +03:00
Ivan
cdb2f6cb79 Implementing basic oss graph
Some checks failed
Backend CI / build (3.12) (push) Waiting to run
Frontend CI / build (22.x) (push) Has been cancelled
2024-07-21 22:51:43 +03:00
Ivan
b69d96d839 Implementing oss backend pt1 2024-07-19 19:29:27 +03:00