mirror of
https://github.com/appwrite/appwrite
synced 2026-05-24 09:28:40 +00:00
chore: fix merge conflict
This commit is contained in:
parent
ac844d33ef
commit
a65c1c1ee5
2 changed files with 7 additions and 31 deletions
|
|
@ -388,11 +388,7 @@ App::get('/v1/health/queue/certificates')
|
|||
}, ['response']);
|
||||
|
||||
App::get('/v1/health/queue/builds')
|
||||
<<<<<<< HEAD
|
||||
->desc('Get Builds Queue')
|
||||
=======
|
||||
->desc('Get builds queue')
|
||||
>>>>>>> 4f88ba8b881555d351430a4be94d071ebbb35b84
|
||||
->groups(['api', 'health'])
|
||||
->label('scope', 'health.read')
|
||||
->label('sdk.auth', [APP_AUTH_TYPE_KEY])
|
||||
|
|
@ -409,11 +405,7 @@ App::get('/v1/health/queue/builds')
|
|||
}, ['response']);
|
||||
|
||||
App::get('/v1/health/queue/databases')
|
||||
<<<<<<< HEAD
|
||||
->desc('Get Databases Queue')
|
||||
=======
|
||||
->desc('Get databases queue')
|
||||
>>>>>>> 4f88ba8b881555d351430a4be94d071ebbb35b84
|
||||
->groups(['api', 'health'])
|
||||
->label('scope', 'health.read')
|
||||
->label('sdk.auth', [APP_AUTH_TYPE_KEY])
|
||||
|
|
@ -430,11 +422,7 @@ App::get('/v1/health/queue/databases')
|
|||
}, ['response']);
|
||||
|
||||
App::get('/v1/health/queue/deletes')
|
||||
<<<<<<< HEAD
|
||||
->desc('Get Deletes Queue')
|
||||
=======
|
||||
->desc('Get deletes queue')
|
||||
>>>>>>> 4f88ba8b881555d351430a4be94d071ebbb35b84
|
||||
->groups(['api', 'health'])
|
||||
->label('scope', 'health.read')
|
||||
->label('sdk.auth', [APP_AUTH_TYPE_KEY])
|
||||
|
|
@ -451,11 +439,7 @@ App::get('/v1/health/queue/deletes')
|
|||
}, ['response']);
|
||||
|
||||
App::get('/v1/health/queue/mails')
|
||||
<<<<<<< HEAD
|
||||
->desc('Get Mails Queue')
|
||||
=======
|
||||
->desc('Get mails queue')
|
||||
>>>>>>> 4f88ba8b881555d351430a4be94d071ebbb35b84
|
||||
->groups(['api', 'health'])
|
||||
->label('scope', 'health.read')
|
||||
->label('sdk.auth', [APP_AUTH_TYPE_KEY])
|
||||
|
|
@ -472,11 +456,7 @@ App::get('/v1/health/queue/mails')
|
|||
}, ['response']);
|
||||
|
||||
App::get('/v1/health/queue/messaging')
|
||||
<<<<<<< HEAD
|
||||
->desc('Get Messaging Queue')
|
||||
=======
|
||||
->desc('Get messaging queue')
|
||||
>>>>>>> 4f88ba8b881555d351430a4be94d071ebbb35b84
|
||||
->groups(['api', 'health'])
|
||||
->label('scope', 'health.read')
|
||||
->label('sdk.auth', [APP_AUTH_TYPE_KEY])
|
||||
|
|
@ -493,11 +473,7 @@ App::get('/v1/health/queue/messaging')
|
|||
}, ['response']);
|
||||
|
||||
App::get('/v1/health/queue/migrations')
|
||||
<<<<<<< HEAD
|
||||
->desc('Get Migrations Queue')
|
||||
=======
|
||||
->desc('Get migrations queue')
|
||||
>>>>>>> 4f88ba8b881555d351430a4be94d071ebbb35b84
|
||||
->groups(['api', 'health'])
|
||||
->label('scope', 'health.read')
|
||||
->label('sdk.auth', [APP_AUTH_TYPE_KEY])
|
||||
|
|
|
|||
14
composer.lock
generated
14
composer.lock
generated
|
|
@ -2152,16 +2152,16 @@
|
|||
},
|
||||
{
|
||||
"name": "utopia-php/database",
|
||||
"version": "0.43.2",
|
||||
"version": "0.43.3",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/utopia-php/database.git",
|
||||
"reference": "f2626acd42665a9987c94af1c93bf20c28d55c9d"
|
||||
"reference": "58d33c8d1216212edfba5d080e2f698487612aca"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/utopia-php/database/zipball/f2626acd42665a9987c94af1c93bf20c28d55c9d",
|
||||
"reference": "f2626acd42665a9987c94af1c93bf20c28d55c9d",
|
||||
"url": "https://api.github.com/repos/utopia-php/database/zipball/58d33c8d1216212edfba5d080e2f698487612aca",
|
||||
"reference": "58d33c8d1216212edfba5d080e2f698487612aca",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
|
|
@ -2202,9 +2202,9 @@
|
|||
],
|
||||
"support": {
|
||||
"issues": "https://github.com/utopia-php/database/issues",
|
||||
"source": "https://github.com/utopia-php/database/tree/0.43.2"
|
||||
"source": "https://github.com/utopia-php/database/tree/0.43.3"
|
||||
},
|
||||
"time": "2023-09-07T19:04:33+00:00"
|
||||
"time": "2023-09-28T01:51:22+00:00"
|
||||
},
|
||||
{
|
||||
"name": "utopia-php/domains",
|
||||
|
|
@ -6019,5 +6019,5 @@
|
|||
"platform-overrides": {
|
||||
"php": "8.0"
|
||||
},
|
||||
"plugin-api-version": "2.6.0"
|
||||
"plugin-api-version": "2.3.0"
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue