Welcome to the Inedo Forums! Check out the Forums Guide for help getting started.

If you are experiencing any issues with the forum software, please visit the Contact Form on our website and let us know!

  • NPM Package name case sensitivity

    10
    0 Votes
    10 Posts
    37 Views
    stevedennisS
    Hi @pbspec2_5732 , The script in the linked gist should fix the problem for you; it's not feasible/possible to try editing in the database directly due to the complexity of the model. https://gist.github.com/apxltd/351d328023c1c32852c30c335952fabb Thanks, Steve
  • Proget 2024 SCA Permissions

    3
    0 Votes
    3 Posts
    7 Views
    D
    Thank you, that did the trick.
  • Proget 2023 - docker manifest problem

    7
    0 Votes
    7 Posts
    20 Views
    U
    Hi @atripp , found this config. i remember seeing it and left it checked because the description recommended it for registries like microsoft and for some reason i didn't pay attention to this until i figured out that i need to add "library" prefix. thank you very much for all the help.
  • ProGet Asset Directory

    2
    0 Votes
    2 Posts
    6 Views
    atrippA
    Hi @forbzie22_0253 , That's not exposed in the UI at this time; is there a reason/use case you'd want to use it? it's primarily intended as a kind of backup of sorts. Thanks, Alana
  • 0 Votes
    3 Posts
    6 Views
    G
    Had to set ownership on the folder on the Linux server, all green now thanks!
  • Projects, builds and SCA.

    6
    0 Votes
    6 Posts
    35 Views
    atrippA
    Hi @daniel-lundqvist_1790 , You can select the edition you'd like to trial within the software itself, under Admin > License Key. Thanks, Alana
  • Package Promotion via API with two restricted feeds

    2
    0 Votes
    2 Posts
    13 Views
    apxltdA
    Hi @zs-dahe , The Package Promotion API only be checks for permission against toFeed - you don't need any other permission on the toFeed or fromFeed. As far as more granular permissions, perhaps setting up a Personal Key for like a builds user would do the trick? That'll let you reuse the API Key and set up very granular permissions. We decided not to duplicate that granular permission setting in the API Keys because it's already confusing enough Thanks, Alex
  • Licensed pacakges showing on Unlicensed Local Packages listing

    6
    0 Votes
    6 Posts
    22 Views
    atrippA
    @davidroberts63 thanks for figuring that one out, that's definitely bug... [image: 1729737434318-e3cfc738-e2b4-4b5e-8359-e7c732254f17-image.png] ... box style was correct, but enabled/disabled text looked at wrong property Easy fix, difficult to spot!
  • Buildmaster license on OpenShift

    2
    0 Votes
    2 Posts
    7 Views
    atrippA
    Hi @marc-ledent_9164 , Are you referring to the Machine UID from Manual Activation? I'm not sure what the Machine UID looks like in BuildMaster 7 on Linux, but I do recall that early versions of our products sometimes couldn't generate the string on some hardware. I think that's fixed now. The code is supposed to be based on the CPU (vendor ID, model, family, and stepping info) and the and the major version of the Inedo software (e.g. 5.1, 5.3, 2022, 2023). Thanks, Alana
  • Error deleting Debian package from API

    7
    0 Votes
    7 Posts
    21 Views
    ScatiS
    Hi @gdivis, I've tried encoding the purl URL, and it works on both Windows and Linux, without having to interchange the distro and component order. However, it's a little strange that NuGet package purls work whether they are encoded or not. Anyway, I'm going to encode the URL in the code. Thank you very much.
  • pgutil: Read product name and version from file

    4
    0 Votes
    4 Posts
    16 Views
    Dan_WoolfD
    Hi @caterina, We're a bit concerned that this is too specific for your usecase, and we're really struggling documenting it. Instead of doing this, we're thinking it might just make more sense to run (Get-Item 'C:\path\to\file.exe').VersionInfo using PowerShell and export these into variables instead. For Example: $versionInfo = (Get-Item 'C:\path\to\file.exe').VersionInfo $version = if($versionInfo.FileVersion) { $versionInfo.FileVersion} else { $versionInfo.ProductVersion } $productName = $versionInfo.ProductName pgutil builds scan --input=myApplication.csproj --project-name$productName" --version=$version Thanks, Dan
  • ProGet: Confusion about behavior of Compliance

    3
    0 Votes
    3 Posts
    14 Views
    C
    Hi @atripp, thank you for the clarification. I can confirm this behavior. Thank you very much, Caterina
  • Proget download timeout when waiting for file to be scanned

    3
    0 Votes
    3 Posts
    12 Views
    U
    Hi @atripp , thank you for the info and clarification.
  • ProGet - License usage overview HTTP 500 for custom licenses

    3
    1
    0 Votes
    3 Posts
    14 Views
    J
    Hi @atripp, We haven't updated the production instance to the version that introduced this feature yet, so nobody breathing down my neck. ;) I'll wait for the official release, but thanks for the offer. Have a nice weekend!
  • Problem changing password (integraded authentication)

    5
    0 Votes
    5 Posts
    13 Views
    M
    I've seen your message yesterday. I will investigate as soon I have the correct environment. Thanks for the help!
  • Otter - PSEnsure script failed

    3
    0 Votes
    3 Posts
    9 Views
    L
    Hello Alana, Yes, you are right. AHVALUEDRIFTED has to be a boolean value. The name implies it actually but I did not connect the dots. Thank you for the help!
  • ProGet feeds using different app pools

    4
    0 Votes
    4 Posts
    12 Views
    atrippA
    Hi @forbzie22_0253 , Yes, we use Kestrel under the hood. You can configure HTTPS under Admin > HTTPS: https://docs.inedo.com/docs/installation/installing-on-iis/installation-windows-https-support No real "gotchas" -- but note that with port sharing (i.e. binding to a hostname as opposed to an IP), that needs to use the HTTP.SYS component of Windows. Cheers, Alana
  • pgutil: Write SBOM to local file

    3
    0 Votes
    3 Posts
    15 Views
    C
    Hi @gdivis thank you for your response. This is what I was looking for! Thanks, Caterina
  • 0 Votes
    2 Posts
    5 Views
    atrippA
    Hi @marc-ledent_9164 , That refers to our build server :) That part of the error message is the stack trace, and that shows us exactly where the error is occurring in the code, should we need to debug it. That said, if you're seeing those errors in your execution logs, then it's probably related to configuration of some kind..... we can help if we could see more context Cheers, Alana
  • Unable to connect to Telerik public feeed

    Locked
    3
    0 Votes
    3 Posts
    9 Views
    atrippA
    Just as an update, we discovered abug with pulling packages for this feed, and we will fix it via PG-2812 in an upcoming release
Inedo Website HomeSupport HomeCode of ConductForums GuideDocumentation