Commit Graph

  • 41993fc805 Enable Postgres E2E tests by default shikharbhardwaj 2025-01-21 16:27:23 +05:30
  • abcf5c39e4 Add download button for postgres CA certicates shikharbhardwaj 2025-01-17 18:58:27 +05:30
  • e731217f44 Add E2E tests for PostgreSQL shikharbhardwaj 2025-01-10 17:40:07 +05:30
  • fd44ccf944 Create SA, Secret andClusterRolebinding for kubeconfig generation kubi-kubeconfig-handover Mohi Kalantari 2025-01-20 14:57:59 +01:00
  • 4a4efb1da9 Drop columns from access_tag, and drop applied_tag and access_policy Jeremy Evans 2025-01-17 13:51:38 -08:00
  • ad0550d71a Remove HyperTagMethods Jeremy Evans 2025-01-17 17:01:24 -08:00
  • dd661ceec7 Remove now unneeded spec Jeremy Evans 2025-01-17 16:43:42 -08:00
  • d6efbcec8e Remove use of access_tag.id Jeremy Evans 2025-01-17 16:42:56 -08:00
  • 1f2df6ec73 Make ApiKey spec use account id as hyper_tag_id Jeremy Evans 2025-01-17 16:40:52 -08:00
  • 1be2578f6c Remove AccessTag model Jeremy Evans 2025-01-17 16:24:23 -08:00
  • d1541bf8f9 Remove references to the AccessTag model Jeremy Evans 2025-01-17 15:27:44 -08:00
  • 91f6d4eb93 Remove deletion of related entries in applied_tag when destroying AccessTag Jeremy Evans 2025-01-17 15:22:07 -08:00
  • 65e2ad54a6 Remove AccessPolicyConverter and AccessTagToProjectIdConverter Jeremy Evans 2025-01-17 15:05:40 -08:00
  • 1c5504a438 Remove Account#hyper_tag and #hyper_tag_name Jeremy Evans 2025-01-17 15:03:52 -08:00
  • 2c05374de9 Switch Account#dissociate_with_project to #remove_project or #remove_all_projects Jeremy Evans 2025-01-17 14:57:02 -08:00
  • db8c4c3ab8 Switch Account#before_destroy hook to use association dependency Jeremy Evans 2025-01-17 14:54:29 -08:00
  • e3d9e3b638 Switch Account#associate_with_project to #add_project Jeremy Evans 2025-01-17 14:49:25 -08:00
  • 1d97222336 Clean up some references to AccessTag in the specs Jeremy Evans 2025-01-17 14:47:21 -08:00
  • 6ae48e83c2 Set project_id+hyper_tag_id as primary key of AccessTag Jeremy Evans 2025-01-17 14:45:44 -08:00
  • 7392483bed Remove some constraints on access_tag and applied tag Jeremy Evans 2025-01-17 14:06:51 -08:00
  • 78e0b26794 Manually mark id as primary key of AccessTag Jeremy Evans 2025-01-17 14:31:12 -08:00
  • 0d24b09386 Leaseweb Host IPv4 allocation restrictions are reflected Furkan Sahin 2025-01-13 10:44:25 +01:00
  • 6560f485f2 Add privacy policy link to the login and registration pages Enes Cakir 2025-01-18 16:16:02 +03:00
  • bbc2a0c489 Kubernetes Cluster and Nodepool Upgrades Eren Başak 2025-01-17 16:57:20 +03:00
  • 68d738b2ba Upload E2E logs even it fails Enes Cakir 2025-01-18 12:54:19 +03:00
  • 8b9a3fd2f2 Fail correctly when the e2e script fails Enes Cakir 2025-01-18 14:16:47 +03:00
  • be96944813 Replace vms.each{..remove_vm} with remove_all_vms in nodepool Eren Başak 2025-01-17 15:18:37 +03:00
  • 5e03e36dc6 Insert missing VmHostCpus. Hadi Moshayedi 2025-01-09 22:40:24 -08:00
  • 18c35b8f00 Increase Max RSpec/MultipleMemoizedHelpers to 6. Hadi Moshayedi 2025-01-16 10:01:07 -08:00
  • d282b2b5ba Create VmHostCpu records when setting up a VmHost. Hadi Moshayedi 2025-01-09 22:39:30 -08:00
  • e646d7b551 Add VmHostCpu Maciek Sarnowicz 2025-01-16 10:58:27 -05:00
  • 4ad3bed1f5 Adjust billing rate for for Mistral embedding model Benjamin Satzger 2025-01-18 16:17:18 +01:00
  • 69bf5ff66b Introduce AI model Qwen2.5-14B-Instruct Benjamin Satzger 2025-01-18 16:16:55 +01:00
  • 7822b0680f Introduce AI model Llama-3.1-8B-Instruct Benjamin Satzger 2025-01-18 16:15:56 +01:00
  • c6e5335b33 Update AI base image to 20250118.1.0 Benjamin Satzger 2025-01-18 14:32:45 +01:00
  • 21d1d57eb1 Fail closed if ubid without related class is given as object during authorization query Jeremy Evans 2025-01-15 16:18:03 -08:00
  • 3e448476be Inline the filter_authorize_dataset method logic Jeremy Evans 2025-01-15 16:05:51 -08:00
  • 8e2c0d30bb Move hyper-tag related specs from authorization spec to account Jeremy Evans 2025-01-15 15:35:54 -08:00
  • feb1c97ff5 Mark project_id columns newly added to tables as NOT NULL Jeremy Evans 2025-01-15 14:24:31 -08:00
  • bc16938236 Ping inference gateway every other minute Benjamin Satzger 2025-01-17 20:46:17 +01:00
  • 8845618f47 Set max-time for curl command Benjamin Satzger 2025-01-17 20:43:54 +01:00
  • 215f09541a Make access_tag only for project <-> accounts join table Jeremy Evans 2025-01-14 12:40:20 -08:00
  • 227c11194a Use feature flags to show invisable locations Furkan Sahin 2025-01-17 17:03:39 +01:00
  • e7304e56ce Reduce e2e logs while running services Enes Cakir 2025-01-17 09:51:05 +03:00
  • 03f299ee41 Remove version from demo docker-compose template Enes Cakir 2025-01-16 15:35:29 +03:00
  • bc4bb849b1 Introduce Kubernetes Nodepools Eren Başak 2025-01-16 20:05:42 +03:00
  • 3f0a635210 Improve validation logic for setting up DNS Server VM Eren Başak 2025-01-14 11:50:14 +03:00
  • ae08d0064c Bump the development-dependencies group across 1 directory with 2 updates dependabot[bot] 2025-01-17 08:00:38 +00:00
  • 1e565ee9f0 Update rubocop and standard versions Enes Cakir 2025-01-17 00:07:32 +03:00
  • 77842ee39d Introduce Ubicni for establishing intra-cluster network connectivity Eren Başak 2025-01-16 09:53:36 +03:00
  • b83deff9e8 Delete firewalls while deleting project in E2E Enes Cakir 2025-01-17 09:36:21 +03:00
  • eb36f8a7c4 Fix unique index for usage_alert Jeremy Evans 2025-01-16 13:55:21 -08:00
  • 0663afb335 Add unique indexes and constraints Jeremy Evans 2025-01-14 14:57:51 -08:00
  • 260b8c6708 Update parameters of slackapi/slack-github-action to v2 Enes Cakir 2025-01-16 23:49:52 +03:00
  • a423924a17 Bump slackapi/slack-github-action dependabot[bot] 2025-01-13 23:26:01 +00:00
  • 009675777a Unify value content of kv and table card components Enes Cakir 2025-01-12 23:52:49 +03:00
  • 30a2ff5be7 Migrate more tables to the new table component Enes Cakir 2025-01-12 23:40:44 +03:00
  • 0c70ac1077 Add ability to apply an extra class to the column in the row. Enes Cakir 2025-01-12 18:29:00 +03:00
  • d3588466fe Add right items argument to the table card Enes Cakir 2025-01-11 00:35:54 +03:00
  • e788f72654 Unify empty states in tables Enes Cakir 2025-01-11 00:16:22 +03:00
  • 0f13c82a9d Bump the js-dependencies group across 1 directory with 9 updates dependabot[bot] 2025-01-16 12:35:16 +00:00
  • 182072878d Remove old policy editor view Enes Cakir 2025-01-15 22:30:29 +03:00
  • 2fb60c1f45 Update node from 23.2 to 23.6 Enes Cakir 2025-01-13 11:49:28 +03:00
  • 7272cb6d7d Update base docker images from alpine 3.19 to 3.21 Enes Cakir 2025-01-13 11:47:50 +03:00
  • d520a22d0e Rename KubernetesCluster#vms to cp_vms Eren Başak 2025-01-15 17:21:46 +03:00
  • 6fe96332da remove sudo from init-cluster and join-control-plane-node calls Eren Başak 2025-01-15 16:49:05 +03:00
  • 7df0301701 Adapt kubernetes model to project_id changes Eren Başak 2025-01-15 14:43:46 +03:00
  • 360f41a15a Introduce Kubernetes Cluster Provisioning Logic Eren Başak 2025-01-13 16:30:49 +03:00
  • 4642576fc2 Introduce a basic Kubernetes Cluster model Eren Başak 2025-01-12 22:21:49 +03:00
  • a8ef41c34e Add migration file for kubernetes service models Eren Başak 2025-01-12 20:42:18 +03:00
  • 016480ce50 Add E2E tests for PostgreSQL shikhar/postgres-e2e-test-matrix shikharbhardwaj 2025-01-10 17:40:07 +05:30
  • 209e1d0392 Use released versions of tilt, roda, and rodauth Jeremy Evans 2025-01-15 11:12:56 -08:00
  • 2d8e450a97 Switch from multi_insert to import in DnsZone#delete_record Jeremy Evans 2025-01-13 14:03:19 -08:00
  • 3f69386067 Fix N+1 query issue in vm show page Jeremy Evans 2025-01-13 11:42:02 -08:00
  • 3add547871 Enable autofocus at otp input field sh0n0 2025-01-15 16:35:22 +09:00
  • 1808d472b1 Start using encryption for MinIO drives Furkan Sahin 2025-01-10 16:21:07 +01:00
  • 01cdcf8623 Fix vcpu quota on project show view Enes Cakir 2025-01-15 11:53:37 +03:00
  • 999a07afe1 Add AccessTagToProjectIdConverter, to populate project_id columns Jeremy Evans 2025-01-13 17:13:21 -08:00
  • 5d721ebe7b Move dissociate_with_project from HyperTagMethods to Account Jeremy Evans 2025-01-13 16:53:29 -08:00
  • 1227c7e377 Set project_id columns when creating objects for 6 models Jeremy Evans 2025-01-13 16:27:26 -08:00
  • e95a4b8e3f Add project_id to tables that should only be associated with a single project Jeremy Evans 2025-01-13 14:42:36 -08:00
  • e3b5cd9752 Make dataset_authorize check for HyperTagMethods module instead of project_id column Jeremy Evans 2025-01-13 16:36:16 -08:00
  • 69f8199c61 Support VmHost#incr_graceful_reboot to gracefully reboot a host Jeremy Evans 2025-01-09 09:39:29 -08:00
  • 8306f823f6 Remove unnecessary branches in table card component Jeremy Evans 2025-01-13 11:35:16 -08:00
  • 0dad29dc73 Add BUTTON_COLOR constant for button colors Jeremy Evans 2025-01-13 10:43:56 -08:00
  • 8025a501d6 Cover vm show page Jeremy Evans 2025-01-13 10:17:16 -08:00
  • d2e0fa82fa Make description a required local for the empty state component Jeremy Evans 2025-01-13 10:09:45 -08:00
  • ce570515df Cover private subnet index Jeremy Evans 2025-01-13 10:07:18 -08:00
  • 7d81bbe0c5 Cover inference token index Jeremy Evans 2025-01-13 10:01:52 -08:00
  • 9ea1c0b457 Keep submitted checkboxes when attempting to remove all members from Admin subject tag Jeremy Evans 2025-01-10 16:55:43 -08:00
  • b78d6b27db Remove unneeded branches in two_factor_auth page Jeremy Evans 2025-01-10 16:42:46 -08:00
  • 10d8a6c3c6 Cover social buttons view Jeremy Evans 2025-01-10 16:29:53 -08:00
  • 6757413ebe Remove unnecessary branch in reset password view Jeremy Evans 2025-01-10 15:29:01 -08:00
  • c2d9ab2c2c Remove unnecessary branch in login view Jeremy Evans 2025-01-10 15:25:02 -08:00
  • 153bfda6e3 Cover progress_bar view Jeremy Evans 2025-01-10 15:18:58 -08:00
  • abc7fced09 Cover and fix issues in private subnet show view Jeremy Evans 2025-01-10 14:58:06 -08:00
  • 8494e63621 Add nocov to else block in resource creation form Jeremy Evans 2025-01-10 14:26:29 -08:00
  • 013e0b33c4 Cover form select view Jeremy Evans 2025-01-10 14:25:48 -08:00
  • 704ce843e5 Make name and selected required for policy select view Jeremy Evans 2025-01-10 14:14:43 -08:00
  • 0ca8e989f3 Inline the country select view Jeremy Evans 2025-01-10 14:11:38 -08:00