This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
|
||||
|
||||
2
ayanova/package-lock.json
generated
2
ayanova/package-lock.json
generated
@@ -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": {
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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."
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user