mirror of
https://gh.wpcy.net/https://github.com/fairpm/aspirecloud.git
synced 2026-06-20 02:22:28 +08:00
* feat: add spatie/laravel-web-tinker * feat: add Theme::createFromSyncTheme * feat: add Theme::updateFromSyncTheme * chore: add files() relationship to SyncPlugin and SyncTheme * feat: new command: db:themes:populate * feat: db:populate:plugins command * fix: add testing db config * test: add bruno test for query_themes action * fix: change 'any' route to get|post in api.php * test: fix bruno tests, rm redundant ones in root * build: add test-bruno makefile target
23 lines
341 B
Text
23 lines
341 B
Text
meta {
|
|
name: Core Stability Check
|
|
type: http
|
|
seq: 2
|
|
}
|
|
|
|
get {
|
|
url: {{API_URL}}/core/stable-check/:api_version
|
|
body: none
|
|
auth: none
|
|
}
|
|
|
|
params:path {
|
|
api_version: 1.0
|
|
}
|
|
|
|
headers {
|
|
Host: api.wordpress.org
|
|
User-Agent: WordPress/6.2.2; http://172.18.0.5
|
|
Accept: */*
|
|
Accept-Encoding: deflate, gzip
|
|
Connection: Keep-Alive
|
|
}
|