Nuwan Goonasekera
Nuwan Goonasekera
This PR introduces additional SSO parameters as well as some documentation for SSO functionality. Please note that rajsubit's simplejson->json patch has also been integrated, in order to get things working...
Makes most runner params overridable. ## How to test the changes? (Select all options that apply) - [ ] I've included appropriate [automated tests](https://docs.galaxyproject.org/en/latest/dev/writing_tests.html). - [X] This is a refactoring...
This is just some preliminary work, and doesn't really work, but I thought I'd share it based on the discussion at the round-table. @innovate-invent I believe you had a more...
I've been trying to setup kiam and got to a point where the server appears to be correctly starting up and obtaining the relevant credentials. However, the agent keeps restarting...
Ngx-md imports the HttpClientModule [internally](https://github.com/dimpu/ngx-md/blob/3f0ba13e06f72e832f51921aa27f148a8589b006/projects/ngx-md/src/lib/ngx-md.module.ts#L8). However, this will overwrite existing application interceptors, such as the XSRFInterceptor, which can cause module wide misbehaviour. For a similar issue in another module, please...
closes: https://github.com/ctrox/csi-s3/issues/20
Some methods like stop_vm and restart_vm, block till the operation is complete. It would be better if they were non-blocking and returned an object that can be waited upon or...
There's currently no way to get the number of GPUs per instance type or any related information. see: https://github.com/CloudVE/cloudbridge/issues/153
Something that would be desirable is a cloudbridge-wide, "contract enforcement layer", that operates above the individual providers. This layer could do provider-independent contract enforcement, like ensuring parameter combinations make sense,...
Having invalid connection settings such as a None value for subscription_id in Azure, does not throw a reasonable exception. E.g. the error thrown is as follows ``` File "/Users/Nuwan/work/djcloudbridge/djcloudbridge/domain_model.py", line...