-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Rename addressspace -> namespace * Disable logerror warning. * Fix using Async in method names. * Implement disposeable on postgresql implementation. * bug fix. * Bug and code analyzer warning fixes and fix naming of cloudlibclient variables. * Fix regression. * Fix regression. * Fix formatting. * fix formatting. * fix formatting. * fix formatting. * Fix formatting. * Added docker compose back into solution file and deleted extra solution file. * Fix one more (misspelt) addressspace -> namespace rename. * Remove dups from category and org queries. * Remove unneeded using. * Fix cut and paste error. * Fix client lib. * Property name change from nodesetCreationTime to publicationDate to be consistent. * Fix for bug #90 * Fixes security CVE-2022-30187 and maintain stack info on exception. * Fix build break and CVEs. * Added Azure Data Protection Key per instance and updated NuGets. * Fix version string. * Fix CloudLib Explorer exception and many async and dependency injection-related issues. * update version to match spec. * Fix usings/whitespace. * Move QueryModel to GraphQL folder. * Switch to Postmark as Sendgrid disabled our account and was unreliable anyway. * Bring sendgrid back in optionally. * Added description for data protection env variable. * Fix CVE and update other NuGets, too. * Switch to localhost for DB endpoint and add missing env variable. * Re-enabling builsing the sync tool. * NodeSetModel 1.0.13 plus migrations * File encoding fix * Update to latest OPC UA stack to avoid security issue. * 1. Add OAuth2 auth via OPC Foundation website and additional login UI from ASP.NetCore Identity Scafolding. 2. Add missing ConfigureAwaits. 3. Simplify auth in Swagger. 4. Add account management UI from ASP.NetCore Identity Scafolding. 5. Add email confirmation management from ASP.NetCore Identity Scafolding. * Remove unnecessary usings. * Test: add oauth2 config * Bug fix. * Added unsubscribe link to verification emails and small code cleanup. * Add more context to system emails. * Remove URLs encode. * Code cleanup and make verification email a little prettier. * remove redundant file. * Remove resend email confirmation feature. * Update to latest NuGets. * Upgraded to .Net9.0/.NetStandard2.1, updated all NuGets, fixed all error due to depricated APIs and fixed all warnings (use specific types instead of var, usings consistently declared outside of namespaces, inline arrays declared as class members, class naming conventions, marking internal classes as sealed where possible, don't use .Any() for perf) * Removed GraphQL Playground as it is no longer maintained. * Update to .Net9.0 * Bug Fix. * Fix for breaking change in .Net9.0: https://learn.microsoft.com/en-us/ef/core/what-is-new/ef-core-9.0/breaking-changes#pending-model-changes * Also return version and publication date from /infomodel/namespaces API * Add retry to startup for database connectivity. * Code formatting fixes. --------- Co-authored-by: Markus Horstmann <[email protected]> Co-authored-by: Randy Armstrong <[email protected]>
- Loading branch information
1 parent
aea7ed1
commit 0a533bd
Showing
112 changed files
with
1,307 additions
and
1,351 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.