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 31d34d8590209c5fa237d4f8a723a516e621dad2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 4 Feb 2023 02:27:29 +0000 Subject: [PATCH 2/2] Bump tokio from 1.4.0 to 1.16.1 in /instance/sandpolis-deployer Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.4.0 to 1.16.1. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.4.0...tokio-1.16.1) --- updated-dependencies: - dependency-name: tokio dependency-type: indirect ... Signed-off-by: dependabot[bot] --- instance/sandpolis-deployer/Cargo.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/instance/sandpolis-deployer/Cargo.lock b/instance/sandpolis-deployer/Cargo.lock index 294d911cd..ca1f066a5 100644 --- a/instance/sandpolis-deployer/Cargo.lock +++ b/instance/sandpolis-deployer/Cargo.lock @@ -785,17 +785,17 @@ checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c" [[package]] name = "tokio" -version = "1.4.0" +version = "1.16.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "134af885d758d645f0f0505c9a8b3f9bf8a348fd822e112ab5248138348f1722" +checksum = "0c27a64b625de6d309e8c57716ba93021dccf1b3b5c97edd6d3dd2d2135afc0a" dependencies = [ - "autocfg", "bytes", "libc", "memchr", "mio", "num_cpus", "pin-project-lite", + "winapi", ] [[package]]