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!

  • ProGet - Use Connector filters like package search

    2
    0 Votes
    2 Posts
    20 Views
    atrippA
    Hello; That search syntax is really only supported by NuGet v3 API, I think; so, ProGet simply forwards on the query to that API, and returns the results. But regardless, connector filters need to be applied after the remote feed returns results, because connector filter logic can be more complex that what is supported by the various feed APIs (you can allow Microsoft.* and Inedo.* for example). More advanced connector filter options are definitely something we've considered, and we'd love to do things like "version: 3.*" for example. But, it's a lot more complicated under the hood, and probably isn't even feasible given the nature of feeds. Alana
  • 0 Votes
    4 Posts
    12 Views
    P
    I had such problem with localized account with a lot of software :) Managing the [Otter / Buildmaster / Proget] service Account from the InedoHub would be nice. Philippe
  • OTTER 3.0 - Agent type SSH

    3
    0 Votes
    3 Posts
    5 Views
    P
    Hey @atripp I know this is still a beta. Happy to help you Philippe
  • How to enable Semantic Versioning for Containers

    3
    1
    0 Votes
    3 Posts
    8 Views
    S
    Thank you for the response and the incredibly fast fix! I will get my instance upgraded and test it out. Thanks again!
  • This topic is deleted!

    2
    1
    0 Votes
    2 Posts
    3 Views
  • Multipart body length limit 134217728 exceeded.

    4
    0 Votes
    4 Posts
    12 Views
    J
    Thank you! Will do.
  • do I scale devops

    2
    -1 Votes
    2 Posts
    8 Views
    atrippA
    Hello; I'm not sure if we can help here, this sounds like something more appropriate for Azure DevOps community.
  • No Bulk Import for Maven Feed

    7
    0 Votes
    7 Posts
    23 Views
    atrippA
    @andrew_5903 thanks, I'd like to update the docs! Did you end up writing a script to just call that for each Jar+Pom in your directory?
  • How to fix base url in xml file of feed?

    3
    1
    0 Votes
    3 Posts
    9 Views
    rhessingerR
    Hi @Crimrose, Thanks for posting a follow-up solution for this! I'll keep this in our notes incase this comes up again in the future! Thanks, Rich
  • Create API key per packages

    2
    1
    0 Votes
    2 Posts
    8 Views
    atrippA
    ProGet does not support package-level permissions; you would need to create separate feeds, or create a custom package filter (in C#) that could have some sort of filtering logic per user.
  • 0 Votes
    3 Posts
    17 Views
    MaxCasconeM
    Hi, i'm running into this now in Version 5.3.17 (Build 19). All of our packages are internal use only and i don't want to bother with setting up license rules. Can i disable the license checking?
  • Validate chocolatey checksum before installing package

    2
    0 Votes
    2 Posts
    5 Views
    atrippA
    Hi @Crimrose, this would probably be better to check on the Chocolatey forums / community site. But if you can find the answer, please share it :)
  • 0 Votes
    25 Posts
    72 Views
    N
    Hey @apxltd , Yeah having to deal with Microsoft on many different issues ourselves I totally get what you mean with this picture. I also totally understand your point and that makes sense! I'm glad the NuGet teams also push for the changes when they can. For us since everything is standardized and automated using the NuGet Restore task in our DevOps build pipelines yes it's really more convenient for us to point to our Proget Feed (thanks again for your product) and gather everything from there. We can for sure find workarounds also on our side but we had to try and contact your team as your company has been way more helpful to us than any support from Microsoft. Thanks a lot for yours and Rich`s precious time spent helping us through this issue.
  • ProGet V5.3.17 Excessive Database Connections

    2
    1
    0 Votes
    2 Posts
    13 Views
    atrippA
    hi Simon, The default connection pool size for .NET's SQL Server connection is 100, so that behavior wouldn't be unexpected if there were a lot of requests to ProGet (very common in a package restore) and the database driver wasn't responding fast enough for whatever reason (also very common... too many network requests coming in, too many network requests going out, slow database server, etc.). The .NET Runtime will eventually close those connections, and they will then be terminated by the TCP stack shortly after (minutes?). Alana
  • Error Trying to add new User Directory (Active Directory LDAP)

    10
    3
    0 Votes
    10 Posts
    31 Views
    rhessingerR
    Hi @scroak_6473, We have fixed the issue with creating new AD User Directories and vulnerability sources in .NET 5. It is set to release in ProGet 5.3.19 which is due out December 18, 2020. Thanks, Rich
  • Nuget connection timeout

    2
    1 Votes
    2 Posts
    29 Views
    atrippA
    Hi Peter, Thanks for reposting this; this error is basically what you can expect from a "network stack" being overloaded; each request to a ProGet feed can potentially open another requests to each connector configured (maybe NuGet.org, maybe others), and if you are doing a lot of requests at once, you'll get a lot of network activity queuing up. SQL Server also running on the network, so those just get added to the queue, and eventually you run out of connection. Do you have a lot of containers running on the same computer that ProGet is running on? If so, that coudl also contribute to the network stack being overloaded. The best way to solve is with more hardware, or by removing connectors to nuget.org, etc. Also note that users can overload a server as well, and this is why load balancing will be very important if you want to keep reliability; See How to Prevent Server Overload in ProGet to learn more.
  • Proget Sometimes Truncates Package Version

    nuget proget
    5
    2
    0 Votes
    5 Posts
    19 Views
    A
    Yeah, that's a nightmare and a half and I can see why you did that. Currently I've tried repackaging the nuget but it brings about other errors, where it restores properly but later on in compile I get build errors. Right now I'm using the legacy version/older version of the nuget URL instead of the current v3 one until they get off of that package and I can remove it from my feed. It follows the format: https://url.domain/nuget/feedName/ instead of https://url.domain/nuget/feedName/v3/index.json .
  • Nuget Feed Connection timeout

    Locked
    22
    2
    0 Votes
    22 Posts
    85 Views
    atrippA
    Hi @p-bruch_5023 can you post this to a Topic? It'll be a lot easier to track internally, and for other users to find since it's newer and different cases than other timeouts.
  • Proget Jenkins Plugin: Not working on Slaves?

    jenkins proget
    12
    0 Votes
    12 Posts
    53 Views
    F
    Alex-Hempel said in Proget Jenkins Plugin: Not working on Slaves?: Caused by: java.io.NotSerializableException: com.inedo.proget.jenkins.DownloadPackageBuilder java.io.NotSerializableException can occur when you serialize an inner class instance because serializing such an inner class instance will result in serialization of its associated outer class instance as well. How to solve it? If the class is yours, make the class serializable by implementing the interface java.io.Serializable. All non primitive members implement Serializable (or are transient instead) If your class is an inner class it's either static or the outer class implements Serializable If the class is 3rd party, but you don't need it in the serialized form, mark the field as transient It is important to note that Serialization of inner classes (i.e., nested classes that are not static member classes), including local and anonymous classes, is strongly discouraged.
  • BuildMaster: "server too busy"

    3
    0 Votes
    3 Posts
    7 Views
    S
    Okay, that isn't a good end-user experience. I switched to IIS hosted site and don't see this happening anymore now. Thanks for quick response. -Sri
Inedo Website HomeSupport HomeCode of ConductForums GuideDocumentation