This commit is contained in:
2021-08-27 20:30:07 +00:00
parent b1bb8bdc03
commit 56e9285212

View File

@@ -12,15 +12,17 @@
Aug Aug
Update all dependencies here
.....................................
go .net 6.0? Timeline?? go .net 6.0? Timeline??
Misc "blizzard" Misc "blizzard"
Test migrate with lots of large attached docs just to hammer it
I'm guessing a huge attach might need some exception handling
try one bigger than allowed at server
try a few huge ones from T430 laptop
Customer UI Customer UI
CSR techs ui accept to wo etc CSR techs ui accept to wo etc
Schedule form Schedule form
@@ -835,6 +837,7 @@ MID CENTURY MODERN TUNES - https://www.allmusic.com/album/ultra-lounge-vol-14-bo
BUILD 127 CHANGES OF NOTE BUILD 127 CHANGES OF NOTE
- Added more code to avoid conflict during erasedatabase and pm generation job in action - Added more code to avoid conflict during erasedatabase and pm generation job in action
- Server dependencies updated (last .net core 5.x update before jump to .net core 6.x which is close to release) - Server dependencies updated (last .net core 5.x update before jump to .net core 6.x which is close to release)
Export library for exporting to json/csv Export library for exporting to json/csv
Puppeteer for reporting (will be slow on first report load as it will download the latest chromium browser automatically) Puppeteer for reporting (will be slow on first report load as it will download the latest chromium browser automatically)
@@ -852,6 +855,7 @@ BUILD 127 CHANGES OF NOTE
FontAwesome - all fonts and icons FontAwesome - all fonts and icons
dompurify - protects user from malicious code in markdown rendering (WIKI) dompurify - protects user from malicious code in markdown rendering (WIKI)
luxon - date time library used everywhere there is any date / time related code luxon - date time library used everywhere there is any date / time related code
+ 5 more that are more development related than release visible stuff