a2eeacde5a
Merge branch 'release/1.3.0'
2024-07-18 06:58:46 +02:00
7f1923b6c8
Release version 1.3.0.4
2024-07-15 08:09:01 +02:00
244d9fd962
Test version 1.3.0.4
2024-07-15 07:35:32 +02:00
ed82d4fb4a
Merge branch 'release/1.2.2'
2024-07-09 07:59:56 +02:00
b3d895093a
Versionsänderungen für 1.2.2.3 produktiv
2024-07-02 09:59:03 +02:00
fb40455aa6
More version changes
2024-06-24 16:00:42 +02:00
a7a147a123
Set to red Test version 1.2.2
2024-06-24 15:43:09 +02:00
1bb4cc5225
Increased version to 1.3
2024-05-06 13:45:05 +02:00
fe2499707d
fixed database connection reference
2024-05-06 11:25:35 +02:00
4007459e93
increased 1 hour comparison by 60 seconds to avoid seconds deviation
2024-05-05 11:37:53 +02:00
8698d3a1f5
increased 1 hour comparison by 60 seconds to avoid seconds deviation
2024-05-05 11:18:35 +02:00
f07cadef80
fixed another SQL typo
2024-05-05 11:18:13 +02:00
f7604b055e
fixed schedule sql
2024-05-05 11:17:58 +02:00
76bf4f01bd
Maximum threshold should still be allowed (e.g. 1 hour)
2024-05-05 11:17:36 +02:00
c5a88cb8f2
created release (blue) version from test version
2024-05-02 14:26:49 +02:00
1164c8055d
fixed another SQL typo
2024-05-02 13:19:38 +02:00
dc62bd005a
fixed schedule sql
2024-05-02 10:49:01 +02:00
70d8f053bb
Maximum threshold should still be allowed (e.g. 1 hour)
2024-05-02 10:43:09 +02:00
3b01dbb7aa
set schedule logging to INFO and using correct query for schedule test calls
2024-05-02 09:44:00 +02:00
3734e672fc
set schedule logging to INFO and using correct query for schedule test calls
2024-05-02 09:10:37 +02:00
Max Metz
29618fbf93
fixing: generator didn't stop after throw()
2024-04-30 07:01:13 +02:00
Max Metz
105718e2a6
fixing: generator didn't stop after throw()
2024-04-29 16:51:41 +02:00
Max Metz
a92338c92e
adapting validation rules for version 1.2. Rules 0002: the time-difference threshold for 'disagreement' is expanded to 1 hour. There is now element-wise comparison of elements to circumvent instabilities from rounding pd.Timestamp objects. Rules 0001 L&M and 0003: created a feature flag, which skips the evaluation of Terminal times altogether. For version 1.2, this feature flag is enabled.
2024-04-29 13:45:27 +02:00
Max Metz
7f50624d23
adapting validation rules for version 1.2. Rules 0002: the time-difference threshold for 'disagreement' is expanded to 1 hour. There is now element-wise comparison of elements to circumvent instabilities from rounding pd.Timestamp objects. Rules 0001 L&M and 0003: created a feature flag, which skips the evaluation of Terminal times altogether. For version 1.2, this feature flag is enabled.
2024-04-29 12:59:14 +02:00
f690387be8
improved sorting and using COALESCE instead of not null
2024-04-29 11:32:45 +02:00
15eb7615a6
Bugfix for creating new shipcalls
2024-04-13 16:00:42 +02:00
921062e38b
fix for ship logical delete server-side
2024-04-13 15:59:51 +02:00
f0cc749026
Bugfix for creating new shipcalls
2024-04-13 12:32:28 +02:00
3455139c74
fix for ship logical delete server-side
2024-04-12 08:40:36 +02:00
dc39a62293
log shipcall post query
2024-04-10 11:02:40 +02:00
08dd104284
fixed POST when a null evaluation enum is sent
2024-04-08 14:00:49 +02:00
40fd77bf6c
fixed serialization in case of null values read
2024-04-08 14:00:31 +02:00
7d196957d3
fixed POST when a null evaluation enum is sent
2024-04-08 13:49:52 +02:00
28767fb4c3
fixed conn. data
2024-04-08 13:31:00 +02:00
0a8e78e6d2
fixed serialization in case of null values read
2024-04-08 13:27:33 +02:00
6a05e7494b
log incoming data on shipcall POST
2024-04-08 13:12:30 +02:00
79ff161b4e
Changed paths and colors for Test version
2024-04-03 20:05:22 +02:00
4106b9a0ef
For intervals there are now 2 fields in the times object: eta_interval_end and etd_interval_end
2024-04-03 10:39:32 +02:00
d42b3753e7
split up ata_atd in two separate fields ata and atd
2024-03-31 21:58:56 +02:00
11f72b370d
fixed a bug where shipcall id was not set on times delete
2024-03-30 21:41:03 +01:00
ac2ad3bc18
fixed bug for POST new shipcalls
2024-03-30 19:48:53 +01:00
a845135650
Bugfix for saving shipcall values
2024-03-28 09:46:23 +01:00
fb3413cac0
Version bump to 1.2.0.0
2024-03-28 08:06:49 +01:00
a5b16154c6
Fixed saving of shipcall by correctly interpreting enums now
...
The trick was to use a helper-field and a (decorated) @post_load method in the model that allows to fill the helper
fields with the values (ints) instead of strings for enums.
Trouble is: We are parsing strings from API/JSON and want to serialize as int (value in IntEnum). The helper
fields also must be skipped when setting up the query. Pretty convoluted, but gets the jon done (finally).
Also extended the database by new field 'interval_end' which is a preparation to allow not only timestamps but also
intervals when specifying times for participants.
2024-03-27 19:20:54 +01:00
f311d75c73
added ata_atd and time_point_ref fields to database, yaml and python access layer
2024-03-27 10:52:12 +01:00
862ef9fe88
Merge branch 'feature/api_enhancements' into develop
2024-03-27 10:08:48 +01:00
63b815c274
fixed enum serialization by using custom optional to_json() method
2024-02-27 07:31:04 +01:00
e88f3fa1de
synched enum fields to lower case like yaml
2024-02-26 07:23:09 +01:00
06e9c9b8ae
log incoming message
2024-02-24 10:05:43 +01:00
b47c261487
added existence check to dictionary key usage
2024-02-14 16:55:21 +01:00