Commit Graph
13331 Commits
Author SHA1 Message Date
Darshan ea6084fe5d Merge branch 'billing-sdk-refactor' into remove-billing-plan 2026-01-18 12:58:41 +05:30
Darshan b21f3c03ba address comments. 2026-01-18 12:57:51 +05:30
Darshan f9e2510155 Merge branch 'billing-sdk-refactor' into 'remove-billing-plan'. 2026-01-18 12:56:22 +05:30
Darshan f3ca152653 fix: e2e. 2026-01-18 12:50:01 +05:30
Darshan 67d3fabb9b fix: e2e. 2026-01-18 12:30:34 +05:30
Darshan 06dcdc4a1b update: address comments. 2026-01-18 12:10:33 +05:30
Darshan e66898fef5 update: address comments. 2026-01-18 11:49:25 +05:30
Darshan 985b9e5be3 update: address comments. 2026-01-18 11:47:36 +05:30
Darshan 20c785a692 fix: urls and payment post routes. 2026-01-18 11:38:05 +05:30
Darshan cf6829766e Merge branch 'billing-sdk-refactor' into remove-billing-plan 2026-01-18 11:18:28 +05:30
Darshan 654db2e525 Merge branch 'main' into billing-sdk-refactor 2026-01-18 11:18:13 +05:30
Harsh Mahajan b7e0284271 Merge pull request #2789 from appwrite/fix-remove-finalising-status-from-sites
fix: Remove finalizing status from deployments
7.6.13
2026-01-16 18:27:02 +05:30
Harsh Mahajan c3388c7e55 show ready when finalising 2026-01-16 18:06:29 +05:30
Harsh Mahajan 0f80efe9f5 Remove finalizing status from deployments 2026-01-16 16:47:55 +05:30
Chirag Aggarwal e36a4eca40 Merge pull request #2788 from appwrite/feat/execution-timeout-helper 2026-01-16 15:38:29 +05:30
Chirag Aggarwal a35a5262b2 fix comparision 2026-01-16 15:30:26 +05:30
Chirag Aggarwal 407123e09f Fix duration timer to use original status instead of effective status
The timer should continue running for executions stuck in processing/waiting
even when they're displayed as failed due to timeout.
2026-01-16 15:18:26 +05:30
Chirag Aggarwal fc3a27cb71 fix audit issues 2026-01-16 15:14:48 +05:30
Chirag Aggarwal c8f397c656 Add execution timeout helper to show stuck executions as failed
Similar to buildTimeout.ts, this adds executionTimeout.ts to detect
executions stuck in 'waiting' or 'processing' state beyond the
function's configured timeout, displaying them as 'failed'.
2026-01-16 15:12:35 +05:30
Hemachandar 36f5ba408b Handle NS record flow and auto-verification of sub-domains (#2784)
* Handle NS record flow and auto-verification of sub-domains

* shadow

* text

* Use updated rule for label

* Org domain

* Missing status for nameserver table

* feedback

* lint

* remove unnecessary defaults
7.6.12
2026-01-14 18:16:49 +05:30
Harsh Mahajan a0422838a4 Merge pull request #2758 from appwrite/fix-SER-312-preset-button-visibility-in-smaller-screen
Fix: preset button visibility in smaller screen
7.6.11
2026-01-14 15:04:25 +05:30
Harsh Mahajan fb784f7aef lint 2026-01-14 13:37:24 +05:30
Harsh Mahajan 2458eae65b build fail 2026-01-14 13:32:26 +05:30
Harsh Mahajan 2366a6b318 merge conflicts 2026-01-14 13:16:41 +05:30
Harsh Mahajan c636edeedf some optimization 2026-01-14 13:14:44 +05:30
Matej Bačo da326f8fe2 Merge pull request #2782 from appwrite/copilot/update-permissions-to-security
Change Permissions to Security in function template wizard
2026-01-13 09:39:06 +01:00
copilot-swe-agent[bot]andHarshMN2345 91dfb60f79 Change Permissions to Security in Create function wizard
Co-authored-by: HarshMN2345 <127186841+HarshMN2345@users.noreply.github.com>
2026-01-12 12:21:48 +00:00
copilot-swe-agent[bot] f616ca1b08 Initial plan 2026-01-12 12:13:50 +00:00
Darshan 54b00a6184 fix: condition for badge. 2026-01-12 14:48:15 +05:30
Darshan aa061304e7 address comments. 2026-01-12 13:37:10 +05:30
Darshan 5b652af5db Merge branch 'billing-sdk-refactor' into 'remove-billing-plan'. 2026-01-12 13:33:42 +05:30
Darshan 5cc88f6438 Merge branch 'main' into 'billing-sdk-refactor'. 2026-01-12 13:21:04 +05:30
Darshan eef3f6824c Merge pull request #2778 from kylewhirl/fix-null-relationship-update 7.6.10 2026-01-10 14:48:44 +05:30
kylewhirl 482ef5ba6c Use column.required directly for relationship inputs 2026-01-09 08:17:18 -10:00
Matej Bačo 083104682b Merge pull request #2777 from appwrite/fix-early-success-screen
Fix: Prevnet early dpeloynt success screen
2026-01-09 14:35:30 +01:00
Matej Bačo 7ab92afc4a AI review fixes 2026-01-09 14:15:05 +01:00
Matej Bačo 9189d00679 Bug fixing 2026-01-09 13:57:25 +01:00
Matej Bačo a6f1094ba8 Update +page.svelte 2026-01-09 13:54:07 +01:00
Matej Bačo 71010d8de6 Update logsTimer.svelte 2026-01-09 13:50:01 +01:00
Matej Bačo de58db560e use timeout methods correctly 2026-01-09 13:46:29 +01:00
Matej Bačo bb6df5e074 Simplify method signature 2026-01-09 13:42:46 +01:00
Matej Bačo df347f742d PR review fixes 2026-01-09 13:32:28 +01:00
Matej Bačo aa0c425cd4 Improve UX of finalazing step 2026-01-09 13:06:00 +01:00
kylewhirl 748856ffb1 Fix spatial JSON parsing in spreadsheet editor 2026-01-08 22:43:32 -10:00
kylewhirl a30efd64f8 Make relationship inputs strictly optional 2026-01-08 22:11:38 -10:00
kylewhirl ac756b4802 Fix relationship required and partial update 2026-01-08 20:29:56 -10:00
kylewhirl a8f4ae87e1 Fix null relationship update comparison 2026-01-08 20:25:30 -10:00
Matej Bačo 5985a501f9 Prevnet early dpeloynt success screen 2026-01-08 16:50:05 +01:00
Darshan 94ba19fb79 Merge pull request #2776 from appwrite/bump-plausible 2026-01-08 16:55:53 +05:30
Darshan d38f16a3e5 lint. 2026-01-08 16:45:51 +05:30