Jake Barnby
|
bd3be15d07
|
Fix options test
|
2023-10-19 21:23:54 +13:00 |
|
prateek banga
|
99b5ac8669
|
adds push and sms controllers
|
2023-10-19 13:29:48 +05:30 |
|
Jake Barnby
|
9cb2e834a6
|
Update db
|
2023-10-19 20:41:06 +13:00 |
|
Jake Barnby
|
03b6d65669
|
Add timeout on vcs project DBs
|
2023-10-19 17:21:11 +13:00 |
|
Jake Barnby
|
b5cdbb50c7
|
Use fixed message
|
2023-10-19 17:12:05 +13:00 |
|
Jake Barnby
|
354211950f
|
Add timeout test
|
2023-10-19 17:06:57 +13:00 |
|
Jake Barnby
|
b6b8fe7d51
|
Allow overriding timeout per request in dev mode
|
2023-10-19 16:19:40 +13:00 |
|
Jake Barnby
|
b17e24f645
|
Use const for timeout
|
2023-10-19 15:45:32 +13:00 |
|
Jake Barnby
|
389d367fca
|
Set hard timeouts for API dbs
|
2023-10-19 15:32:45 +13:00 |
|
Jake Barnby
|
db3fa21468
|
Update database
|
2023-10-19 14:26:44 +13:00 |
|
Steven Nguyen
|
238608a559
|
Generate 1.4.x docs examples
|
2023-10-18 17:42:27 -07:00 |
|
Steven Nguyen
|
6d040beb36
|
Update specs for 1.4.6
$ diff old.json new.json
4c4
< "version": "1.4.5",
---
> "version": "1.4.6",
8132c8132
< "/health/queue/databases": {
---
> "/health/queue/databases/{databaseId}": {
8164c8164,8175
< "security": [{ "Project": [], "Key": [] }]
---
> "security": [{ "Project": [], "Key": [] }],
> "parameters": [
> {
> "name": "databaseId",
> "description": "Database for which to check the queue size",
> "required": false,
> "type": "string",
> "x-example": "[DATABASE_ID]",
> "default": "database_db_main",
> "in": "path"
> }
> ]
|
2023-10-18 17:42:27 -07:00 |
|
Steven Nguyen
|
1d7c9d84d2
|
Fix get database queue endpoint params
A path param cannot be optional so change it to a query param.
|
2023-10-18 17:42:27 -07:00 |
|
Steven Nguyen
|
ef82d525a4
|
Add 1.4.6 changes to CHANGES.md
|
2023-10-18 16:08:28 -07:00 |
|
Steven Nguyen
|
435b20df77
|
Bump appwrite version to 1.4.6
|
2023-10-18 16:07:47 -07:00 |
|
 Eldad A. FuxandGitHub
|
f80f7c8d9b
|
Merge pull request #6947 from appwrite/chore-bump-console
Bump console to version 3.2.3
|
2023-10-18 18:56:03 -04:00 |
|
Steven Nguyen
|
9bc6b124c0
|
Bump console to version 3.2.3
|
2023-10-18 15:51:13 -07:00 |
|
 Eldad A. FuxandGitHub
|
251ae23a80
|
Merge pull request #6928 from appwrite/refactor-workers-sn
Refactor workers
|
2023-10-18 18:46:45 -04:00 |
|
Christy Jacob
|
6141d02e16
|
Merge branch 'refactor-workers-sn' of https://github.com/appwrite/appwrite into chhore-parallelize-tests
|
2023-10-18 21:49:43 +00:00 |
|
Christy Jacob
|
67541d4a1d
|
chore: review comments
|
2023-10-18 21:35:15 +00:00 |
|
 Christy JacobandGitHub
|
20985c7ee4
|
Merge pull request #6946 from appwrite/remove-resque
chore: remove resque library and update health check endpoints
|
2023-10-18 16:59:44 -04:00 |
|
Christy Jacob
|
6d55b20fac
|
chore: update health tests
|
2023-10-18 20:18:15 +00:00 |
|
 Christy JacobandGitHub
|
be5ed9b282
|
Merge pull request #6934 from appwrite/feat-delegate-deletes
Delegate custom deletes
|
2023-10-18 16:13:08 -04:00 |
|
Christy Jacob
|
3d7cd91176
|
chore: fix injections
|
2023-10-18 19:54:56 +00:00 |
|
 Pratik GuptaandGitHub
|
0853de0760
|
Update web GETTING_STARTED.md
|
2023-10-19 01:21:22 +05:30 |
|
 Pratik GuptaandGitHub
|
b2e4513af3
|
Update swift GETTING_STARTED.md
|
2023-10-19 01:19:07 +05:30 |
|
 Pratik GuptaandGitHub
|
a26c9214cb
|
Update ruby GETTING_STARTED.md
|
2023-10-19 01:17:18 +05:30 |
|
 Pratik GuptaandGitHub
|
d3b91b5ec5
|
Update python GETTING_STARTED.md
|
2023-10-19 01:14:58 +05:30 |
|
Christy Jacob
|
be26e4b729
|
chore: remove resque library and update health check endpoints
|
2023-10-18 19:44:06 +00:00 |
|
 Pratik GuptaandGitHub
|
a5ea32c237
|
Update php GETTING_STARTED.md
|
2023-10-19 01:12:31 +05:30 |
|
 Pratik GuptaandGitHub
|
88efb36ead
|
Update nodejs GETTING_STARTED.md
|
2023-10-19 01:10:28 +05:30 |
|
 Pratik GuptaandGitHub
|
902f20f20c
|
Update kotlin GETTING_STARTED.md
|
2023-10-19 01:08:06 +05:30 |
|
 Pratik GuptaandGitHub
|
f6281158a2
|
Update flutter EXAMPLES.md
|
2023-10-19 01:05:43 +05:30 |
|
 Pratik GuptaandGitHub
|
154e972217
|
Update flutter GETTING_STARTED.md
|
2023-10-19 01:04:32 +05:30 |
|
 Pratik GuptaandGitHub
|
0c2374e66a
|
Update flutter-dev EXAMPLES.md
|
2023-10-19 01:02:17 +05:30 |
|
 Pratik GuptaandGitHub
|
15863c2886
|
Update dotnet GETTING_STARTED.md
|
2023-10-19 00:57:12 +05:30 |
|
 Christy JacobandGitHub
|
f822f86517
|
Merge branch '1.4.x' into refactor-workers-sn
|
2023-10-18 15:26:45 -04:00 |
|
Christy Jacob
|
80086e9edc
|
chore: fix composer dependencies
|
2023-10-18 19:26:35 +00:00 |
|
 Pratik GuptaandGitHub
|
618c14524d
|
Update deno GETTING_STARTED.md
|
2023-10-19 00:55:24 +05:30 |
|
Vincent (Wen Yu) Ge
|
175879a352
|
remove package lock
|
2023-10-18 19:25:00 +00:00 |
|
Vincent (Wen Yu) Ge
|
397bdd50f4
|
Try even older commit for package-lock.json
|
2023-10-18 19:24:11 +00:00 |
|
 Pratik GuptaandGitHub
|
6c4983f65f
|
Update dart EXAMPLES.md
|
2023-10-19 00:52:39 +05:30 |
|
Vincent (Wen Yu) Ge
|
413209d990
|
Fix checking out the wrong commit to revert package.json
|
2023-10-18 19:21:28 +00:00 |
|
 Pratik GuptaandGitHub
|
ea282a1761
|
Update dart GETTING_STARTED.md
|
2023-10-19 00:51:10 +05:30 |
|
Vincent (Wen Yu) Ge
|
3a80d58353
|
Revert package json changes
|
2023-10-18 19:14:57 +00:00 |
|
 Pratik GuptaandGitHub
|
8fed930b7d
|
Update apple GETTING_STARTED.md
|
2023-10-19 00:43:47 +05:30 |
|
 Pratik GuptaandGitHub
|
a66fc13ebc
|
Update android GETTING_STARTED.md
|
2023-10-19 00:40:09 +05:30 |
|
Christy Jacob
|
74e3f3f7d2
|
fix: remove unused variable
|
2023-10-18 19:08:21 +00:00 |
|
Christy Jacob
|
133cb62b4e
|
fix: update injection name
|
2023-10-18 19:07:17 +00:00 |
|
Christy Jacob
|
4724d729fb
|
Merge branch 'refactor-workers-sn' of https://github.com/appwrite/appwrite into feat-delegate-deletes
|
2023-10-18 18:59:51 +00:00 |
|