ubicloud/helpers
Jeremy Evans 087a8405a4 Add Web Shell
Web shell allows access to the ubi command line program without
installing it. All features of ubi are available in the web shell,
except for the program execution features.

To avoid the need to create a personal access token to use the
web shell, the internal cli request sets clover.web_cli_session_id
in the request environment, and the internal request uses that
as the session id if that exists. So web cli requests are only
checked against the account's permissions, they are not checked
against a token's permissions. I think this approach is better
than forcing a user to create a personal access token to use the
web shell.

For ease of use, this uses the autofocus attribute, so add that as
a boolean attribute.
2025-08-23 05:16:59 +09:00
..
api.rb Have Pagination#paginated_result take serializer argument 2025-05-20 05:49:38 +09:00
firewall.rb Change all create_with_id to create 2025-08-06 01:55:51 +09:00
general.rb Add request.accepts_json? 2025-08-09 00:56:41 +09:00
github.rb Make runner row more compact with more information 2025-05-15 15:31:18 +03:00
inference.rb Add UI for inference router models 2025-04-29 10:27:18 -04:00
kubernetes_cluster.rb Make project location kubeneretes cluster list route filter correctly 2025-08-01 04:18:57 +09:00
load_balancer.rb Use typecast_params in load_balancer_post 2025-05-20 05:49:38 +09:00
postgres.rb Support tags for Postgres Resources 2025-08-04 19:05:28 +03:00
private_subnet.rb Use typecast_params in private_subnet_post 2025-05-20 05:49:38 +09:00
runtime.rb Configure Octokit timeouts 2025-05-06 03:31:38 +09:00
vm.rb Use handle_validation_failure in vm create route 2025-08-08 01:52:14 +09:00
web.rb Add Web Shell 2025-08-23 05:16:59 +09:00