Axel Uhl
f0d2465084
bug5920: removed Igtimi default token from code
2023-11-29 15:31:22 +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
c72f2a977f
show Igtimi battery levels in /sailingserver/windStatus if found in the messages
2023-07-12 19:49:14 +02:00
Axel Uhl
c31748724d
unarchive archived Igtimi data
2023-06-16 19:55:58 +02:00
Axel Uhl
69edfe2bb8
bug5797: fixed more occasions where Charset could be null
2022-12-29 17:03:36 +01:00
Axel Uhl
f94e5a0791
bug5797: interims commit, passing Charset to InputStream constructor where possible
2022-12-22 18:55:19 +01:00
Finn Huelsbusch
d888c1fad9
added configuration for eclipse 2022-06 and updated the onboarding
2022-07-07 16:51:33 +02:00
Axel Uhl
60474bbc2c
Merge branch 'bug5510' into bug5060_bug5510
2021-12-08 16:13:41 +01:00
Axel Uhl
a2477876ba
increased Igtimi connection timeouts from 10 to 100s after running into these timeouts while loading multiple races concurrently
2021-10-18 12:08:29 +02:00
Dennis Aulenbacher
4b06d6e335
Merge branch 'master' into bug5510
...
Conflicts:
java/com.sap.sailing.gwt.ui/src/main/java/com/sap/sailing/gwt/ui/raceboard/tagging/TagCell.java
java/com.sap.sailing.gwt.ui/src/main/java/com/sap/sailing/gwt/ui/raceboard/tagging/TagModificationPanel.java
2021-10-07 12:37:11 +02:00
Axel Uhl
6e1a6e514f
bug5622: introducing 10s timeouts for Igtimi connections, avoiding deadlocks in case connections aren't established properly
2021-09-11 21:52:22 +02:00
Dennis Aulenbacher
802a9da7e1
bug5510: Extended PermissionChecker to allow additional roles to be
...
checked
2021-09-08 14:03:10 +02:00
Axel Uhl
a07eb71532
lowering the Igtimi heartbeat sending interval from 120s to 15s, avoiding InterruptedExceptions
2021-07-21 13:58:27 +09:00
Axel Uhl
eeade3b170
Empty Igtimi WindBot messages, such as a COG message with no payload, no longer causes an uncaught exception
2021-07-20 12:09:26 +02:00
Axel Uhl
c43a5ad036
bug5566: require SERVER:CONFIGURE_LOCAL_SERVER:{SERVER_NAME} for wind receiver reload
2021-07-08 12:37:02 +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
9a59a94381
Merge branch 'master' into bug4811
2021-04-14 13:25:10 +02:00
Axel Uhl
036a15697e
re-enabled Igtimi tests; added missing Jetty dependency to igtimiadapter bundle after Jetty upgrade to 9.4.36
2021-04-14 12:33:05 +02:00
Axel Uhl
6b23e3a8d8
bug4811: preparing for enforcing replica by setting auto-scaling group minSize
2021-04-08 15:03:20 +02:00
Axel Uhl
4ee0a1a1b4
enhanced Igtimi fixes output for /sailingserver/windStatus
2021-03-01 18:06:47 +01: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
9ca6c5ae9f
upgraded target platform to jetty-9.4.34 and made necessary adjustments
2020-11-16 13:31:10 +01:00
Axel Uhl
e5f2322c8c
bug4811: adjusted min version for more usages of org.apache.httpcomponents.* in more manifests
2020-11-02 18:39:39 +01:00
Axel Uhl
f1293d3ba2
bug4811: removed warnings by adjusting to httpclient >=4.3, using client builder pattern
2020-11-02 18:28:17 +01:00
Axel Uhl
ce85ac9a39
bug4811: removed upper version bounds for org.apache.httpcomponents stuff; added org.apache.commons.logging to target platform
2020-11-02 17:40:51 +01:00
Axel Uhl
449010f3e8
Igtimi seems to report data access window start/end times as long, not double values by now
2020-09-24 12:19:23 +02:00
Axel Uhl
4a28c9901c
ignore Igtimi fixes with null timepoints
2020-08-28 19:54:08 +02:00
Axel Uhl
bad0bd975a
bug4006 aftermath: defer waiting for SecurityService in RacingEventService until it's really needed
2020-03-20 13:21:13 +01:00
Axel Uhl
a7b8262a8b
bug4006: use FullyInitializedReplicableTracker everywhere it's needed
2020-03-07 00:55:00 +01:00
Axel Uhl
99a04487b1
bug5193: adjusting server group in UserStore after receiving initial load
2020-02-03 18:47:06 +01:00
Axel Uhl
c15c838dec
added link to Igtimi data types documentation, removed "battery_level" field which was deprecated
2020-01-31 15:55:09 +01:00
Axel Uhl
b744979cb1
Merge branch 'master' into bug5165
2020-01-20 18:09:32 +01:00
Axel Uhl
91d862ce67
hot fix for Igtimi problem with new battery_level fix type #54
2020-01-20 18:00:40 +01:00
Steffen Schaefer
11a75b2e8c
Bug 5085: Renamed WithQualifiedObjectIdentifier.getType to
...
WithQualifiedObjectIdentifier.getPermissionType
2019-08-13 10:37:33 +02:00
Axel Uhl
89e8bef9c8
Revert "removed PluginNature from our OSGi bundles; they are not Eclipse plugins";
...
according to https://bugs.eclipse.org/bugs/show_bug.cgi?id=544977#c21 the
scenario of using the ManifestBuilder without setting the PluginNature is
not a supported scenario. Besides, it doesn't help to get rid of the new
Eclipse warning regarding non-exported packages.
This reverts commit 063484e29f .
2019-05-28 21:54:20 +02:00
Axel Uhl
063484e29f
removed PluginNature from our OSGi bundles; they are not Eclipse plugins
2019-05-27 22:53:30 +02:00
Steffen Schaefer
0540f5db41
Bug 4819: Changed ClearStateTestSupport for Igtimi adapter to also clear
...
the in memory model
2019-04-11 17:38:18 +02:00
Steffen Jacobs
966bff887c
Bug 4819: fixed AbstractTestWithIgtimiConnection
2019-04-11 17:36:50 +02:00
Steffen Jacobs
58c937acb1
Bug 4819: extracted storeIgtimiAccount method to fix migration
2019-04-11 14:19:51 +02:00
Steffen Jacobs
2364dafbdf
Bug 4819: added security for creation of IgtimiAccount objects
2019-04-11 14:03:15 +02:00
Steffen Jacobs
90a3bda66c
Bug 4819: added creatorName to AccountWithSecurityDTO
2019-04-11 13:01:12 +02:00
Steffen Schaefer
11875cb9b4
Bug 4819: Partially added creator to Igtimi account management
2019-04-11 11:09:37 +02:00
Axel Uhl
7d2e290dad
removed redundant toString() call
...
Change-Id: I0900dde3d9f55c80e56422a21852d03cb01be86b
2019-03-29 11:23:02 +01:00
Steffen Schaefer
d8a448e49a
Bug 4796: Added missing package import that causes CNFE when reloading a
...
server
2019-03-28 13:17:24 +01:00
Steffen Schaefer
98895d64da
Bug 4796: IgtimiWindTracker now filters the accounts used to load wind
...
data from based on READ permissions
2019-03-28 13:17:22 +01:00
Steffen Schaefer
edd0144187
Bug 4796: Allow WindTrackerFactory.createWindTracker to access
...
SecurityService
2019-03-28 13:17:20 +01:00
Steffen Schaefer
348c4980ef
Refactored the web bundle part of com.sap.sailing.domain.igtimiadapter
...
to com.sap.sailing.domain.igtimiadapter.gateway
2019-02-14 13:56:25 +01:00
Steffen Schaefer
78e6afba72
Code cleanup
2018-12-19 12:35:52 +01:00
Steffen Schaefer
c315d811e7
Removed method parameter by introducing specific handling for
...
ExpeditionDeviceConfiguration that has the server name included in the
type relative object identifier
2018-12-19 09:52:34 +01:00
Thomas Wiese
30fd1965a3
bug 4813: fixed some gwt problems
2018-12-17 18:51:41 +01:00