Commit Graph

  • fd02ca00f0 Merge pull request #8877 from appwrite/feat-preview-deployments Matej Bačo 2024-10-27 21:25:27 +01:00
  • 8a53d02d0c Remove leftover Matej Bačo 2024-10-27 21:25:12 +01:00
  • 58ee53876b Implement preview deployments Matej Bačo 2024-10-27 21:10:53 +01:00
  • ff3928839c fix: domain create sites fix-domain-create-sites Torsten Dittmann 2024-10-27 20:18:17 +01:00
  • 853b730def Merge pull request #8875 from appwrite/chore-add-build-runtime Matej Bačo 2024-10-27 19:17:13 +01:00
  • be5fdbfd4f Add build and serve runtime to updateSite Khushboo Verma 2024-10-27 18:54:20 +01:00
  • e6d123b5e8 Merge pull request #8873 from appwrite/chore-rename-common-vars-to-compute Khushboo Verma 2024-10-27 18:35:27 +01:00
  • d8a844a2f9 Fix functions tests chore-rename-common-vars-to-compute Khushboo Verma 2024-10-27 18:14:47 +01:00
  • dd87cdbebf Fix remaining vars Khushboo Verma 2024-10-27 18:04:40 +01:00
  • 4c1881324e Use compute vars for functions and sites Khushboo Verma 2024-10-27 17:22:45 +01:00
  • cf32ba0351 debug shimon 2024-10-27 18:10:30 +02:00
  • bd27a36d16 Merge pull request #8872 from appwrite/fix-site-leftovers Matej Bačo 2024-10-27 16:58:12 +01:00
  • 2f999ba3db Fix crashing containers Matej Bačo 2024-10-27 16:34:49 +01:00
  • d8ec390cd6 Merge branch 'feat-sites' into fix-site-leftovers Matej Bačo 2024-10-27 16:22:53 +01:00
  • 7a0e7bfb95 Add runtimes to templates Matej Bačo 2024-10-27 16:15:49 +01:00
  • da7ae6b953 Merge pull request #8863 from appwrite/feat-sites-endpoints Khushboo Verma 2024-10-27 16:15:00 +01:00
  • 7c727ea818 cache shimon 2024-10-27 16:57:47 +02:00
  • 2dead545f0 Resolve PR comments feat-sites-endpoints Khushboo Verma 2024-10-27 15:51:17 +01:00
  • 9c566ec17c Merge branch 'feat-sites' into fix-site-leftovers Matej Bačo 2024-10-27 15:49:53 +01:00
  • 385fe303cc Fix leftover fields and attributes Matej Bačo 2024-10-27 15:48:39 +01:00
  • 81e3709d25 Remove scopes from updateSite endpoint Khushboo Verma 2024-10-27 15:48:06 +01:00
  • 7f17efcdd8 Resolve merge conflicts Khushboo Verma 2024-10-27 15:43:52 +01:00
  • a566ac1078 Merge pull request #8865 from appwrite/feat-check-domain-availability Khushboo Verma 2024-10-27 15:38:14 +01:00
  • 44e76b4eaa Add a todo Khushboo Verma 2024-10-27 15:35:18 +01:00
  • e7e1cfa12e Update desc Khushboo Verma 2024-10-27 15:32:29 +01:00
  • 77a70cad71 Add endpoint to check subdomain availability Khushboo Verma 2024-10-27 15:31:00 +01:00
  • 0c2db53ee8 Address PR Comments Khushboo Verma 2024-10-27 14:11:53 +01:00
  • 83807ed247 Fix projects tests Khushboo Verma 2024-10-27 12:56:56 +01:00
  • 8e8d71df35 Merge branch 'feat-sites-insights' of https://github.com/appwrite/appwrite into feat-sites-insights Torsten Dittmann 2024-10-27 11:52:43 +01:00
  • d03d21b0d4 chore: add todos Torsten Dittmann 2024-10-27 11:52:38 +01:00
  • 302a135e5a Fix health tests Khushboo Verma 2024-10-27 11:52:22 +01:00
  • b79daa2ee9 Merge branch 'feat-sites' into feat-sites-insights Torsten Dittmann 2024-10-27 11:49:11 +01:00
  • 94a5f5fff9 feat: insights Torsten Dittmann 2024-10-27 11:46:47 +01:00
  • 6b2160f388 Fix vcs deployments Khushboo Verma 2024-10-27 11:33:56 +01:00
  • 86a68c50bc Rename subdomain Khushboo Verma 2024-10-27 11:32:43 +01:00
  • e2e7d6578c Resolve merge conflicts Khushboo Verma 2024-10-27 11:30:17 +01:00
  • 73ea15d839 fix type Damodar Lohani 2024-10-27 08:08:08 +00:00
  • c7bd5f2db5 Merge branch '1.6.x' into feat-docker-geo Damodar Lohani 2024-10-27 13:27:04 +05:45
  • 005e196324 add type definitions Damodar Lohani 2024-10-27 07:15:51 +00:00
  • 68bc1a4fd7 fix missing injections Damodar Lohani 2024-10-27 07:11:12 +00:00
  • a171e17666 Merge pull request #8860 from appwrite/feat-sites-static Matej Bačo 2024-10-26 21:26:48 +02:00
  • d8610e0f2a Upgrade executor to fix tests Matej Bačo 2024-10-26 18:57:37 +00:00
  • 93222bf3f9 Fix response format; formatting Matej Bačo 2024-10-26 20:47:43 +02:00
  • ea6765c68a Support static sites Matej Bačo 2024-10-26 18:43:30 +02:00
  • 6ac81dea19 Check if subdomain exists before creating site Khushboo Verma 2024-10-26 18:34:58 +02:00
  • e4dd9bc9f9 Use custom domain in create site endpoint Khushboo Verma 2024-10-26 17:07:15 +02:00
  • 03d4d4c8fa Add build env vars for sites Khushboo Verma 2024-10-26 12:29:42 +02:00
  • fcc51d3352 Add sites build timeout env var Khushboo Verma 2024-10-26 11:14:55 +02:00
  • 08630cd686 Add timeout and add sites scopes Khushboo Verma 2024-10-26 11:01:14 +02:00
  • 9295a4e7ce Update depenrencies Matej Bačo 2024-10-25 19:25:51 +02:00
  • 826a1a02a2 Merge pull request #8844 from appwrite/feat-site-endpointsa Matej Bačo 2024-10-25 18:46:11 +02:00
  • 4ed08cefa7 Fix getTemplate endpoint Khushboo Verma 2024-10-25 18:04:32 +02:00
  • 88075a75b9 make view api use file cache shimon 2024-10-25 19:03:29 +03:00
  • c02b484128 make view api use file cache shimon 2024-10-25 19:03:07 +03:00
  • 705bd8a385 make view api use file cache shimon 2024-10-25 18:38:25 +03:00
  • 1a33a0c4d1 Fix range and frameworks Khushboo Verma 2024-10-25 16:23:29 +02:00
  • 4d3d710211 Add missing group to templates API Khushboo Verma 2024-10-25 16:05:45 +02:00
  • ac93e70dd2 Update listframeworks endpoint Khushboo Verma 2024-10-25 15:56:28 +02:00
  • dd3ffbb391 Add getTemplate endpoint for sites Khushboo Verma 2024-10-25 14:55:09 +02:00
  • 9d1d101586 Update VCS endpoin to work for both functions and sites Khushboo Verma 2024-10-25 14:41:14 +02:00
  • b47a4703c4 Merge branch '1.6.x' into feat-custom-cf-hostnames Fabian Gruber 2024-10-25 13:39:12 +02:00
  • 52936d7eb5 Merge pull request #8855 from appwrite/PLA-1776 Christy Jacob 2024-10-25 15:38:41 +04:00
  • 789ec41685 fix: default cpu fix-missed-function-cpu-bump loks0n 2024-10-25 12:27:57 +01:00
  • 4313162b5e fix(blocks): check if resource is blocked inside functions worker Fabian Gruber 2024-10-25 11:58:51 +02:00
  • 32da7b8fe2 Merge pull request #8852 from appwrite/fix-sites-commands-and-hardcoded Khushboo Verma 2024-10-25 11:59:02 +02:00
  • 41484113a0 chore: add comments fix-sites-commands-and-hardcoded Torsten Dittmann 2024-10-25 10:55:31 +02:00
  • 5d6a8be66d fix: function command Torsten Dittmann 2024-10-24 19:43:12 +02:00
  • aba3a31663 fix: deployment/deploymentId Torsten Dittmann 2024-10-24 19:28:20 +02:00
  • 8950f71b0a revert: comments Torsten Dittmann 2024-10-24 19:24:24 +02:00
  • 54d3668693 fix: todos for sites Torsten Dittmann 2024-10-24 19:20:00 +02:00
  • b16169f867 Add secret to templateVariable model Khushboo Verma 2024-10-24 18:09:43 +02:00
  • bbd589f6a8 Add download build endpoint to sites Khushboo Verma 2024-10-24 18:02:26 +02:00
  • 765d8241f2 Add secret param to site variables Khushboo Verma 2024-10-24 16:32:53 +02:00
  • 8e041ddeb6 Merge branch 'feat-sites' into feat-site-endpointsa Khushboo Verma 2024-10-24 15:24:37 +02:00
  • a4a7fe0c48 Merge branch '1.7.x' into feat-sites Khushboo Verma 2024-10-24 15:24:25 +02:00
  • a247fc3b48 Merge branch 'feat-site-endpointsa' of github.com:appwrite/appwrite into feat-site-endpointsa Khushboo Verma 2024-10-24 15:22:16 +02:00
  • d876085f6d Add usage endpoints Khushboo Verma 2024-10-24 15:21:40 +02:00
  • bba9c3d57a Merge pull request #8831 from appwrite/feat-add-secret-environment-vars Torsten Dittmann 2024-10-24 12:53:10 +02:00
  • 4ceff430f9 Merge branch '1.6.x' into feat-custom-cf-hostnames Fabian Gruber 2024-10-24 12:49:26 +02:00
  • 0df3bbec24 Merge pull request #8812 from appwrite/PLA-1776 Christy Jacob 2024-10-24 14:47:44 +04:00
  • 944e971124 Merge pull request #8849 from appwrite/feat-site-static-runtime Khushboo Verma 2024-10-24 12:38:57 +02:00
  • e512ab1816 Merge branch 'feat-site-static-runtime' of https://github.com/appwrite/appwrite into feat-site-static-runtime Torsten Dittmann 2024-10-24 12:19:19 +02:00
  • 83b5aecbfd chore: add todo comment Torsten Dittmann 2024-10-24 12:19:10 +02:00
  • 2f9d00fc07 Update the description for secret var Khushboo Verma 2024-10-24 12:08:33 +02:00
  • 23b57692ec Merge branch 'feat-site-endpointsa' into feat-site-static-runtime Khushboo Verma 2024-10-24 12:06:02 +02:00
  • 8bda7f1e1e Add listSiteTemplates endpoint and response models Khushboo Verma 2024-10-24 11:47:09 +02:00
  • 225e2c21c3 feat: allow blocking based on resource attributes Fabian Gruber 2024-10-17 13:32:42 +02:00
  • 12bddc3b1f Change secret type to bool Khushboo Verma 2024-10-24 10:59:47 +02:00
  • 8f5fa84996 Add variable endpoints for sites Khushboo Verma 2024-10-24 10:49:43 +02:00
  • 5603516d88 Merge branch '1.6.x' into feat-custom-cf-hostnames Christy Jacob 2024-10-23 23:56:43 +04:00
  • 3af34f078c Merge branch 'feat-site-endpointsa' into feat-site-static-runtime Khushboo Verma 2024-10-23 18:37:45 +02:00
  • 57e596fea2 feat: static runtime for site Torsten Dittmann 2024-10-23 18:36:26 +02:00
  • 9793cf4ece Add all deployment endpoints for sites Khushboo Verma 2024-10-23 17:07:28 +02:00
  • 3cc53acbf2 Merge pull request #8848 from appwrite/feat-change-default-function-spec Christy Jacob 2024-10-23 18:56:17 +04:00
  • 51fe894a3f Revert "Merge pull request #8757 from ItzNotABug/update-walter-references" loks0n 2024-10-23 15:20:45 +01:00
  • 6f7d8d7f62 chore: add comment loks0n 2024-10-23 15:16:15 +01:00
  • f7633c9c3b Merge branch '1.6.x' of https://github.com/appwrite/appwrite into feat-change-default-function-spec loks0n 2024-10-23 15:10:33 +01:00
  • 5fa4711247 Merge pull request #8846 from appwrite/PLA-1797 Christy Jacob 2024-10-23 18:08:41 +04:00
  • 62096dc008 chore: use 1 instead of 0.5 cpu loks0n 2024-10-23 14:22:37 +01:00
  • a4bdc23aef Add more endpoints and models for sites Khushboo Verma 2024-10-23 12:19:07 +02:00