From 3013d612f850606c777051da890454496480c015 Mon Sep 17 00:00:00 2001 From: Stephen Davis Date: Wed, 29 Jun 2022 07:51:33 +0000 Subject: [PATCH 1/2] set gh username --- core/sandpolis-core-foundation/README.md | 2 +- core/sandpolis-core-instance/README.md | 2 +- instance/sandpolis-client/README.md | 2 +- .../org/s7s/instance/client/desktop/ui/about/AboutView.kt | 2 +- instance/sandpolis-server/README.md | 2 +- plugin/sandpolis-plugin-desktop/README.md | 2 +- plugin/sandpolis-plugin-device/README.md | 2 +- plugin/sandpolis-plugin-filesystem/README.md | 2 +- plugin/sandpolis-plugin-shell/README.md | 2 +- plugin/sandpolis-plugin-snapshot/README.md | 2 +- plugin/sandpolis-plugin-update/README.md | 2 +- 11 files changed, 11 insertions(+), 11 deletions(-) diff --git a/core/sandpolis-core-foundation/README.md b/core/sandpolis-core-foundation/README.md index dbe23e785..3cfe84dbd 100644 --- a/core/sandpolis-core-foundation/README.md +++ b/core/sandpolis-core-foundation/README.md @@ -1,6 +1,6 @@ ## Sandpolis Foundation Module _This library module is a part of -[Sandpolis](https://github.com/sandpolis/sandpolis)._ +[Sandpolis](https://github.com/nativeit-dev/sandpolis)._ This module contains universal types, utilities, and resources. diff --git a/core/sandpolis-core-instance/README.md b/core/sandpolis-core-instance/README.md index 37064174e..a976ecae6 100644 --- a/core/sandpolis-core-instance/README.md +++ b/core/sandpolis-core-instance/README.md @@ -1,4 +1,4 @@ ## Sandpolis Instance Module _This library module is a part of -[Sandpolis](https://github.com/sandpolis/sandpolis)._ +[Sandpolis](https://github.com/nativeit-dev/sandpolis)._ diff --git a/instance/sandpolis-client/README.md b/instance/sandpolis-client/README.md index 417fc5bef..5081cd82e 100644 --- a/instance/sandpolis-client/README.md +++ b/instance/sandpolis-client/README.md @@ -1,7 +1,7 @@ ## Sandpolis Graphical UI Client _This instance module is a part of -[Sandpolis](https://github.com/sandpolis/sandpolis)._ +[Sandpolis](https://github.com/nativeit-dev/sandpolis)._ #### Docker on Linux diff --git a/instance/sandpolis-client/common/src/main/kotlin/org/s7s/instance/client/desktop/ui/about/AboutView.kt b/instance/sandpolis-client/common/src/main/kotlin/org/s7s/instance/client/desktop/ui/about/AboutView.kt index 5568b838c..dd7eef536 100644 --- a/instance/sandpolis-client/common/src/main/kotlin/org/s7s/instance/client/desktop/ui/about/AboutView.kt +++ b/instance/sandpolis-client/common/src/main/kotlin/org/s7s/instance/client/desktop/ui/about/AboutView.kt @@ -106,7 +106,7 @@ class AboutView : View("About") { action { UI.getApplication() .getHostServices() - .showDocument("https://github.com/sandpolis/sandpolis") + .showDocument("https://github.com/nativeit-dev/sandpolis") } } } diff --git a/instance/sandpolis-server/README.md b/instance/sandpolis-server/README.md index 9d1bf3719..3a95e81ee 100644 --- a/instance/sandpolis-server/README.md +++ b/instance/sandpolis-server/README.md @@ -1,7 +1,7 @@ ## Sandpolis Server _This instance module is a part of -[Sandpolis](https://github.com/sandpolis/sandpolis)._ +[Sandpolis](https://github.com/nativeit-dev/sandpolis)._

