mirror of
https://github.com/cupcakearmy/cryptgeon.git
synced 2026-09-27 13:01:46 +00:00
Compare commits
7
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
7653409473 | ||
|
|
f05707e033 | ||
|
|
8df6b6c7b5 | ||
|
|
2dc9d6aa16 | ||
|
|
98c56f6fb9 | ||
|
|
3f7bb6f32e | ||
|
|
6de97039d3 |
@@ -29,7 +29,7 @@ jobs:
|
|||||||
if [[ "${GITHUB_REF_NAME}" == *"-"* ]]; then
|
if [[ "${GITHUB_REF_NAME}" == *"-"* ]]; then
|
||||||
DIST_TAG=rc
|
DIST_TAG=rc
|
||||||
fi
|
fi
|
||||||
pnpm publish --filter cryptgeon --tag "${DIST_TAG}"
|
pnpm publish --filter cryptgeon --tag "${DIST_TAG}" --no-git-checks
|
||||||
env:
|
env:
|
||||||
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
|
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
|
||||||
|
|
||||||
|
|||||||
@@ -115,7 +115,7 @@ services:
|
|||||||
- /data
|
- /data
|
||||||
|
|
||||||
app:
|
app:
|
||||||
image: cupcakearmy/cryptgeon:latest
|
image: cupcakearmy/cryptgeon:v3
|
||||||
depends_on:
|
depends_on:
|
||||||
- cache
|
- cache
|
||||||
environment:
|
environment:
|
||||||
|
|||||||
+1
-1
@@ -103,7 +103,7 @@ services:
|
|||||||
- /data
|
- /data
|
||||||
|
|
||||||
app:
|
app:
|
||||||
image: cupcakearmy/cryptgeon:latest
|
image: cupcakearmy/cryptgeon:v3
|
||||||
depends_on:
|
depends_on:
|
||||||
- cache
|
- cache
|
||||||
environment:
|
environment:
|
||||||
|
|||||||
+2
-2
@@ -91,7 +91,7 @@ services:
|
|||||||
- /data
|
- /data
|
||||||
|
|
||||||
app:
|
app:
|
||||||
image: cupcakearmy/cryptgeon:latest
|
image: cupcakearmy/cryptgeon:v3
|
||||||
depends_on:
|
depends_on:
|
||||||
- cache
|
- cache
|
||||||
environment:
|
environment:
|
||||||
@@ -131,7 +131,7 @@ services:
|
|||||||
- /data
|
- /data
|
||||||
|
|
||||||
app:
|
app:
|
||||||
image: cupcakearmy/cryptgeon:latest
|
image: cupcakearmy/cryptgeon:v3
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
depends_on:
|
depends_on:
|
||||||
- cache
|
- cache
|
||||||
|
|||||||
+2
-2
@@ -11,7 +11,7 @@ services:
|
|||||||
- /data
|
- /data
|
||||||
|
|
||||||
app:
|
app:
|
||||||
image: cupcakearmy/cryptgeon:latest
|
image: cupcakearmy/cryptgeon:v3
|
||||||
depends_on:
|
depends_on:
|
||||||
- cache
|
- cache
|
||||||
environment:
|
environment:
|
||||||
@@ -26,4 +26,4 @@ services:
|
|||||||
# interval: 1m
|
# interval: 1m
|
||||||
# timeout: 3s
|
# timeout: 3s
|
||||||
# retries: 2
|
# retries: 2
|
||||||
# start_period: 5s
|
# start_period: 5s
|
||||||
|
|||||||
@@ -2,11 +2,9 @@
|
|||||||
|
|
||||||
## Todo
|
## Todo
|
||||||
|
|
||||||
- Localize i18n readmes: `README_ES.md`, `README_zh-CN.md` still reference `REDIS` / `/api/v1`-era endpoint names — align to `CACHE` / `/healthz` (also sweep `CONTRIBUTING.md`, `examples/*`, postman collection).
|
|
||||||
- Add remaining shared tooling to the pnpm catalog (`vite`, `tsdown`).
|
- Add remaining shared tooling to the pnpm catalog (`vite`, `tsdown`).
|
||||||
- Move formatting, linting and type-checking + git hooks onto `vite-plus` (oxlint, oxfmt, vitest).
|
- Move formatting, linting and type-checking + git hooks onto `vite-plus` (oxlint, oxfmt, vitest).
|
||||||
- Re-add CSP (`Content-Security-Policy`) wired into the axum router (was in `csp.rs`, removed as unused).
|
- Re-add CSP (`Content-Security-Policy`) wired into the axum router (was in `csp.rs`, removed as unused).
|
||||||
- Move all CLI deps to `devDependencies` — they bundle into the single output file anyway.
|
|
||||||
|
|
||||||
## Unified payload (drop the text/file union)
|
## Unified payload (drop the text/file union)
|
||||||
|
|
||||||
|
|||||||
@@ -12,7 +12,7 @@ services:
|
|||||||
- /data
|
- /data
|
||||||
|
|
||||||
app:
|
app:
|
||||||
image: cupcakearmy/cryptgeon:latest
|
image: cupcakearmy/cryptgeon:v3
|
||||||
depends_on:
|
depends_on:
|
||||||
- cache
|
- cache
|
||||||
|
|
||||||
|
|||||||
@@ -116,7 +116,7 @@ services:
|
|||||||
- /data
|
- /data
|
||||||
|
|
||||||
app:
|
app:
|
||||||
image: cupcakearmy/cryptgeon:latest
|
image: cupcakearmy/cryptgeon:v3
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
depends_on:
|
depends_on:
|
||||||
- cache
|
- cache
|
||||||
|
|||||||
@@ -26,7 +26,7 @@ services:
|
|||||||
- /data
|
- /data
|
||||||
|
|
||||||
app:
|
app:
|
||||||
image: cupcakearmy/cryptgeon:latest
|
image: cupcakearmy/cryptgeon:v3
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
depends_on:
|
depends_on:
|
||||||
- cache
|
- cache
|
||||||
@@ -70,7 +70,7 @@ services:
|
|||||||
- /data
|
- /data
|
||||||
|
|
||||||
cryptgeon:
|
cryptgeon:
|
||||||
image: cupcakearmy/cryptgeon
|
image: cupcakearmy/cryptgeon:v3
|
||||||
depends_on:
|
depends_on:
|
||||||
- cache
|
- cache
|
||||||
labels:
|
labels:
|
||||||
|
|||||||
Generated
+1
-1
@@ -252,7 +252,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "cryptgeon"
|
name = "cryptgeon"
|
||||||
version = "3.0.0-rc.0"
|
version = "3.0.0-rc.3"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"axum",
|
"axum",
|
||||||
"bs62",
|
"bs62",
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "cryptgeon"
|
name = "cryptgeon"
|
||||||
version = "3.0.0-rc.0"
|
version = "3.0.0-rc.3"
|
||||||
authors = ["cupcakearmy <hi@nicco.io>"]
|
authors = ["cupcakearmy <hi@nicco.io>"]
|
||||||
edition = "2024"
|
edition = "2024"
|
||||||
rust-version = "1.95"
|
rust-version = "1.95"
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "cryptgeon",
|
"name": "cryptgeon",
|
||||||
"version": "3.0.0-rc.0",
|
"version": "3.0.0-rc.3",
|
||||||
"homepage": "https://github.com/cupcakearmy/cryptgeon",
|
"homepage": "https://github.com/cupcakearmy/cryptgeon",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
@@ -21,19 +21,19 @@
|
|||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "vp pack",
|
"build": "vp pack",
|
||||||
"dev": "vp pack --watch",
|
"dev": "vp pack --watch",
|
||||||
"prepublishOnly": "run-s build"
|
"prepublishOnly": "pnpm run build"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
"@commander-js/extra-typings": "^15.0.0",
|
||||||
"@cryptgeon/shared": "workspace:*",
|
"@cryptgeon/shared": "workspace:*",
|
||||||
"@msgpack/msgpack": "^3.1.3",
|
"@msgpack/msgpack": "^3.1.3",
|
||||||
"@commander-js/extra-typings": "^12.1.0",
|
|
||||||
"@tsconfig/strictest": "catalog:",
|
"@tsconfig/strictest": "catalog:",
|
||||||
"@types/inquirer": "^9.0.9",
|
"@types/inquirer": "^9.0.10",
|
||||||
"@types/node": "^22.15.3",
|
"@types/node": "^22.20.1",
|
||||||
"commander": "^12.1.0",
|
"commander": "^15.0.0",
|
||||||
"inquirer": "^9.3.8",
|
"inquirer": "^14.2.1",
|
||||||
"mime": "^4.1.0",
|
"mime": "^4.1.0",
|
||||||
"pretty-bytes": "^6.1.1",
|
"pretty-bytes": "^7.1.3",
|
||||||
"typescript": "catalog:",
|
"typescript": "catalog:",
|
||||||
"vite-plus": "catalog:"
|
"vite-plus": "catalog:"
|
||||||
},
|
},
|
||||||
|
|||||||
Generated
+394
-383
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user