Commit Graph
334 Commits
Author SHA1 Message Date
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
Niklas Opiela fe0dc29edb format 2023-04-18 16:01:18 +02:00
Niklas Opiela 954ecd6e6f added functionality for setting the amount of keys to show. 2023-04-18 15:59:25 +02:00
service.tip.git accc857503 [INTERNAL] Translation delivery: commit by LX Lab
Change-Id: I5b8903dc9a05f6edb10ad3054bdfed2c8ffb0cfd
2023-04-06 15:19:41 +00:00
Axel Uhl 93caa0d5fb sort replica sets by lowercase name 2023-03-28 10:12:48 +02:00
Axel Uhl 26736d9111 bug5826: check DNS name before trying to create application replica set 2023-03-27 17:41:47 +02:00
Axel Uhl 05ca6b7b27 Merge branch 'master' into bug5765 2023-03-24 08:57:18 +01:00
service.tip.git cc8fe96cce [INTERNAL] Translation delivery: commit by LX Lab
Change-Id: Ife8df60503e2e85e97347e78439c21593475f16b
2023-03-23 16:20:11 +00:00
Axel Uhl f8e1d5d5e2 bug5765: use bcprov-ext for newer ssh kex algorithms 2023-03-23 13:37:33 +01:00
Axel Uhl eaeb0fb55c bug5765: first green workspace after switching to JSch from com.github.mwiede 2023-03-23 10:01:14 +01:00
Axel Uhl 882d29ec8a fixed parameterization of "successfully moved away" message (instance ID instead of toString()) 2023-03-09 11:30:31 +01:00
Axel Uhl 2518cf9b14 make the AMI ID into a link to the instances using it in the AWS console 2023-03-09 10:57:45 +01:00
Axel Uhl b92f41243f bug5775: implemented UI and REST API; first test against eu-west-2 looking good 2023-03-07 17:20:14 +01:00
service.tip.git b16acf6248 [INTERNAL] Translation delivery: commit by LX Lab
Change-Id: Ie6342f2a54104be973a6a76423180278b5030e23
2023-01-19 16:25:37 +00:00
service.tip.git 8fbe8f0b99 [INTERNAL] Translation delivery: commit by LX Lab
Change-Id: I4135c36ff86a382ca264bd294d0b2da289a3c8fd
2023-01-12 16:25:16 +00:00
Axel Uhl ef3b62e33a bug5627: mostly formatting and naming details 2023-01-05 18:45:28 +01:00
Axel Uhl 8589cfc281 bug5627: added some spacing in the button panel 2023-01-04 18:34:35 +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 963d21b683 bug5627: handling creation of empty shard properly 2023-01-04 00:08:59 +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 dd7988c738 bug5627: several sharding-related UI fixes 2023-01-03 15:26:16 +01:00
Axel Uhl bfbff7b024 bug5627: i18n in sharding panel; fixing duplicate addShard popup 2023-01-03 14:14:32 +01:00
Axel Uhl f611653c23 bug5627: refactored shard target group name handling 2023-01-03 12:15:36 +01:00
Axel Uhl bf098a5b5e bug5627: (untested) made new shard name entry into a DataEntryDialog 2023-01-02 18:59:44 +01:00
Axel Uhl 66a9634ad4 bug5627: fixed confusion about sharding keys vs. leaderboard names 2022-12-31 12:23:11 +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 f8b7bae7d6 bug5627: added more i18n support 2022-12-30 16:19:52 +01:00
Axel Uhl ee9cb08ccf bug5627: removed obsolete imports and redundant local variable assignments, avoiding warnings 2022-12-30 15:54:14 +01:00
Niklas Opiela 99803b33cc removed setter and set all attributes final 2022-12-22 13:13:12 +01:00
Niklas Opiela b072ad3e58 renaming 2022-12-22 13:13:07 +01:00
Niklas Opiela c943a34320 little bugfix 2022-12-22 13:13:02 +01:00
Niklas Opiela d896a2647a renaming 2022-12-22 13:12:56 +01:00
Niklas Opiela d3f3a39dc1 doc and mapping of leaderboards 2022-12-22 13:12:35 +01:00
Niklas Opiela a4b6ca884a Ui stuff and new LeaderboardDTO 2022-12-22 13:11:05 +01:00
Niklas Opiela 270a49a6ae inserted file idk 2022-12-22 13:07:26 +01:00
Niklas Opiela 388bc96131 Merge branch 'master' into bug5627 2022-12-22 11:13:16 +01:00
Axel Uhl 4f03ff4ee4 Merge branch 'master' into bug5789 2022-12-15 21:23:49 +01:00
service.tip.git abdd851acb [INTERNAL] Translation delivery: commit by LX Lab
Change-Id: Ic4d3dc8ced2e5b3b827eadbad0e890813495817c
2022-12-15 16:19:24 +00:00
Niklas Opiela ed070c8ecb docs and formatting 2022-12-15 08:41:00 +01:00
Niklas Opiela cac7ac28cc removed getShards and changed construction of AwsShardDTO's 2022-12-14 15:22:13 +01:00
Axel Uhl e3a7b78a7a bug5792: more manifest alignments 2022-12-14 05:10:42 -08:00
Niklas Opiela b841b9ec00 visuals and removed refresh while aking for a shardname 2022-12-13 13:53:20 +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 1235f48eeb renaming and formatting 2022-12-13 13:29:35 +01:00
Axel Uhl ee0f2ff5dd bug5792: complete the removal of gwt-dev dependencies 2022-12-12 07:33:51 -08:00
service.tip.git 1a67d75c2b [INTERNAL] Translation delivery: commit by LX Lab
Change-Id: I35dc3bd044a8fda2042e52307f3d7f5fde0ec2cc
2022-12-08 16:15:24 +00:00