Axel Uhl
999f71af63
bug5828: set ACL through security service facade for new -server group;
...
this way all members of the group can at least READ the group
2023-05-09 11:03:26 +02:00
Axel Uhl
f72566bc95
bug5828: implemented get/set ACL service and wrapper including test
2023-05-09 10:47:51 +02:00
Axel Uhl
3e5e4c5901
bug5828: interims commit, working towards allowing ACL setting when creating -server group
2023-05-08 18:12:09 +02:00
Axel Uhl
131c7d8384
Merge branch 'master' into bug5828
2023-05-08 15:30:13 +02:00
Axel Uhl
b90aba337e
fixed construction of vpcZoneIdentifier for auto-scaling-group creation
2023-05-08 14:34:52 +02:00
Axel Uhl
2f38ad7d1f
Merge branch 'master' into bug5828
2023-05-08 10:41:31 +02:00
Axel Uhl
8bc7be5cd1
Merge branch 'bug5841'
2023-05-05 23:36:24 +02:00
Axel Uhl
3be0b13661
bug5841: release notes
2023-05-05 18:21:51 +02:00
Axel Uhl
8369d16353
Merge branch 'bug5787'
2023-05-05 18:19:29 +02:00
Axel Uhl
bc582d3931
added logging for unauthorized user creation request
2023-05-05 18:19:06 +02:00
Axel Uhl
ca9160ba55
bug5787: use LoadBalancerRuleInserter logic to replace shiftRulesToMakeSpace in ApplicationLoadBalancer
2023-05-05 17:27:34 +02:00
Axel Uhl
3765e0a45c
bug5787: fixed exception handling for "before" rule not found; added tests
2023-05-05 17:22:26 +02:00
Axel Uhl
bc56888f42
bug5787: added more tests for load balancer rule inserter, one still failing
2023-05-05 10:53:19 +02:00
Axel Uhl
457a020d5e
bug5787: added test class with a first few tests regarding ALB rule inserter
2023-05-05 00:59:15 +02:00
Axel Uhl
2d00697117
bug5787: interims backup commit, starting to extract rule inserting logic
2023-05-04 18:14:21 +02:00
Axel Uhl
5999d2028e
Merge branch 'master' into bug5787
2023-05-04 15:20:21 +02:00
Axel Uhl
3e8a9ec539
bug5841: fix that makes formlerly failing test green;
...
a plan is implied through categories only if the user is subscribed
to plans that cover all categories required for the plan to check
2023-05-04 14:44:50 +02:00
Axel Uhl
96e88694d2
bug5841: extended tests, checking that data mining implies premium by category
2023-05-04 14:41:07 +02:00
Axel Uhl
054168a6a1
bug5841: adding a failing test case for subscription category implication
2023-05-04 14:32:04 +02:00
Axel Uhl
badd7fefa4
bug5840: added missing "de" locale for Chargebee customer locale support
2023-05-03 18:19:41 +02:00
Axel Uhl
a66930e4df
bug5840: fixing customer locale issue
2023-05-03 18:18:07 +02:00
Axel Uhl
1659daf36d
bug5787: fixed old bug in ShardProcedure.getFreeLoadBalancerAndMoveReplicaSet();
...
the count of the total number of rules requires as computed incorrectly,
only considering the replica set's rules, not all existing rules in the
load balancer so far
2023-05-03 17:59:15 +02:00
Axel Uhl
f36809ae61
Merge branch 'master' into bug5787
2023-05-03 11:49:01 +02:00
Axel Uhl
2faa0dbfb4
Merge branch 'translation'
2023-04-27 17:31:37 +02:00
service.tip.git
2e25fd5a66
[INTERNAL] Translation delivery: commit by LX Lab
...
Change-Id: I04d6a56f876719950877186f6e94c2b2c62e7470
2023-04-27 15:21:49 +00:00
Axel Uhl
034100e5c2
Merge remote-tracking branch 'origin/master' into bug5838
2023-04-27 17:16:59 +02:00
Axel Uhl
9dc9b761d9
bug5838: hand down VPC ID for target group creation
2023-04-27 01:19:58 +02:00
Axel Uhl
23a370881d
bug5838: ALBs are now created in the VPC where "Sailing Analytics App" SG lives;
...
the subnet mappings for the AZs are obtained from the full subnet list,
intersected with the VPC ID taken from the "Sailing Analytics
App"-Name-tagged security group. This puts the ALB into the right VPC
and hopefully lets us assign targets to its target groups where the
targets are deployed into that VPC, too.
2023-04-26 23:33:59 +02:00
Axel Uhl
9dadbfdc68
bug5838: make creation of auto-scaling group and launch configuration aware of VPCs
2023-04-26 15:10:34 +02:00
Axel Uhl
26fef91b84
bug5838: when launching an instance, find security group by "Sailing Analytics App" Name tag;
...
additionally, set the subnet to which to deploy explicitly by
intersecting the subnets that match the desired availability zone with
the VPC ID of the security group used. This way, the VPC of the "Sailing
Analytics App"-name-tagged security group decides into which VPC the
instance(s) will be deployed.
2023-04-26 14:20:23 +02:00
Axel Uhl
8531f7424c
bug5838: starting to work on non-default VPC support
2023-04-25 18:41:02 +02:00
Allard
a880504ee0
Merge remote-tracking branch 'origin/master' into bug4930
2023-04-25 09:34:48 -04:00
Heather Allard
5e500620d9
removal of old help buttons
2023-04-25 06:45:25 -04:00
Allard
3fad47196c
Merge remote-tracking branch 'origin/master'
2023-04-25 06:26:03 -04:00
Axel Uhl
fe07b0358b
fixed copy&paste error in message text
2023-04-22 22:35:44 +02:00
Axel Uhl
0d12cf6a9b
first write-up for Paris 2024 Olympic set-up
2023-04-21 18:32:05 +02:00
Axel Uhl
ae8434cbd3
Merge branch 'bug5831'
2023-04-20 23:11:53 +02:00
Axel Uhl
915f80cb43
re-added "-ea" to Sailing Server (Proxy).launch
2023-04-20 21:39:45 +02:00
Axel Uhl
46c96fe850
bug5787: started with a TODO / FIXME comment
2023-04-20 21:38:11 +02:00
Axel Uhl
109d4f66c2
bug5831: introduced RaceLogRaceStatus.isAbortingFlagFromPreviousPassValid()
2023-04-20 17:14:30 +02:00
Axel Uhl
9c98d318f5
bug5831: also allow for AbortingFlagFinder in PRESCHEDULED (null start time) state
2023-04-20 16:54:47 +02:00
Axel Uhl
282cc3162c
bug5831: adjust RaceContext.getFlagStateOrNull to also find an aborting flag in PRESCHEDULED state
2023-04-20 16:49:21 +02:00
Axel Uhl
3a986c0d9f
Merge remote-tracking branch 'origin/master'
2023-04-20 16:07:50 +02:00
Axel Uhl
faa5d97012
implemented scoring scheme for Formula Kite format but A8.2 tie-break only
2023-04-20 16:06:17 +02:00
Niklas Opiela
ce3caeca81
Merge branch 'master' into bug5837
2023-04-20 15:30:54 +02:00
Axel Uhl
4d00a98d6b
Implemented a scoring scheme for A8.2-only tie-breaking (no A8.1)
2023-04-20 15:13:21 +02:00
Heather Allard
59f32e8eaf
Help Button position adjustments throughout
...
As seen in admin console, Races/Tracking mobile version, and raceboard
2023-04-20 06:49:15 -04:00
Heather Allard
6ef85ff3ad
help button update in raceboard panel (not in mobile)
2023-04-20 06:49:14 -04:00
I570464
78aacb2c2d
help button for racemap included on mobile Races/Tracking page
2023-04-20 06:49:14 -04:00
I570464
5b1f6f9d57
help button pop-up background now white vs. transparent
2023-04-20 06:49:14 -04:00