mirror of
https://forgejo.ellis.link/continuwuation/continuwuity.git
synced 2026-05-26 20:49:55 +00:00
Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 21324b748f | |||
| b7bf36443b | |||
| d72192aa32 |
@@ -59,10 +59,9 @@ jobs:
|
|||||||
# Aggressive GC since cache restores don't increment counter
|
# Aggressive GC since cache restores don't increment counter
|
||||||
echo "CARGO_INCREMENTAL_GC_TRIGGER=5" >> $GITHUB_ENV
|
echo "CARGO_INCREMENTAL_GC_TRIGGER=5" >> $GITHUB_ENV
|
||||||
|
|
||||||
- name: Setup Rust nightly
|
- name: Setup Rust
|
||||||
uses: ./.forgejo/actions/setup-rust
|
uses: ./.forgejo/actions/setup-rust
|
||||||
with:
|
with:
|
||||||
rust-version: nightly
|
|
||||||
github-token: ${{ secrets.GH_PUBLIC_RO }}
|
github-token: ${{ secrets.GH_PUBLIC_RO }}
|
||||||
|
|
||||||
- name: Get package version and component
|
- name: Get package version and component
|
||||||
|
|||||||
@@ -24,3 +24,4 @@ extend-ignore-re = [
|
|||||||
"continuwuity" = "continuwuity"
|
"continuwuity" = "continuwuity"
|
||||||
"continuwity" = "continuwuity"
|
"continuwity" = "continuwuity"
|
||||||
"execuse" = "execuse"
|
"execuse" = "execuse"
|
||||||
|
"oltp" = "OTLP"
|
||||||
|
|||||||
+1
-1
@@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
## Features
|
## Features
|
||||||
|
|
||||||
- Enabled the OLTP exporter in default builds, and allow configuring the exporter protocol. (@Jade). (#1251)
|
- Enabled the OTLP exporter in default builds, and allow configuring the exporter protocol. (@Jade). (#1251)
|
||||||
|
|
||||||
## Bug Fixes
|
## Bug Fixes
|
||||||
|
|
||||||
|
|||||||
@@ -0,0 +1 @@
|
|||||||
|
The `console` feature is now enabled by default, allowing the server console to be used for running admin commands directly.
|
||||||
+3
-3
@@ -64,15 +64,15 @@ standard = [
|
|||||||
"url_preview",
|
"url_preview",
|
||||||
"zstd_compression",
|
"zstd_compression",
|
||||||
"sentry_telemetry",
|
"sentry_telemetry",
|
||||||
"otlp_telemetry"
|
"otlp_telemetry",
|
||||||
|
"console",
|
||||||
]
|
]
|
||||||
full = [
|
full = [
|
||||||
"standard",
|
"standard",
|
||||||
# "hardened_malloc", # Conflicts with jemalloc
|
# "hardened_malloc", # Conflicts with jemalloc
|
||||||
"jemalloc_prof",
|
"jemalloc_prof",
|
||||||
"perf_measurements",
|
"perf_measurements",
|
||||||
"tokio_console"
|
"tokio_console",
|
||||||
# sentry_telemetry
|
|
||||||
]
|
]
|
||||||
|
|
||||||
blurhashing = [
|
blurhashing = [
|
||||||
|
|||||||
Reference in New Issue
Block a user