341 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 97c732f9b7 moved timed lock to sap.sse.common from sap.sse.security.common 2025-08-12 15:46:32 +02:00
Sohaib Baig 0c8b91387f added unlock button per user
also renamed LockingAndBanning to TImedLock
2025-08-04 19:50:17 +02:00
Axel Uhl 6dcd7d4187 bug6127_2024-12: adjusted JUnit dependencies in MANIFEST.MF files to downgraded versions 2025-07-07 11:33:18 +02:00
Axel Uhl 5b2536e9c0 bug6127: more JUnit5 migrations; still to do: selenium and domain.test 2025-06-05 17:21:26 +02:00
Axel Uhl 3138f7745f bug6127: refactored more test fragments to JUnit5 2025-06-05 17:21:26 +02:00
Axel Uhl faf71f55a7 bug6127: first step migrating tests from JUnit4 to JUnit5 2025-06-05 17:21:25 +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 06cc9faff4 bug6076: add .vak file extension, convert forestay load to tons 2025-02-04 16:45:16 +01:00
Axel Uhl 71aa3dcd7b bug6057: moved SmarthphoneImei stuff from test to productio 2024-09-17 12:27:54 +02:00
Axel Uhl e20f5a9dd7 bug6000: fixed type issues in CompareServersTest 2024-06-18 20:27:31 +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
Axel Uhl e86232fc3b bug5797: continued introducing Charset argument in more InputStreamReader constructor calls 2022-12-29 10:59:34 +01:00
Axel Uhl f94e5a0791 bug5797: interims commit, passing Charset to InputStream constructor where possible 2022-12-22 18:55:19 +01:00
Axel Uhl 24132454b0 bug5792: adjust to Java-11 deprecations (Number constructors, reflection, Hamcrest, minor AWT changes) 2022-12-12 07:35:58 -08:00
Axel Uhl a6363406be bug5792: introduce org.hamcrest-2.2.0, remove gwt-dev deps 2022-12-12 06:18:51 -08:00
Axel Uhl a679cf5236 adjusted code to upgraded JUnit, avoiding deprecation warnings 2022-11-29 13:47:14 +01:00
Axel Uhl 82d1ee9c74 bug5728: added more ClientSession handling to make test failures with MongoDB replica sets less likely 2022-08-12 00:43:00 +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 daa8e3ad6e Merge branch 'master' into bug5655; starting an implementation of a /createapplicationreplicaset REST method 2021-12-16 10:50:27 +01:00
Axel Uhl 2aa4fe8f27 bug5643: implemented name-based matching for named records, positional matching otherwise 2021-10-15 12:06:46 +02:00
Axel Uhl 0695f1c75e bug5643: implemented recursive order-less array comparison, "greening" one more test 2021-10-14 18:08:29 +02:00
Axel Uhl 5a983d5d44 bug5643: fixed problem with order dependence of "name" field 2021-10-14 17:17:59 +02:00
Axel Uhl da50de5e03 bug5643: added to the set of failing tests 2021-10-14 16:34:04 +02:00
Axel Uhl 890d0d3a1d bug5643: added a few tests, some of which currently fail and thus document a mismatch between expected and actual behavior 2021-10-14 16:18:47 +02:00
Axel Uhl 372c692e45 bug5311: wrapped /sailingserver/api/v1/events in SailingServerImpl 2021-08-19 18:07:29 +02:00
Axel Uhl 2c622e5b45 patched <!DOCTYPE projectDescription> into all project files to avoid info/warning in problems view about no grammar constraint 2021-06-19 12:45:03 +02:00
Axel Uhl cb6ab90e47 bug5541: added failing test case 2021-05-15 00:47:27 +02:00
Axel Uhl 4db4b95b62 bug4811: set org.eclipse.jdt.core.compiler.codegen.methodParameters to generate in all preference files; Tycho respects them! 2021-02-16 14:58:38 +01:00
Axel Uhl bd06b75e3d moved JsonSerializer and JsonDeserializer to com.sap.sse.shared.android to make them re-usable by all web bundles 2021-01-21 16:54:42 +01:00
Axel Uhl f3e43a0c72 bug5442: fixed test by using a second UUID to register a second competitor 2020-11-28 10:18:50 +01:00
Axel Uhl d204e0a242 bug5442: made secret comparison null-safe 2020-11-28 00:42:21 +01:00
Axel Uhl ce0189f4e2 bug5374: passing through request params for GPS fix submission explicitly requesting maneuver and delay to live response 2020-09-17 18:23:45 +02:00
Axel Uhl d208d906a9 bug5374: started adding returnManeuvers param in GPSFixResource 2020-09-17 16:06:41 +02:00
Thomas Wiese 48553dd249 Bug 5306: Fixing failing bugs because of changed field names 2020-07-16 20:53:12 +02:00
Axel Uhl 799766c8df bug5287: handle new StreamingOutput in LeaderboardGroupsResource test 2020-06-16 19:05:16 +02:00
Thomas Wiese 8e226268ac Bug 5274: Remove unused api test helper 2020-05-20 10:43:10 +02:00
Axel Uhl 02bae1e095 bug3465: fixed Event API test after switching /regattas output from courseAreaId to courseAreaIds incompatibly 2020-05-09 12:49:37 +02:00
Axel Uhl 967f2d7def bug3465: many more areas where many course areas are now supported for Leaderboard and Regatta 2020-05-07 18:16:10 +02:00
Axel Uhl 7fa577ece4 make sure the DummyCompetitorsResource has the correct racingEventService set 2020-04-28 18:34:04 +02:00
Axel Uhl e1c745886c fixed SecurityResourceTest regarding StreamingOutput usage 2020-04-28 18:21:31 +02:00
Axel Uhl bf9ade1a4d fixed plain REST tests so they cope with StreamingOutput responses 2020-04-28 10:29:29 +02:00
Axel Uhl 6e1a042001 bug5219: introduced the isAutoRestartTrackingUponCompetitorSetChange() flag on Regatta 2020-04-15 18:10:03 +02:00
Axel Uhl f8b17d55cc fixed tests for score correction API 2020-02-17 20:01:28 +01:00
Axel Uhl 88d45aa9dd added parameter "allowPartialImport" 2020-02-13 16:06:14 +01:00
Axel Uhl 883568223e bug4881: starting to wire the score upload 2020-02-13 09:26:13 +01:00
Axel Uhl d1184428fa bug4881: added a few TODOs and added Leaderboard.mapRegattaScoreCorrections 2020-02-07 18:32:03 +01:00
Axel Uhl 2e3c6dd892 bug4881: preliminary REST support for upload and importer and leaderboard selection; first simple test 2020-02-07 16:58:19 +01:00
Axel Uhl 445b6f6126 fixed problem with TimeRangeImpl constructor for time points beyond EndOfTime 2020-01-09 16:57:03 +01:00
Steffen Schaefer 9ec1e4c0a7 Merge branch 'master' into bug5085
Conflicts:
	java/com.sap.sailing.server.gateway/src/com/sap/sailing/server/gateway/trackfiles/impl/ExpeditionCourseInferrer.java
2019-12-11 10:03:57 +01:00