Commit Graph

  • ac6c69d517 Simplify Model inspect/to_s using Sequel 5.87 inspect_pk plugin Jeremy Evans 2024-11-08 13:16:20 -08:00
  • 5faa5b7337 Disable Style/BlockComments cop by default Jeremy Evans 2024-11-18 12:28:44 -08:00
  • be621a3e79 Rename regen_screenshots to regen-screenshots Jeremy Evans 2024-11-18 12:27:02 -08:00
  • f87c02b33d Make managed-postgresql/overview-2-screenshot.png generation idempotent Jeremy Evans 2024-11-18 09:38:29 -08:00
  • 2acc65dc99 Stop generating 2 no longer used screenshots Jeremy Evans 2024-11-18 09:37:45 -08:00
  • 4ca481e9f7 Handle rename of quickstart directory to quick-start in documentation site Jeremy Evans 2024-11-18 09:37:08 -08:00
  • a5fd8020fe Support SHOW_ERRORS environment variable when testing Jeremy Evans 2024-11-18 13:50:37 -08:00
  • b5b00c3432 Avoid unnecessary nesting in github route Jeremy Evans 2024-11-18 14:48:32 -08:00
  • 9891addb85 Final merging of api and web routes Jeremy Evans 2024-11-18 14:20:50 -08:00
  • f124e022ba Remove unnecessary load balancer test Enes Cakir 2024-11-15 12:14:30 +00:00
  • 1405636e94 Use TEST_LOCATION in load balancer API tests Enes Cakir 2024-11-15 12:02:35 +00:00
  • 3574db70bb Add load balancer post route for invalid names Enes Cakir 2024-11-15 11:53:10 +00:00
  • 8d628ba8ec Refactor load balancer post api Enes Cakir 2024-11-15 11:33:48 +00:00
  • 65ae4218fb Make cloudify_server work correctly with Hetzner servers Maciek Sarnowicz 2024-11-19 16:55:31 -06:00
  • ea23875f72 Increase SubnetNexus.wait deadline to 3 minutes Furkan Sahin 2024-11-19 16:21:29 +01:00
  • 3216afccc6 Adds connected subnets for Postgres pg_connect_subnets Furkan Sahin 2024-11-19 14:08:02 +01:00
  • 6412ff9989 init pg_replace_certs Furkan Sahin 2024-11-19 13:34:34 +01:00
  • 00e0f501f2 Rewrite port for load balancer when balanced Furkan Sahin 2024-11-18 17:09:08 +01:00
  • 232df02ba1 Bump the development-dependencies group across 1 directory with 9 updates dependabot[bot] 2024-11-19 08:33:46 +00:00
  • a8cb9e51a7 Bump the nodejs to 22.9 from 23.2 for tooling Enes Cakir 2024-11-19 11:40:38 +03:00
  • 149da41b9a Bump node in the docker-dependencies group across 1 directory dependabot[bot] 2024-11-18 23:42:42 +00:00
  • bd093f9624 Bump the js-dependencies group across 1 directory with 18 updates dependabot[bot] 2024-11-18 23:59:05 +00:00
  • ebc5a6e750 Increase nap time at GithubRunner.wait Enes Cakir 2024-11-13 15:36:17 +00:00
  • 203cfae413 Check account-project association with a query instead of Ruby Enes Cakir 2024-11-15 14:28:55 +00:00
  • 86d2f31ee4 Unify delete response for project Enes Cakir 2024-11-15 14:24:09 +00:00
  • 4555e01e03 Fix rspec group name for project api Enes Cakir 2024-11-15 14:20:58 +00:00
  • f1d71911a9 Combine unauthenticated api tests for project Enes Cakir 2024-11-15 14:20:30 +00:00
  • 07c840a862 Perform same authorization for api and web requests in project list Enes Cakir 2024-11-15 14:18:27 +00:00
  • d634ad8957 Move quota variable to the project detail branch. Enes Cakir 2024-11-15 14:13:31 +00:00
  • f1a8271d69 Merge the project api and web branches Enes Cakir 2024-11-15 12:45:09 +00:00
  • 7f5ada181d Use DependencyError for all similar cases Enes Cakir 2024-11-07 04:45:57 +03:00
  • cf96f2fed2 Return error as json if json requests Enes Cakir 2024-11-15 15:11:01 +00:00
  • bddbab0da8 Remove Routes::Common::Base class Enes Cakir 2024-11-18 23:53:47 +03:00
  • ce499b0ff3 Fix wording of notice in load balancer attach/detach routes Enes Cakir 2024-11-14 09:18:09 +00:00
  • 920abb15b4 Unify how we trigger failures in the load balancer routes Enes Cakir 2024-11-12 13:54:39 +00:00
  • 3d4ec0dc10 Fix exception handling in project/location/load_balancer attach-vm Enes Cakir 2024-11-12 12:12:02 +00:00
  • f3b3a64fd6 Simplify load balancer patch route Enes Cakir 2024-11-07 20:03:32 +03:00
  • 2bebbf0a22 Merge the project/location/load_balancer attach-vm and detach-vm routes Enes Cakir 2024-11-07 18:29:59 +03:00
  • 469bb14205 Return 204 for invalid names for load balancer delete Enes Cakir 2024-11-07 03:51:56 +03:00
  • 9d58d7f6d6 Exclude attached vm ids using a database query in load balancer get Enes Cakir 2024-11-07 03:38:43 +03:00
  • 8162df885d Avoid unnecessary model reloading in load balancer patch Enes Cakir 2024-11-07 03:26:04 +03:00
  • a982ef38a4 Omit unnecessary hash values in load_balancer_post Enes Cakir 2024-11-07 03:23:29 +03:00
  • c339ef7510 Perform authorization in same place for api and web requests in load_balancer_list Enes Cakir 2024-11-07 03:19:01 +03:00
  • c6c834f0e1 Replace LoadBalancerHelper#post with Clover#load_balancer_post Enes Cakir 2024-11-07 03:15:26 +03:00
  • a966126bea Replace LoadBalancerHelper#list with Clover#load_balancer_list Enes Cakir 2024-11-07 03:08:25 +03:00
  • eb7aee0499 Inline LoadBalancerHelper#patch Enes Cakir 2024-11-07 02:37:52 +03:00
  • 5ad25b6c10 Inline LoadBalancerHelper#post_detach_vm Enes Cakir 2024-11-07 02:34:52 +03:00
  • 89586d458c Inline LoadBalancerHelper#post_attach_vm Enes Cakir 2024-11-07 02:32:04 +03:00
  • 770526e080 Inline LoadBalancerHelper#delete Enes Cakir 2024-11-07 02:09:14 +03:00
  • 4034030c11 Inline LoadBalancerHelper#get Enes Cakir 2024-11-07 02:06:26 +03:00
  • ca3fe011ad Inline LoadBalancerHelper#view_create_page Enes Cakir 2024-11-07 01:41:36 +03:00
  • ed98cc0a92 Merge the project/load_balancer route branches Enes Cakir 2024-11-07 01:35:26 +03:00
  • 05c84f7408 Merge the project/location/load_balancer route branches Enes Cakir 2024-11-07 01:11:13 +03:00
  • 87aa28cff6 Enable/disable transparent cache velioglu/enable_cache_ui Burak Velioglu 2024-11-18 22:58:56 +03:00
  • fa1bfb470b Only eagerly load required fields for postgres api list route Burak Yucesoy 2024-11-15 18:02:33 +03:00
  • 3ff68e3f9f Remove unnecessary return statement in postgres reset-superuser-password route Burak Yucesoy 2024-11-15 17:57:31 +03:00
  • 9eed515a43 Reduce nesting for project/postgres/location firewall rule get route Burak Yucesoy 2024-11-15 17:31:55 +03:00
  • 0070883061 Reduce nesting for project/postgres/location failover route Burak Yucesoy 2024-11-15 17:31:05 +03:00
  • 087a07244d Reduce nesting for project/postgres/location restart route Burak Yucesoy 2024-11-15 17:30:38 +03:00
  • 560d20bf02 Use positional argument for name in postgres_post Burak Yucesoy 2024-11-15 01:15:34 +03:00
  • 1032ac8a17 Remove unnecessary postgres authorizations Burak Yucesoy 2024-11-15 01:08:21 +03:00
  • 05f3bb7a2f Reduce nesting for project/postgres/location delete metric destination route Burak Yucesoy 2024-11-15 01:05:42 +03:00
  • bbd5378fac Reduce nesting for project/postgres/location delete firewall rule route Burak Yucesoy 2024-11-15 01:05:15 +03:00
  • 12d3dc860a Replace request with r in project/location/postgres routes Burak Yucesoy 2024-11-15 01:02:58 +03:00
  • ec069d8a2a Reduce nesting for project/postgres create route Burak Yucesoy 2024-11-15 00:53:57 +03:00
  • 1c6dfdfacf Omit unnecessary hash values Burak Yucesoy 2024-11-15 00:49:26 +03:00
  • 7d0c23b440 Avoid unnecessary request.halt calls Burak Yucesoy 2024-11-15 00:47:44 +03:00
  • 18f99027ef Perform authorization in same place for api and web in postgres_list Burak Yucesoy 2024-11-15 00:45:54 +03:00
  • 1b5ac9e0f1 Replace PostgresHelper#post with Clover#postgres_post Burak Yucesoy 2024-11-15 00:41:09 +03:00
  • 785b0663e8 Replace PostgresHelper#list with Clover#postgres_list Burak Yucesoy 2024-11-15 00:34:14 +03:00
  • 03b9bfdd60 Inline PostgresHelper#delete Burak Yucesoy 2024-11-15 00:30:08 +03:00
  • 8ddabd62da Inline PostgresHelper#get Burak Yucesoy 2024-11-15 00:28:53 +03:00
  • 7ccdab57e2 Inline PostgresHelper#reset_superuser_password Burak Yucesoy 2024-11-15 00:23:22 +03:00
  • fce1ecfb11 Inline PostgresHelper#failover Burak Yucesoy 2024-11-15 00:20:59 +03:00
  • 999e58e6a9 Inline PostgresHelper#restart Burak Yucesoy 2024-11-15 00:19:23 +03:00
  • 8d77688db4 Inline PostgresHelper#restore Burak Yucesoy 2024-11-15 00:09:32 +03:00
  • fbffc57907 Inline PostgresHelper#delete_metric_destination Burak Yucesoy 2024-11-15 00:07:54 +03:00
  • c5b494c7e3 Inline PostgresHelper#post_metric_destination Burak Yucesoy 2024-11-15 00:04:53 +03:00
  • 9a274f15c1 Inline PostgresHelper#delete_firewall_rule Burak Yucesoy 2024-11-15 00:02:37 +03:00
  • 91654f20f0 Inline PostgresHelper#get_firewall_rule Burak Yucesoy 2024-11-14 23:56:00 +03:00
  • 52eda2ff31 Inline PostgresHelper#post_firewall_rule Burak Yucesoy 2024-11-14 07:51:24 +03:00
  • 7e55486ffe Inline PostgresHelper#view_create_page Burak Yucesoy 2024-11-14 07:21:52 +03:00
  • 12cab1e781 Merge the project/postgres route branches Burak Yucesoy 2024-11-14 07:12:08 +03:00
  • c082638a30 Merge the project/location/postgres route branches Burak Yucesoy 2024-11-14 07:05:14 +03:00
  • c899dfebcc Require VERSION environment variable to migrate down Jeremy Evans 2024-11-13 09:45:25 -08:00
  • bda37f2ad6 Use features in Roda 3.86 to simplify app Jeremy Evans 2024-11-07 17:46:56 -08:00
  • 0a6038e3eb Switch from schema_caching to pg_schema_caching Sequel extension Jeremy Evans 2024-11-14 15:52:32 -08:00
  • e01556a475 Fix two bugs in rake refresh_sequel_caches Jeremy Evans 2024-11-12 09:04:09 -08:00
  • 1c3c014dda Disable IPv6 address resolution for runners Furkan Sahin 2024-11-18 12:27:05 +01:00
  • fe277fe98f Increase parallel dns query count to 10000 Furkan Sahin 2024-11-18 12:24:16 +01:00
  • c3d965d4db Test all caches velioglu/final_docker_cache_test Burak Velioglu 2024-11-18 14:21:09 +03:00
  • e24d2258a3 Add E2E env variables to test github actions cache Burak Velioglu 2024-11-18 13:37:11 +03:00
  • ee1d1a6fb6 Test all e2e tests velioglu/test_all_e2e Burak Velioglu 2024-11-18 13:46:00 +03:00
  • 4f475ed033 Add E2E env variables to test github actions cache Burak Velioglu 2024-11-18 13:37:11 +03:00
  • b4d47a203b Upgrade asdf .tool-versions Postgres to 15.8 Daniel Farina 2024-11-07 13:20:31 -08:00
  • 3e33052fc8 Remove explicit calls to Clover.freeze Jeremy Evans 2024-11-06 15:12:04 -08:00
  • cc5f5afc1b Do not commit empty assets/css/app.css to repository Jeremy Evans 2024-11-12 19:26:56 -08:00
  • 714bdea225 Fix error messages for setup_database with incorrect argument Jeremy Evans 2024-11-12 17:34:52 -08:00
  • 73adc7ac03 Avoid using backticks when not storing the result in Rakefile Jeremy Evans 2024-11-12 17:25:46 -08:00
  • 30247a3800 Include model annotations at the bottom of all model files Jeremy Evans 2024-11-08 13:32:08 -08:00