From d667ae53ed9975fb0a604e43060809811ba03675 Mon Sep 17 00:00:00 2001 From: Joe Ferguson Date: Tue, 28 Mar 2023 09:55:59 -0500 Subject: [PATCH 1/3] Add missing strings to Step 2 preflight --- resources/lang/en/general.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/resources/lang/en/general.php b/resources/lang/en/general.php index 1ad9c376d..99fa3bd30 100644 --- a/resources/lang/en/general.php +++ b/resources/lang/en/general.php @@ -433,4 +433,7 @@ return [ 'errors_importing' => 'Some Errors occurred while importing: ', 'warning' => 'WARNING: :warning', 'success_redirecting' => '"Success... Redirecting.', -]; \ No newline at end of file + 'setup_successful_migrations' => 'Your database tables have been created', + 'setup_migration_output' => 'Migration output:', + 'setup_migration_create_user' => 'Next: Create User', +]; From 47e18db172afb2db978c400448c735adb94d349e Mon Sep 17 00:00:00 2001 From: Joe Ferguson Date: Tue, 28 Mar 2023 09:57:13 -0500 Subject: [PATCH 2/3] Fix next button string for Step 2 preflight --- resources/views/setup/migrate.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/views/setup/migrate.blade.php b/resources/views/setup/migrate.blade.php index fb9f50e17..816ae6149 100644 --- a/resources/views/setup/migrate.blade.php +++ b/resources/views/setup/migrate.blade.php @@ -32,7 +32,7 @@ @section('button')
- +
@parent @stop From a0eb9dc73565c66fef7a06894b2c7cbe1256ac95 Mon Sep 17 00:00:00 2001 From: snipe Date: Tue, 28 Mar 2023 13:41:58 -0700 Subject: [PATCH 3/3] Added links to kandji2snipe and UnifiSnipeSync Signed-off-by: snipe --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index ceb040145..ae42c61e3 100644 --- a/README.md +++ b/README.md @@ -68,6 +68,8 @@ Since the release of the JSON REST API, several third-party developers have been - [Snipe-IT Bulk Edit](https://github.com/bricelabelle/snipe-it-bulkedit) - Google Script files to use Google Sheets as a bulk checkout/checkin/edit tool for Snipe-it. - [MosyleSnipeSync](https://github.com/RodneyLeeBrands/MosyleSnipeSync) by [@RodneyLeeBrands](https://github.com/RodneyLeeBrands) - Python script to synchronize information between Mosyle and Snipe-IT - [WWW::SnipeIT](https://github.com/SEDC/perl-www-snipeit) by [@SEDC](https://github.com/SEDC) - perl module for accessing the API +- [UniFi to Snipe-IT](https://github.com/RodneyLeeBrands/UnifiSnipeSync) by [@karpadiem](https://github.com/karpadiem) - Python script that synchronizes UniFi devices with Snipe-IT. +- [Kandji2Snipe](https://github.com/grokability/kandji2snipe) by [@briangoldstein](https://github.com/briangoldstein) - Python script that synchronizes Kandji with Snipe-IT. As these were created by third-parties, Snipe-IT cannot provide support for these project, and you should contact the developers directly if you need assistance. Additionally, Snipe-IT makes no guarantees as to the reliability, accuracy or maintainability of these libraries. Use at your own risk. :)