Matej Bačo
930c23d7e3
Harden backwards compatibility attributes
2026-05-12 12:27:06 +02:00
Matej Bačo
548077f01e
Fix flaky test
2026-05-12 11:27:24 +02:00
Matej Bačo
da3a3b939a
Finalize PR
2026-05-11 20:22:50 +02:00
Matej Bačo
36dec7c88f
Fix more tests
2026-05-11 19:47:57 +02:00
Matej Bačo
5eb4c6b310
Fix tests
2026-05-11 18:38:30 +02:00
Matej Bačo
152b45087e
Fix more tests
2026-05-11 17:01:00 +02:00
Matej Bačo
6cbf080156
Fix code quality
2026-05-11 16:04:39 +02:00
Matej Bačo
89ec639f87
Fix startup issues
2026-05-11 15:55:53 +02:00
Matej Bačo
870fe72bf6
Fix response filter
2026-05-11 15:40:45 +02:00
Matej Bačo
5cd737b901
Backwards compatibility for GET /v1/project
2026-05-11 15:08:15 +02:00
Matej Bačo
2da400d5b4
Bump version to introduce response filter (for project get)
2026-05-11 12:53:01 +02:00
Matej Bačo
9fae4c965f
Unpin console version to get latest automatically
...
Only during local development
2026-05-11 12:50:44 +02:00
Matej Bačo
83887b09b6
Improve project get tests
2026-05-11 12:47:53 +02:00
Matej Bačo
4e36040f47
Add project GET tests
2026-05-11 12:22:17 +02:00
Matej Bačo
5727d25f32
Add enum to project response models
2026-05-11 12:19:51 +02:00
Matej Bačo
1f7f1e7b31
Fix failing to startup issue
2026-05-11 12:16:04 +02:00
Matej Bačo
14493f7ea4
PR review fixes
2026-05-11 12:13:36 +02:00
Matej Bačo
fd893a8b10
Migrate project GET endpoint
2026-05-11 12:10:38 +02:00
Matej Bačo
beab655eba
Code quality details
2026-05-11 12:03:48 +02:00
Matej Bačo
443ebac71c
Finish project response model
2026-05-11 11:56:22 +02:00
Matej Bačo
75d4e931bc
Project response model rework beginning
2026-05-11 11:17:41 +02:00
Matej Bačo and GitHub
76aed33a5c
Merge pull request #12263 from appwrite/feat-google-oauth-prompt-param
...
Feat: Google OAuth2 "prompt" param
2026-05-11 10:47:13 +02:00
Matej Bačo
e45e5a09f4
Reorder tests to make them pass
2026-05-10 13:19:18 +02:00
Matej Bačo
e3dc30ad93
PR review fixes
2026-05-10 12:03:05 +02:00
Matej Bačo
0406d9e04d
improve copy
2026-05-10 11:13:23 +02:00
Matej Bačo
fbfde6cc77
Implement google oauth prompt param.
2026-05-10 11:11:47 +02:00
Matej Bačo and GitHub
c6f91e18c4
Merge pull request #12254 from appwrite/fix-sateless-git-hints
...
Fix: Stateless git hints
2026-05-10 10:14:51 +02:00
Matej Bačo and GitHub
6db1d2e5c0
Merge pull request #12256 from appwrite/chore-google-oauth-dual-read
...
Chore: Dual read for google oauth secret
2026-05-10 10:14:30 +02:00
Chirag Aggarwal and GitHub
87a32f65ee
Merge pull request #12182 from appwrite/add-codex-plugin
2026-05-10 09:26:49 +05:30
Matej Bačo
0e939ea9d7
PR review fixes
2026-05-09 12:58:47 +02:00
Matej Bačo
a5ddc465e6
PR review fixes
2026-05-09 12:53:11 +02:00
Matej Bačo
76a41d70b0
Dual read for google oauth secret
...
Will allow future support for more params
2026-05-09 10:51:46 +02:00
Matej Bačo
43777ee6d9
Add unit tests for github hints
2026-05-09 10:16:19 +02:00
Matej Bačo
6ee2196fae
Fix git hint regnerating nonstop
2026-05-09 09:54:54 +02:00
Harsh Mahajan and GitHub
acc0b2c184
Merge pull request #12252 from appwrite/fix/repository-branch-pagination-validator
...
fix: Support branch query validators in SDK generation
2026-05-08 19:18:04 +05:30
harsh mahajan
10e4341db2
Support branch query validators in SDK generation
2026-05-08 19:15:17 +05:30
Chirag Aggarwal and GitHub
8a35e87cfd
Merge pull request #12251 from appwrite/fix/graphql-preview-test-assertions
2026-05-08 18:13:14 +05:30
Chirag Aggarwal
9295869279
Fix GraphQL preview test assertions
2026-05-08 17:51:42 +05:30
Chirag Aggarwal and GitHub
5472bff265
Merge pull request #12219 from abhay-dev2901/fix/scheduler-platform-env
2026-05-08 17:17:43 +05:30
Abhay and GitHub
27de465032
Merge branch '1.9.x' into fix/scheduler-platform-env
2026-05-08 17:14:42 +05:30
Chirag Aggarwal and GitHub
be9bb5e34d
Merge pull request #12249 from appwrite/fix/preview-conditional-transforms
2026-05-08 16:40:56 +05:30
Chirag Aggarwal and GitHub
0a582daff0
Merge pull request #12248 from appwrite/codex/bump-logger-0.8.0
2026-05-08 16:38:05 +05:30
Torsten Dittmann and GitHub
003647abd7
Merge branch '1.9.x' into fix/preview-conditional-transforms
2026-05-08 15:06:08 +04:00
Torsten Dittmann
9100e06bbe
perf(storage): skip no-op imagick transforms and add transform value spans
...
- Only call crop() when dimensions > 0 or gravity differs from center
- Only call setOpacity() when opacity !== 1.0 (was always called due to !empty(1.0))
- Only call setBorder() when borderWidth > 0
- Only call setBorderRadius() when borderRadius > 0
- Only call setRotation() when rotation !== 0
- Add Span::add() with actual values inside each transform condition
- Leave output() unconditional (format conversion always applies)
2026-05-08 15:04:54 +04:00
Chirag Aggarwal
fc83b4d986
Bump logger dependency
2026-05-08 16:25:46 +05:30
Harsh Mahajan and GitHub
4954655e8b
Merge pull request #12243 from appwrite/feat/repository-branch-search-pagination
...
feat: Add search and pagination for repository branches
2026-05-08 16:14:06 +05:30
ArnabChatterjee20k and GitHub
319483d41d
Merge pull request #12244 from appwrite/fix-method-ids
...
Enhance URL parameter handling in OpenAPI3 and Swagger2 formats to su…
2026-05-08 15:35:05 +05:30
ArnabChatterjee20k
6da8c1cb12
updated
2026-05-08 15:21:52 +05:30
Aditya Oberai
5f6b1dda1a
update composer lock
2026-05-08 09:35:38 +00:00
Aditya Oberai
8df7a628c8
Merge branch '1.9.x' into add-codex-plugin
2026-05-08 09:34:43 +00:00