|
b055146c8f
|
chore: code cleanup
|
2025-01-08 20:49:45 +01:00 |
|
|
ea47b101f2
|
chore: remove interactive mode
|
2025-01-08 00:16:12 +01:00 |
|
|
dd4e1499b7
|
refactor: extract command handling into functions
|
2025-01-08 00:00:41 +01:00 |
|
|
949606456e
|
refactor: merge arms
|
2025-01-01 20:22:03 +01:00 |
|
|
c345ffde6b
|
chore: allow clippy linter warnings on some structs
This allows using original field names if they contain the
struct name
|
2025-01-01 20:15:10 +01:00 |
|
|
1215daca1e
|
refactor: change usage of password dependent on feature selection
|
2025-01-01 20:10:16 +01:00 |
|
|
a70f72603f
|
refactor: use filter_map()
|
2025-01-01 19:50:54 +01:00 |
|
|
f02a925e3f
|
refactor: remove password-less wrapper function for OSB files
|
2025-01-01 18:50:47 +01:00 |
|
|
8be859d274
|
refactor: collect to String
|
2024-12-14 14:09:26 +01:00 |
|
|
e45661c84c
|
refactor: use if/else expression
|
2024-12-14 14:05:52 +01:00 |
|
|
e07ee7f593
|
refactor: move local function to the top
|
2024-12-14 14:04:28 +01:00 |
|
|
cd58cdba93
|
refactor: replace wildcard match with Ordering::Equal
|
2024-12-14 14:02:53 +01:00 |
|
|
bf90738dc6
|
refactor: replace for_each() with for loop
|
2024-12-14 14:01:08 +01:00 |
|
|
3445c3db3e
|
refactor: rename method and property
|
2024-12-14 13:46:11 +01:00 |
|
|
55cc9eeb29
|
fix: check of osc files within osb files
|
2024-12-10 23:06:57 +01:00 |
|
|
b242703452
|
chore: use Rust Crypto SHA implementation
|
2024-12-09 22:05:36 +01:00 |
|
|
37d945d016
|
refactor: replace closure with method
|
2024-12-08 12:28:49 +01:00 |
|
|
efa2dc68d6
|
chore: code cleanup
|
2024-12-08 12:19:08 +01:00 |
|
|
b4e1113f3d
|
chore: add linter config and related code cleanup
|
2024-12-04 14:36:59 +01:00 |
|
|
83d4857ed3
|
chore: cleanup lifetimes
|
2024-12-04 14:14:05 +01:00 |
|
|
f2d6213faf
|
fix: skip serializing if None
|
2024-11-09 12:53:04 +01:00 |
|
|
b4bcc852f2
|
refactor: use is_empty() instead of len check (#39)
|
2024-11-07 20:00:48 +01:00 |
|
|
dbf787d6c9
|
feat: check for missing form name in for reference (#37)
|
2024-11-07 19:30:10 +01:00 |
|
|
622811df5a
|
refactor: merge DataForm and Unterformular (#36)
* refactor: merge DataForm and Unterformular
* refactor: change visibility
|
2024-11-07 19:06:06 +01:00 |
|
|
e484d69006
|
fix: use binary file read (#34)
|
2024-11-06 19:15:42 +01:00 |
|
|
1debbf25a4
|
feat: add command to generate completion (#33)
|
2024-11-06 18:54:36 +01:00 |
|
|
4f3d748517
|
feat: embed UKA profile
|
2024-11-05 20:34:39 +01:00 |
|
|
bd1b66fd5b
|
feat: skip serializing if None
|
2024-11-05 01:15:57 +01:00 |
|
|
245b893047
|
refactor: use common Entry type
|
2024-11-04 19:10:33 +01:00 |
|
|
a1060242af
|
fix: adapt DataForm properties for Unterformular
Unterformular seems to be the same datatype as DataForm as used in OS
|
2024-11-04 18:55:46 +01:00 |
|
|
33b5b8341b
|
fix: mark values as optional in DataForm
|
2024-11-04 18:11:41 +01:00 |
|
|
1b525b83b6
|
chore: elide explicit lifetimes
|
2024-11-03 17:45:47 +01:00 |
|
|
c80867a994
|
chore: remove obsolete return
|
2024-11-03 17:43:45 +01:00 |
|
|
c6fd3c59f7
|
feat: add optional LkrCode property for ICD 10 codes
|
2024-10-31 00:25:25 +01:00 |
|
|
d4febb026f
|
chore: change License to GNU GPL v2
|
2024-10-30 18:38:51 +01:00 |
|
|
ee6c38b459
|
feat: add profile option alias 'never_hide' for 'remove_filter'
The option 'never_hide' will also be the counterpart to 'hide'.
|
2024-05-23 15:11:59 +02:00 |
|
|
218e6aff15
|
feat: add profile option 'remove_filter' to remove filter for form entries
|
2024-05-23 15:04:19 +02:00 |
|
|
3ed38ca817
|
feat: allow script code changes in profile form_fields segments
|
2024-05-23 14:02:23 +02:00 |
|
|
cd2019332e
|
feat: add check for files with 'AnalyseBereichEditor'
|
2024-05-14 09:08:09 +02:00 |
|
|
4fdfb97d75
|
feat: add optional item 'Drucken'
|
2024-05-14 08:53:51 +02:00 |
|
|
b8372ae69c
|
feat: make data catalogue in Ansicht optional
|
2024-05-14 08:48:50 +02:00 |
|
|
d620c940ac
|
feat: do not serialize None values in Editor
|
2024-05-13 13:48:56 +02:00 |
|
|
e82f413c7f
|
chore: allow trait Fixable to be unused
|
2024-05-13 13:45:09 +02:00 |
|
|
880325ce78
|
feat: make property catalogue description optional
|
2024-05-13 13:38:51 +02:00 |
|
|
df7d31c561
|
feat: add add more model types to model
|
2024-05-13 10:48:14 +02:00 |
|
|
79193ba91b
|
chore: code cleanup
|
2024-04-24 08:00:40 +02:00 |
|
|
5e297a0353
|
chore: use zip crate version 1.1
|
2024-04-20 23:49:09 +02:00 |
|
|
aeab8bee2f
|
chore: simple code cleanup
|
2024-04-08 19:37:57 +02:00 |
|
|
5110d78f62
|
feat: embed UKR profile
|
2024-03-18 15:50:09 +01:00 |
|
|
7e26a46e34
|
test: add tests for menu category customization
|
2024-03-18 15:19:19 +01:00 |
|