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!

  • Promotion API not working for Docker Feeds

    2
    0 Votes
    2 Posts
    11 Views
    atrippA
    Hi @Stephen-Schaff , what you're doing should work, but this appears to be a bug due to the special-handling required for docker image promotion via API - so I've logged this as PG-1939 - we should get it fix in the next maintenance release.
  • OTTER 3 - $CredentialProperty not working after migration from Otter 2.X

    9
    0 Votes
    9 Posts
    16 Views
    P
    thank you @rhessinger It is working fine. I have now to mix this version with the Scripting v1.10.2-CI.1 (bug for PSEnsure) Thank you guys for the fast correction
  • OTTER 3 - Can't make new PSEnsure working

    3
    0 Votes
    3 Posts
    9 Views
    P
    Thank you Alex bug is gone
  • How are Helm Chart Licenses Detected

    5
    1
    0 Votes
    5 Posts
    9 Views
    S
    @rhessinger You may also want to remove this message: [image: 1617901382998-2d876b1d-3959-4986-901b-86511845e0a0-image-resized.png] The big red banner is what got me looking into the license types in the first place. (I did not want my users to see the big red banner and I could see no way to suppress it except for getting a license assigned.)
  • Docker URL for a specific feed

    3
    0 Votes
    3 Posts
    16 Views
    S
    OK. That aligns with what I was seeing. Thanks for explaining it to me!
  • Agent 49 - Otter 2 / Otter 3 ?

    3
    0 Votes
    3 Posts
    3 Views
    P
    @rhessinger said in Agent 49 - Otter 2 / Otter 3 ?: t you should be able to use the same agent install on more than one intance (Otter 3 and Otter 2.2) at the same time without issue. Basically, you can add that same agent to both Otter instances you have. Good news Thank you
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    3 Views
    No one has replied
  • 0 Votes
    2 Posts
    8 Views
    atrippA
    Hi @ipluskal_1214 You're right, there haven't been any RPM changes... the error message is implying that ProGet is rejecting the data you're sending for some reason, "Unable to parse package header. The supplied package may be an invalid RPM file". It might be a .NET5 issue, just based on the version numbers you told me. Since ProGet v5.3.12, the inedo/proget image is hosted using the .NET Core runtime. Previously, it was hosted using the Mono runtime. The inedo/progetmono image is available to v5.3.19. Cheers, Alana
  • Connector to Azure DevOps NPM package feed not working

    15
    4
    0 Votes
    15 Posts
    70 Views
    rhessingerR
    Hi @nicolas-morissette_6285, Always glad to help! Thanks for giving us an update and letting us know that this fixed your issue. Unfortunately, the package count is a side effect of ADO not implementing the search API. It does not give us the ability to get a package count. Thanks, Rich
  • How to set content type of asset with API?

    6
    0 Votes
    6 Posts
    18 Views
    stevedennisS
    @joshuagilman_1054 this is currently planned for 5.3.27 as PG-1934 (April 17) - we'll let you know if plans change!
  • Return 200 intead 404 when package does not exist

    4
    0 Votes
    4 Posts
    11 Views
    atrippA
    @afd-compras_2365 ProGet implements the NuGet Server API, so you can use ProGet as a private NuGet server; we did not design that API, we simply implement it Here is the same API call on NuGet gallery with a package that doesn't exist https://www.nuget.org/api/v2/FindPackagesById()?id='NotRealPackageFakeFAke'&semVerLevel=2.0.0 I'm not sure I understand the dependency question with nuget.exe though... but in a case like this, you can just put those packages in your feeds I believe? Then you won't get update issues
  • Azure Blob error when upload PyPi package

    5
    0 Votes
    5 Posts
    14 Views
    atrippA
    @brett-polivka sorry about that, there's always room to improve the testing, and you just got "unlucky" with a few edge cases that slipped through the cracks. But not to worry -- you can just downgrade the extension by following the manual installation instructions - the 1.9.0 of Azure will still use the old libraries - https://proget.inedo.com/feeds/Extensions/inedox/Azure/1.9.0
  • This topic is deleted!

    1
    1
    0 Votes
    1 Posts
    4 Views
    No one has replied
  • API expects null instead of 0 for integer values

    6
    0 Votes
    6 Posts
    12 Views
    dean-houstonD
    @atripp @joshuagilman_1054 TIL that PowerShell can use internal CLR generic reference type names like that! But really, please don't do that... [System.Nullable``1[[System.Int32]]] [Nullable[int]] ... much easier to read
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    4 Views
    No one has replied
  • Catastrophic failure when switching User Directory

    15
    7
    0 Votes
    15 Posts
    55 Views
    apxltdA
    @Stephen-Schaff Very glad to hear! It makes absolutely no sense makes that Managed Pipeline Mode would have any impact on how these libraries behave... but there you have it. These libraries are ancient, and even Microsoft has no idea how they work anymore. Apparently Microsoft is working on shipping brand new libraries (no COM interop magic) in .NET6, which means by .NET8 they just might be usable, and then perhaps in another decade they won't require mysterious changes
  • [ProGet] [NativeApi] NpmPackages_DeletePackage not working.

    2
    0 Votes
    2 Posts
    9 Views
    atrippA
    Hello, That API will only delete package metadata from the database, not from disk. It's mostly intended for internal use only, and probably shouldn't be exposed to the API. In any case, we don't store the @ with internally, so if you change @myscope to myscope it should work. Note that the NPM doesn't provide a way to delete packages, and we never implemented it. There hasn't been any demand for it to date, as people don't really delete packages programmatically - but you're definitely welcome to submit a feature request and help us understand why it'd be a value (like, the workflow you use that requires deleting packages, etc). Alana
  • hub.exe installer args

    2
    0 Votes
    2 Posts
    6 Views
    rhessingerR
    Hi @JonathanEngstrom, You can find a list of the available arguments in the InedoHub CLI documentation. Hope this helps! Thanks, Rich
  • [ProGet] Manual database upgrade (docker, kubernetes)

    21
    0 Votes
    21 Posts
    108 Views
    stevedennisS
    @saml_4392 in theory it's fixed, but we didn't test it Could you open a new thread about a creating a Helm chart for ProGet itself? That'd be a great place to start that discussion, and get community direction and feedback from users - and provide nice opportunities to partner with organizations like bitnami, who could help
  • [OTTER 3.0] Adding dependencies in role break server access

    3
    0 Votes
    3 Posts
    6 Views
    P
    Thank you
Inedo Website HomeSupport HomeCode of ConductForums GuideDocumentation