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

Enable plugin modules #3584

Closed
wants to merge 2 commits into from
Closed

Enable plugin modules #3584

wants to merge 2 commits into from

Conversation

eanzhao
Copy link
Contributor

@eanzhao eanzhao commented Jun 28, 2024

Now modules can be loaded as plugin modules.

For Issue: #3572 #3579

Reference: https://docs.abp.io/en/abp/latest/PlugIn-Modules

Copy link

vizipi bot commented Jun 28, 2024

Pull request analysis by VIZIPI

Below you will find who is the most qualified team member to review your code.
This analysis includes his/her work on the code included in this Pull request, in addition to their experience in code affected by these changes ( partly found within the list of potential missing files below )   Feedback always welcome

Reviewers with knowledge related to these changes

Match % Person Commit Count Common Files
40.00% ZhangXin 17 2
40.00% fengyan2023 14 2
40.00% jason-hoopox 8 2
40.00% 轩辕焮痕 1 2
20.00% chopin.fan 6 1
20.00% ssun0121 4 1

Potential missing files from this Pull request

files commonly committed with a subset of this pr, but not committed this time. (click to collapse)
FilePercentilerate
src/AElf.Launcher/appsettings.json76.92%10 out of 13 times
protobuf/token_contract.proto53.85%7 out of 13 times
protobuf/token_contract_impl.proto53.85%7 out of 13 times
...src/AElf.Blockchains.BasicBaseChain/BasicBaseChainAElfMod46.15%6 out of 13 times
...src/AElf.Kernel.SmartContract/HostSmartContractBridgeCont46.15%6 out of 13 times
contract/AElf.Contracts.MultiToken/TokenContract_Actions.cs46.15%6 out of 13 times
src/AElf.Sdk.CSharp/CSharpSmartContractContext.cs46.15%6 out of 13 times
...test/AElf.Contracts.Genesis.Tests/AElf.Contracts.Genesis.46.15%6 out of 13 times
contract/AElf.Contracts.MultiToken/TokenContractState.cs46.15%6 out of 13 times
AElf.sln46.15%6 out of 13 times

Committed file ranks

(click to expand)
  • 0.00%[...src/AElf.WebApp.Application.FullNode/AElf.WebApp.Applicat]
  • 96.56%[src/AElf.Launcher/Startup.cs]
  • 0.00%[...src/AElf.WebApp.Application.FullNode/Services/ContractMet]
  • 98.13%[AElf.All.sln]
  • 0.00%[...src/AElf.WebApp.Application.FullNode/FullNodeApplicationW]
  • Copy link

    codecov bot commented Jun 28, 2024

    Codecov Report

    All modified and coverable lines are covered by tests ✅

    Project coverage is 90.70%. Comparing base (c74f23e) to head (6ec88ef).
    Report is 18 commits behind head on dev.

    Additional details and impacted files

    Impacted file tree graph

    @@           Coverage Diff           @@
    ##              dev    #3584   +/-   ##
    =======================================
      Coverage   90.70%   90.70%           
    =======================================
      Files         668      668           
      Lines       25895    25895           
      Branches     2325     2325           
    =======================================
      Hits        23489    23489           
      Misses       2290     2290           
      Partials      116      116           

    @eanzhao eanzhao closed this Jul 4, 2024
    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
    Labels
    None yet
    Projects
    None yet
    Development

    Successfully merging this pull request may close these issues.

    1 participant