1
0
Fork 0
mirror of synced 2024-09-20 03:17:30 +12:00
Commit graph

20081 commits

Author SHA1 Message Date
Bradley Schofield
6ceeacbe03 Run Linter 2024-01-26 15:52:58 +00:00
Bradley Schofield
186772cc15 Simplify commands, fix queue consts 2024-01-26 15:51:28 +00:00
Christy Jacob
7e444b037d
Merge pull request #7482 from appwrite/feat-improve-cname-logging
Feat: CNAME validation logs
2024-01-26 19:08:26 +04:00
Christy Jacob
6d15ffa3ca
Merge pull request #7466 from appwrite/feat-queue-failed-health-endpoints
Add failed queues endpoint to health
2024-01-26 17:36:52 +04:00
Christy Jacob
304b72a0c8
Merge pull request #7391 from appwrite/feat-impl-queue-retry
Add Queue Retry Command to Appwrite
2024-01-26 17:35:01 +04:00
Matej Bačo
ecb48b389e FixCI/CD failures 2024-01-26 12:22:06 +00:00
Matej Bačo
c0ae2e6549 PR review changes for exception publishing 2024-01-26 12:07:08 +00:00
Bradley Schofield
4c96f76762 Run Linter 2024-01-26 11:20:13 +00:00
Bradley Schofield
216a5d7001 Add queue management commands 2024-01-26 11:11:18 +00:00
Bradley Schofield
772d42cef8 Update health.php 2024-01-26 09:52:41 +00:00
Bradley Schofield
e2c05fea8c Update health.php 2024-01-26 09:42:21 +00:00
Bradley Schofield
73b1837d66 Remove HealthFailedJobs Model 2024-01-26 09:41:30 +00:00
fogelito
789e19d26a Merge branch '1.5.x' of github.com:appwrite/appwrite into json-parsing 2024-01-25 19:06:18 +02:00
fogelito
981ba852c5 lint 2024-01-25 19:01:48 +02:00
Jake Barnby
fff5e91347
Merge pull request #7484 from appwrite/fix-provider-enable
Throw on enable if provider credentials are missing instead of ignoring
2024-01-26 06:00:47 +13:00
Jake Barnby
fc41b08940 Fix email credential checks 2024-01-25 17:59:26 +01:00
Jake Barnby
b3a4722758 Fix validators 2024-01-25 17:59:26 +01:00
Jake Barnby
7a5c226110 Fix tests 2024-01-25 17:59:26 +01:00
Jake Barnby
874e3dd8d8 Add test ensuring 400 if trying to enable with missing credentials 2024-01-25 17:59:26 +01:00
Jake Barnby
d405106aaa Throw on enable if provider credentials are missing instead of ignoring 2024-01-25 17:59:26 +01:00
Jake Barnby
dc1dad9f5f
Merge pull request #7490 from appwrite/fix-target-deletes-not-triggered
Trigger deletes worker when target is deleted
2024-01-26 05:59:04 +13:00
Jake Barnby
d481031489
Merge pull request #7460 from appwrite/feat-maintenance-delete-expired-targets
Feat maintenance delete expired targets
2024-01-26 05:56:22 +13:00
fogelito
998c4d282d Fix failing tests 2024-01-25 18:53:51 +02:00
fogelito
41421ba178 Fix Domains not found 2024-01-25 17:49:50 +02:00
fogelito
e0f760c32a composer.lock 2024-01-25 17:45:57 +02:00
fogelito
a782e20315 Merge branch '1.5.x' of github.com:appwrite/appwrite into json-parsing
 Conflicts:
	app/controllers/api/account.php
	composer.json
	composer.lock
	src/Appwrite/Platform/Tasks/CalcTierStats.php
	tests/e2e/Services/Account/AccountBase.php
2024-01-25 17:44:05 +02:00
Matej Bačo
50c2ebc950 PR review changes 2024-01-25 14:56:15 +00:00
Bradley Schofield
17602d513e Merge Stats and 1.5.x migrations 2024-01-25 14:22:21 +00:00
Bradley Schofield
ad1d514fb2 Create V21.php 2024-01-25 13:05:43 +00:00
Bradley Schofield
c8d75fadf9 Merge branch '1.5.x' into 1.5.x-response-request-models 2024-01-25 12:27:00 +00:00
shimon
b024cb5614 removed debug lines 2024-01-25 13:42:43 +02:00
Jake Barnby
89343704f7
Rename deleteTargetSubscribers method to make actions clearer 2024-01-26 00:41:05 +13:00
Jake Barnby
34973b8413
Directly delete message schedule instead of deferring to worker 2024-01-26 00:35:37 +13:00
Jake Barnby
e81ab1d1e0
Remove redundant document pass through 2024-01-26 00:35:04 +13:00
Jake Barnby
7106131545
Merge branch '1.5.x' into feat-maintenance-delete-expired-targets 2024-01-26 00:26:29 +13:00
Bradley Schofield
47af19dd17
Update app/controllers/api/health.php
Co-authored-by: Christy Jacob <christyjacob4@gmail.com>
2024-01-25 10:21:52 +00:00
Bradley Schofield
2b31c76918 Update DatabasesBase.php 2024-01-25 10:04:41 +00:00
Torsten Dittmann
a62b3f562e sync: console 2024-01-25 10:57:58 +01:00
Jake Barnby
52a9b31521
Trigger deletes worker when target is deleted 2024-01-25 20:01:15 +13:00
Khushboo Verma
5f5a7801b0 Update max_failed_attempts to 100 2024-01-25 11:44:16 +05:30
Bradley Schofield
3226182ec8 Create the targets in the target collection instead of on the user 2024-01-24 18:13:36 +00:00
Bradley Schofield
26d8278a89 Merge branch 'feat-impl-queue-retry' into feat-queue-failed-health-endpoints 2024-01-24 18:00:51 +00:00
Bradley Schofield
6997eec9dd Rename RetryJobs to QueueRetry 2024-01-24 17:54:52 +00:00
Bradley Schofield
192599d7c6 Merge branch 'main' into feat-impl-queue-retry 2024-01-24 17:54:29 +00:00
Torsten Dittmann
eda568acff chore: bump console 2024-01-24 18:54:03 +01:00
Torsten Dittmann
672b2d3cf7 chore: bump console version 2024-01-24 18:52:53 +01:00
Bradley Schofield
57c019ff98 Update RetryJobs.php 2024-01-24 17:49:52 +00:00
Bradley Schofield
867bc0281c Update health.php 2024-01-24 17:48:27 +00:00
Bradley Schofield
dc2107fe66 Merge branch 'feat-impl-queue-retry' into feat-queue-failed-health-endpoints 2024-01-24 17:47:11 +00:00
Bradley Schofield
ab2d830cc0 Address comments 2024-01-24 17:44:29 +00:00