Commit Graph

22 Commits

Author SHA1 Message Date
9218085e33
Moved to .NET 7 2023-02-12 14:07:30 +01:00
4c6f5b59f0
Bugfixes
- Added handling for DeepL exceptions
- Added debug logging for im- and exporting
- When executing the post script for the unique id migration, ensure
  that new id are generated, only when no id exists
- Fixed section export by loading references to parents
2023-02-11 21:22:25 +01:00
59da2c23a8
Filters out sensitive setting data while exporting 2023-01-24 20:58:42 +01:00
bafb325880
Improved Git merge performance of exported files
The exported entries appear now in a deterministic order, which made
merges a lot easier.
2023-01-22 21:58:01 +01:00
0587af18f2
Added Git Export Feature
- Added import algorithm
- Added FromJsonX() methods to data models
- Added possibility to work with temp. database file
- Added export processor to handle export process & triggers
- Added something changed event e.g. as export trigger
- Added possibility to import a JSON export
- Updated Git icon
2023-01-22 19:35:57 +01:00
25b822aaed
Changed to IList<> 2023-01-18 20:00:25 +01:00
f7186fd3cc
Added documentation 2023-01-18 20:00:03 +01:00
79d8deb837
Added method for starting the import process. 2023-01-02 20:56:06 +01:00
7676bea101
Moved export code into region 2023-01-02 20:50:11 +01:00
cdffce9bbd
Implemented the JSON export 2022-11-14 20:32:41 +01:00
8a4bf6f180
Add optional manual mode per translation and culture 2022-09-21 22:52:17 +02:00
4f16988460
Added missed navigation for translations 2022-09-17 21:46:48 +02:00
0aeec1885f
Added a multi-line state to the text elements 2022-09-17 19:23:11 +02:00
d53966501a
Added a data context factory to abstract the database creation process 2022-08-17 21:00:37 +02:00
da1bb941f0
Renamed settings name to code 2022-07-25 19:03:49 +02:00
fb2f573de4
Spelling 2022-07-16 22:28:40 +02:00
2b5de0aa1e
Auto included must navigation properties in data model 2022-07-13 20:05:45 +02:00
aa641770d2
Added a name field to text elements 2022-07-10 19:30:22 +02:00
fb0bb2b178
Expect that all tables are available 2022-07-09 15:03:50 +02:00
c90d3fdd3c
Changed section data model
- Made parents nullable
- Added a data key for the tree
- Added depth for quicker layer-wise loading
2022-07-09 15:03:18 +02:00
50ffcb33b1
Added main entities 2022-06-12 21:42:47 +02:00
19b9851832
Added data context 2022-06-12 17:15:30 +02:00