-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upgrade to dotnet 7 & project refactoring #252
Commits on Jul 26, 2023
-
feat: bump to dotnet 7 environment (not libs)
refactor: renamed FundsManager namespaces and solutions to NodeGuard refactor: removed unused docker-compose files
Configuration menu - View commit details
-
Copy full SHA for 34b1360 - Browse repository at this point
Copy the full SHA 34b1360View commit details -
feat: upgrade to dotnet 7 libraries and all libraries to latest version
refactor: refactored opentelemetry setup feat: bump dockerfile to dotnet 7
Configuration menu - View commit details
-
Copy full SHA for 43c6fae - Browse repository at this point
Copy the full SHA 43c6faeView commit details -
refactor(InternalWallet.cs): update comment to reflect change from Fu…
…ndsManager to NodeGuard for clarity refactor(NodeGuard.csproj): update UserSecretsId and RunConfiguration to reflect project name change from FundsManager to NodeGuard refactor(_Layout.cshtml): remove unused blazored-toast.min.css import to improve load times
Configuration menu - View commit details
-
Copy full SHA for 1b107fd - Browse repository at this point
Copy the full SHA 1b107fdView commit details -
Configuration menu - View commit details
-
Copy full SHA for bf8c2f0 - Browse repository at this point
Copy the full SHA bf8c2f0View commit details -
chore(dotnet.yml): upgrade .NET version from 6.0.x to 7.0.x to stay u…
…p-to-date with the latest .NET version
Configuration menu - View commit details
-
Copy full SHA for cd08c8b - Browse repository at this point
Copy the full SHA cd08c8bView commit details -
chore(dotnet.yml): upgrade GitHub actions for checkout and setup-dotn…
…et to v3 for improved performance and bug fixes
Configuration menu - View commit details
-
Copy full SHA for b86fa98 - Browse repository at this point
Copy the full SHA b86fa98View commit details -
feat(dotnet.yml): add 'ls' command to list directory contents for deb…
…ugging purposes This change will help to understand the directory structure and contents in the GitHub Actions environment.
Configuration menu - View commit details
-
Copy full SHA for 70b4fea - Browse repository at this point
Copy the full SHA 70b4feaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7eb385e - Browse repository at this point
Copy the full SHA 7eb385eView commit details -
Configuration menu - View commit details
-
Copy full SHA for baf1827 - Browse repository at this point
Copy the full SHA baf1827View commit details -
chore(dotnet.yml): remove unnecessary 'ls' command from GitHub Action…
…s workflow The 'ls' command was used for debugging purposes and is no longer needed.
Configuration menu - View commit details
-
Copy full SHA for 53b6d65 - Browse repository at this point
Copy the full SHA 53b6d65View commit details
Commits on Jul 27, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 7aa3d77 - Browse repository at this point
Copy the full SHA 7aa3d77View commit details -
Configuration menu - View commit details
-
Copy full SHA for 19b827b - Browse repository at this point
Copy the full SHA 19b827bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 766c626 - Browse repository at this point
Copy the full SHA 766c626View commit details -
refactor: replace 'FundsManager' namespace with 'NodeGuard' in Channe…
…lOperationRequest.cs, 20230726125844_MempoolRecommendedFeesType.Designer.cs, and Channels.razor files for consistency and to reflect the new project structure
Configuration menu - View commit details
-
Copy full SHA for 89067bf - Browse repository at this point
Copy the full SHA 89067bfView commit details -
refactor(docker-compose.yml): rename all instances of 'fundsmanager' …
…to 'nodeguard' to reflect new project name
Configuration menu - View commit details
-
Copy full SHA for 5fbdbd1 - Browse repository at this point
Copy the full SHA 5fbdbd1View commit details -
fix(Constants.cs): update POSTGRES_CONNECTIONSTRING database name fro…
…m 'fundsmanager' to 'nodeguard' to reflect the correct database name
Configuration menu - View commit details
-
Copy full SHA for b68b99b - Browse repository at this point
Copy the full SHA b68b99bView commit details -
Configuration menu - View commit details
-
Copy full SHA for dfc13e6 - Browse repository at this point
Copy the full SHA dfc13e6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4e092f1 - Browse repository at this point
Copy the full SHA 4e092f1View commit details -
Merge branch 'main' into 132-upgrade-to-dotnet-7
# Conflicts: # src/Data/Repositories/Interfaces/INodeRepository.cs # src/Data/Repositories/NodeRepository.cs # src/Jobs/ChannelMonitorJob.cs # src/Jobs/MonitorChannelsJob.cs # src/Jobs/NodeChannelSubscribeJob.cs # src/Migrations/20230725153505_NullableStatusLogs.Designer.cs # src/Migrations/20230725153505_NullableStatusLogs.cs # src/Services/LightningClientsStorageService.cs # test/NodeGuard.Tests/Data/Repositories/NodeRepositoryTests.cs # test/NodeGuard.Tests/Jobs/ChannelMonitorJobTests.cs
Configuration menu - View commit details
-
Copy full SHA for 8cfa5e7 - Browse repository at this point
Copy the full SHA 8cfa5e7View commit details -
Configuration menu - View commit details
-
Copy full SHA for ec435e6 - Browse repository at this point
Copy the full SHA ec435e6View commit details