Commit graph

1592 commits

Author SHA1 Message Date
Matej Bačo
e69b9eb428 PR cleanup 2026-05-20 13:49:29 +02:00
ArnabChatterjee20k
7a711b7295
Merge pull request #11886 from appwrite/presence-api
Presence api
2026-05-18 15:25:03 +05:30
ArnabChatterjee20k
20c0c8081c feat: add documentation for presence API endpoints and update descriptions 2026-05-18 12:30:58 +05:30
Chirag Aggarwal
ab208a01b6
Update Unity docs for client factories 2026-05-18 11:22:24 +05:30
Chirag Aggarwal
5b3af53bdd
Address Unity SDK docs review 2026-05-18 11:04:07 +05:30
Chirag Aggarwal
febe332050
Add Unity SDK getting started docs 2026-05-18 10:56:29 +05:30
Jake Barnby
e8bdb954f2
docs(advisor): add per-endpoint reference docs
Each SDK method now points at its own markdown file under
docs/references/advisor/ instead of an inline heredoc, matching the
house convention used by every other module.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-11 22:51:58 +12:00
copilot-swe-agent[bot]
bfd6cebbb0
fix(advisor): address review comments on tests, naming, docs, and get insight
Agent-Logs-Url: https://github.com/appwrite/appwrite/sessions/517a4586-d3e8-40b3-a3a9-f2d2ca82b0a0

Co-authored-by: abnegate <5857008+abnegate@users.noreply.github.com>
2026-05-11 01:59:31 +00:00
harsh mahajan
1a0a19a793 Add search and pagination for repository branches 2026-05-08 13:25:35 +05:30
ArnabChatterjee20k
bca876acaf Merge remote-tracking branch 'origin/1.9.x' into big-int 2026-05-05 18:55:11 +05:30
Matej Bačo
e75fc5b859 Add list scopes endpoint for Console 2026-04-29 10:08:31 +02:00
Matej Bačo
d25707346f Add console oauth endpoint 2026-04-28 09:47:27 +02:00
Matej Bačo
d0f853d4cd Add more project policies 2026-04-21 13:38:27 +02:00
Matej Bačo
2f272f0480 Cleanup unused markdowns descriptions 2026-04-21 13:27:08 +02:00
Matej Bačo
53ed9462bd More cleanup of sms templates 2026-04-15 18:29:43 +02:00
ArnabChatterjee20k
229ab28427 Merge remote-tracking branch 'origin/1.9.x' into big-int 2026-04-09 11:15:59 +05:30
Chirag Aggarwal
5ab28ad99a docs: add missing json migration references 2026-04-05 19:52:48 +05:30
ArnabChatterjee20k
3c20ea47f5 Merge remote-tracking branch 'origin/1.9.x' into big-int 2026-04-01 09:51:07 +05:30
premtsd-code
7dcfd3ff3d
Update description for get-queue-audits endpoint 2026-03-31 12:38:48 +01:00
premtsd-code
3bb6a8bcc8
Merge branch '1.9.x' into feat/import-export-json 2026-03-30 16:15:16 +01:00
ArnabChatterjee20k
ffa3f741ed added bigint columns 2026-03-30 15:53:06 +05:30
ArnabChatterjee20k
03c73ac0aa added big int attributes 2026-03-30 15:50:59 +05:30
Chirag Aggarwal
f901b6e0ac feat: move static SDKs off platform specs 2026-03-28 17:24:20 +05:30
premtsd-code
53d0e14f97
Merge branch '1.9.x' into feat/import-export-json 2026-03-28 04:23:07 +00:00
Chirag Aggarwal
915a8bfbe0 Merge branch '1.9.x' into feat-rust-sdk 2026-03-26 17:43:47 +05:30
Darshan
45557e5929 add: missing doc. 2026-03-26 06:44:36 +00:00
Jake Barnby
4fb8d873b1 (docs): Add documentsdb and vectorsdb reference docs 2026-03-25 23:41:49 +13:00
Chirag Aggarwal
ce5d5cf6ef docs: add Rust SDK getting started guide 2026-03-23 17:58:24 +05:30
Chirag Aggarwal
1a1740ac7a feat: add Rust SDK support
Add Rust SDK entry to server platform config, wire up the Rust language
class in the SDK generation task, update sdk-generator to dev-rust branch,
and create the changelog directory.
2026-03-23 17:53:58 +05:30
ArnabChatterjee20k
8ae07ac61f Merge remote-tracking branch 'origin/1.9.x' into revert-11585-revert-11402-sync-mongodb 2026-03-23 10:47:23 +05:30
ArnabChatterjee20k
c7907932e4
Revert "Revert "Documentsdb + vectordb (latest)"" 2026-03-19 20:30:42 +05:30
ArnabChatterjee20k
9917f95dfd
Revert "Documentsdb + vectordb (latest)" 2026-03-19 19:18:27 +05:30
eldadfux
85fcc52b84 Merge origin/1.8.x into feat-user-impersonation 2026-03-18 10:23:03 +01:00
ArnabChatterjee20k
8d58383c2e Merge remote-tracking branch 'origin/1.8.x' into sync-mongodb 2026-03-18 11:38:37 +05:30
eldadfux
b85cf2fdb6 applied new logic for logs 2026-03-13 09:18:39 +01:00
Chirag Aggarwal
d80aacd706 add type safety 2026-03-07 14:20:36 +05:30
Chirag Aggarwal
576435c24b chore: update python sdk readme with pydantic models 2026-03-07 09:32:00 +05:30
ArnabChatterjee20k
2550482432 updated docs 2026-02-25 16:07:19 +05:30
ArnabChatterjee20k
cc9df4f5c5 Merge remote-tracking branch 'origin/1.8.x' into documents-db-api 2026-02-23 13:09:49 +05:30
Chirag Aggarwal
c07a7b0ea4 fix: auto-create specs directory and improve SDK error messages
- Auto-create specs directory in Specs.php if it doesn't exist

- Add helpful error message in SDKs.php when specs are missing

- Remove docs/examples from git tracking (added to .gitignore)
2026-02-23 11:06:21 +05:30
Chirag Aggarwal
a9d2fed1ba chore: split sdk release artifacts from automation 2026-02-20 14:02:16 +05:30
ArnabChatterjee20k
2926412604 Merge remote-tracking branch 'origin/1.8.x' into documents-db-api 2026-02-18 16:07:44 +05:30
ArnabChatterjee20k
2d0140f705 Merge remote-tracking branch 'origin/1.8.x' into documents-db-api 2026-02-18 16:01:55 +05:30
Prem Palanisamy
63bb69dfb1 Update docs for directory change 2026-02-18 06:23:19 +00:00
Prem Palanisamy
4940239c99 Move schedules module into projects namespace 2026-02-18 06:23:19 +00:00
Prem Palanisamy
0314d6cc15 Add schedules API endpoints (GET, XList, Create) 2026-02-18 06:23:19 +00:00
Chirag Aggarwal
634d05ae76 update cli entry too 2026-02-17 18:24:57 +05:30
Chirag Aggarwal
190b866da1 Bump Web SDK to 22.3.1 and React Native SDK to 0.23.1
Add patch changelog entries for removing bignumber.js direct dependency
to fix bundler conflict with Next.js Turbopack, and adding upsert method
to Realtime Channels helper class.
2026-02-17 18:20:35 +05:30
ArnabChatterjee20k
8c7d2c58f5
Merge branch '1.8.x' into documents-db-api 2026-02-16 14:30:53 +05:30
Chirag Aggarwal
9d83d39b16 chore: fix readme in agent skills sdk 2026-02-16 13:11:33 +05:30