Steven Nguyen
e5cd093a7b
Apply suggestion from @stnguyen90
2025-10-29 00:45:49 -07:00
copilot-swe-agent[bot]
2078e52798
Add contents: read permission to AI Moderator workflow
...
Co-authored-by: stnguyen90 <1477010+stnguyen90@users.noreply.github.com>
2025-10-29 07:16:52 +00:00
copilot-swe-agent[bot]
08c51b8761
Initial plan
2025-10-29 07:12:09 +00:00
Steven Nguyen
37dfce0f5b
Merge pull request #10718 from appwrite/add-workflow-workflows-issue-triage.md-5094
...
Add agentic workflow issue-triage
2025-10-29 00:04:22 -07:00
Steven Nguyen
92f776b525
Merge pull request #10717 from appwrite/copilot/add-ai-moderator-repo
...
Add GitHub AI Moderator workflow
2025-10-28 11:46:35 -07:00
Steven Nguyen
eec3d210ee
Add agentic workflow issue-triage
2025-10-28 03:00:30 +00:00
copilot-swe-agent[bot]
b729c8119d
Fix parameter name to use 'token' instead of 'github-token'
...
Co-authored-by: stnguyen90 <1477010+stnguyen90@users.noreply.github.com>
2025-10-28 02:18:07 +00:00
copilot-swe-agent[bot]
30a093a0d5
Add GitHub AI Moderator workflow
...
Co-authored-by: stnguyen90 <1477010+stnguyen90@users.noreply.github.com>
2025-10-28 02:16:40 +00:00
copilot-swe-agent[bot]
dee3ddffca
Initial plan
2025-10-28 02:11:53 +00:00
Steven Nguyen
6ded8dce67
Merge pull request #10700 from appwrite/chore-issue-auto-labeler
...
Create workflow to auto add labels to issues
2025-10-24 14:50:46 -07:00
Steven Nguyen
21b95c2645
chore: create workflow to auto add labels to issues
2025-10-24 11:24:57 -07:00
Jake Barnby
72c608bf3b
Merge pull request #10677 from appwrite/chore-sync-1.8.0
...
Chore sync 1.8.0 into main
2025-10-22 01:09:41 +00:00
Steven Nguyen
60b4835539
Merge branch 'feat-1.8.0-release-prep' into chore-sync-1.8.0
2025-10-21 12:24:26 -07:00
Steven Nguyen
610a359160
chore: clean up CHANGES.md
...
1. Remove PR authors because they don't render properly anyways
2. Format PR links to use markdown style links instead of plain URLs
2025-10-20 21:15:38 -07:00
Steven Nguyen
a3f51298fe
chore: update CHANGES.md for 1.8.0 release
2025-10-20 21:15:38 -07:00
Steven Nguyen
46f249fd3b
feat: bump console to version 7.4.7
2025-10-20 21:15:38 -07:00
Steven Nguyen
97312d1a6d
feat(self-hosted): update migration for transactions collections
2025-10-20 21:15:38 -07:00
Steven Nguyen
01765fd27f
feat: bump console to version 7.4.4
2025-10-20 21:15:37 -07:00
Steven Nguyen
0a809f85f2
fix(self-hosted): create missing project attributes
...
Appwrite 1.6.1 added these attributes, but the migration was never updated to include those new attributes
2025-10-20 21:15:37 -07:00
Steven Nguyen
a9b18811ea
fix(self-hosted): clear cache for collections and documents
...
In older versions of Appwrite, the internal ID was the $internalId attribute. However, it has now changed to $sequence so that it can align with the publicly exposed attribute for an auto-incrementing ID.
The problem with this change is that data in the cache still references the old $internalId attribute, which can lead to inconsistencies and errors when accessing cached documents. To resolve this issue, we need to clear the cache for all collections and documents at the beginning of the migration so that the new $sequence attribute is used.
2025-10-20 21:15:37 -07:00
Steven Nguyen
59f82a0dd7
feat: bump console to version 7.1.11
2025-10-20 21:15:37 -07:00
Steven Nguyen
00615c2f38
chore: create migration version for 1.8.x
2025-10-20 21:15:37 -07:00
Steven Nguyen
56a15efe3f
chore: bump appwrite version to 1.8.0
2025-10-14 14:42:59 -07:00
Luke B. Silver
3e078027a7
Merge pull request #10644 from appwrite/bcc-only-emails
...
chore: use bcc only emails for smtp
2025-10-14 13:18:36 +01:00
Chirag Aggarwal
97f448f984
comma
2025-10-14 17:19:08 +05:30
Chirag Aggarwal
07727298f7
remove default recepient
2025-10-14 17:18:44 +05:30
Chirag Aggarwal
752520470d
fix: param
2025-10-14 09:27:50 +05:30
Chirag Aggarwal
128cd68ec8
chore: use bcc only emails for smtp
2025-10-14 09:23:31 +05:30
Damodar Lohani
a832343348
Merge pull request #10617 from appwrite/fix-make-stats-usage-extendable
...
Fix: make methods protected for extending
2025-10-14 06:40:25 +05:45
Luke B. Silver
3e47f9442f
Merge pull request #10641 from appwrite/update-dotnet-sdk-0.21.2
...
Update .NET SDK to 0.21.2 and improve release detection
2025-10-13 12:53:28 +01:00
Luke B. Silver
08d661d8c3
Merge pull request #10620 from appwrite/fix-block-schedules
...
Fix block schedules
2025-10-13 12:51:38 +01:00
loks0n
3544649903
fix: block schedules
2025-10-13 12:29:32 +01:00
Chirag Aggarwal
6f5ac232c5
lint
2025-10-13 16:01:55 +05:30
Chirag Aggarwal
3b82141de2
Update .NET SDK to 0.21.2 and improve release detection
...
- Update .NET SDK version to 0.21.2 with Object[] deserialization fix
- Update sdk-generator dependency from 1.4.3 to 1.4.4
- Improve SDK release detection to check actual commit SHA of latest release tag instead of just checking releases targeting the branch
2025-10-13 15:25:51 +05:30
Jake Barnby
e303501d4a
Merge pull request #10640 from appwrite/feat-txn
...
Fix txn API scope backwards compat
2025-10-13 16:30:46 +13:00
Jake Barnby
935011b9e9
Fix backwards compat API scopes
2025-10-13 15:59:26 +13:00
Jake Barnby
de7dd6079e
Merge pull request #10618 from appwrite/ser-417
...
Throw duplicate error when function id already exists
2025-10-13 14:56:43 +13:00
Damodar Lohani
53212dc654
Merge branch '1.8.x' into fix-make-stats-usage-extendable
2025-10-12 10:17:33 +05:45
Matej Bačo
95268c49ce
Merge pull request #10631 from appwrite/fix-zero-errors-on-realtime
...
Fix: code 0 from databases on realtime
2025-10-10 15:45:09 +02:00
Darshan
1c6b56385c
fix: code 0 from databases.
2025-10-10 18:26:00 +05:30
Luke B. Silver
9819ee518d
Merge pull request #10629 from appwrite/update-domains-0.8.2
...
update domains lib to 0.8.2
2025-10-10 12:29:19 +01:00
Chirag Aggarwal
751d51ea2e
update domains lib to 0.8.2
2025-10-10 15:37:29 +05:30
Hemachandar
1f322a2700
add test
2025-10-10 15:30:56 +05:30
Jake Barnby
d89173ad57
Merge pull request #10627 from appwrite/fix-releases-sdks
...
fix: prevent empty releases in sdk release script
2025-10-10 21:43:35 +13:00
Chirag Aggarwal
d6fc2806dc
fix: prevent empty releases in sdk release script
2025-10-10 13:26:55 +05:30
Jake Barnby
a8b9d75b2a
Merge remote-tracking branch 'origin/feat-txn' into 1.8.x
2025-10-10 19:21:48 +13:00
Jake Barnby
ab5556919e
Update specs
2025-10-10 19:21:33 +13:00
Jake Barnby
f9e0bc4cd7
Merge branch 'feat-txn' into 1.8.x
2025-10-10 18:46:42 +13:00
Jake Barnby
12a1653ae0
Update doc desc
2025-10-10 18:44:48 +13:00
Jake Barnby
821b3b86e4
Merge pull request #10626 from appwrite/feat-txn
...
Fix cross API compatibility
2025-10-10 18:38:42 +13:00