Merge branch 'spring_back'

This commit is contained in:
MathewFrancis 2025-05-08 12:47:18 +05:30
commit ed285f41ac
222 changed files with 1742 additions and 1 deletions

5
.gitignore vendored
View File

@ -1,2 +1,5 @@
# Ignore all MariaDB data files # Ignore all MariaDB data files
MySQL_conf_pbx/test1/mariadb_data/ MySQL_conf_pbx/test1/mariadb_data/ddl_recovery.log
MySQL_conf_pbx/test1/mariadb_data/ib_buffer_pool
MySQL_conf_pbx/test1/mariadb_data/ibtmp1
MySQL_conf_pbx/test1/mariadb_data/tc.log

View File

@ -147,6 +147,35 @@
} }
}, },
"response": [] "response": []
},
{
"name": "Add_a_global_extension_feature",
"request": {
"method": "PUT",
"header": [],
"body": {
"mode": "raw",
"raw": "{\n \"context\": \"default\",\n \"extension\": \"w\",\n \"priority\": 5,\n \"app\": \"Dial\",\n \"appdata\": \"W conf\"\n}\n",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "http://localhost:8081/cezen/add_feature",
"protocol": "http",
"host": [
"localhost"
],
"port": "8081",
"path": [
"cezen",
"add_feature"
]
}
},
"response": []
} }
] ]
} }

Binary file not shown.

Binary file not shown.

View File

@ -0,0 +1,2 @@
default-character-set=utf8mb4
default-collation=utf8mb4_uca1400_ai_ci

Binary file not shown.

Binary file not shown.

View File

@ -0,0 +1 @@
11.7.2-MariaDB

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -0,0 +1,2 @@
default-character-set=utf8mb4
default-collation=utf8mb4_uca1400_ai_ci

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Some files were not shown because too many files have changed in this diff Show More