Axel Uhl
dd8b052d7e
bug5730: added hint for how to avoid receiving e-mail messages
2023-03-01 11:17:41 +01:00
Axel Uhl
8049e4d3e1
bug5730: fixed problem with validation check for e-mail address being too aggressive
2023-02-28 18:35:40 +01:00
Axel Uhl
c594523087
bug5730: added SERVER permissions users need to have to be included in the e-mail distribution list
2023-02-28 17:58:42 +01:00
Axel Uhl
af091d00df
bug5730: use UTF-8 as encoding for message files
2023-02-28 16:41:44 +01:00
Axel Uhl
b64873aece
bug5730: added e-mail notifications for archiving process
2023-02-28 15:38:01 +01:00
Axel Uhl
ac10c1db38
bug5730: preparing for sending mail to server owner about significant landscape events
2023-02-28 13:16:15 +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
198833f13e
bug5627: removed unused LandscapeService.getLeaderboardNames method
2023-01-05 10:44:42 +01:00
Axel Uhl
90cba84cdc
bug5627: pass through sharding path prefix from sailing domain
2023-01-04 15:28:38 +01:00
Axel Uhl
897915f876
bug5627: improved some i18n details
2023-01-04 11:34:17 +01:00
Axel Uhl
2fa1c149b6
bug5627: further refactored naming for shard target groups
2023-01-03 13:23:50 +01:00
Axel Uhl
f611653c23
bug5627: refactored shard target group name handling
2023-01-03 12:15:36 +01:00
Axel Uhl
fcc5f71695
bug5627: copying tags to new target groups; various smaller fixes
2022-12-31 01:14:50 +01:00
Axel Uhl
c82a07c51f
Merge branch 'master' into bug5627
2022-12-30 15:47:34 +01:00
Axel Uhl
ae1bb55a53
removed redundant import, avoiding warning
2022-12-30 10:28:05 +01:00
Axel Uhl
f9d6ae67a7
Merge branch 'bug5797'
2022-12-29 23:06:33 +01: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
Niklas Opiela
781315d2f3
added shard support for upgrading
2022-12-22 13:12:49 +01:00
Niklas Opiela
52b8dc6823
added decoding and renaming
2022-12-22 13:04:29 +01:00
Niklas Opiela
388bc96131
Merge branch 'master' into bug5627
2022-12-22 11:13:16 +01:00
Niklas Opiela
fa8fc71501
added 'throws InterruptedException, ExecutionException,
...
TimeoutException' where it could be caused by establishState
2022-12-21 16:21:00 +01:00
Niklas Opiela
238eb7dcbe
changed to rethrow as RuntimeException
2022-12-15 10:47:26 +01:00
Niklas Opiela
ed070c8ecb
docs and formatting
2022-12-15 08:41:00 +01:00
Niklas Opiela
e14bd2589d
changed isManagedByAutoscalingGroup to check for multiple ASG
2022-12-15 08:38:08 +01:00
Niklas Opiela
261f0ffc2e
hopefully added shard support in updating and removing replicasets
2022-12-14 15:23:22 +01:00
Niklas Opiela
166c7f53b1
added waitingfor establish shard to be finished and throws an exception
...
if it takes longer than process timeout
2022-12-14 10:03:59 +01:00
Niklas Opiela
6a9bc78791
wrong exception
2022-12-13 17:22:21 +01:00
Niklas Opiela
0adf657f52
movement of constants
2022-12-13 13:53:47 +01:00
Niklas Opiela
402d4f558c
formatting, doc, moving function implementation to landscapeService and
...
convert CreateShard class to subclassed in order to remove the existing
anipattern
2022-12-13 13:47:24 +01:00
Niklas Opiela
8565e0616d
formatting and cleanup
2022-12-06 14:50:31 +01:00
Niklas Opiela
6e96ef4c7c
Moved Targetgroup constants
2022-12-05 10:01:30 +01:00
Niklas Opiela
ba47ee7e84
Merge branch 'master' into bug5627
2022-12-01 14:08:37 +01:00
Niklas Opiela
c1254f55a7
Implemented getting server via bearertoken
2022-11-28 08:18:35 +01:00
Niklas Opiela
b3ae3fa7a1
removed imports
2022-11-23 15:35:32 +01:00
Axel Uhl
4b6746d881
bug5786: fixed comments
2022-11-15 18:37:42 +01:00
Niklas Opiela
64ab1ee43f
Merge branch 'master' into bug5627
2022-11-15 14:00:18 +01:00
Niklas Opiela
d3835bd7ab
Formatting
2022-11-15 12:59:24 +01:00
Niklas Opiela
cb9fe5a688
added overloaded function for the old implementation to work and added
...
argument for rethrowing exceptions.
Changed usage in SailingAnalyticsProcessImpl.stopAndTerminateIfLast to
new implementation WITH rethrowing exceptions.
2022-11-15 12:50:13 +01:00
Niklas Opiela
054fbb4259
Started creating shards from a replicaset.
...
Until now, only creating target groups is working and the UI is just for
testing
2022-11-15 10:38:59 +01:00
Axel Uhl
881dc2dfea
only look for RUNNING hosts when scanning other available shared hosts
2022-11-14 22:40:55 +01:00
Axel Uhl
c34e413dfb
avoiding CancellationException when comparing DB hashes
2022-11-09 12:28:03 +01:00
Axel Uhl
ca9bc9e85a
bug5771: passing on replica memory configuration for process creation
2022-10-12 21:20:44 +02:00
Axel Uhl
dc1dc1ac67
bug5763: accept a port if not all shared instances in other AZs occupy it
2022-09-14 14:44:19 +02:00
Axel Uhl
e18e90fa2d
bug5763: check for available ports also on shared instances in other AZs
2022-09-14 09:51:15 +02:00
Axel Uhl
56fb8a0890
bug4821: moved Subject attachment to ThreadPoolUtilImpl; use where required
2022-08-16 23:35:45 +02:00
Axel Uhl
d049774e43
bug5754: disallow a replica set to remove/archive/upgrade itself or move its own master
2022-07-27 18:26:21 +02:00
Finn Huelsbusch
d888c1fad9
added configuration for eclipse 2022-06 and updated the onboarding
2022-07-07 16:51:33 +02:00