This commit is contained in:
2022-09-26 19:51:29 +00:00
parent 0c50d4e892
commit c1ecf84799
5 changed files with 63 additions and 40 deletions

View File

@@ -2,25 +2,16 @@
TODO: update forum post for v8 say officially released, link to change log and manual evaluation trial etc
say it's ready for use now and we will be updating our website over the coming days.
ROCKFISH
HOW TO
TODO: make a v8 change log page on the new website and add the 8.0.10 release there and blurb then link it to Jeremiah and anyone who requested a license recently
also include the changes below regarding v8-migrate
todo: stop sending renewal reminders, shareit does that for us no need to make more work
look into v7 license key messages and make sure it doesn't say that, also take out any info about manual license install
remove anything not requried to be there to shorten it drastically.
REORGANIZE BELOW AND THEN WHATEVER IS MOST URGENT
PRICING / COSTS
Done!
@@ -1383,25 +1374,3 @@ Current v8 docs home: https://www.ayanova.com/docs/next
BUILD 8.0.10 CHANGES OF NOTE
=-=-=-=-=-
AYANOVA BUILD 8.0. 10 CHANGES OF NOTE
TODO: Document this somewhere or announce it or something or maybe fuck it??
AyaAnova with active trial license now does fast track license check to accomodate slow data generation users
docs additions
Removed optins of seedlevel from eval page at client, now defaults to small only
Fixed issue with some metrics timeline charts
Changed 12 hour metrics to 24 hour metrics
removed profiler from client and docs, kept at server just in case
changed metrics default timeframe from last 6 hours to last 7 days as it makes the daily stats graphs look broken if people don't understand how they work
Added ay-history doc blurb about ghostery blocking event log history
docs clarified superuser is not a normal account and specific information about the superuser
docs improved Restore section of ops-restore with more complete instructions
V8-migrate plugin build 8.0.3
Added copy to clipboard button
cleaned up migration status when completed wording to clearly show if failed rather than always saying completed regardless
Added warning dialog about not logging in to v8 during migration
Now will always attempt to send memo of log even if error previously
Now will always attempt to set v8 server state back to open even if failed migration with error previously
Now will handle migrating Parts with no destination name due to empty name / partnumber in v7

View File

@@ -0,0 +1,50 @@
# Change log
If you are viewing this page from your local copy of AyaNova be advised that it will only show changes up to the date that your version was released.
The most recent changes are written in the AyaNova manual [hosted on our website](https://ayanova.com/docs/changelog).
## 2022
### V8-Migrate plugin 8.0.3 (2022-09-23)
#### Added
- UI: "copy to clipboard" button added to migration log display form to enable copy displayed migration log to clipboard
- UI: warning message indicating migration will fail if login to v8 server during migration
#### Changed
- UI: Text displayed when migration ended to more clearly show if failed or completed properly
- Always attempt to send memo of log to SuperUser on any failure
- Always attempt to set v8 server state back to open even if earlier failure
#### Fixed
- Not fail on empty v8 Part name due to missing v7 data but generate a unique placeholder instead
### AyaNova 8.0.10 (2022-09-22)
#### Added
- Documentation: Added Change log / release notes page and links to it
- Documentation: Personal History manual page added section about Ghostery and other similar browser extensions potentialy blocking event log history
- Documentation: several pages added section that clarifies SuperUser is not a normal account and specific information about SuperUser not having access to business data
- Documentation: ops-restore section added more detailed instructions regarding restoration and in particular setting rights and ownership when restoring to Linux server
#### Changed
- License check: when using active trial license now does fast track license check to accomodate slow data migration scenarios where trial license would expire before migration has completed
- Metrics: changed the server's timespan for gathering daily metrics from beta period interval of every 12 hours to normal release interval of 24 hours
- Metrics: changed the default timespan for graphs from last 6 hours to last 7 days
- Metrics form: improved the timeline chart data points to be more clearly visible
#### Fixed
- Documentation: miscellaneous improvements and edits to documentation in multiple places
- Metrics form: fixed issue with some timeline charts not displaying properly
#### Removed
- Evaluate form: removed various levels of trial data seeding, defaults to small only
- Profiler form: removed now that beta test and primary development has ended

View File

@@ -10,6 +10,8 @@ This manual is divided into the following sections:
#### [Installing and maintaining AyaNova](ops-intro.md)
#### [Change log / release notes](https://ayanova.com/docs/changelog)
#### [Software developers guide](api-intro.md)
### Beyond this manual

View File

@@ -1,5 +1,7 @@
# AyaNova upgrade
[View Change log / release notes](https://ayanova.com/docs/changelog).
AyaNova updates are available to users with an active Maintenance plan.
If you do not have an active Maintenance plan you will [not be able to update](adm-license.md#maintenance-expired-message).

View File

@@ -7,7 +7,7 @@ theme:
site_name: AyaNova manual
site_dir: '../../../server/AyaNova/wwwroot/docs'
strict: true
copyright: Copyright © 2022 Ground Zero Tech-Works Inc. REV-2022-09-23
copyright: Copyright © 2022 Ground Zero Tech-Works Inc. REV-2022-09-25
extra:
generator: false
# Extensions
@@ -20,8 +20,7 @@ markdown_extensions:
nav:
- Home: 'index.md'
- User guide:
- User guide:
- 'Changes from AyaNova 7': 'ay-start-changes-from-v7.md'
- 'Trying out AyaNova': 'ay-evaluate.md'
- User interface:
@@ -196,6 +195,7 @@ nav:
- 'API Integrated applications': 'api-integrated-applications.md'
- 'API Data types': 'ay-start-data-types.md'
- Appendix:
- 'Change log / release notes': 'changelog.md'
- 'Data types': 'ay-start-data-types.md'
- 'Open source credits': 'appendix-os-credits.md'
- 'License agreement': 'license.md'