From a2df054455bc5916f43eaca7bb10331381b94a57 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Wed, 1 Sep 2021 20:08:35 +0000 Subject: [PATCH] --- ayanova/devdocs/todo.txt | 17 +++++++---------- ayanova/src/main.js | 2 +- 2 files changed, 8 insertions(+), 11 deletions(-) diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index 22b39a44..9c30c5e0 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -8,13 +8,11 @@ - Jim July 28th 2021 ## ROUGH SCHEDULE - -Aug - - Misc "blizzard" +Misc "blizzard" Customer UI CSR techs ui accept to wo etc + CSR V8Migrate Schedule form Installer INNO version with postgres included, version without postgres included @@ -36,7 +34,6 @@ Aug Beta testing Rockfish / Back end infrastructure (round robin license fetching / mirror license domains / machines) Biz decisions about pricing, licensing, hosting etc -Sept 1st Release! Profit! @@ -44,8 +41,6 @@ Sept 1st ## V8MIGRATE OUTSTANDING - -CSR @@ -818,12 +813,13 @@ MID CENTURY MODERN TUNES - https://www.allmusic.com/album/ultra-lounge-vol-14-bo BUILD 128 CHANGES OF NOTE - V8MIGRATE UTILITY - Follow up missing wo/quote/pm message logged added internal ID of wo/quote/pm to match other errors for potential diagnostic purposes + Follow up missing wo/quote/pm message logged added internal ID of wo/quote/pm to match other errors for potential diagnostic purposes Added code to gracefully handle attempt to upload a file as an attachment (wikifiles or assigned docs) that is too large for the destination server Will log properly in migrate log and in destination object that couldn't be attached, also will then skip any file and log that is same size or larger Added http timeout to options dialog of v8 migrate, can be set as high as 3600 seconds (one hour) if necessary to migrate large files, but default fine for most - defaults to 100 seconds which is the built in default timeout for HTTP Client but for a 10gb file on my laptop (same machine) it took 290 seconds so some users may need to up that value higher + defaults to 100 seconds which is the built in default timeout for HTTP Client but for a 10gb file on my laptop (localhost) it took 290 seconds so some users may need to up that value higher maximum is 3600 seconds or one hour + Tested and confirmed large file migrations (assigned docs / wikifiles) up to 10GiB limit locally and did a 1gb test across the internet to our test.helloayanova.com server (took just under an hour to upload 1gb) Service workorders now have their FromPM and FromQuote values set properly Fixed issue that prevented some follow ups not being able to link to PM's and quotes Renamed default import tag from "v7-import" to "v8-migrate" @@ -831,7 +827,8 @@ BUILD 128 CHANGES OF NOTE Global settings now all exported including notification settings, also backup settings have defaults set Added ACTION REQUIRED message regarding global settings / backup and notification Memo to superuser post migrate now has their own server relative urls for helpful help docs - Global and Region WIKI's migrate implemented (as per docs they migrate to User's created for the purpose) + Global and Region WIKI's migrate implemented (as per docs they migrate to User's created for the purpose) +- Docs: added more stuff related to migration in the docs, basically the 3 pages the migrate utility recommends in it's memo to SuperUser at the end of migrate diff --git a/ayanova/src/main.js b/ayanova/src/main.js index b45201eb..3fd373bf 100644 --- a/ayanova/src/main.js +++ b/ayanova/src/main.js @@ -68,7 +68,7 @@ import chartBarHorizontalControl from "./components/chart-bar-horizontal-control //DEVELOPMENT MODE //THIS SHOULD BE FALSE IN RELEASE //************************************************************ -const DEV_MODE = true; +const DEV_MODE = false; //************************************************************ //************************************************************** //**************************************************************