Chirag Aggarwal
9ecffbf4e9
Merge branch '1.8.x' into fix-nullable-validation
2025-11-10 10:19:13 +05:30
Chirag Aggarwal
0ed4b5dbe7
fix imports + add spec changes
2025-11-10 10:16:58 +05:30
Chirag Aggarwal
eb17ffd5d2
wrap all optional values with default null with nullable
2025-11-10 10:15:49 +05:30
Jake Barnby
0bf8cead51
Merge pull request #10789 from appwrite/sync-specs
...
chore: sync specs
2025-11-10 04:33:40 +00:00
Damodar Lohani
add1142d1f
Merge pull request #10786 from appwrite/feat-function-sites-stats
...
Feat: stats sites and functions runtimes and frameworks
2025-11-10 09:52:36 +05:45
Chirag Aggarwal
86896a6d3c
chore: sync specs
2025-11-10 08:51:56 +05:30
Damodar Lohani
4fd4af312d
Fix array wrong reference
2025-11-09 08:18:37 +00:00
shimon
3ef6154ebe
Update composer.lock to reflect package version upgrades and dependency changes, including Symfony components and Utopia PHP libraries.
2025-11-09 10:10:22 +02:00
Shimon Newman
a96ba5499e
Merge branch '1.8.x' into refactor-auth-single-instance
2025-11-09 10:06:03 +02:00
shimon
599aa1dcca
Merge branch 'main' of github.com:appwrite/appwrite into refactor-auth-single-instance
2025-11-09 10:04:37 +02:00
Damodar Lohani
4b7a7496ff
Feat: stats sites and functions runtimes and frameworks
...
- Sites frameworks count
- Functions runtimes count
2025-11-09 07:17:40 +00:00
ArnabChatterjee20k
eb0e42b79c
added error message for the backups route
2025-11-09 12:13:08 +05:30
Damodar Lohani
62e5f54fcb
Merge branch '1.8.x' into feat-appwrite-auth
2025-11-09 08:36:27 +05:45
Steven Nguyen
09933ce658
refactor: Simplify issue retrieval - use single since query
...
The list_issues tool's 'since' parameter already filters by updated_at,
which captures both newly created issues AND recently commented issues in
a single query. Removed redundant second query.
2025-11-07 12:28:14 -08:00
Steven Nguyen
b225503dc5
feat: Enhance issue triage with updated criteria
...
- Include issues updated in last 24 hours (with new comments), not just newly created
- Add non-English content check: detect and request English translation respectfully
- Add multi-topic detection: ask users to split issues with multiple unrelated topics
- Improve spam detection with clear guidance
- Enhanced with empathetic approach for language and topic guidance
- Add parameter hints for list_label tool usage
- Clarify good first issue label application criteria
- Update summary message to reflect new triage scope
2025-11-07 12:26:13 -08:00
Steven Nguyen
a77a279539
fix: update issue-triage workflow
...
- look for duplicate issues across the org
- fix deprecated timeout_minutes
2025-11-07 12:17:51 -08:00
Steven Nguyen
b1e65725b5
fix: increase safe-outputs limits (labels=100, comments=10) and extend workflow stop-time
2025-11-07 12:01:42 -08:00
Aditya Oberai
0c93e7d545
Update app/config/templates/site.php
2025-11-07 23:29:36 +05:30
Aditya Oberai
469d0859fc
Add ElevenLabs text-to-speech sites template
2025-11-07 17:07:25 +00:00
ArnabChatterjee20k
7c408d675e
pr followups
2025-11-07 14:30:22 +05:30
Luke B. Silver
4a96d89ee6
Merge pull request #10765 from appwrite/feat-sdk-release-runtime-config
...
Set configs for SDK release at runtime
2025-11-07 08:57:43 +00:00
ArnabChatterjee20k
4d47bc2ebf
Merge remote-tracking branch 'upstream/1.8.x' into dat-647
2025-11-07 13:48:59 +05:30
ArnabChatterjee20k
119d6c1789
Merge remote-tracking branch 'upstream/1.8.x' into dat-647
2025-11-07 13:19:28 +05:30
Steven Nguyen
2aa2b8df91
chore: set GITHUB_TOKEN and git email at runtime
2025-11-07 00:06:01 +00:00
Steven Nguyen
84ebbc6993
fix: Enable labels toolset in GitHub MCP server
...
- Add github tool configuration with 'default' and 'labels' toolsets
- The labels toolset was not enabled by default, causing the agent
to fall back to bash commands like 'gh label list'
- Now list_label MCP tool will be available to the agent
2025-11-06 15:43:31 -08:00
Steven Nguyen
4f1940ac0c
Merge pull request #10739 from appwrite/copilot/sub-pr-10738
...
Add test coverage for webp upload and preview functionality
2025-11-06 15:07:52 -08:00
Steven Nguyen
94db75fd6c
fix: Correct GitHub MCP tool name from list_labels to list_label
...
The correct tool name in GitHub MCP server is 'list_label' (singular), not 'list_labels' (plural). This was causing the agent to fall back to bash commands like 'gh label list' instead of using the proper MCP tool.
2025-11-06 15:05:45 -08:00
Steven Nguyen
2e4397a951
fix: Use GitHub MCP list_labels tool instead of bash gh command
...
- Replace 'gh label list' bash command instruction with 'list_labels' GitHub MCP tool
- GitHub MCP tools are already enabled and authenticated, no additional config needed
- Fixes permission denied errors when agent tried to use gh CLI
2025-11-06 14:33:24 -08:00
Steven Nguyen
2f255ce01c
fix: Enable batch mode for issue triage safe-outputs
...
- Add target: "*" to safe-outputs configuration for add-labels and add-comment
- This allows the workflow to apply comments and labels to multiple issues
when running in scheduled/manual trigger mode (batch processing)
- Previously, safe-outputs jobs were skipped because they required
github.event.issue.number which only exists in event-triggered runs
- With target: "*", the workflow now reads issue numbers from the agent
output and applies changes to each issue individually
2025-11-06 11:50:38 -08:00
Steven Nguyen
ef938a1c39
Merge pull request #10732 from appwrite/copilot/fix-google-token-disappears
...
Fix Google OAuth2 refresh token support
2025-11-06 10:28:02 -08:00
Steven Nguyen
ebee879855
Merge pull request #10748 from appwrite/copilot/update-issue-triage-workflow
...
Migrate issue-triage workflow from event-based to scheduled batch processing with duplicate detection
2025-11-06 08:14:25 -08:00
shimon
ae2ffd259c
Remove debug output from HealthCustomServerTest
2025-11-06 17:54:44 +02:00
shimon
3d471bae56
health db debug
2025-11-06 17:37:31 +02:00
shimon
d0f2293755
debug health db
2025-11-06 16:42:58 +02:00
shimon
d6bd26da43
Merge branch 'refactor-auth-single-instance' of github.com:appwrite/appwrite into refactor-auth-single-instance
2025-11-06 16:12:02 +02:00
shimon
16d6c9e5e3
debug dbHelth
2025-11-06 16:11:57 +02:00
Matej Bačo
e342009c9e
Merge pull request #10771 from appwrite/Update-facts-on-Github-sites-and-functions
...
feat: Add new tips to Comment class
2025-11-06 13:50:27 +01:00
Matej Bačo
41d89f1b7a
Merge pull request #10773 from appwrite/chore-remove-locale-cache
...
Chore: remove locale cache
2025-11-06 13:49:32 +01:00
Matej Bačo
ad6aff6af2
remove locale cache
2025-11-06 13:24:17 +01:00
Harsh Mahajan
9b52f6f8f6
Add new tips to Comment class
2025-11-06 14:17:31 +05:30
Matej Bačo
ad46d057d5
Merge pull request #10593 from appwrite/feat-SER-193-Update-facts-on-github-sites-and-functions
...
Feat: update facts on GitHub sites and functions
2025-11-06 09:35:53 +01:00
Damodar Lohani
9ef6fa9b4c
Merge remote-tracking branch 'origin/1.8.x' into feat-appwrite-auth
2025-11-06 05:58:51 +00:00
Damodar Lohani
9fe74bdd22
update database library
2025-11-06 05:57:36 +00:00
Damodar Lohani
68ae8ce348
Merge pull request #10762 from appwrite/release-python
...
chore: release python sdk to 13.6.1
2025-11-06 09:24:43 +05:45
Chirag Aggarwal
87b0bfcdfe
Merge branch '1.8.x' into release-python
2025-11-06 08:33:07 +05:30
Damodar Lohani
fa2b46c7e7
Fix: dev dependency
2025-11-06 02:26:47 +00:00
Damodar Lohani
13f9900802
fix version
2025-11-06 02:12:00 +00:00
Damodar Lohani
3c93004cde
Fix: switch database version
2025-11-06 02:05:18 +00:00
Damodar Lohani
631fd2ea4c
Merge remote-tracking branch 'origin/1.8.x' into feat-appwrite-auth
2025-11-06 02:04:38 +00:00
copilot-swe-agent[bot]
8a9d0a3f33
Rename logo-after.webp to image.webp
...
Co-authored-by: stnguyen90 <1477010+stnguyen90@users.noreply.github.com >
2025-11-05 19:30:21 +00:00