Commit Graph
38 Commits
Author SHA1 Message Date
Axel Uhl 9bc3c66bab adding an optional session token text field to AWS login panel 2023-06-14 18:37:02 +02:00
Axel Uhl 45b778453d bug5849: consolidate archiving of MongoDB across archive/remove scenarios; pass error message to client 2023-06-08 10:30:43 +02:00
Axel Uhl 3b189a16ee bug5849: passing through MongoDB endpoint for archiving when removing replica set 2023-06-06 13:34:00 +02:00
Axel Uhl 92e3907afc bug5843: check SERVER:DELETE permission before starting to remove application replica set;
also, delete all security-related information (ownership, ACLs) for the
SERVER object after removing the application replica set
2023-05-17 16:43:17 +02:00
Axel Uhl 2859655163 allow for selecting MongoDB endpoint for archiving DB of archive set removed;
added documentation, also for the new role-specific endpoints
2023-05-12 14:14:22 +02: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
Axel Uhl c34e413dfb avoiding CancellationException when comparing DB hashes 2022-11-09 12:28:03 +01:00
Finn Huelsbusch d888c1fad9 added configuration for eclipse 2022-06 and updated the onboarding 2022-07-07 16:51:33 +02:00
Axel Uhl 31d9810fe7 added documentation for gettimepointoflastchangeinsshkeysofawslandscapemanagers 2022-02-21 14:20:14 +01:00
Axel Uhl 0c55a48bfa bug5680: also documented get_time_point_of_last_change_in_ssh_keys_of_aws_landscape_managers 2022-02-21 14:07:20 +01:00
Axel Uhl 735b098aa9 bug5680: added REST API documentation for other SSH key methods 2022-02-21 12:10:49 +01:00
Axel Uhl 0160f9fd6d bug5680: implemented add_ssh_key on /landscape service 2022-02-21 11:46:02 +01:00
Axel Uhl e8f6b515d9 bug5681: introduced a GWT-serializable CompareServersResultDTO and re-pack a pair of DataImportProgress/CompareServersResult 2022-02-18 14:35:04 +01:00
Axel Uhl d4fbdf9756 ec2-docs: more descriptions about landscape automation procedures 2022-02-15 17:58:00 +01:00
Axel Uhl 920f20acdd bug5677: upgraded AWS SDK; added method to scale up/down auto-replication replicas 2022-02-07 21:08:13 +01:00
Axel Uhl 00da91d94e bug5676: updated Admin release notes and fixed problems in REST API doc 2022-02-04 18:03:51 +01:00
Axel Uhl 53d951ac46 bug5676: added documentation for movemastertootherinstance REST API 2022-02-04 10:23:58 +01:00
Axel Uhl cf526258be bug5676: implemented REST API method movemastertootherinstance 2022-02-03 18:42:31 +01:00
Axel Uhl e4da36ed65 bug5676: increased timeout waiting for shut-down of auto-scaling replicas 2022-02-02 18:11:51 +01:00
Axel Uhl f421ba7ee7 bug5676: fixed typo in REST API doc index.html 2022-02-02 17:24:54 +01:00
Axel Uhl 058522d665 bug5676: added REST API for replica scale change from/to dedicated auto-scaling replicas and replica on shared instance 2022-02-02 17:21:51 +01:00
Axel Uhl 642d29a8f0 added serverdirectory property to /gwt/status output and use it to fill an unset getServerDirectory() on a SailingAnalyticsApplicationProcess 2022-01-31 18:35:04 +01:00
Axel Uhl 514844c297 bug5676: creating replica sets now properly separates shared and dedicated instance type configurations 2022-01-28 18:10:28 +01:00
Axel Uhl 06e193da72 bug5676: allow users to select different master/managed-replica instance types and whether first replica shall be on shared instance 2022-01-25 18:27:15 +01:00
Axel Uhl 35706cadcf bug5676: replicas upgraded in place are now reported back to client 2022-01-25 16:43:40 +01:00
Axel Uhl 638d9aecfd bug5676: reacting to server start-up without SERVER_NAME param not starting application;
other changes include fixes for how AwsAvailabilityZone.equals works
(name-based, not ID based)
2022-01-25 13:55:10 +01:00
Axel Uhl 052081ce5c bug5676: added name to host serialization, filter eligible hosts for non-auto-scaled instances 2022-01-21 16:46:46 +01:00
Axel Uhl 66778de401 bug5676: implemented deployment of replica on dedicated instance as REST API 2022-01-18 18:46:35 +01:00
Axel Uhl 8a98285d7e bug5676: implemented REST API method to determine hosts eligible for deployment of processes of a replica set 2022-01-18 12:59:38 +01:00
Axel Uhl 7908efe561 bug5672: moved upgradeApplicationReplicaSet to LandscapeService[Impl] and created REST API for it (untested) 2022-01-12 15:58:02 +01:00
Axel Uhl 7d25d06878 bug5655: fixed links between index.html files 2021-12-16 22:24:27 +01:00
Axel Uhl 6ce6466cab bug5655: updated and formatted REST API docs for /sailinglandscape 2021-12-16 22:05:15 +01:00
Axel Uhl 95a482db98 bug5655: added /removeapplicationreplicaset; started to add documentation for REST API 2021-12-16 18:31:25 +01:00
Axel Uhl 68f0f7fe6a bug5655: added AWS credentials handling to REST API; createapplicationreplicaset test successful 2021-12-16 16:39:39 +01:00
Axel Uhl 4baf5dee80 bug5655: a first untested warning-free version of REST methods for /createapplicationreplicaset and /movetoarchiveserver 2021-12-16 14:44:58 +01:00
Axel Uhl daa8e3ad6e Merge branch 'master' into bug5655; starting an implementation of a /createapplicationreplicaset REST method 2021-12-16 10:50:27 +01:00
Axel Uhl 3b2b50282f bug5655: sample service in LandscapeResource 2021-12-13 14:23:43 +01:00
Axel Uhl 18b61b0484 bug5655: added com.sap.sailing.landscape.gateway bundle 2021-12-13 12:06:40 +01:00