diff --git a/plugin/sandpolis-plugin-desktop/README.md b/plugin/sandpolis-plugin-desktop/README.md index 8f92fd0b4..f60e5f341 100644 --- a/plugin/sandpolis-plugin-desktop/README.md +++ b/plugin/sandpolis-plugin-desktop/README.md @@ -1,7 +1,7 @@ ## Sandpolis Desktop Plugin _This plugin module is a part of -[Sandpolis](https://github.com/sandpolis/sandpolis)._ +[Sandpolis](https://github.com/nativeit-dev/sandpolis)._ The desktop plugin provides remote desktop and bidirectional screen-sharing capabilities. diff --git a/plugin/sandpolis-plugin-device/README.md b/plugin/sandpolis-plugin-device/README.md index ba15823aa..c95e38e7c 100644 --- a/plugin/sandpolis-plugin-device/README.md +++ b/plugin/sandpolis-plugin-device/README.md @@ -1,7 +1,7 @@ ## Sandpolis Device Plugin _This plugin module is a part of -[Sandpolis](https://github.com/sandpolis/sandpolis)._ +[Sandpolis](https://github.com/nativeit-dev/sandpolis)._ The device plugin integrates with various non-Sandpolis devices on the network. These devices (called subagents) do not run an agent instance, instead diff --git a/plugin/sandpolis-plugin-filesystem/README.md b/plugin/sandpolis-plugin-filesystem/README.md index b7969c27c..d9114ff1e 100644 --- a/plugin/sandpolis-plugin-filesystem/README.md +++ b/plugin/sandpolis-plugin-filesystem/README.md @@ -1,6 +1,6 @@ ## Sandpolis Filesystem Plugin _This plugin module is a part of -[Sandpolis](https://github.com/sandpolis/sandpolis)._ +[Sandpolis](https://github.com/nativeit-dev/sandpolis)._ This plugin integrates with the filesystem. diff --git a/plugin/sandpolis-plugin-shell/README.md b/plugin/sandpolis-plugin-shell/README.md index b11639a24..6a468e566 100644 --- a/plugin/sandpolis-plugin-shell/README.md +++ b/plugin/sandpolis-plugin-shell/README.md @@ -1,7 +1,7 @@ ## Sandpolis Shell Plugin _This plugin module is a part of -[Sandpolis](https://github.com/sandpolis/sandpolis)._ +[Sandpolis](https://github.com/nativeit-dev/sandpolis)._ The shell plugin integrates with the system shell and enables remote shell sessions, command scheduling, etc. It supports the following shells: diff --git a/plugin/sandpolis-plugin-snapshot/README.md b/plugin/sandpolis-plugin-snapshot/README.md index ff4e6a77e..c378240ae 100644 --- a/plugin/sandpolis-plugin-snapshot/README.md +++ b/plugin/sandpolis-plugin-snapshot/README.md @@ -1,7 +1,7 @@ ## Sandpolis Snapshot Plugin _This plugin module is a part of -[Sandpolis](https://github.com/sandpolis/sandpolis)._ +[Sandpolis](https://github.com/nativeit-dev/sandpolis)._ The snapshot plugin provides the ability to take and restore cold snapshots of agent disks. diff --git a/plugin/sandpolis-plugin-update/README.md b/plugin/sandpolis-plugin-update/README.md index 4c8624527..f43e4ffab 100644 --- a/plugin/sandpolis-plugin-update/README.md +++ b/plugin/sandpolis-plugin-update/README.md @@ -1,6 +1,6 @@ ## Sandpolis Update Plugin _This plugin module is a part of -[Sandpolis](https://github.com/sandpolis/sandpolis)._ +[Sandpolis](https://github.com/nativeit-dev/sandpolis)._ This plugin provides software management operations. From e760f9c51a8cdedad90c7a78ab71832b77155299 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Jan 2023 23:11:26 +0000 Subject: [PATCH 2/2] Bump bumpalo from 3.6.1 to 3.12.0 in /instance/sandpolis-agent Bumps [bumpalo](https://github.com/fitzgen/bumpalo) from 3.6.1 to 3.12.0. - [Release notes](https://github.com/fitzgen/bumpalo/releases) - [Changelog](https://github.com/fitzgen/bumpalo/blob/main/CHANGELOG.md) - [Commits](https://github.com/fitzgen/bumpalo/compare/3.6.1...3.12.0) --- updated-dependencies: - dependency-name: bumpalo dependency-type: indirect ... Signed-off-by: dependabot[bot] --- instance/sandpolis-agent/Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/instance/sandpolis-agent/Cargo.lock b/instance/sandpolis-agent/Cargo.lock index e841e6a35..88da8b37b 100644 --- a/instance/sandpolis-agent/Cargo.lock +++ b/instance/sandpolis-agent/Cargo.lock @@ -42,9 +42,9 @@ checksum = "904dfeac50f3cdaba28fc6f57fdcddb75f49ed61346676a78c4ffe55877802fd" [[package]] name = "bumpalo" -version = "3.6.1" +version = "3.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "63396b8a4b9de3f4fdfb320ab6080762242f66a8ef174c49d8e19b674db4cdbe" +checksum = "0d261e256854913907f67ed06efbc3338dfe6179796deefc1ff763fc1aee5535" [[package]] name = "bytes"