http: release radicle-httpd v0.11.0
19 files changed
+109
-33
abcf8f34
→
473f893b
modified .github/workflows/check-build.yml
@@ -10,6 +10,12 @@ jobs:
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified .github/workflows/check-e2e.yml
@@ -11,6 +11,12 @@ jobs:
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified .github/workflows/check-visual.yml
@@ -26,6 +26,12 @@ jobs:
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified config/default.json
@@ -1,7 +1,7 @@
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified http-client/lib/shared.ts
@@ -17,11 +17,26 @@ export const nodeConfigSchema = object({
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -40,9 +55,16 @@ export const nodeConfigSchema = object({
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
| - | |
| - | |
|
|
|
|
|
modified radicle-httpd/Cargo.lock
@@ -1854,7 +1854,7 @@ dependencies = [
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle-httpd/Cargo.toml
@@ -3,7 +3,7 @@ name = "radicle-httpd"
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle-httpd/src/api.rs
@@ -36,7 +36,7 @@ use crate::Options;
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified scripts/install-binaries
@@ -33,22 +33,28 @@ while [ $# -ne 0 ]; do
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified src/components/ScopePolicyExplainer.svelte
@@ -3,7 +3,7 @@
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified src/lib/httpd.ts
@@ -83,7 +83,12 @@ export async function authenticate(params: {
|
|
|
|
|
|
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -111,8 +116,8 @@ export async function disconnect() {
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
|
|
|
|
|
@@ -150,8 +155,8 @@ async function checkState() {
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
|
|
|
|
|
modified src/views/nodes/router.ts
@@ -56,8 +56,8 @@ export async function loadNodeRoute(
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
|
|
|
|
|
modified src/views/projects/Sidebar/ContextRepo.svelte
@@ -18,7 +18,8 @@
|
|
|
|
|
|
| - | |
| + | |
| + | |
|
|
|
|
|
@@ -113,11 +114,11 @@
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
| - | |
| - | |
| + | |
| + | |
|
|
|
|
|
modified tests/e2e/landingPage.spec.ts
@@ -100,7 +100,6 @@ const nodeInfo = {
|
|
|
|
|
|
| - | |
|
|
|
|
|
@@ -132,8 +131,9 @@ const nodeInfo = {
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified tests/e2e/node.spec.ts
@@ -6,8 +6,7 @@ test("node metadata", async ({ page, peerManager }) => {
|
|
|
|
|
|
| - | |
| - | |
| + | |
|
|
|
|
|
@@ -19,7 +18,7 @@ test("node metadata", async ({ page, peerManager }) => {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified tests/e2e/project/commits.spec.ts
@@ -150,6 +150,7 @@ test("relative timestamps", async ({ page }) => {
|
|
|
|
|
|
| + | |
|
|
|
|
|
modified tests/support/globalSetup.ts
@@ -50,7 +50,10 @@ export default async function globalSetup(): Promise<() => void> {
|
|
|
|
|
|
| - | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified tests/support/heartwood-release
@@ -1 +1 @@
| - | |
|
|
| + | |
|
modified tests/support/peerManager.ts
@@ -124,10 +124,25 @@ export const NodeConfigSchema = object({
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -140,9 +155,15 @@ export const NodeConfigSchema = object({
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
| - | |
| - | |
|
|
|
|
|