Axel Uhl
3c2df9369a
bug6170: compiling but entirely untested migration to TracAPI-5.0.0
2025-10-23 13:52:20 +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
dcff57b216
bug6095: don't choke on missing AI Core credentials and instead show empty caption panel
2025-03-05 00:04:59 +01:00
Axel Uhl
71aa3dcd7b
bug6057: moved SmarthphoneImei stuff from test to productio
2024-09-17 12:27:54 +02:00
Axel Uhl
966df318a3
bug5983: first refactoring introducing two new fields in the TT connectivity params;
...
they capture the liveURI/storedURI as taken from the connection
configuration, and not the expanded, calculated versions after looking
at the params file
2024-03-26 14:27:11 +01: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
3c5cbf24fd
bug5908: capture the default TracTrac "Update URI" from the JSON doc;
2023-10-04 16:38:59 +02:00
Axel Uhl
8d3c5c81d1
bug5867/bug5866: made center/radius final fields in CourseArea
2023-08-02 15:57:58 +02:00
Axel Uhl
2395ecc119
bug5867: added persistence for CourseArea center/radius
2023-07-31 17:47:23 +02:00
Axel Uhl
59a7f451f7
bug5867/bug5866: started to work on CourseArea position/radius persistence
2023-07-31 11:38:55 +02:00
Axel Uhl
8f95d7d5cc
in tests replaced skitrac.tractrac.dk by event2.tractrac.com
2023-01-17 15:54:00 +01:00
Axel Uhl
e0f00b0689
Merge branch 'master' into bug5147
2023-01-10 16:43:37 +01:00
Axel Uhl
cbe9204f19
mockito-4.8.1: refactored all tests so they compile with mockito-core 4.8.1
2022-12-20 18:25:58 +01: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
2e669c4ea8
Merge branch 'master' into bug5147
2022-11-07 12:58:01 +01:00
Finn Huelsbusch
460394c20d
cleanup
2022-10-13 11:16:26 +02:00
Finn Huelsbusch
580360668d
Merge master into branch
2022-10-13 10:06:37 +02:00
Axel Uhl
316191f684
bug5217: represent waypoints in DB as index into waypoint list of course
2022-10-12 20:42:24 +02:00
Axel Uhl
804f5df550
bug5217: major refactoring, passing through MarkPassingRaceFingerprintRegistry "everywhere"
2022-10-12 15:08:42 +02:00
Axel Uhl
959a236cfc
bug5217: renamed test case
2022-10-11 21:19:15 +02:00
Axel Uhl
61c8a42368
bug5217: test for storing/loading MarkPassings now green
2022-10-11 21:13:40 +02:00
Axel Uhl
12715ccb6f
bug5217: major refactoring of mark passing race fingerprint code
2022-10-11 18:54:15 +02:00
I550803
ab75426938
bug5217: code formatting and uncommend two tests
2022-10-10 16:06:07 +02:00
Finn Huelsbusch
1f1b3b8fef
merge master into bug 5147
2022-10-03 09:53:35 +02:00
I550803
5c9ee583ae
Merge branch 'master' into bug5217
2022-10-01 15:23:19 +02:00
I550803
cdd9a94681
bug5217: bugfix in MarkPassingHashFingerprintImpl(JSONObject)
2022-09-30 09:50:40 +02:00
Axel Uhl
4a7effef93
bug5715: added oneAlwaysStaysOne to Series and RaceColumn throughout
2022-09-28 11:27:48 +02:00
I550803
7e8fd05b2a
bug5217: eliminated warnings
2022-08-24 13:33:56 +02:00
I550803
e46d4e3449
bug5217: changed the names to a uniform 'MarkPassingHash ...'
2022-08-24 13:29:45 +02:00
I550803
7ce97ac8f2
bug5217: added a versioning for the MarkPassingCalculator
2022-08-24 11:21:33 +02:00
I550803
a083c356f6
bug5217: improved performance of the implementation
2022-08-22 10:48:19 +02:00
I550803
f12981fa8a
bug5217: cosmetic changes
2022-08-17 10:45:38 +02:00
I550803
e7fdf9dba2
bug5217: finished MarkPassingHashConversionTest
2022-08-17 10:32:17 +02:00
Finn Huelsbusch
43e9651997
Merge remote-tracking branch 'origin/master' into bug5147
2022-08-17 09:34:43 +02:00
I550803
3167d4d14a
bug5217: implemented Hashfingerprintregistry, Monog- and DomainObjectFactory-Methods for using MarkPassingHashes with DB and added the corresponding Test
2022-08-17 01:24:39 +02:00
Finn Huelsbusch
f775d7660d
added logic for persisting hasCrossFleetMergedRanking to Mongo
2022-08-12 14:12:58 +02: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
cfbcc3451a
bug5694: added Wind persistence only indexed by time
2022-03-24 11:28:20 +01:00
Axel Uhl
5f0f10815c
bug5628: successfully imported competitors from RMSR2021 entry list as CSV
2021-10-22 16:55:03 +02:00
Axel Uhl
3c3eb1f37a
bug5636: failing test case
2021-10-05 00:19:37 +02:00
Axel Uhl
79b4da0a49
mong42driver: fixed test case regarding default read preference
2021-08-28 23:06:32 +02:00
Axel Uhl
370d23b983
mongo42driver: uncompilable interims commit with *-legacy bundle removed from our bundle dependencies;
...
this produces lots of compilation errors, mostly because of MongoClientURI replaced by ConnectionString
2021-08-26 23:29:35 +02:00
Axel Uhl
0bd21957a8
MongoDB Driver update: added org.mongodb.bson to all bundles that require it; now it's down to actual deprecations and functions removed/replaced
2021-08-25 21:53:23 +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
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