Merge branch '1.8.x' into upgrade-utopia-queue

This commit is contained in:
Chirag Aggarwal 2026-02-04 12:23:18 +05:30 committed by GitHub
commit 05a3417297
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
11 changed files with 211 additions and 15 deletions

View file

@ -227,7 +227,7 @@ return [
[
'key' => 'cli',
'name' => 'Command Line',
'version' => '13.2.0',
'version' => '13.2.1',
'url' => 'https://github.com/appwrite/sdk-for-cli',
'package' => 'https://www.npmjs.com/package/appwrite-cli',
'enabled' => true,

View file

@ -54689,6 +54689,18 @@
{
"$ref": "#\/components\/schemas\/columnPolygon"
},
{
"$ref": "#\/components\/schemas\/columnVarchar"
},
{
"$ref": "#\/components\/schemas\/columnText"
},
{
"$ref": "#\/components\/schemas\/columnMediumtext"
},
{
"$ref": "#\/components\/schemas\/columnLongtext"
},
{
"$ref": "#\/components\/schemas\/columnString"
}
@ -54783,6 +54795,18 @@
{
"$ref": "#\/components\/schemas\/columnPolygon"
},
{
"$ref": "#\/components\/schemas\/columnVarchar"
},
{
"$ref": "#\/components\/schemas\/columnText"
},
{
"$ref": "#\/components\/schemas\/columnMediumtext"
},
{
"$ref": "#\/components\/schemas\/columnLongtext"
},
{
"$ref": "#\/components\/schemas\/columnString"
}
@ -63690,8 +63714,8 @@
},
"_APP_DOMAIN_SITES": {
"type": "string",
"description": "A domain to use for site URLs.",
"x-example": "sites.localhost"
"description": "A comma separated list of domains to use for site URLs.",
"x-example": "sites.localhost,sites.example.com"
},
"_APP_DOMAIN_FUNCTIONS": {
"type": "string",
@ -63738,7 +63762,7 @@
"_APP_VCS_ENABLED": true,
"_APP_DOMAIN_ENABLED": true,
"_APP_ASSISTANT_ENABLED": true,
"_APP_DOMAIN_SITES": "sites.localhost",
"_APP_DOMAIN_SITES": "sites.localhost,sites.example.com",
"_APP_DOMAIN_FUNCTIONS": "functions.localhost",
"_APP_OPTIONS_FORCE_HTTPS": "enabled",
"_APP_DOMAINS_NAMESERVERS": "ns1.example.com,ns2.example.com"

View file

@ -42755,6 +42755,18 @@
{
"$ref": "#\/components\/schemas\/columnPolygon"
},
{
"$ref": "#\/components\/schemas\/columnVarchar"
},
{
"$ref": "#\/components\/schemas\/columnText"
},
{
"$ref": "#\/components\/schemas\/columnMediumtext"
},
{
"$ref": "#\/components\/schemas\/columnLongtext"
},
{
"$ref": "#\/components\/schemas\/columnString"
}
@ -42849,6 +42861,18 @@
{
"$ref": "#\/components\/schemas\/columnPolygon"
},
{
"$ref": "#\/components\/schemas\/columnVarchar"
},
{
"$ref": "#\/components\/schemas\/columnText"
},
{
"$ref": "#\/components\/schemas\/columnMediumtext"
},
{
"$ref": "#\/components\/schemas\/columnLongtext"
},
{
"$ref": "#\/components\/schemas\/columnString"
}

View file

@ -54689,6 +54689,18 @@
{
"$ref": "#\/components\/schemas\/columnPolygon"
},
{
"$ref": "#\/components\/schemas\/columnVarchar"
},
{
"$ref": "#\/components\/schemas\/columnText"
},
{
"$ref": "#\/components\/schemas\/columnMediumtext"
},
{
"$ref": "#\/components\/schemas\/columnLongtext"
},
{
"$ref": "#\/components\/schemas\/columnString"
}
@ -54783,6 +54795,18 @@
{
"$ref": "#\/components\/schemas\/columnPolygon"
},
{
"$ref": "#\/components\/schemas\/columnVarchar"
},
{
"$ref": "#\/components\/schemas\/columnText"
},
{
"$ref": "#\/components\/schemas\/columnMediumtext"
},
{
"$ref": "#\/components\/schemas\/columnLongtext"
},
{
"$ref": "#\/components\/schemas\/columnString"
}
@ -63690,8 +63714,8 @@
},
"_APP_DOMAIN_SITES": {
"type": "string",
"description": "A domain to use for site URLs.",
"x-example": "sites.localhost"
"description": "A comma separated list of domains to use for site URLs.",
"x-example": "sites.localhost,sites.example.com"
},
"_APP_DOMAIN_FUNCTIONS": {
"type": "string",
@ -63738,7 +63762,7 @@
"_APP_VCS_ENABLED": true,
"_APP_DOMAIN_ENABLED": true,
"_APP_ASSISTANT_ENABLED": true,
"_APP_DOMAIN_SITES": "sites.localhost",
"_APP_DOMAIN_SITES": "sites.localhost,sites.example.com",
"_APP_DOMAIN_FUNCTIONS": "functions.localhost",
"_APP_OPTIONS_FORCE_HTTPS": "enabled",
"_APP_DOMAINS_NAMESERVERS": "ns1.example.com,ns2.example.com"

View file

@ -42755,6 +42755,18 @@
{
"$ref": "#\/components\/schemas\/columnPolygon"
},
{
"$ref": "#\/components\/schemas\/columnVarchar"
},
{
"$ref": "#\/components\/schemas\/columnText"
},
{
"$ref": "#\/components\/schemas\/columnMediumtext"
},
{
"$ref": "#\/components\/schemas\/columnLongtext"
},
{
"$ref": "#\/components\/schemas\/columnString"
}
@ -42849,6 +42861,18 @@
{
"$ref": "#\/components\/schemas\/columnPolygon"
},
{
"$ref": "#\/components\/schemas\/columnVarchar"
},
{
"$ref": "#\/components\/schemas\/columnText"
},
{
"$ref": "#\/components\/schemas\/columnMediumtext"
},
{
"$ref": "#\/components\/schemas\/columnLongtext"
},
{
"$ref": "#\/components\/schemas\/columnString"
}

View file

@ -54493,6 +54493,18 @@
{
"$ref": "#\/definitions\/columnPolygon"
},
{
"$ref": "#\/definitions\/columnVarchar"
},
{
"$ref": "#\/definitions\/columnText"
},
{
"$ref": "#\/definitions\/columnMediumtext"
},
{
"$ref": "#\/definitions\/columnLongtext"
},
{
"$ref": "#\/definitions\/columnString"
}
@ -54588,6 +54600,18 @@
{
"$ref": "#\/definitions\/columnPolygon"
},
{
"$ref": "#\/definitions\/columnVarchar"
},
{
"$ref": "#\/definitions\/columnText"
},
{
"$ref": "#\/definitions\/columnMediumtext"
},
{
"$ref": "#\/definitions\/columnLongtext"
},
{
"$ref": "#\/definitions\/columnString"
}
@ -63606,8 +63630,8 @@
},
"_APP_DOMAIN_SITES": {
"type": "string",
"description": "A domain to use for site URLs.",
"x-example": "sites.localhost"
"description": "A comma separated list of domains to use for site URLs.",
"x-example": "sites.localhost,sites.example.com"
},
"_APP_DOMAIN_FUNCTIONS": {
"type": "string",
@ -63654,7 +63678,7 @@
"_APP_VCS_ENABLED": true,
"_APP_DOMAIN_ENABLED": true,
"_APP_ASSISTANT_ENABLED": true,
"_APP_DOMAIN_SITES": "sites.localhost",
"_APP_DOMAIN_SITES": "sites.localhost,sites.example.com",
"_APP_DOMAIN_FUNCTIONS": "functions.localhost",
"_APP_OPTIONS_FORCE_HTTPS": "enabled",
"_APP_DOMAINS_NAMESERVERS": "ns1.example.com,ns2.example.com"

View file

@ -42656,6 +42656,18 @@
{
"$ref": "#\/definitions\/columnPolygon"
},
{
"$ref": "#\/definitions\/columnVarchar"
},
{
"$ref": "#\/definitions\/columnText"
},
{
"$ref": "#\/definitions\/columnMediumtext"
},
{
"$ref": "#\/definitions\/columnLongtext"
},
{
"$ref": "#\/definitions\/columnString"
}
@ -42751,6 +42763,18 @@
{
"$ref": "#\/definitions\/columnPolygon"
},
{
"$ref": "#\/definitions\/columnVarchar"
},
{
"$ref": "#\/definitions\/columnText"
},
{
"$ref": "#\/definitions\/columnMediumtext"
},
{
"$ref": "#\/definitions\/columnLongtext"
},
{
"$ref": "#\/definitions\/columnString"
}

View file

@ -54493,6 +54493,18 @@
{
"$ref": "#\/definitions\/columnPolygon"
},
{
"$ref": "#\/definitions\/columnVarchar"
},
{
"$ref": "#\/definitions\/columnText"
},
{
"$ref": "#\/definitions\/columnMediumtext"
},
{
"$ref": "#\/definitions\/columnLongtext"
},
{
"$ref": "#\/definitions\/columnString"
}
@ -54588,6 +54600,18 @@
{
"$ref": "#\/definitions\/columnPolygon"
},
{
"$ref": "#\/definitions\/columnVarchar"
},
{
"$ref": "#\/definitions\/columnText"
},
{
"$ref": "#\/definitions\/columnMediumtext"
},
{
"$ref": "#\/definitions\/columnLongtext"
},
{
"$ref": "#\/definitions\/columnString"
}
@ -63606,8 +63630,8 @@
},
"_APP_DOMAIN_SITES": {
"type": "string",
"description": "A domain to use for site URLs.",
"x-example": "sites.localhost"
"description": "A comma separated list of domains to use for site URLs.",
"x-example": "sites.localhost,sites.example.com"
},
"_APP_DOMAIN_FUNCTIONS": {
"type": "string",
@ -63654,7 +63678,7 @@
"_APP_VCS_ENABLED": true,
"_APP_DOMAIN_ENABLED": true,
"_APP_ASSISTANT_ENABLED": true,
"_APP_DOMAIN_SITES": "sites.localhost",
"_APP_DOMAIN_SITES": "sites.localhost,sites.example.com",
"_APP_DOMAIN_FUNCTIONS": "functions.localhost",
"_APP_OPTIONS_FORCE_HTTPS": "enabled",
"_APP_DOMAINS_NAMESERVERS": "ns1.example.com,ns2.example.com"

View file

@ -42656,6 +42656,18 @@
{
"$ref": "#\/definitions\/columnPolygon"
},
{
"$ref": "#\/definitions\/columnVarchar"
},
{
"$ref": "#\/definitions\/columnText"
},
{
"$ref": "#\/definitions\/columnMediumtext"
},
{
"$ref": "#\/definitions\/columnLongtext"
},
{
"$ref": "#\/definitions\/columnString"
}
@ -42751,6 +42763,18 @@
{
"$ref": "#\/definitions\/columnPolygon"
},
{
"$ref": "#\/definitions\/columnVarchar"
},
{
"$ref": "#\/definitions\/columnText"
},
{
"$ref": "#\/definitions\/columnMediumtext"
},
{
"$ref": "#\/definitions\/columnLongtext"
},
{
"$ref": "#\/definitions\/columnString"
}

View file

@ -1,5 +1,9 @@
# Change Log
## 13.2.1
- Fix site domain construction
## 13.2.0
- Feat: Add dedicated commands for text-based attribute management:

View file

@ -78,9 +78,9 @@ class ConsoleVariables extends Model
])
->addRule('_APP_DOMAIN_SITES', [
'type' => self::TYPE_STRING,
'description' => 'A domain to use for site URLs.',
'description' => 'A comma separated list of domains to use for site URLs.',
'default' => '',
'example' => 'sites.localhost',
'example' => 'sites.localhost,sites.example.com',
])
->addRule('_APP_DOMAIN_FUNCTIONS', [
'type' => self::TYPE_STRING,