Steven Nguyen
10dfadbbc7
Create an enum for Message status
2024-01-04 18:58:01 +01:00
Bradley Schofield
4199126984
Run Linter
2024-01-04 13:04:51 +00:00
Bradley Schofield
01d76a1746
Add Queue Retry Command to Appwrite
2024-01-04 13:00:25 +00:00
Khushboo Verma
fb9e393c97
Merge branch '1.5.x' into fix-limit-failed-webhook-attempts
2024-01-04 16:42:47 +05:30
Ben Humphries
fbd277f6aa
executor: pass build timeout to runtimes ( #7350 )
...
open-runtimes executor (v1/runtimes) supports passing a timeout parameter that defaults to 600 seconds.
->param('timeout', 600, new Integer(), 'Commands execution time in seconds.', true)
https://github.com/open-runtimes/executor/blob/main/app/http.php#L383
This change passes the _APP_FUNCTIONS_BUILD_TIMEOUT env var.
2024-01-04 11:46:08 +01:00
Damodar Lohani
b752d29854
basic test and fix response model
2024-01-04 07:27:06 +00:00
Damodar Lohani
fa40a33631
fixes and refactor
2024-01-04 06:53:22 +00:00
Damodar Lohani
fa09a69a7f
Merge remote-tracking branch 'origin/main' into feat-file-tokens
2024-01-04 02:23:50 +00:00
Steven Nguyen
4cfd977bd7
Add support for querying topic total
2024-01-04 00:59:44 +00:00
Utkarsh Ahuja
a74e5cc2c6
Merge branch '1.5.x' into feat-zoho-oauth
2024-01-03 11:24:24 +05:30
Damodar Lohani
640ab7bf87
Merge branch 'main' into to-sync-with-main
2024-01-03 00:11:42 +00:00
Khushboo Verma
cfca9f232c
Merge branch '1.5.x' into fix-limit-failed-webhook-attempts
2024-01-02 21:57:58 +05:30
Matej Bačo
92c4c52a81
QA changes
2024-01-02 13:02:11 +00:00
Matej Bačo
0ba768125d
Merge remote-tracking branch 'origin/1.5.x' into feat-improve-logging
2024-01-02 11:08:47 +00:00
Matej Bačo
554e9f93b6
Implement max password length
2024-01-02 10:59:35 +00:00
shimon
f14250bf2a
sync with main
2024-01-02 12:24:57 +02:00
shimon
99f1543f1b
Merge branch 'main' of github.com:appwrite/appwrite into refactor-usage-sn
...
Conflicts:
.gitmodules
Dockerfile
app/console
app/init.php
composer.lock
src/Appwrite/Platform/Services/Workers.php
src/Appwrite/Platform/Tasks/Hamster.php
2024-01-02 11:49:23 +02:00
Utkarsh Ahuja
c4ab4ca16a
fix: lint errors
2024-01-02 13:15:07 +05:30
Utkarsh Ahuja
70916ad1aa
fix: removed authEndpoint
2024-01-02 10:13:46 +05:30
Utkarsh Ahuja
ef2a943f49
Merge branch 'main' into feat-zoho-oauth
2023-12-31 19:27:57 +05:30
Utkarsh Ahuja
acebe54e5e
fix: email verified false on null
2023-12-31 19:27:12 +05:30
Damodar Lohani
a2ad870084
use compression constant from utopia/storage
2023-12-31 11:46:45 +00:00
Utkarsh Ahuja
09cec17285
added Zoho OAuth class
2023-12-29 17:43:07 +00:00
Damodar Lohani
eb1562f56b
rename param to expiry for consistency
2023-12-28 10:48:42 +00:00
Damodar Lohani
324f65c838
token response model
2023-12-27 02:21:53 +00:00
shimon
77d423e645
refactoring infinity metric calculation cli script, adding project id and after
...
options.
2023-12-26 18:23:07 +02:00
shimon
9382e4cec5
refactoring infinity metric calculation cli script, adding project id and after
...
options.
2023-12-26 18:21:01 +02:00
shimon
4a837907d1
usageHook tweaks
2023-12-25 11:32:40 +02:00
shimon
b398338876
small fix
2023-12-25 10:17:58 +02:00
shimon
ddb7a403db
refactor usage worker
2023-12-24 21:17:13 +02:00
shimon
80315a02dd
refactor usage worker
2023-12-24 21:00:53 +02:00
shimon
d1751565cf
refactor usage worker
2023-12-24 20:38:15 +02:00
shimon
f1e066d965
debuging usage
2023-12-24 17:06:12 +02:00
shimon
585b904b80
debuging usage
2023-12-24 16:50:20 +02:00
德华 刘
d3143b8ede
chore: update hamster script
2023-12-22 14:07:05 +00:00
德华 刘
394f28146a
chore: update hamster script
2023-12-22 14:03:46 +00:00
德华 刘
1857c0e04d
chore: update hamster script
2023-12-22 14:03:07 +00:00
德华 刘
1eb59daed1
chore: run linter
2023-12-22 09:23:56 +00:00
德华 刘
bf92ae6841
chore: update console
2023-12-22 09:19:27 +00:00
shimon
ba44e06af6
metrics adjustments
...
after and projectId additions
2023-12-21 15:04:29 +02:00
shimon
24d3aa499a
metrics adjustments
...
after and projectId additions
2023-12-21 14:32:10 +02:00
shimon
4e24e3cdc2
Merge branch 'refactor-usage-sn' of github.com:appwrite/appwrite into refactor-hamster-usage
...
Conflicts:
src/Appwrite/Platform/Tasks/CalcTierStats.php
2023-12-21 14:25:06 +02:00
shimon
eff578bb36
metrics adjustments
...
after and projectId additions
2023-12-21 14:07:24 +02:00
shimon
9a2f97b613
metrics adjustments
...
after and projectId additions
2023-12-21 13:45:57 +02:00
Matej Bačo
ccfd856e8e
Merge branch 'refactor-usage-sn' of https://github.com/appwrite/appwrite into refactor-usage-sn
2023-12-20 12:31:56 +01:00
Matej Bačo
0529cffa4b
Improve logging
2023-12-20 12:31:35 +01:00
Damodar Lohani
bfbcecd069
fix deletes worker
2023-12-20 11:26:57 +00:00
Matej Bačo
05f8f8fb9d
Fix SMS issue
2023-12-20 12:13:22 +01:00
prateek banga
5d7eca7c99
lint fix and tests fix
2023-12-19 23:45:20 +05:30
Prateek Banga
1957bc57c2
makes messaging worker compatible with new messaging lib version
2023-12-19 18:28:25 +05:30