Commit Graph
100 Commits
Author SHA1 Message Date
Leon Radeck 9222ff1b4e Changed variable name 2018-07-05 10:41:28 +10:00
Leon Radeck 288790bdc8 Merge branch 'master' into bug4648 2018-07-05 10:03:25 +10:00
Leon Radeck ee752cdc49 Merge branch 'master' into bug4648 2018-06-29 09:40:10 +10:00
Leon Radeck 00bb64eed5 Added label to showDataLabelsPanel 2018-06-29 09:36:31 +10:00
Leon Radeck 7b5645b694 Add option to show data labels to result chart 2018-06-29 09:23:37 +10:00
Leon Radeck 3222a73ce8 Changed metric ManeuverLossVsWindSpeed to WindSpeedVsManeuverLoss 2018-05-03 15:56:40 +10:00
Leon Radeck fa1e88227e Reflect grouping to selected dimensions. 2018-05-03 13:40:16 +10:00
Leon Radeck 15b0a3ca6a Merge branch 'bug4486' into bug4521 2018-05-03 12:56:08 +10:00
Leon Radeck 720949900c Merge branch 'master' into bug4486 2018-05-03 12:55:30 +10:00
Leon Radeck d81dbc5acc Added statistic ManeuverLossVsWindSpeed. Removed unused variable. 2018-05-03 12:54:09 +10:00
Leon Radeck 5ed0f14196 Adjusted release_notes_admin.html 2018-05-02 14:57:46 +10:00
Leon Radeck b1f825f3d0 Revert "Adjusted release_notes_admin.html" (wrong branch)
This reverts commit dc06722821.
2018-05-02 14:55:39 +10:00
Leon Radeck dc06722821 Adjusted release_notes_admin.html 2018-05-02 14:54:39 +10:00
Leon Radeck 0a30ccee1d Distinguish metrics that depend on start of race or start of competitor by naming them accordingly. 2018-04-30 14:06:57 +10:00
Leon Radeck 5518523c49 Added statistics SpeedAverage and SpeedAverageVsDistanceTraveled 2018-04-30 12:25:07 +10:00
Leon Radeck 2ae2a67e16 Merge branch 'bug4486' into bug4521 2018-04-30 10:44:27 +10:00
Leon Radeck 86c85b93ab Merge branch 'master' into bug4486 2018-04-30 10:43:00 +10:00
Leon Radeck fa325c38af Changed grouping visualization back to default. 2018-04-30 10:41:09 +10:00
Leon Radeck 4f66637083 Merge branch 'master' into bug4486 2018-04-26 16:41:37 +10:00
Leon Radeck 3e8acf2723 Removed unused imports 2018-04-26 16:40:29 +10:00
Leon Radeck edf922dfb6 Added ParallelGroupedNumberPairCollectingProcessor. Renamed AveragePairWithStats to PairWithStats to express that this class is now not only used for aggregating an average but also to collect all individual pairs of a group when combined with ParallelGroupedNumberPairCollectingProcessor. Adjusted NumberPairResultsPresenter. Changed default series name to groupKey. 2018-04-26 16:39:20 +10:00
Leon Radeck 4f5d468cd0 Merge branch 'bug4486' into bug4521 2018-04-20 14:59:39 +10:00
Leon Radeck 26ec2eeb95 Merge branch 'master' into bug4486 2018-04-20 14:58:52 +10:00
Leon Radeck 224fc7fae5 Merge branch 'bug4486' into bug4521 2018-04-20 14:58:01 +10:00
Leon Radeck 907387bf43 Added WindwardDistanceToAdvantageousEndOfLineVsRelativeDistanceToAdvantageousEndOfLine and RelativeDistanceToAdvantageousEndOfLine as metrics 2018-04-20 14:17:09 +10:00
Leon Radeck d7ecc7894f Changed tooltip 2018-04-20 13:41:32 +10:00
Leon Radeck c1a30ca632 Create multiple series according to group keys 2018-04-19 13:26:45 +10:00
Leon Radeck 87f5333723 Remove <center></center> of tooltip as it does not work 2018-04-19 13:09:08 +10:00
Leon Radeck 8bc783da23 Overwrite tooltip to be able to create series with multiple points whilst displaying the points name in the tooltip and not the series name. 2018-04-19 13:08:09 +10:00
Leon Radeck 519a2f6c1f Removed unnecessary variables for the current purpose. 2018-04-19 12:07:42 +10:00
Leon Radeck 2970e72d1c Changed variable name 2018-04-19 11:46:42 +10:00
Leon Radeck 144cb24607 Merge branch 'bug4486' into ast_metrics 2018-04-17 16:37:39 +10:00
Leon Radeck c481b75c23 Removed legend for more space. Gave points groupkey name. Always use circle as a marker for now. 2018-04-17 14:50:47 +10:00
Leon Radeck f7e4b47f77 Adjusted metrics 2018-04-17 13:43:16 +10:00
Leon Radeck 4f2bad6703 Adjusted stringMessage of statistic. 2018-04-17 12:59:24 +10:00
Leon Radeck 99b55b2a3d Cleaned some warnings 2018-04-17 12:01:38 +10:00
Leon Radeck ad1d3864cb Changed statistic to be absolute 2018-04-17 11:49:21 +10:00
Leon Radeck 34cbd620ce Added statistic windward distance to starboard side at start 2018-04-17 11:45:40 +10:00
Leon Radeck 1a35348a15 Added line length at time of competitor start as statistic 2018-04-17 11:36:14 +10:00
Leon Radeck 717ec0a644 Adjusted Scatterplot Chart 2018-04-17 10:52:58 +10:00
Leon Radeck 689844b933 Adjusted stringMessages 2018-04-17 10:52:44 +10:00
Leon Radeck b869152f22 Changed stringMessage for average pair: 2018-04-16 16:23:00 +10:00
Leon Radeck 81e86842b7 Removed getDependentCssClassName method 2018-04-16 15:38:03 +10:00
Leon Radeck 6fcff01dc5 Removed comment and method. 2018-04-16 15:35:54 +10:00
Leon Radeck 86f3081fab Merge branch 'master' into bug4486 2018-04-16 15:26:03 +10:00
Leon Radeck ce79b971cc Added NumberPairResultsPresenter.java 2018-04-16 15:23:33 +10:00
Leon Radeck 40c70057c8 Added AveragePairWithStatsImpl_CustomFieldSerializer 2018-04-16 15:23:15 +10:00
Leon Radeck 78a331c597 Adjusted storeElement() method of ParallelGroupedNumberPairDataAverageAggregationProcessor 2018-04-16 15:22:01 +10:00
Leon Radeck 26fc468f0b Changed serialVersionUID and toString() method 2018-04-16 15:20:02 +10:00
Leon Radeck 4c7f9c2170 Removed comments 2018-04-16 15:19:36 +10:00
Leon Radeck 918f3ab900 Added NumberPairResultsPresenter 2018-04-16 15:19:15 +10:00
Leon Radeck fb7a2ac090 Added AveragePairWithStats and parallelGroupedNumberPairDataAverageAggregationProcessor 2018-04-10 10:39:05 +10:00
Leon Radeck 65de62c5db Removed my spartanizer.xml 2018-04-03 11:13:09 +10:00
Leon Radeck 012476f9e7 Added statistic getNormalizedDistanceToStarboardSideAtStartVsRankAtFirstMark with return type Pair<Double, Double> 2018-03-29 13:47:44 +11:00
Leon Radeck a9c248789a Merge branch 'aws-automation' 2018-03-23 13:22:26 +11:00
Leon Radeck c693411285 Deleted old documentation. Added ssh retry if key is not empty but is not working for instance. Adjusted replica scenario. 2018-03-23 13:21:02 +11:00
Leon Radeck 60a157210b Merge branch 'aws-automation' 2018-03-19 09:37:58 +11:00
Leon Radeck 0bc596c91e Current version. Problem: Currently 'aws --region eu-west-1 resourcegroupstaggingapi get-resources' does not list every existing resource. For example there are no images listed and just a few security groups. This should be an amazon problem. Until solved the script will not work. 2018-03-12 17:34:41 +11:00
Leon Radeck 301fc0f7b8 Inconsistent. 2018-03-09 16:20:58 +11:00
Leon Radeck fb10a2d925 Revert "temp save default jan kiel"
This reverts commit 6141c1b377.
2018-02-19 12:57:11 +01:00
Leon Radeck 6141c1b377 temp save default jan kiel 2018-02-19 12:56:39 +01:00
Leon Radeck 138a1fe3b7 Save 2018-02-19 12:41:02 +01:00
Leon Radeck 3a61274d4e Replica scenario, etc. 2018-02-16 16:28:44 +01:00
Leon Radeck 3391ec8ea9 Bug fixes 2018-02-14 07:46:29 +01:00
Radeck 562749bae8 Generic instance association: choose instance and load balancer 2018-02-14 05:26:37 +00:00
Leon Radeck 6ece5c3817 Tagged resources are highlighted within menu 2018-02-14 05:39:16 +01:00
Leon Radeck 8d1f36575c Store all resources in associative array 2018-02-14 02:58:08 +01:00
Leon Radeck 849854aae6 Revert stderr redirection 2018-02-13 21:03:22 +01:00
Radeck 204f8603b8 Added validation 2018-02-13 19:59:04 +00:00
Radeck 99bb53e2c8 Adjusted input display 2018-02-13 15:39:05 +00:00
Leon Radeck 09af4f83ac Added exit assertion 2018-02-13 16:19:33 +01:00
Radeck 94ba40a6e4 Changed condition 2018-02-11 13:05:45 +00:00
Leon Radeck 9b1e0711e6 Redirect apachectl configtest to /dev/null 2018-02-11 13:37:14 +01:00
Radeck 4df65dc0d0 Execute remote root, apachectl configtest 2018-02-11 12:06:25 +00:00
Radeck 11a98c0be3 Dont use wrapper here 2018-02-11 11:38:17 +00:00
Leon Radeck 269e1c1b75 Clearer messages 2018-02-11 11:59:15 +01:00
Leon Radeck 16c0c6c94a more 2018-02-11 11:38:52 +01:00
Leon Radeck 79a96e98f3 A lot new 2018-02-11 11:19:20 +01:00
Leon Radeck b60777fff8 Config, removed tmux, removed util functions 2018-02-10 06:50:44 +01:00
Leon Radeck 729ccd7e31 Removed unused variables, etc. 2018-02-10 06:34:12 +01:00
Leon Radeck 1c46dc0b44 Config files no longer needed 2018-02-10 06:25:58 +01:00
Radeck 053ec77b09 Configuration ~/.aws-automation/config- file for personal settings 2018-02-10 05:21:41 +00:00
Radeck d47ab08dd3 Removed alb domain setting 2018-02-10 04:13:27 +00:00
Leon Radeck a47a586bfd Timeout, different changes. 2018-02-10 05:11:36 +01:00
Leon Radeck 6bcf0d5a7e Automatically recognize tagged resources from AWS. All resources with tag key 'AutoDiscover' and value 'true' will automatically be discovered. 2018-02-10 04:35:44 +01:00
Leon Radeck 03fddc92bd Changed host and port of mongodb conf of eu-west-1 2018-02-01 13:27:20 +01:00
Leon Radeck a527f77989 Key name not needed for shared instance scenario. 2018-02-01 13:25:02 +01:00
Leon Radeck bee26e5499 Ask for ssh user always 2018-02-01 13:10:59 +01:00
Leon Radeck 4a6d9ade30 Moved keypair and keyname to region config files. SSH user now adjustable within shared instance scenario. 2018-02-01 12:57:31 +01:00
Leon Radeck c3877e2b07 Merge branch 'aws-automation' of ssh://sapsailing.com/home/trac/git into aws-automation 2018-02-01 10:15:08 +01:00
Leon Radeck aa6ecb0da5 Wait for ssh now takes ssh_user and dns_name as parameters 2018-02-01 01:30:47 +01:00
Leon Radeck 55ab9f0485 Changed db name of replica. Use default key per specific regions. 2018-01-26 12:10:19 +01:00
Leon Radeck 1b60d4952a First step into master/replica management. Creating replica launch template right after launching master. Doing this allows to use auto scaling groups in the future. 2018-01-23 15:48:47 +01:00
Leon Radeck 27cb744f17 Master-instance parameter. Refactoring. 2018-01-23 14:20:57 +01:00
Leon Radeck b60ba25598 Adjusted eu-west-1 config 2018-01-23 13:43:10 +01:00
Leon Radeck 2e0d1c71b6 Target group health check. Sub instance changed to shared instance. Corrected target group name format. 2018-01-23 13:37:13 +01:00
Leon Radeck e09df3e191 Refactoring 2018-01-23 13:10:54 +01:00
Leon Radeck b68c2a18ef Removed scenario --tail. 2018-01-22 20:38:45 +01:00
Leon Radeck 51870dadf4 Changing sub instance server port range from 8880-... to 8888-... 2018-01-19 15:36:19 +01:00
Leon Radeck 47dd853160 Adjusted port searching for case where no folders on super instance exist. 2018-01-19 14:55:02 +01:00