Commit Graph
56 Commits
Author SHA1 Message Date
Axel Uhl 22f180cee1 bug6215: moving Speed, Position, Bearing, Weigher and others to SSE; GWT CFSs not done yet 2026-03-03 17:30:56 +01:00
Sohaib Baig 0c8b91387f added unlock button per user
also renamed LockingAndBanning to TImedLock
2025-08-04 19:50:17 +02:00
Axel Uhl 2416b49f89 bug6099: interims commit with a first implementation of a user account locking/banning mechanism;
yet missing is writing to persistence and replication
2025-03-17 16:30:57 +01:00
Axel Uhl 6b451641ed bug5503: added ShiroFilter subclass to skip authentication for OPTIONS requests 2024-07-02 15:12:11 +02:00
Wessels, Udo (PPN) 2b66121265 bug5910: remove not supported line in .project files so that current Eclipse version (2023-09) can import the projects. 2023-10-09 18:00:50 +02:00
Finn Huelsbusch a680412b95 minor fixes 2022-08-05 14:44:12 +02:00
Finn Huelsbusch a5bfb7442d Started adding cross Fleet Ranking 2022-08-04 09:36:43 +02:00
Finn Huelsbusch d888c1fad9 added configuration for eclipse 2022-06 and updated the onboarding 2022-07-07 16:51:33 +02:00
Axel Uhl 409f0f4ac5 fixed NPE in Hana export for net points being null 2021-10-18 18:48:57 +02:00
Axel Uhl 6dd928c1c3 added columnFactor and netPoints columns to HANA RaceResult table/export 2021-10-15 13:20:06 +02:00
Axel Uhl bb1cdedbe9 HANA export: made RaceResultStatement safe against null fleet 2021-10-11 16:39:36 +02:00
Axel Uhl 18642d07c5 HANA export: added column "fleet" to RaceResult table; removed unused CompetitorRace table 2021-10-11 16:08:32 +02:00
Axel Uhl b0231c0a10 fixed HANA export another time, this time handling null as Boolean result of trackedRace.isGateStart() 2021-10-05 12:43:52 +02:00
Axel Uhl 4bf2f61009 fixed HANA export (RaceStats) 2021-10-05 12:40:07 +02:00
Axel Uhl 206487084c fixed typo (missing comma) in INSERT statement for HANA export 2021-10-05 12:16:03 +02:00
Axel Uhl d032c20672 added column windwardDistanceFromStartLineInMetersAtStart to RaceStats for HANA Cloud export 2021-09-29 22:38:48 +02:00
Axel Uhl 8d7a5602ef added missing gateStart field to createtables.sql DDL script 2021-09-21 11:15:31 +02:00
Axel Uhl d8bcddccde added Race.gateStart column for HANA export 2021-09-21 11:00:14 +02:00
Axel Uhl d9a19054e4 added column Race.raceColumnIndexZeroBased to HANA export; export distance to start line only if competitor did start# Please enter the commit message for your changes. Lines starting 2021-09-21 10:59:46 +02:00
Axel Uhl a0e418a03a added field rank90sAfterStart of type INTEGER to RaceStats table 2021-09-16 22:43:32 +02:00
Axel Uhl f815f45251 removed redundant maneuver counts from RaceStats for HANA Cloud export 2021-09-16 22:35:48 +02:00
Axel Uhl 5c93b09d75 adjusted HANA export so that ST_GEOMETRY(POINT).ST_TRANSFORM is used to produce mappable lon/lat pairs 2021-08-25 11:43:15 +02:00
Axel Uhl 2056d47554 during HANA export, ignore regattas not linked to any event 2021-08-24 14:29:53 +02:00
Axel Uhl 61079d7cc3 make competitor ID 255 characters wide to also accomodate for legacy SwissTiming nationality/boatclass/name-based keys 2021-08-24 14:19:06 +02:00
Axel Uhl 8f1923fbca fixed lat/lng swap for Event location export to HANA 2021-08-22 11:49:01 +02:00
Axel Uhl f23f885ece introduced eventid and leaderboardgroupid as parameters for the HANA export method; added dbendpoint/dbuser/dbpassword as optional form params 2021-08-18 13:45:09 +02:00
Axel Uhl a1f25c918f if no event / leaderboard group ID are provided, export all regattas 2021-08-17 18:09:59 +02:00
Axel Uhl 79aa94fb47 refactored HANA export and introduced parameters to select leaderboard groups / events by their ID 2021-08-17 18:07:23 +02:00
Axel Uhl a41b1202f5 bug5451: added null-safety for boat class export 2021-07-09 11:14:46 +02:00
Axel Uhl 5b801bb3bc bug5451: allow Leg.type column to hold NULL values as sometimes a leg type cannot be determined 2021-07-09 10:48:26 +02:00
Axel Uhl cf1ef7b292 bug5451: escape Infinity and NaN as 0.0 values and use DOUBLE as HANA type for Java double values 2021-07-09 09:28:10 +02:00
Axel Uhl 8f325a1dbd bug5451: made HANA export safe against events without start/end date and regattas without leaderboards 2021-07-08 17:28:53 +02:00
Axel Uhl 924e04f7f0 bug5451: extend boat class ID column to 255 characters 2021-07-08 15:47:41 +02:00
Axel Uhl 6fcd7bcfa0 bug5451: added getLocation() on Event and use it during export; link regatta to event 2021-07-06 12:16:54 +02:00
Axel Uhl 7b4da25a83 bug5451: unfinished work regarding retrieving event location 2021-07-05 18:53:12 +02:00
Axel Uhl 6b10da47b8 bug5451: added maneuvers 2021-07-05 17:49:01 +02:00
Axel Uhl 4a46de4034 bug5451: added Leg and LegStats tables and the code to fill them 2021-07-05 15:28:44 +02:00
Axel Uhl de9aac29a1 bug5451: re-introduced the use of the "SAILING" namespace / schema for the tables used in this prototype 2021-07-05 00:30:21 +02:00
Axel Uhl 826d5b678d bug5451: working version that has exported a bunch of races and stats 2021-07-02 18:38:22 +02:00
Axel Uhl 3d7adf4b04 bug5451: use camel case for table and column names; added more table definitions 2021-07-02 11:42:25 +02:00
Axel Uhl be9aa5a48e bug5451: adjusted column lengths to accomodate long names of ScoringSchemes 2021-07-01 18:54:58 +02:00
Axel Uhl 4afe42fa0d bug5451: added IRM export (MaxPointsReason) 2021-07-01 18:27:47 +02:00
Axel Uhl b237fdb9bc bug5451: only try clearing; don't fail if a table isn't found 2021-07-01 17:05:54 +02:00
Axel Uhl dfd16d7845 bug5451: table creation, dropping and clearing now uses the SQL scripts from the resources/ directory;
the createtables.sql script is incomplete yet and doesn't have create statements for all tables expected
by the clear and drop scripts
2021-07-01 11:06:41 +02:00
Axel Uhl 8b6009fcef bug5451: added an activator to register the HANA JDBC driver 2021-06-30 13:12:27 +02:00
Axel Uhl 8af6a01edb bug5451: started preparing a REST resource to trigger HANA export / DB clearing 2021-06-30 11:34:52 +02:00
Axel Uhl bc13bc9c8f bug5451: starting to work the com.sap.sailing.hanaexport bundle into a web bundle 2021-06-29 16:04:34 +02:00
Axel Uhl d9effd38c5 bug5451: a few lines to export boat classes to HANA 2021-06-29 11:43:02 +02:00
Axel Uhl c827312771 upgraded HANA JDBC driver to version 2.8.14 2021-06-28 16:58:31 +02:00
Axel Uhl c57b6cecb7 bug5451: use 2.8.22 HANA JDBC driver and print some output regarding driver version 2021-06-28 15:35:41 +02:00