Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
ruibaby committed Jun 30, 2024
2 parents d261f96 + 9410006 commit db410e0
Show file tree
Hide file tree
Showing 32 changed files with 174 additions and 424 deletions.
33 changes: 4 additions & 29 deletions api-docs/openapi/v3_0/aggregated.json
Original file line number Diff line number Diff line change
Expand Up @@ -2366,31 +2366,6 @@
]
}
},
"/apis/api.console.halo.run/v1alpha1/caches/{name}": {
"delete": {
"description": "Evict a cache.",
"operationId": "EvictCache",
"parameters": [
{
"description": "Cache name",
"in": "path",
"name": "name",
"required": true,
"schema": {
"type": "string"
}
}
],
"responses": {
"204": {
"description": "No Content"
}
},
"tags": [
"CacheV1alpha1Console"
]
}
},
"/apis/api.console.halo.run/v1alpha1/comments": {
"get": {
"description": "List comments.",
Expand Down Expand Up @@ -19692,12 +19667,12 @@
},
"visible": {
"type": "string",
"default": "PUBLIC",
"enum": [
"PUBLIC",
"INTERNAL",
"PRIVATE"
]
],
"default": "PUBLIC"
}
}
},
Expand Down Expand Up @@ -21592,12 +21567,12 @@
},
"visible": {
"type": "string",
"default": "PUBLIC",
"enum": [
"PUBLIC",
"INTERNAL",
"PRIVATE"
]
],
"default": "PUBLIC"
}
}
},
Expand Down
33 changes: 4 additions & 29 deletions api-docs/openapi/v3_0/apis_console.api_v1alpha1.json
Original file line number Diff line number Diff line change
Expand Up @@ -233,31 +233,6 @@
]
}
},
"/apis/api.console.halo.run/v1alpha1/caches/{name}": {
"delete": {
"description": "Evict a cache.",
"operationId": "EvictCache",
"parameters": [
{
"description": "Cache name",
"in": "path",
"name": "name",
"required": true,
"schema": {
"type": "string"
}
}
],
"responses": {
"204": {
"description": "No Content"
}
},
"tags": [
"CacheV1alpha1Console"
]
}
},
"/apis/api.console.halo.run/v1alpha1/comments": {
"get": {
"description": "List comments.",
Expand Down Expand Up @@ -5166,12 +5141,12 @@
},
"visible": {
"type": "string",
"default": "PUBLIC",
"enum": [
"PUBLIC",
"INTERNAL",
"PRIVATE"
]
],
"default": "PUBLIC"
}
}
},
Expand Down Expand Up @@ -5677,12 +5652,12 @@
},
"visible": {
"type": "string",
"default": "PUBLIC",
"enum": [
"PUBLIC",
"INTERNAL",
"PRIVATE"
]
],
"default": "PUBLIC"
}
}
},
Expand Down
8 changes: 4 additions & 4 deletions api-docs/openapi/v3_0/apis_extension.api_v1alpha1.json
Original file line number Diff line number Diff line change
Expand Up @@ -10609,12 +10609,12 @@
},
"visible": {
"type": "string",
"default": "PUBLIC",
"enum": [
"PUBLIC",
"INTERNAL",
"PRIVATE"
]
],
"default": "PUBLIC"
}
}
},
Expand Down Expand Up @@ -11799,12 +11799,12 @@
},
"visible": {
"type": "string",
"default": "PUBLIC",
"enum": [
"PUBLIC",
"INTERNAL",
"PRIVATE"
]
],
"default": "PUBLIC"
}
}
},
Expand Down
4 changes: 2 additions & 2 deletions api-docs/openapi/v3_0/apis_uc.api_v1alpha1.json
Original file line number Diff line number Diff line change
Expand Up @@ -1582,12 +1582,12 @@
},
"visible": {
"type": "string",
"default": "PUBLIC",
"enum": [
"PUBLIC",
"INTERNAL",
"PRIVATE"
]
],
"default": "PUBLIC"
}
}
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,6 @@
public enum ModelConst {
;
public static final String TEMPLATE_ID = "_templateId";
public static final String POWERED_BY_HALO_TEMPLATE_ENGINE = "poweredByHaloTemplateEngine";
public static final Integer DEFAULT_PAGE_SIZE = 10;
}
55 changes: 0 additions & 55 deletions application/src/main/java/run/halo/app/cache/CacheEndpoint.java

This file was deleted.

18 changes: 0 additions & 18 deletions application/src/main/java/run/halo/app/cache/CachedResponse.java

This file was deleted.

Loading

0 comments on commit db410e0

Please sign in to comment.