Skip to content
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

Merged
merged 20 commits into from
Jul 27, 2023
Merged

Commits on Jul 26, 2023

  1. feat: bump to dotnet 7 environment (not libs)

    refactor: renamed FundsManager namespaces and solutions to NodeGuard
    refactor: removed unused docker-compose files
    Jossec101 committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    34b1360 View commit details
    Browse the repository at this point in the history
  2. feat: upgrade to dotnet 7 libraries and all libraries to latest version

    refactor: refactored opentelemetry setup
    feat: bump dockerfile to dotnet 7
    Jossec101 committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    43c6fae View commit details
    Browse the repository at this point in the history
  3. 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
    Jossec101 committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    1b107fd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bf8c2f0 View commit details
    Browse the repository at this point in the history
  5. 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
    Jossec101 committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    cd08c8b View commit details
    Browse the repository at this point in the history
  6. chore(dotnet.yml): upgrade GitHub actions for checkout and setup-dotn…

    …et to v3 for improved performance and bug fixes
    Jossec101 committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    b86fa98 View commit details
    Browse the repository at this point in the history
  7. 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.
    Jossec101 committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    70b4fea View commit details
    Browse the repository at this point in the history
  8. gitignore

    Jossec101 committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    7eb385e View commit details
    Browse the repository at this point in the history
  9. chore: add missing tests

    Jossec101 committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    baf1827 View commit details
    Browse the repository at this point in the history
  10. 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.
    Jossec101 committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    53b6d65 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2023

  1. Update src/Program.cs

    Jossec101 authored Jul 27, 2023
    Configuration menu
    Copy the full SHA
    7aa3d77 View commit details
    Browse the repository at this point in the history
  2. Update src/Program.cs

    Jossec101 authored Jul 27, 2023
    Configuration menu
    Copy the full SHA
    19b827b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    766c626 View commit details
    Browse the repository at this point in the history
  4. 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
    Jossec101 committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    89067bf View commit details
    Browse the repository at this point in the history
  5. refactor(docker-compose.yml): rename all instances of 'fundsmanager' …

    …to 'nodeguard' to reflect new project name
    Jossec101 committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    5fbdbd1 View commit details
    Browse the repository at this point in the history
  6. fix(Constants.cs): update POSTGRES_CONNECTIONSTRING database name fro…

    …m 'fundsmanager' to 'nodeguard' to reflect the correct database name
    Jossec101 committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    b68b99b View commit details
    Browse the repository at this point in the history
  7. nullable status logs

    Jossec101 committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    dfc13e6 View commit details
    Browse the repository at this point in the history
  8. Merge m ain

    Jossec101 committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    4e092f1 View commit details
    Browse the repository at this point in the history
  9. 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
    Jossec101 committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    8cfa5e7 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    ec435e6 View commit details
    Browse the repository at this point in the history