Release v1.0.0 under Apache-2.0 license
This commit is contained in:
217
LICENSE
217
LICENSE
@@ -1,22 +1,201 @@
|
|||||||
Copyright (c) 2026, Pim van Pelt <pim@ipng.ch>
|
Apache License
|
||||||
All rights reserved.
|
Version 2.0, January 2004
|
||||||
|
http://www.apache.org/licenses/
|
||||||
|
|
||||||
Redistribution and use in source and binary forms, with or without
|
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
||||||
modification, are permitted provided that the following conditions are met:
|
|
||||||
|
|
||||||
1. Redistributions of source code must retain the above copyright notice, this
|
1. Definitions.
|
||||||
list of conditions and the following disclaimer.
|
|
||||||
2. Redistributions in binary form must reproduce the above copyright notice,
|
|
||||||
this list of conditions and the following disclaimer in the documentation
|
|
||||||
and/or other materials provided with the distribution.
|
|
||||||
|
|
||||||
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
|
"License" shall mean the terms and conditions for use, reproduction,
|
||||||
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
|
and distribution as defined by Sections 1 through 9 of this document.
|
||||||
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
|
|
||||||
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR
|
"Licensor" shall mean the copyright owner or entity authorized by
|
||||||
ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
|
the copyright owner that is granting the License.
|
||||||
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
|
|
||||||
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
|
"Legal Entity" shall mean the union of the acting entity and all
|
||||||
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
other entities that control, are controlled by, or are under common
|
||||||
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
|
control with that entity. For the purposes of this definition,
|
||||||
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
"control" means (i) the power, direct or indirect, to cause the
|
||||||
|
direction or management of such entity, whether by contract or
|
||||||
|
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
||||||
|
outstanding shares, or (iii) beneficial ownership of such entity.
|
||||||
|
|
||||||
|
"You" (or "Your") shall mean an individual or Legal Entity
|
||||||
|
exercising permissions granted by this License.
|
||||||
|
|
||||||
|
"Source" form shall mean the preferred form for making modifications,
|
||||||
|
including but not limited to software source code, documentation
|
||||||
|
source, and configuration files.
|
||||||
|
|
||||||
|
"Object" form shall mean any form resulting from mechanical
|
||||||
|
transformation or translation of a Source form, including but
|
||||||
|
not limited to compiled object code, generated documentation,
|
||||||
|
and conversions to other media types.
|
||||||
|
|
||||||
|
"Work" shall mean the work of authorship, whether in Source or
|
||||||
|
Object form, made available under the License, as indicated by a
|
||||||
|
copyright notice that is included in or attached to the work
|
||||||
|
(an example is provided in the Appendix below).
|
||||||
|
|
||||||
|
"Derivative Works" shall mean any work, whether in Source or Object
|
||||||
|
form, that is based on (or derived from) the Work and for which the
|
||||||
|
editorial revisions, annotations, elaborations, or other modifications
|
||||||
|
represent, as a whole, an original work of authorship. For the purposes
|
||||||
|
of this License, Derivative Works shall not include works that remain
|
||||||
|
separable from, or merely link (or bind by name) to the interfaces of,
|
||||||
|
the Work and Derivative Works thereof.
|
||||||
|
|
||||||
|
"Contribution" shall mean any work of authorship, including
|
||||||
|
the original version of the Work and any modifications or additions
|
||||||
|
to that Work or Derivative Works thereof, that is intentionally
|
||||||
|
submitted to Licensor for inclusion in the Work by the copyright owner
|
||||||
|
or by an individual or Legal Entity authorized to submit on behalf of
|
||||||
|
the copyright owner. For the purposes of this definition, "submitted"
|
||||||
|
means any form of electronic, verbal, or written communication sent
|
||||||
|
to the Licensor or its representatives, including but not limited to
|
||||||
|
communication on electronic mailing lists, source code control systems,
|
||||||
|
and issue tracking systems that are managed by, or on behalf of, the
|
||||||
|
Licensor for the purpose of discussing and improving the Work, but
|
||||||
|
excluding communication that is conspicuously marked or otherwise
|
||||||
|
designated in writing by the copyright owner as "Not a Contribution."
|
||||||
|
|
||||||
|
"Contributor" shall mean Licensor and any individual or Legal Entity
|
||||||
|
on behalf of whom a Contribution has been received by Licensor and
|
||||||
|
subsequently incorporated within the Work.
|
||||||
|
|
||||||
|
2. Grant of Copyright License. Subject to the terms and conditions of
|
||||||
|
this License, each Contributor hereby grants to You a perpetual,
|
||||||
|
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
||||||
|
copyright license to reproduce, prepare Derivative Works of,
|
||||||
|
publicly display, publicly perform, sublicense, and distribute the
|
||||||
|
Work and such Derivative Works in Source or Object form.
|
||||||
|
|
||||||
|
3. Grant of Patent License. Subject to the terms and conditions of
|
||||||
|
this License, each Contributor hereby grants to You a perpetual,
|
||||||
|
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
||||||
|
(except as stated in this section) patent license to make, have made,
|
||||||
|
use, offer to sell, sell, import, and otherwise transfer the Work,
|
||||||
|
where such license applies only to those patent claims licensable
|
||||||
|
by such Contributor that are necessarily infringed by their
|
||||||
|
Contribution(s) alone or by combination of their Contribution(s)
|
||||||
|
with the Work to which such Contribution(s) was submitted. If You
|
||||||
|
institute patent litigation against any entity (including a
|
||||||
|
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
||||||
|
or a Contribution incorporated within the Work constitutes direct
|
||||||
|
or contributory patent infringement, then any patent licenses
|
||||||
|
granted to You under this License for that Work shall terminate
|
||||||
|
as of the date such litigation is filed.
|
||||||
|
|
||||||
|
4. Redistribution. You may reproduce and distribute copies of the
|
||||||
|
Work or Derivative Works thereof in any medium, with or without
|
||||||
|
modifications, and in Source or Object form, provided that You
|
||||||
|
meet the following conditions:
|
||||||
|
|
||||||
|
(a) You must give any other recipients of the Work or
|
||||||
|
Derivative Works a copy of this License; and
|
||||||
|
|
||||||
|
(b) You must cause any modified files to carry prominent notices
|
||||||
|
stating that You changed the files; and
|
||||||
|
|
||||||
|
(c) You must retain, in the Source form of any Derivative Works
|
||||||
|
that You distribute, all copyright, patent, trademark, and
|
||||||
|
attribution notices from the Source form of the Work,
|
||||||
|
excluding those notices that do not pertain to any part of
|
||||||
|
the Derivative Works; and
|
||||||
|
|
||||||
|
(d) If the Work includes a "NOTICE" text file as part of its
|
||||||
|
distribution, then any Derivative Works that You distribute must
|
||||||
|
include a readable copy of the attribution notices contained
|
||||||
|
within such NOTICE file, excluding those notices that do not
|
||||||
|
pertain to any part of the Derivative Works, in at least one
|
||||||
|
of the following places: within a NOTICE text file distributed
|
||||||
|
as part of the Derivative Works; within the Source form or
|
||||||
|
documentation, if provided along with the Derivative Works; or,
|
||||||
|
within a display generated by the Derivative Works, if and
|
||||||
|
wherever such third-party notices normally appear. The contents
|
||||||
|
of the NOTICE file are for informational purposes only and
|
||||||
|
do not modify the License. You may add Your own attribution
|
||||||
|
notices within Derivative Works that You distribute, alongside
|
||||||
|
or as an addendum to the NOTICE text from the Work, provided
|
||||||
|
that such additional attribution notices cannot be construed
|
||||||
|
as modifying the License.
|
||||||
|
|
||||||
|
You may add Your own copyright statement to Your modifications and
|
||||||
|
may provide additional or different license terms and conditions
|
||||||
|
for use, reproduction, or distribution of Your modifications, or
|
||||||
|
for any such Derivative Works as a whole, provided Your use,
|
||||||
|
reproduction, and distribution of the Work otherwise complies with
|
||||||
|
the conditions stated in this License.
|
||||||
|
|
||||||
|
5. Submission of Contributions. Unless You explicitly state otherwise,
|
||||||
|
any Contribution intentionally submitted for inclusion in the Work
|
||||||
|
by You to the Licensor shall be under the terms and conditions of
|
||||||
|
this License, without any additional terms or conditions.
|
||||||
|
Notwithstanding the above, nothing herein shall supersede or modify
|
||||||
|
the terms of any separate license agreement you may have executed
|
||||||
|
with Licensor regarding such Contributions.
|
||||||
|
|
||||||
|
6. Trademarks. This License does not grant permission to use the trade
|
||||||
|
names, trademarks, service marks, or product names of the Licensor,
|
||||||
|
except as required for describing the origin of the Work and
|
||||||
|
reproducing the content of the NOTICE file.
|
||||||
|
|
||||||
|
7. Disclaimer of Warranty. Unless required by applicable law or
|
||||||
|
agreed to in writing, Licensor provides the Work (and each
|
||||||
|
Contributor provides its Contributions) on an "AS IS" BASIS,
|
||||||
|
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
||||||
|
implied, including, without limitation, any warranties or conditions
|
||||||
|
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
||||||
|
PARTICULAR PURPOSE. You are solely responsible for determining the
|
||||||
|
appropriateness of using or redistributing the Work and assume any
|
||||||
|
risks associated with Your exercise of permissions under this License.
|
||||||
|
|
||||||
|
8. Limitation of Liability. In no event and under no legal theory,
|
||||||
|
whether in tort (including negligence), contract, or otherwise,
|
||||||
|
unless required by applicable law (such as deliberate and grossly
|
||||||
|
negligent acts) or agreed to in writing, shall any Contributor be
|
||||||
|
liable to You for damages, including any direct, indirect, special,
|
||||||
|
incidental, or consequential damages of any character arising as a
|
||||||
|
result of this License or out of the use or inability to use the
|
||||||
|
Work (including but not limited to damages for loss of goodwill,
|
||||||
|
work stoppage, computer failure or malfunction, or any and all
|
||||||
|
other commercial damages or losses), even if such Contributor
|
||||||
|
has been advised of the possibility of such damages.
|
||||||
|
|
||||||
|
9. Accepting Warranty or Support. While redistributing the Work or
|
||||||
|
Derivative Works thereof, You may choose to offer, and charge a
|
||||||
|
fee for, acceptance of support, warranty, indemnity, or other
|
||||||
|
liability obligations and/or rights consistent with this License.
|
||||||
|
However, in accepting such obligations, You may act only on Your
|
||||||
|
own behalf and on Your sole responsibility, not on behalf of any
|
||||||
|
other Contributor, and only if You agree to indemnify, defend,
|
||||||
|
and hold each Contributor harmless for any liability incurred by,
|
||||||
|
or claims asserted against, such Contributor by reason of your
|
||||||
|
accepting any such warranty or support.
|
||||||
|
|
||||||
|
END OF TERMS AND CONDITIONS
|
||||||
|
|
||||||
|
APPENDIX: How to apply the Apache License to your work.
|
||||||
|
|
||||||
|
To apply the Apache License to your work, attach the following
|
||||||
|
boilerplate notice, with the fields enclosed by brackets "[]"
|
||||||
|
replaced with your own identifying information. (Don't include
|
||||||
|
the brackets!) The text should be enclosed in the appropriate
|
||||||
|
comment syntax for the file format. We also recommend that a
|
||||||
|
file or class name and description of purpose be included on the
|
||||||
|
same "printed page" as the copyright notice for easier
|
||||||
|
identification within third-party archives.
|
||||||
|
|
||||||
|
Copyright 2026 Pim van Pelt <pim@ipng.ch>
|
||||||
|
|
||||||
|
Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
|
you may not use this file except in compliance with the License.
|
||||||
|
You may obtain a copy of the License at
|
||||||
|
|
||||||
|
http://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
|
||||||
|
Unless required by applicable law or agreed to in writing, software
|
||||||
|
distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
|
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
|
See the License for the specific language governing permissions and
|
||||||
|
limitations under the License.
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
// Copyright (c) 2026, Pim van Pelt <pim@ipng.ch>
|
// SPDX-License-Identifier: Apache-2.0
|
||||||
|
|
||||||
package main
|
package main
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
// Copyright (c) 2026, Pim van Pelt <pim@ipng.ch>
|
// SPDX-License-Identifier: Apache-2.0
|
||||||
|
|
||||||
package main
|
package main
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
// Copyright (c) 2026, Pim van Pelt <pim@ipng.ch>
|
// SPDX-License-Identifier: Apache-2.0
|
||||||
|
|
||||||
package main
|
package main
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
// Copyright (c) 2026, Pim van Pelt <pim@ipng.ch>
|
// SPDX-License-Identifier: Apache-2.0
|
||||||
|
|
||||||
package main
|
package main
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
// Copyright (c) 2026, Pim van Pelt <pim@ipng.ch>
|
// SPDX-License-Identifier: Apache-2.0
|
||||||
|
|
||||||
package main
|
package main
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
// Copyright (c) 2026, Pim van Pelt <pim@ipng.ch>
|
// SPDX-License-Identifier: Apache-2.0
|
||||||
|
|
||||||
package main
|
package main
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
// Copyright (c) 2026, Pim van Pelt <pim@ipng.ch>
|
// SPDX-License-Identifier: Apache-2.0
|
||||||
|
|
||||||
package main
|
package main
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
// Copyright (c) 2026, Pim van Pelt <pim@ipng.ch>
|
// SPDX-License-Identifier: Apache-2.0
|
||||||
|
|
||||||
package main
|
package main
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
// Copyright (c) 2026, Pim van Pelt <pim@ipng.ch>
|
// SPDX-License-Identifier: Apache-2.0
|
||||||
|
|
||||||
package main
|
package main
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
// Copyright (c) 2026, Pim van Pelt <pim@ipng.ch>
|
// SPDX-License-Identifier: Apache-2.0
|
||||||
|
|
||||||
package main
|
package main
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
// Copyright (c) 2026, Pim van Pelt <pim@ipng.ch>
|
// SPDX-License-Identifier: Apache-2.0
|
||||||
|
|
||||||
package main
|
package main
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
// Copyright (c) 2026, Pim van Pelt <pim@ipng.ch>
|
// SPDX-License-Identifier: Apache-2.0
|
||||||
|
|
||||||
package main
|
package main
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
// Copyright (c) 2026, Pim van Pelt <pim@ipng.ch>
|
// SPDX-License-Identifier: Apache-2.0
|
||||||
|
|
||||||
package main
|
package main
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
// Copyright (c) 2026, Pim van Pelt <pim@ipng.ch>
|
// SPDX-License-Identifier: Apache-2.0
|
||||||
|
|
||||||
package main
|
package main
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
// Copyright (c) 2026, Pim van Pelt <pim@ipng.ch>
|
// SPDX-License-Identifier: Apache-2.0
|
||||||
|
|
||||||
package main
|
package main
|
||||||
|
|
||||||
|
|||||||
@@ -1,3 +1,5 @@
|
|||||||
|
// SPDX-License-Identifier: Apache-2.0
|
||||||
|
|
||||||
import { Show, createSignal, onMount, type Component } from "solid-js";
|
import { Show, createSignal, onMount, type Component } from "solid-js";
|
||||||
import { fetchAllState, fetchVersion } from "./api/rest";
|
import { fetchAllState, fetchVersion } from "./api/rest";
|
||||||
import { openEventStream } from "./api/sse";
|
import { openEventStream } from "./api/sse";
|
||||||
|
|||||||
@@ -1,3 +1,5 @@
|
|||||||
|
// SPDX-License-Identifier: Apache-2.0
|
||||||
|
|
||||||
import type { BackendSnapshot, FrontendSnapshot } from "../types";
|
import type { BackendSnapshot, FrontendSnapshot } from "../types";
|
||||||
|
|
||||||
export type BackendAction = "pause" | "resume" | "enable" | "disable";
|
export type BackendAction = "pause" | "resume" | "enable" | "disable";
|
||||||
|
|||||||
@@ -1,3 +1,5 @@
|
|||||||
|
// SPDX-License-Identifier: Apache-2.0
|
||||||
|
|
||||||
import type { MaglevdInfo, StateSnapshot, VersionInfo } from "../types";
|
import type { MaglevdInfo, StateSnapshot, VersionInfo } from "../types";
|
||||||
|
|
||||||
async function getJSON<T>(path: string): Promise<T> {
|
async function getJSON<T>(path: string): Promise<T> {
|
||||||
|
|||||||
@@ -1,3 +1,5 @@
|
|||||||
|
// SPDX-License-Identifier: Apache-2.0
|
||||||
|
|
||||||
import type {
|
import type {
|
||||||
BackendEventPayload,
|
BackendEventPayload,
|
||||||
BrowserEvent,
|
BrowserEvent,
|
||||||
|
|||||||
@@ -1,3 +1,5 @@
|
|||||||
|
// SPDX-License-Identifier: Apache-2.0
|
||||||
|
|
||||||
import { For, Show, createEffect, createSignal, onCleanup, type Component } from "solid-js";
|
import { For, Show, createEffect, createSignal, onCleanup, type Component } from "solid-js";
|
||||||
import { runBackendAction, setBackendWeight, type BackendAction } from "../api/admin";
|
import { runBackendAction, setBackendWeight, type BackendAction } from "../api/admin";
|
||||||
import Modal from "./Modal";
|
import Modal from "./Modal";
|
||||||
|
|||||||
@@ -1,3 +1,5 @@
|
|||||||
|
// SPDX-License-Identifier: Apache-2.0
|
||||||
|
|
||||||
import { createEffect, createMemo, on, type Component, type JSX } from "solid-js";
|
import { createEffect, createMemo, on, type Component, type JSX } from "solid-js";
|
||||||
|
|
||||||
type Props = {
|
type Props = {
|
||||||
|
|||||||
@@ -1,3 +1,5 @@
|
|||||||
|
// SPDX-License-Identifier: Apache-2.0
|
||||||
|
|
||||||
import { createEffect, onCleanup, type Component, type JSX } from "solid-js";
|
import { createEffect, onCleanup, type Component, type JSX } from "solid-js";
|
||||||
import { Portal } from "solid-js/web";
|
import { Portal } from "solid-js/web";
|
||||||
|
|
||||||
|
|||||||
@@ -1,3 +1,5 @@
|
|||||||
|
// SPDX-License-Identifier: Apache-2.0
|
||||||
|
|
||||||
import { createEffect, createSignal, onCleanup, type Component } from "solid-js";
|
import { createEffect, createSignal, onCleanup, type Component } from "solid-js";
|
||||||
import { events } from "../stores/events";
|
import { events } from "../stores/events";
|
||||||
import type { LogEventPayload } from "../types";
|
import type { LogEventPayload } from "../types";
|
||||||
|
|||||||
@@ -1,3 +1,5 @@
|
|||||||
|
// SPDX-License-Identifier: Apache-2.0
|
||||||
|
|
||||||
import { For, type Component } from "solid-js";
|
import { For, type Component } from "solid-js";
|
||||||
import { scope, setScope } from "../stores/scope";
|
import { scope, setScope } from "../stores/scope";
|
||||||
import { state } from "../stores/state";
|
import { state } from "../stores/state";
|
||||||
|
|||||||
@@ -1,3 +1,5 @@
|
|||||||
|
// SPDX-License-Identifier: Apache-2.0
|
||||||
|
|
||||||
import type { Component } from "solid-js";
|
import type { Component } from "solid-js";
|
||||||
|
|
||||||
type Props = { state: string; label?: string };
|
type Props = { state: string; label?: string };
|
||||||
|
|||||||
@@ -1,3 +1,5 @@
|
|||||||
|
// SPDX-License-Identifier: Apache-2.0
|
||||||
|
|
||||||
import type { Component, JSX } from "solid-js";
|
import type { Component, JSX } from "solid-js";
|
||||||
import { isZippyOpen, setZippyOpen } from "../stores/zippy";
|
import { isZippyOpen, setZippyOpen } from "../stores/zippy";
|
||||||
|
|
||||||
|
|||||||
2
cmd/frontend/web/src/env.d.ts
vendored
2
cmd/frontend/web/src/env.d.ts
vendored
@@ -1,3 +1,5 @@
|
|||||||
|
// SPDX-License-Identifier: Apache-2.0
|
||||||
|
|
||||||
/// <reference types="vite/client" />
|
/// <reference types="vite/client" />
|
||||||
|
|
||||||
declare module "*.svg" {
|
declare module "*.svg" {
|
||||||
|
|||||||
@@ -1,3 +1,5 @@
|
|||||||
|
// SPDX-License-Identifier: Apache-2.0
|
||||||
|
|
||||||
/* @refresh reload */
|
/* @refresh reload */
|
||||||
import { render } from "solid-js/web";
|
import { render } from "solid-js/web";
|
||||||
import App from "./App";
|
import App from "./App";
|
||||||
|
|||||||
@@ -1,3 +1,5 @@
|
|||||||
|
// SPDX-License-Identifier: Apache-2.0
|
||||||
|
|
||||||
import { createSignal } from "solid-js";
|
import { createSignal } from "solid-js";
|
||||||
import type { BrowserEvent } from "../types";
|
import type { BrowserEvent } from "../types";
|
||||||
|
|
||||||
|
|||||||
@@ -1,3 +1,5 @@
|
|||||||
|
// SPDX-License-Identifier: Apache-2.0
|
||||||
|
|
||||||
// isAdmin is fixed at page-load based on the URL. The SAME App.tsx
|
// isAdmin is fixed at page-load based on the URL. The SAME App.tsx
|
||||||
// drives both /view/* and /admin/* — importing this constant lets any
|
// drives both /view/* and /admin/* — importing this constant lets any
|
||||||
// component render admin-only affordances (e.g. the backend actions
|
// component render admin-only affordances (e.g. the backend actions
|
||||||
|
|||||||
@@ -1,3 +1,5 @@
|
|||||||
|
// SPDX-License-Identifier: Apache-2.0
|
||||||
|
|
||||||
import { createSignal } from "solid-js";
|
import { createSignal } from "solid-js";
|
||||||
|
|
||||||
// Persisted selection of which maglevd the SPA is currently scoped to.
|
// Persisted selection of which maglevd the SPA is currently scoped to.
|
||||||
|
|||||||
@@ -1,3 +1,5 @@
|
|||||||
|
// SPDX-License-Identifier: Apache-2.0
|
||||||
|
|
||||||
import { createStore, produce } from "solid-js/store";
|
import { createStore, produce } from "solid-js/store";
|
||||||
import type {
|
import type {
|
||||||
BackendEventPayload,
|
BackendEventPayload,
|
||||||
|
|||||||
@@ -1,3 +1,5 @@
|
|||||||
|
// SPDX-License-Identifier: Apache-2.0
|
||||||
|
|
||||||
import { createSignal } from "solid-js";
|
import { createSignal } from "solid-js";
|
||||||
|
|
||||||
// Global 5-second ticker used by relative-time helpers so their output
|
// Global 5-second ticker used by relative-time helpers so their output
|
||||||
|
|||||||
@@ -1,3 +1,5 @@
|
|||||||
|
// SPDX-License-Identifier: Apache-2.0
|
||||||
|
|
||||||
import { createSignal } from "solid-js";
|
import { createSignal } from "solid-js";
|
||||||
|
|
||||||
// Persistence layer for collapsible (Zippy) panels. The cookie is a
|
// Persistence layer for collapsible (Zippy) panels. The cookie is a
|
||||||
|
|||||||
@@ -1,3 +1,5 @@
|
|||||||
|
/* SPDX-License-Identifier: Apache-2.0 */
|
||||||
|
|
||||||
*,
|
*,
|
||||||
*::before,
|
*::before,
|
||||||
*::after {
|
*::after {
|
||||||
|
|||||||
@@ -1,3 +1,5 @@
|
|||||||
|
/* SPDX-License-Identifier: Apache-2.0 */
|
||||||
|
|
||||||
:root {
|
:root {
|
||||||
--bg: #fafafa;
|
--bg: #fafafa;
|
||||||
--bg-soft: #f0f0f0;
|
--bg-soft: #f0f0f0;
|
||||||
|
|||||||
@@ -1,3 +1,5 @@
|
|||||||
|
// SPDX-License-Identifier: Apache-2.0
|
||||||
|
|
||||||
// TS mirror of cmd/frontend/types.go — keep in sync.
|
// TS mirror of cmd/frontend/types.go — keep in sync.
|
||||||
|
|
||||||
export type MaglevdInfo = {
|
export type MaglevdInfo = {
|
||||||
|
|||||||
@@ -1,3 +1,5 @@
|
|||||||
|
// SPDX-License-Identifier: Apache-2.0
|
||||||
|
|
||||||
import { Show, createMemo, type Component } from "solid-js";
|
import { Show, createMemo, type Component } from "solid-js";
|
||||||
import type { BackendSnapshot, PoolBackendSnapshot } from "../types";
|
import type { BackendSnapshot, PoolBackendSnapshot } from "../types";
|
||||||
import StatusBadge from "../components/StatusBadge";
|
import StatusBadge from "../components/StatusBadge";
|
||||||
|
|||||||
@@ -1,3 +1,5 @@
|
|||||||
|
// SPDX-License-Identifier: Apache-2.0
|
||||||
|
|
||||||
import { For, createEffect, createMemo, createSignal, type Component } from "solid-js";
|
import { For, createEffect, createMemo, createSignal, type Component } from "solid-js";
|
||||||
import Zippy from "../components/Zippy";
|
import Zippy from "../components/Zippy";
|
||||||
import { events } from "../stores/events";
|
import { events } from "../stores/events";
|
||||||
|
|||||||
@@ -1,3 +1,5 @@
|
|||||||
|
// SPDX-License-Identifier: Apache-2.0
|
||||||
|
|
||||||
import { For, Show, type Component } from "solid-js";
|
import { For, Show, type Component } from "solid-js";
|
||||||
import type { FrontendSnapshot, StateSnapshot } from "../types";
|
import type { FrontendSnapshot, StateSnapshot } from "../types";
|
||||||
import BackendRow from "./BackendRow";
|
import BackendRow from "./BackendRow";
|
||||||
|
|||||||
@@ -1,3 +1,5 @@
|
|||||||
|
// SPDX-License-Identifier: Apache-2.0
|
||||||
|
|
||||||
import { For, Show, type Component } from "solid-js";
|
import { For, Show, type Component } from "solid-js";
|
||||||
import { scope } from "../stores/scope";
|
import { scope } from "../stores/scope";
|
||||||
import { state } from "../stores/state";
|
import { state } from "../stores/state";
|
||||||
|
|||||||
@@ -1,3 +1,5 @@
|
|||||||
|
// SPDX-License-Identifier: Apache-2.0
|
||||||
|
|
||||||
import { Show, createEffect, createSignal, onCleanup, type Component } from "solid-js";
|
import { Show, createEffect, createSignal, onCleanup, type Component } from "solid-js";
|
||||||
import Zippy from "../components/Zippy";
|
import Zippy from "../components/Zippy";
|
||||||
import Flash from "../components/Flash";
|
import Flash from "../components/Flash";
|
||||||
|
|||||||
@@ -1,3 +1,5 @@
|
|||||||
|
// SPDX-License-Identifier: Apache-2.0
|
||||||
|
|
||||||
import { defineConfig } from "vite";
|
import { defineConfig } from "vite";
|
||||||
import solid from "vite-plugin-solid";
|
import solid from "vite-plugin-solid";
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
// Copyright (c) 2026, Pim van Pelt <pim@ipng.ch>
|
// SPDX-License-Identifier: Apache-2.0
|
||||||
|
|
||||||
package main
|
package main
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
// Copyright (c) 2026, Pim van Pelt <pim@ipng.ch>
|
// SPDX-License-Identifier: Apache-2.0
|
||||||
|
|
||||||
// maglevt is a tiny TUI that reads maglev.yaml, enumerates every VIP
|
// maglevt is a tiny TUI that reads maglev.yaml, enumerates every VIP
|
||||||
// and hits it on a tight cadence (default 100ms) from outside the load
|
// and hits it on a tight cadence (default 100ms) from outside the load
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
// Copyright (c) 2026, Pim van Pelt <pim@ipng.ch>
|
// SPDX-License-Identifier: Apache-2.0
|
||||||
|
|
||||||
package main
|
package main
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
// Copyright (c) 2026, Pim van Pelt <pim@ipng.ch>
|
// SPDX-License-Identifier: Apache-2.0
|
||||||
|
|
||||||
package main
|
package main
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
// Copyright (c) 2026, Pim van Pelt <pim@ipng.ch>
|
// SPDX-License-Identifier: Apache-2.0
|
||||||
|
|
||||||
package main
|
package main
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
// Copyright (c) 2026, Pim van Pelt <pim@ipng.ch>
|
// SPDX-License-Identifier: Apache-2.0
|
||||||
|
|
||||||
package main
|
package main
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
// Copyright (c) 2026, Pim van Pelt <pim@ipng.ch>
|
// SPDX-License-Identifier: Apache-2.0
|
||||||
|
|
||||||
package cmd
|
package cmd
|
||||||
|
|
||||||
|
|||||||
1
debian/build-deb.sh
vendored
1
debian/build-deb.sh
vendored
@@ -1,4 +1,5 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
# SPDX-License-Identifier: Apache-2.0
|
||||||
# Build one vpp-maglev* Debian package for one architecture.
|
# Build one vpp-maglev* Debian package for one architecture.
|
||||||
# Usage: build-deb.sh <package> <amd64|arm64> <version>
|
# Usage: build-deb.sh <package> <amd64|arm64> <version>
|
||||||
#
|
#
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
// Copyright (c) 2026, Pim van Pelt <pim@ipng.ch>
|
// SPDX-License-Identifier: Apache-2.0
|
||||||
|
|
||||||
package checker
|
package checker
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
// Copyright (c) 2026, Pim van Pelt <pim@ipng.ch>
|
// SPDX-License-Identifier: Apache-2.0
|
||||||
|
|
||||||
package checker
|
package checker
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
// Copyright (c) 2026, Pim van Pelt <pim@ipng.ch>
|
// SPDX-License-Identifier: Apache-2.0
|
||||||
|
|
||||||
package config
|
package config
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
// Copyright (c) 2026, Pim van Pelt <pim@ipng.ch>
|
// SPDX-License-Identifier: Apache-2.0
|
||||||
|
|
||||||
package config
|
package config
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
// Copyright (c) 2026, Pim van Pelt <pim@ipng.ch>
|
// SPDX-License-Identifier: Apache-2.0
|
||||||
|
|
||||||
package grpcapi
|
package grpcapi
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
// Copyright (c) 2026, Pim van Pelt <pim@ipng.ch>
|
// SPDX-License-Identifier: Apache-2.0
|
||||||
|
|
||||||
package grpcapi
|
package grpcapi
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
// Copyright (c) 2026, Pim van Pelt <pim@ipng.ch>
|
// SPDX-License-Identifier: Apache-2.0
|
||||||
|
|
||||||
package grpcapi
|
package grpcapi
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
// Copyright (c) 2026, Pim van Pelt <pim@ipng.ch>
|
// SPDX-License-Identifier: Apache-2.0
|
||||||
|
|
||||||
package health
|
package health
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
// Copyright (c) 2026, Pim van Pelt <pim@ipng.ch>
|
// SPDX-License-Identifier: Apache-2.0
|
||||||
|
|
||||||
package health
|
package health
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
// Copyright (c) 2026, Pim van Pelt <pim@ipng.ch>
|
// SPDX-License-Identifier: Apache-2.0
|
||||||
|
|
||||||
package health
|
package health
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
// Copyright (c) 2026, Pim van Pelt <pim@ipng.ch>
|
// SPDX-License-Identifier: Apache-2.0
|
||||||
|
|
||||||
package health
|
package health
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
// Copyright (c) 2026, Pim van Pelt <pim@ipng.ch>
|
// SPDX-License-Identifier: Apache-2.0
|
||||||
|
|
||||||
// Package metrics exposes Prometheus metrics for maglevd.
|
// Package metrics exposes Prometheus metrics for maglevd.
|
||||||
//
|
//
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
// Copyright (c) 2026, Pim van Pelt <pim@ipng.ch>
|
// SPDX-License-Identifier: Apache-2.0
|
||||||
|
|
||||||
package prober
|
package prober
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
// Copyright (c) 2026, Pim van Pelt <pim@ipng.ch>
|
// SPDX-License-Identifier: Apache-2.0
|
||||||
|
|
||||||
package prober
|
package prober
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
// Copyright (c) 2026, Pim van Pelt <pim@ipng.ch>
|
// SPDX-License-Identifier: Apache-2.0
|
||||||
|
|
||||||
package prober
|
package prober
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
// Copyright (c) 2026, Pim van Pelt <pim@ipng.ch>
|
// SPDX-License-Identifier: Apache-2.0
|
||||||
|
|
||||||
package prober
|
package prober
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
// Copyright (c) 2026, Pim van Pelt <pim@ipng.ch>
|
// SPDX-License-Identifier: Apache-2.0
|
||||||
|
|
||||||
package prober
|
package prober
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
// Copyright (c) 2026, Pim van Pelt <pim@ipng.ch>
|
// SPDX-License-Identifier: Apache-2.0
|
||||||
|
|
||||||
package prober
|
package prober
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
// Copyright (c) 2026, Pim van Pelt <pim@ipng.ch>
|
// SPDX-License-Identifier: Apache-2.0
|
||||||
|
|
||||||
package prober
|
package prober
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
// Copyright (c) 2026, Pim van Pelt <pim@ipng.ch>
|
// SPDX-License-Identifier: Apache-2.0
|
||||||
|
|
||||||
package vpp
|
package vpp
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
// Copyright (c) 2026, Pim van Pelt <pim@ipng.ch>
|
// SPDX-License-Identifier: Apache-2.0
|
||||||
|
|
||||||
// Package vpp manages the connection to a local VPP instance over its
|
// Package vpp manages the connection to a local VPP instance over its
|
||||||
// binary API and stats sockets. The Client reconnects automatically when
|
// binary API and stats sockets. The Client reconnects automatically when
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
// Copyright (c) 2026, Pim van Pelt <pim@ipng.ch>
|
// SPDX-License-Identifier: Apache-2.0
|
||||||
|
|
||||||
package vpp
|
package vpp
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
// Copyright (c) 2026, Pim van Pelt <pim@ipng.ch>
|
// SPDX-License-Identifier: Apache-2.0
|
||||||
|
|
||||||
package vpp
|
package vpp
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
// Copyright (c) 2026, Pim van Pelt <pim@ipng.ch>
|
// SPDX-License-Identifier: Apache-2.0
|
||||||
|
|
||||||
package vpp
|
package vpp
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
// Copyright (c) 2026, Pim van Pelt <pim@ipng.ch>
|
// SPDX-License-Identifier: Apache-2.0
|
||||||
|
|
||||||
package vpp
|
package vpp
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
// Copyright (c) 2026, Pim van Pelt <pim@ipng.ch>
|
// SPDX-License-Identifier: Apache-2.0
|
||||||
|
|
||||||
package vpp
|
package vpp
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
// Copyright (c) 2026, Pim van Pelt <pim@ipng.ch>
|
// SPDX-License-Identifier: Apache-2.0
|
||||||
|
|
||||||
package vpp
|
package vpp
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
// Copyright (c) 2026, Pim van Pelt <pim@ipng.ch>
|
// SPDX-License-Identifier: Apache-2.0
|
||||||
|
|
||||||
package vpp
|
package vpp
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
// Copyright (c) 2026, Pim van Pelt <pim@ipng.ch>
|
// SPDX-License-Identifier: Apache-2.0
|
||||||
|
|
||||||
package vpp
|
package vpp
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
// Copyright (c) 2026, Pim van Pelt <pim@ipng.ch>
|
// SPDX-License-Identifier: Apache-2.0
|
||||||
|
|
||||||
package vpp
|
package vpp
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
# SPDX-License-Identifier: Apache-2.0
|
||||||
ARCH=$(uname -m)
|
ARCH=$(uname -m)
|
||||||
case "$ARCH" in
|
case "$ARCH" in
|
||||||
x86_64) ARCH=amd64 ;;
|
x86_64) ARCH=amd64 ;;
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
# SPDX-License-Identifier: Apache-2.0
|
||||||
# Run Robot Framework tests for vpp-containerlab.
|
# Run Robot Framework tests for vpp-containerlab.
|
||||||
# Arguments:
|
# Arguments:
|
||||||
# $1 - container runtime: [docker, podman]
|
# $1 - container runtime: [docker, podman]
|
||||||
|
|||||||
Reference in New Issue
Block a user