From 771f725b35f567e784381c76cbdb981dfbf8da1b Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Tue, 21 Dec 2021 01:04:22 +0000 Subject: [PATCH] --- ayanova/devdocs/todo.txt | 14 ++++++++++---- ayanova/package-lock.json | 2 +- ayanova/package.json | 2 +- ayanova/src/api/ayanova-version.js | 2 +- 4 files changed, 13 insertions(+), 7 deletions(-) diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index ab32a80f..00dea09f 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -233,10 +233,15 @@ TODO: 1 BETA DOCS: ██║ ███████╗███████║ ██║ ██║██║ ╚████║╚██████╔╝ ╚═╝ ╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═══╝ ╚═════╝ +- NOW: Deploy beta 6 to devops, then make sure all-chrome e2e passes (tweak menu shit if not) - +- 1: remove all nav access code in tests in favor of direct cy.visit() instead, however add ONE test that excercises the nav independently - 1: todo: run a load test, document how to and then record baseline on devops server for standard load test +here can get back to restore and age bug fixes etc for b7 + + + - 3 todo: Keep eye on this, it seems it went away mostly when I stopped accidentally regenerating data on every test but for now will consider it a non-issue deploy to linux server test heavily and see if this error crops up again or is it just my pc: Microsoft.AspNetCore.Server.Kestrel.Core.BadHttpRequestException: Unexpected end of request content @@ -804,10 +809,11 @@ https://www.ayanova.com/Downloads/v8/ayanova-windows-x64-single-setup.exe https://www.ayanova.com/Downloads/v8/V8Migrate.exe -BUILD 8.0.0-beta.0.5 CHANGES OF NOTE +BUILD 8.0.0-beta.0.6 CHANGES OF NOTE + +- fixed bug in history that would bomb if a taskgroup name needed to be displayed +- many minor changes to support e2e testing -- Tweaks to signature feature, fixed bug that it thought it had a signature when opened to sign but not signed and then click on ok - also changed to cleanup appearance and no signature functionality and make it properly e2e testable diff --git a/ayanova/package-lock.json b/ayanova/package-lock.json index adbed488..5a7cf5ed 100644 --- a/ayanova/package-lock.json +++ b/ayanova/package-lock.json @@ -1,6 +1,6 @@ { "name": "ayanova", - "version": "8.0.0-beta.0.5", + "version": "8.0.0-beta.0.6", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/ayanova/package.json b/ayanova/package.json index c77f6cd4..9fa3df11 100644 --- a/ayanova/package.json +++ b/ayanova/package.json @@ -1,6 +1,6 @@ { "name": "ayanova", - "version": "8.0.0-beta.0.5", + "version": "8.0.0-beta.0.6", "private": true, "scripts": { "serve": "vue-cli-service serve", diff --git a/ayanova/src/api/ayanova-version.js b/ayanova/src/api/ayanova-version.js index d3841cad..513ddffe 100644 --- a/ayanova/src/api/ayanova-version.js +++ b/ayanova/src/api/ayanova-version.js @@ -1,4 +1,4 @@ export default { - version: "8.0.0-beta.0.5", + version: "8.0.0-beta.0.6", copyright: "© 1999-2021, Ground Zero Tech-Works Inc." };