This website requires JavaScript.
754d6a78f4
Changed names for prod version
Daniel Schick
2024-03-13 18:04:45 +0100
63b815c274
fixed enum serialization by using custom optional to_json() method
Daniel Schick
2024-02-27 07:31:04 +0100
e88f3fa1de
synched enum fields to lower case like yaml
Daniel Schick
2024-02-26 07:23:09 +0100
06e9c9b8ae
log incoming message
Daniel Schick
2024-02-24 10:05:43 +0100
b47c261487
added existence check to dictionary key usage
Daniel Schick
2024-02-14 16:55:21 +0100
e8f6a17e7f
change parameter order
Daniel Schick
2024-02-14 16:42:55 +0100
c6bbbf94e3
do not use execute_scalar
Daniel Schick
2024-02-14 16:24:06 +0100
77722703ac
added trace output
Daniel Schick
2024-02-14 16:12:07 +0100
fc1b55c7b9
added remaining fields to user query
Daniel Schick
2024-02-14 15:51:12 +0100
8a6ded2813
fixes for errors reported in server log
Daniel Schick
2024-02-14 15:41:21 +0100
898cfdf07d
Merged current state of develop
Daniel Schick
2024-02-14 10:56:35 +0100
9fd54f17f2
increased deployment version
Daniel Schick
2024-02-09 12:57:41 +0100
d9b785982f
Creating intermediate test (red) release
Daniel Schick
2024-02-09 12:37:52 +0100
6e114d15e7
Set default shipcall lookup to max 1 day in the past
Daniel Schick
2024-02-09 12:42:18 +0100
e5ed4f83b9
Rename fields
Daniel Schick
2024-02-05 16:55:59 +0100
b7ac38ca99
startup window size sanity check
Daniel Schick
2024-02-05 16:35:08 +0100
59c6efcd7f
Merge branch 'bugfix/retry_token' into develop
Daniel Schick
2024-02-05 16:09:55 +0100
7110810c8c
fix shipcall query to include times eta/etd
release/1.1.1
Daniel Schick
2024-02-04 11:20:32 +0100
e3017349b0
added finally statement to close pooledConnection under all circumstances
Daniel Schick
2024-02-05 09:48:34 +0100
53fcefd6c9
token refresh - new take
Daniel Schick
2024-02-05 07:36:14 +0100
50b7dd8cc5
fix shipcall query to include times eta/etd
Daniel Schick
2024-02-04 11:20:32 +0100
92d7bccdd4
fix small binding error
Daniel Schick
2024-02-04 11:19:34 +0100
d8bee19740
enumerators are now IntEnum objects, which provides simpler typing.
scopesorting
2024-01-19 18:07:17 +0100
a5284a4fd8
implementing notifications, working on input validation
scopesorting
2024-01-19 14:22:54 +0100
ecafe33ee2
implementing an EmailHandler to send out emails (potentially with attachment).
scopesorting
2023-12-15 17:37:27 +0100
da093ff98e
partial commit of integrating the input validation (references and mandatory fields)
scopesorting
2023-12-12 17:07:09 +0100
92a0456694
adapting shipcall, times and user to include ValidationError (marshmallow). Adjusting the Schemas for User, Times and Shipcall to be validated with additional input validators. Creating a set of tests for the input validations.
scopesorting
2023-12-07 12:01:41 +0100
e96d08019c
slight adjustments to prepare the authentification validation
scopesorting
2024-01-19 17:33:43 +0100
4c73145857
Merge branch 'master' into release/1.1.1
Daniel Schick
2024-01-16 07:20:06 +0100
a9f1de2637
Changes for (blue) release version
v1.1.5_prod
Daniel Schick
2024-01-15 18:13:04 +0100
833a71169e
fixed deleted ship display in grid
Daniel Schick
2024-01-15 17:29:19 +0100
801c4a1383
fixed deleted in ship (was int, is now: bool)
Daniel Schick
2024-01-15 17:16:22 +0100
708fa5ce37
fixed naming in query
Daniel Schick
2024-01-15 17:10:21 +0100
801800df92
added missing fields in query
Daniel Schick
2024-01-15 17:04:49 +0100
a4e51f2483
changed local path
Daniel Schick
2024-01-15 17:00:19 +0100
c51264a55d
added new fields to evaluation object
Daniel Schick
2024-01-15 16:25:08 +0100
722ea94ae0
fixed some bugs in the dialog, but still cannot save a ship
Daniel Schick
2024-01-15 16:02:27 +0100
86b2380cb2
fixed some bugs compiles now but not finished
Daniel Schick
2024-01-14 20:39:27 +0100
fbd636943e
Ship editing pt. 1 (doesn't compile)
Daniel Schick
2024-01-14 15:40:00 +0100
f50497b7db
added edit button for ships in EditShipcallControl
Daniel Schick
2024-01-14 13:57:44 +0100
106247527e
Added ship post/put/delete to API
Daniel Schick
2024-01-14 13:35:35 +0100
88d6a6a994
added simple comment
Daniel Schick
2024-01-12 07:46:19 +0100
c1d8b2e855
fixed notification endpoint to return real data for a shipcall
Daniel Schick
2023-12-27 08:33:49 +0100
1ef74b51ba
added ship delete and fixed schema loading error for shipclass
Daniel Schick
2023-12-27 08:10:26 +0100
dd4ae7def8
fixed error, but enum values are still serialized as int
Daniel Schick
2023-12-22 12:43:16 +0100
01dda53425
Tried to create history endpoint but failed. Not working.
Daniel Schick
2023-12-22 09:39:21 +0100
a52cc27d69
Fixed SQL and added endpoint for history data
Daniel Schick
2023-12-21 07:25:08 +0100
783f9f5089
Added history table
Daniel Schick
2023-12-20 18:53:14 +0100
ae9053bcaf
Added POST and PUT endpoint for /ship
Daniel Schick
2023-12-20 18:06:41 +0100
3ae282102c
All database changes in an update script. Devel database is already updated.
Daniel Schick
2023-12-20 10:45:43 +0100
23a903997a
now the code is compiling. Yaml file documented via description tags.
Daniel Schick
2023-12-19 08:10:49 +0100
bd81f01d76
fixed a lot of small problems in yaml file, returned to OpenApi 3.0 format
Daniel Schick
2023-12-18 18:10:58 +0100
5459d99098
Improved OpenAPI doc in Stoplight, but still issues with ParticipantType and nullable Types. The client code does not compile.
Daniel Schick
2023-12-15 15:57:12 +0100
c6b16c4fa7
Enums, work in progress
Daniel Schick
2023-12-15 13:31:31 +0100
c50f82354f
Removed spinner from IMO integerUpDown
Daniel Schick
2024-01-12 11:26:12 +0100
aba1d9d00b
Changed validation rule 002 A-C so that the agency time is set as reference time allowing 15 minute deviation
Daniel Schick
2024-01-12 11:22:20 +0100
d8fabe0f97
Fixed time comparison validation func. Now compares min/max value of array.
Daniel Schick
2024-01-05 10:51:13 +0100
c24bc981b0
:fixed filtering by berth id, also including outgoing and shifting moves
Daniel Schick
2024-01-05 08:09:54 +0100
e659203364
Version bump 1.1.4 -> 1.1.5
Daniel Schick
2024-01-12 11:33:35 +0100
3727bf266d
Merge branch 'bugfix/tug_times_trouble' into release/1.1.1
Daniel Schick
2024-01-12 11:27:57 +0100
3e17983f2d
Removed spinner from IMO integerUpDown
Daniel Schick
2024-01-12 11:26:12 +0100
126d74ec48
Changed validation rule 002 A-C so that the agency time is set as reference time allowing 15 minute deviation
Daniel Schick
2024-01-12 11:22:20 +0100
b44620b0ad
Version bump 1.1.3 -> 1.1.4
Daniel Schick
2024-01-05 10:55:48 +0100
df5f88d3cf
Fixed time comparison validation func. Now compares min/max value of array.
Daniel Schick
2024-01-05 10:51:13 +0100
e5f5694d52
fixed filtering by berth id, also including outgoing and shifting moves
Daniel Schick
2024-01-05 08:09:54 +0100
96b0d7aecf
set appsettings correctly
Daniel Schick
2023-12-29 15:01:35 +0100
6952fadbcb
Version bump 1.1.2 -> 1.1.3
Daniel Schick
2023-12-29 14:51:38 +0100
0f313e2c21
Merge branch 'bugfix/ui_fixes_1.1.2' into release/1.1.1
Daniel Schick
2023-12-29 14:49:58 +0100
94fcf75d4c
fixes for some idiotic mistakes
Daniel Schick
2023-12-28 20:08:47 +0100
8d1415e33d
Version bump 1.1.1 -> 1.1.2
Daniel Schick
2023-12-28 11:59:58 +0100
5f01188541
merged fixes from correction branch
Daniel Schick
2023-12-28 11:55:03 +0100
c264390ac1
Set max lengh for times and terminal text info fields
Daniel Schick
2023-12-28 11:29:58 +0100
29cd8f57bb
fixed typo
Daniel Schick
2023-12-28 11:26:59 +0100
d488193923
removed bold text
Daniel Schick
2023-12-28 11:22:56 +0100
4b17647ca5
Open all dialogs at the same stored position
Daniel Schick
2023-12-28 11:20:09 +0100
d601120c5e
Add context menu to delete pierside assignments
Daniel Schick
2023-12-28 11:09:38 +0100
9463bde64d
fixed label
Daniel Schick
2023-12-28 10:55:52 +0100
e3834b6ffb
adjusted draft input
Daniel Schick
2023-12-28 10:43:15 +0100
e7936b679c
remaining stuff
Daniel Schick
2023-12-26 17:46:58 +0100
f76bcf3cbb
Changed strings labels and colors for test version
v1.1.1.0_test
Daniel Schick
2023-12-26 17:43:54 +0100
db2ba28d61
Merge branch 'bugfix/ui_fixes_1.1' into develop
v1.1.1.0_devel
Daniel Schick
2023-12-26 17:15:13 +0100
e7e9d79c5d
Version bump to 1.1.1
Daniel Schick
2023-12-26 17:13:10 +0100
898452a55b
Storing window location and size for main window and all six dialogs
Daniel Schick
2023-12-26 17:05:16 +0100
dc630e66b6
Mark required fields bold and prevent empty entries
Daniel Schick
2023-12-26 09:17:52 +0100
d116c06b9e
Enabled combobox ship search by adding helper container class ShipModel
Daniel Schick
2023-12-26 08:41:54 +0100
01ab755638
renamed gedreht to port
Daniel Schick
2023-12-24 16:16:53 +0100
f9f1fc011d
static startup notification text
Daniel Schick
2023-12-24 12:42:34 +0100
2651aa6886
fixed typo textBlockAgencyBerthRemarks
Daniel Schick
2023-12-24 11:33:48 +0100
b4764e29b6
disable port authority validation logic
Daniel Schick
2023-12-24 11:20:43 +0100
cbc77ae157
probably fixed the bug but cannot test because server side is not compatible
Daniel Schick
2023-12-24 11:08:10 +0100
ae349b3781
made cancelled row look cancelled
Daniel Schick
2023-12-23 20:43:46 +0100
86e6c8caa7
Corrections Pt.1
Daniel Schick
2023-12-23 18:20:20 +0100
84a5cc862a
Merge branch 'feature/RoleEditor_logical_delete' into develop
Daniel Schick
2023-12-20 08:09:40 +0100
4961641fa2
Changed labels for test version
v1.1.0.0_test
release/1.1.0
Daniel Schick
2023-12-20 07:34:07 +0100
187f018e26
gitignore (solved conflict)
scopesorting
2023-12-19 09:26:55 +0100
191aff720b
Implemented the feature to ignore port administration. However, the flag is currently disabled.
scopesorting
2023-12-19 09:22:06 +0100
e7b7d7e18f
correcting 0004A & 0004B
scopesorting
2023-12-19 09:20:21 +0100
ca8a7ab291
updating rule 0004A&0004B by using a rounding method for time differences.
scopesorting
2023-12-19 08:55:00 +0100
a29b3ead0e
bugfix of 0004A and B, where the tide window may have deviated by few seconds, so the wrong state would be concluded.
scopesorting
2023-12-07 11:54:37 +0100
5b1390d879
gitignore (solved conflict)
scopesorting
2023-12-19 09:26:55 +0100