Commit Graph
59981 Commits
Author SHA1 Message Date
Axel Uhl 695c765575 bug5147: whitespace changes only 2023-01-10 17:32:27 +01:00
Axel Uhl 080060af15 Merge branch 'master' into bug5147 2023-01-10 17:26:27 +01:00
Axel Uhl e0f00b0689 Merge branch 'master' into bug5147 2023-01-10 16:43:37 +01:00
Axel Uhl 80a69f16eb Merge branch 'master' into bug5795 2023-01-10 14:36:16 +01:00
Axel Uhl 53c6bfa3cd consolidate imports, avoid warnings 2023-01-10 14:11:03 +01:00
Axel Uhl 2c76f8d136 catch all exceptions that may occur during sending a replication operation to master 2023-01-10 14:10:37 +01:00
Axel Uhl 5c4e2a6f2e fixed memory leak: replicated operations must be removed from the "sent" set 2023-01-10 14:04:54 +01:00
Axel Uhl 41347437a1 fixed SEVERE bug: when content type was null, charset detection would cause an NPE 2023-01-10 13:10:22 +01:00
Axel Uhl 086e8ac735 bug5795: aligned proxy parameter 2023-01-10 12:22:00 +01:00
Axel Uhl 389faa2155 bug5795: the top-level settings.xml doesn't seem to be used for our build;
the settings for the Maven build are used either from
configuration/maven-settings.xml or
configuration/magen-settings-proxy.xml
2023-01-10 10:56:25 +01:00
Axel Uhl 3443e3c641 Merge branch 'master' into bug5798 2023-01-10 10:04:44 +01:00
Axel Uhl 87f6127e3a Merge branch 'bug5782' 2023-01-10 10:01:30 +01:00
Axel Uhl 82c2ecaac2 bug5782: fixed test cases for negative ACLs;
the tests were now failing because the "user" role only implies the default
actions for all objects owned by the user; UPLOAD_MEDIA is not a default
action, however. Therefore, it needs to be added to the test user
explicitly.
2023-01-10 00:18:52 +01:00
Axel Uhl 63a913fbd4 Merge remote-tracking branch 'origin/master' 2023-01-09 21:19:33 +01:00
Axel Uhl a681a4702a added dockerfile for windestimation image on sapmachine-17 2023-01-09 21:18:48 +01:00
Axel Uhl e05f6b4687 bug5782: fixed permission check for event media upload; release notes 2023-01-09 18:24:20 +01:00
Udo Wessels abf104f48b bug5798: deactivate video.js controls for YouTube videos and activate native controls from YouTube to be compliant to YouTube rules. 2023-01-09 16:20:04 +01:00
Axel Uhl 39c0e38068 bug5782: compare ImageDTO by source ref as secondary property;
with this, the isOnlyAdding check for images and videos works properly
for updating an event. Added the role name to search strings for user
table.
2023-01-09 14:25:59 +01:00
Axel Uhl 618a1ba98a bug5782: added EventActions.UPLOAD_MEDIA and check in SailingServiceWriteImpl 2023-01-09 11:38:37 +01:00
Axel Uhl 449647d856 Changed recommendation for windestimation training for MEMORY env var from 8g to 6g 2023-01-08 13:41:00 +00:00
Axel Uhl 50a21c8b91 Merge branch 'master' of ssh://sapsailing.com/home/trac/git 2023-01-06 18:35:36 +01:00
Axel Uhl 1983e0b072 removed old review doc for bug4232 from wiki 2023-01-06 18:34:39 +01:00
Axel Uhl 983a87d9b6 removed :443 port spec from docker image tags 2023-01-05 21:46:07 +01:00
Axel Uhl 54fa41e401 Merge remote-tracking branch 'origin/bug5627' 2023-01-05 21:29:02 +01:00
Axel Uhl ef3b62e33a bug5627: mostly formatting and naming details 2023-01-05 18:45:28 +01:00
Axel Uhl e140566914 bug5627: see comment #32/33; fixing regression in upgrading replica set with replica set not managed by auto-scaling group 2023-01-05 16:04:24 +01:00
Axel Uhl e426979370 bug5627: renamed AppendShardingKeyToShard to AddShardingKeyToShard; Javadoc;
also removed now obsolete methods around sharding from
ApplicationReplicaSet; they are superseded by the new ShardProcedure
types.
2023-01-05 11:17:54 +01:00
Axel Uhl 379f19ecd1 bug5627: added Javadoc for AwsApplicationReplicaSet.removeShard 2023-01-05 11:12:18 +01:00
Axel Uhl c9fd774c80 bug5627: fixed parameter name 2023-01-05 10:58:26 +01:00
Axel Uhl 198833f13e bug5627: removed unused LandscapeService.getLeaderboardNames method 2023-01-05 10:44:42 +01:00
Axel Uhl 5bc039bf8d bug5627: fixed typo in manifest 2023-01-05 10:38:44 +01:00
Axel Uhl f64d5f1c7d bug5627: remove unused trimShardingInfo method in ShardingType 2023-01-05 10:32:33 +01:00
Axel Uhl b69a1673bd Explain garbage collection for docker registry 2023-01-04 23:52:23 +00:00
Axel Uhl f6b711b65d Merge branch 'master' into bug5627 2023-01-04 23:25:41 +01:00
Axel Uhl 8c72ab2bd4 in testGetCertificate also try reference number for previous year;
this can help early in the year when there are few or no certificates yet for the
current year and the lookup by boat name fails due to encoding issues for special
characters leading to deviations between the certificate itself and the database
master data for that certificate
2023-01-04 23:24:08 +01:00
Axel Uhl 8589cfc281 bug5627: added some spacing in the button panel 2023-01-04 18:34:35 +01:00
Axel Uhl 51a9381af2 Merge branch 'master' into bug5627 2023-01-04 18:13:20 +01:00
Axel Uhl 15c606940a updated Dockerfile to use RELEASE arg instead of patching it with sed 2023-01-04 17:57:52 +01:00
Axel Uhl 61690d15aa trying to further stabilize CourseUpdateTest by waiting for TracTrac connection to be stopped 2023-01-04 17:49:27 +01:00
Axel Uhl b051137f3d updated Dockerfile.tpl to point to version 8.1.091 of SAP JVM 8 2023-01-04 17:29:29 +01:00
Axel Uhl f8f3a7503d bug5627: added release notes; improved description text for sharding dialog 2023-01-04 16:36:09 +01:00
Axel Uhl 90cba84cdc bug5627: pass through sharding path prefix from sailing domain 2023-01-04 15:28:38 +01:00
Axel Uhl 2560610b79 bug5627: turned sharding dialog into DataEntryDialog 2023-01-04 12:49:01 +01:00
Axel Uhl 00041d7c52 bug5627: more i18n details; removed an obsolete show() method 2023-01-04 11:37:14 +01:00
Axel Uhl 897915f876 bug5627: improved some i18n details 2023-01-04 11:34:17 +01:00
Axel Uhl 7da8ac143f bug5627: refactored to using ShardingKey type argument;
this brings more clarity about use of path conditions vs. sharding keys,
both previously were simply of type String and could therefore be
confused easily.
2023-01-04 11:02:50 +01:00
Axel Uhl 963d21b683 bug5627: handling creation of empty shard properly 2023-01-04 00:08:59 +01:00
Axel Uhl 73bd56e290 bug5627: fixed endless loop in removing key from shard 2023-01-03 18:58:11 +01:00
Axel Uhl 68c3f0b0ca bug5627: identify shards running empty, adding proxy rule;
replace proxy rule when adding a key to a shard
2023-01-03 18:48:38 +01:00
Axel Uhl 58898968ef bug5627: change ShardingType such that encoding is not idempotent 2023-01-03 18:23:03 +01:00