Open Closed

How to access non open source UI codes #44


User avatar
0
ismailyildirim created

We have an enterprise licence including all source code. How can i access/download source codes of identity management components like abp-scope abp-client. I couldn't find them in the git repository


12 Answer(s)
  • User Avatar
    0
    ismcagdas created
    Support Team Co-Founder

    Hi @ismailyildirim

    You can download source code of NuGet packages using abp get-source [Module-Name] command. Here are avaialbe module names at the moment;

    • Volo.Account
    • Volo.AuditLogging
    • Volo.BackgroundJobs
    • Volo.Blogging
    • Volo.Docs
    • Volo.FeatureManagement
    • Volo.Identity
    • Volo.IdentityServer
    • Volo.PermissionManagement
    • Volo.SettingManagement
    • Volo.TenantManagement
    • Volo.Users
    • Volo.Docs.Admin
    • Volo.Account.Pro
    • Volo.AuditLogging.Ui
    • Volo.Identity.Pro
    • Volo.Identityserver.Ui
    • Volo.LanguageManagement
    • Volo.Saas
    • Volo.EmailManagement
    • Volo.LeptonTheme

    We will share source code of NPM packages via email with you.

  • User Avatar
    0
    ismailyildirim created

    Ok thanks very much.

  • User Avatar
    0
    geffzhang created

    @ismcagdas also share source code of NPM packages with me。

  • User Avatar
    0
    geffzhang created

    get-source Volo.Docs.Admin error: C:\workshop\gitee\Weyhd.IdentityService\abp\Volo.Docs.Admin>abp get-source Volo.Docs.Admin [16:50:57 INF] ABP CLI (https://abp.io) [16:50:57 INF] Version 2.1.1 (Stable channel) [16:50:58 INF] Downloading source code of Volo.Docs.Admin [16:50:58 INF] Output folder: C:\workshop\gitee\Weyhd.IdentityService\abp\Volo.Docs.Admin [16:51:01 INF] Downloading module: Volo.Docs.Admin, version: 2.1.1 [17:01:01 ERR] The operation was canceled. System.Threading.Tasks.TaskCanceledException: The operation was canceled. ---> System.IO.IOException: The read operation failed, see inner exception. ---> System.ObjectDisposedException: Cannot access a disposed object. Object name: 'SslStream'. at System.Net.Security.SslStream.ThrowIfExceptional() at System.Net.Security.SslStream.CheckThrow(Boolean authSuccessCheck, Boolean shutdownCheck) at System.Net.Security.SslStream.ReadAsyncInternal[TReadAdapter](TReadAdapter adapter, Memory1 buffer) --- End of inner exception stack trace --- at System.Net.Security.SslStream.ReadAsyncInternal[TReadAdapter](TReadAdapter adapter, Memory1 buffer) at System.Net.Http.HttpConnection.FillAsync() at System.Net.Http.HttpConnection.CopyToContentLengthAsync(Stream destination, UInt64 length, Int32 bufferSize, CancellationToken cancellationToken) at System.Net.Http.HttpConnection.ContentLengthReadStream.CompleteCopyToAsync(Task copyTask, CancellationToken cancellationToken) --- End of inner exception stack trace --- at System.Net.Http.HttpConnection.ContentLengthReadStream.CompleteCopyToAsync(Task copyTask, CancellationToken cancellationToken) at System.Net.Http.HttpConnectionResponseContent.SerializeToStreamAsync(Stream stream, TransportContext context, CancellationToken cancellationToken) at System.Net.Http.HttpContent.LoadIntoBufferAsyncCore(Task serializeToStreamTask, MemoryStream tempBuffer) at System.Net.Http.HttpClient.FinishSendAsyncBuffered(Task`1 sendTask, HttpRequestMessage request, CancellationTokenSource cts, Boolean disposeCts) at Volo.Abp.Cli.ProjectBuilding.AbpIoSourceCodeStore.DownloadSourceCodeContentAsync(SourceCodeDownloadInputDto input) in D:\github\abp\framework\src\Volo.Abp.Cli.Core\Volo\Abp\Cli\ProjectBuilding\AbpIoSourceCodeStore.cs:line 117 at Volo.Abp.Cli.ProjectBuilding.AbpIoSourceCodeStore.GetAsync(String name, String type, String version) in D:\github\abp\framework\src\Volo.Abp.Cli.Core\Volo\Abp\Cli\ProjectBuilding\AbpIoSourceCodeStore.cs:line 69 at Volo.Abp.Cli.ProjectBuilding.ModuleProjectBuilder.BuildAsync(ProjectBuildArgs args) in D:\github\abp\framework\src\Volo.Abp.Cli.Core\Volo\Abp\Cli\ProjectBuilding\ModuleProjectBuilder.cs:line 48 at Volo.Abp.Cli.Commands.GetSourceCommand.ExecuteAsync(CommandLineArgs commandLineArgs) in D:\github\abp\framework\src\Volo.Abp.Cli.Core\Volo\Abp\Cli\Commands\GetSourceCommand.cs:line 72 at Volo.Abp.Cli.CliService.RunAsync(String[] args) in D:\github\abp\framework\src\Volo.Abp.Cli.Core\Volo\Abp\Cli\CliService.cs:line 55

  • User Avatar
    0
    ismcagdas created
    Support Team Co-Founder

    Hi @geffzhang

    I have shared the NG package source code via email. Could you try again downloading Volo.Docs.Admin module ? It might be a temporary problem.

    Thanks,

  • User Avatar
    0
    geffzhang created

    hi @ismcagdas Download volo.Docs.Admin module still with the same error

    Thanks

  • User Avatar
    0
    geffzhang created

    hi @ismcagdas Now Download volo.Docs.Admin module is download abp source code Thanks

  • User Avatar
    0
    ismcagdas created
    Support Team Co-Founder

    Great :). Downloading source code of NPM packages via CLI will be added soon as well.

    Thanks,

  • User Avatar
    0
    yinchang created

    @ismcagdas Hi: Now,We can download NG package via CLI(abp get-source), but I can't find source code of @volo/abp.commercial.ng.ui in any module ,Could you tell me how to get it, and also Is there like abp/npm/ng-packs/ project in Commercial Version, I hope it can be get that via CLI command too

  • User Avatar
    0
    yekalkan created
    Support Team Fullstack Developer

    Hi @yinchang,

    You can send an email to info@abp.io to get the source code of @volo/abp.commercial.ng.ui package.

    We'll provide an automated way for this in next versions.

  • User Avatar
    0
    yekalkan created
    Support Team Fullstack Developer

    Hi @yinchang,

    Now you can download the source code of Lepton Theme on Abp Suite, it will include @volo/abp.commercial.ng.ui package source code.

    Alternatively, you can use abp get-source Volo.LeptonTheme command.

  • User Avatar
    0
    yekalkan created
    Support Team Fullstack Developer

    See https://support.abp.io/QA/Questions/673/How-can-I-download-voloabpcommercialngui-Angular-package

Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11