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!

  • APT/PyPi Packages Support

    Support linux python proget
    3
    0 Votes
    3 Posts
    25 Views
    jraschJ
    Both of these package types will be supported in 5.2. PyPI support has now been added and published as a pre-release version of 5.2.0. Visit the ProGet Versions page to download, or get it from the Inedo Hub download.
  • Upload fails, wants "target"

    Support proget
    2
    0 Votes
    2 Posts
    3 Views
    benB
    Hello Bruce, It looks like this can happen when the package store fails to open the file for writing. If you don't have a custom package store set for the UPack feed, make sure Storage.ProGetPackagesLibrary is set to a full path in /administration/advanced-settings and that the ProGet web server process can modify files in that path.
  • ProGet.Service.exe, System.NullReferenceException

    Support proget error
    2
    0 Votes
    2 Posts
    17 Views
    ?
    Hmm , it's hard to say. It's just a random crash with no indiciation of a specific error... You should switch to IIS, perhaps then you can get better insight into what might be causing it... or the error might go away altogether.
  • How to import a jar from ProGet?

    Support proget java packages buildmaster
    2
    0 Votes
    2 Posts
    12 Views
    ?
    I think your best bet is really going to be to use Universal Packages for this. That's what they're designed for, and the operations are much easier to use for it. We very recently updated our documentation to give some guidance on this: https://inedo.com/support/documentation/proget/core-concepts/packages NuGet is designed for .NET library files to be used in developing .NET-based software. Maven is similar, but Java; you should use Maven for packaging up Java code that Java developers will use to build other JAva applications. The applications themselves should be packaged in a universal format.
  • 0 Votes
    2 Posts
    1 Views
    ?
    You are correct; once you've enable AD-based authentication, you can authorize groups of users to access ProGet.
  • 0 Votes
    3 Posts
    22 Views
    ?
    I like it, good idea. I've put in a feature request for it, PG-1213 - so if it's possible to do it easily and in a mainteance release well do it! Stay tuned.
  • Missing symbols in package

    Support symbols proget
    2
    0 Votes
    2 Posts
    10 Views
    ?
    Were on it! THe issue is that it's the "new" symbol format. The feature is PG-1054 and we will ship it in a maintenance release soon :)
  • Extensions are not in Docker volume

    Support proget
    2
    0 Votes
    2 Posts
    5 Views
    benB
    Hello Rickard, The official installation guide creates a volume using docker run -v. You can also extend the ProGet image like this: FROM inedo/proget:5.0.9 RUN mkdir -p /var/proget/extensions RUN curl -sSL -o /var/proget/extensions/InedoCore.upack \ https://inedo.com/den/feed/download/inedox/InedoCore/1.0.3 && \ echo "14f4df63af7b8991390cf77d1f68be55569609f4 *InedoCore.upack" | sha1sum -c (The checksum part is optional, but it will cause the image to fail to build if the file isn't what was expected, which gives you a better guarantee that the same image will be built every time.)
  • Postgres exception

    Support proget
    2
    0 Votes
    2 Posts
    9 Views
    benB
    Hello Rickard, This is PG-1212 and will be fixed in ProGet 5.0.9.
  • Publish scoped npm packages

    Support proget npm buildmaster
    2
    0 Votes
    2 Posts
    19 Views
    ?
    Unfortunately it's impossible to say. The error message you have provided is in complete, and doesn't give any information about the problem. Scoped packages works in testing, and we haven't heard issues from othere users about it. You'll need to do some further debugging and provide some more information for us to further help you.
  • List only locally stored nuget packages.

    Support nuget proget
    2
    0 Votes
    2 Posts
    10 Views
    ?
    If you go to the "Packages" page, you can see packages in ProGet. The feed view will always aggregate your connectors; so if you don't want to see the aggregated (remote) packages, you'll need to disassociate the connectors with the feed.
  • 0 Votes
    3 Posts
    119 Views
    ?
    Because of a reinstall of proget with an existing database the package paths were resetted to default. After fixing the paths, the error went away. The error should be more descriptive when the files can't be found on file store.
  • Implement support for Portable PDB format (NuGet)

    Support proget symbols net
    7
    0 Votes
    7 Posts
    25 Views
    ?
    Thank you, I was not aware of this. Seems to work
  • Performance docs/case studies

    Support proget documentation performance
    6
    0 Votes
    6 Posts
    56 Views
    atrippA
    Hello; Your best metric is going to be your users; if they're complaining it's slow, then it's probably too slow. My guess is that it's intermittant (during peak times). But in any case, it's not about the number of packages (a micro server can easily serve millions of packages nearly instantly), it's about the number of simultaneous connections (requests) to the server, and the features you've enabled (like license checking, etc). It sounds like you've got a single "2 core instance with 8gb of ram" server; while you can try to increase the hardware, the bottleneck is most likely network related; a single server might not just be enough to keep up with the traffic from your developers. Keep in mind that "plain old NPM" (i.e. registry.npmjs.org) runs on a massive, dedicated data center and is heavily cached (basically read-only). The ProGet Free to ProGet Enterprise article contains some general guidance that might help answer your questions: High Performance: 1 Server per 50 Developers. The network never slows down, never crashes. Average Performance: 1 Server per 100 Developers. The network slows down and drops productivity 10% on average during peak times daily. Acceptable Performance: 1 Server per 200 Developers. The network slows down and drops productivity 10-30% during peak times daily. Unacceptable Performance: 1 Server per 250+ Developers. The network is unstable and crashes. You can try disabling connectors, disabling license checking, disabling vulnerability scanning -- but those are really important features, so your best bet will be to plan for a load-balanced scenario. See How to Prevent Server Overload in ProGet to learn more.
  • Delete feed error

    Support feeds proget
    2
    0 Votes
    2 Posts
    17 Views
    ?
    Looks like this was answered here: https://inedo.com/support/questions/8233 5.0.8 fixes the issue.
  • ProGet 5.0.x - Semantic versioning

    Support proget update nuget
    5
    0 Votes
    5 Posts
    47 Views
    S
    Hi, Please refer the below blog. You may have an idea on Semantic Versioning. https://www.meritedin.com/robust-api.html Please don't forget to take a look on the videos listed on their playlist.
  • Packages not appearing in Proget feed

    Support proget
    9
    0 Votes
    9 Posts
    43 Views
    G
    Ok got this working by removing the api key in the feed properties, thanks!
  • Proget returns empty reply

    Support proget linux
    2
    0 Votes
    2 Posts
    8 Views
    ?
    In the post you linked, the problem was the host operating system (Ubuntu 14.04). So you should upgrade to 16.04.2 LTS. If it's not working, then you'll likely need to explore the docker script, and step into the container to see what specifically is the issue.
  • 0 Votes
    4 Posts
    22 Views
    T
    As a followup, support for the Portable PDB format in the symbol/source server has since been added to ProGet.
  • Error when pushing package

    Support proget
    7
    0 Votes
    7 Posts
    67 Views
    ?
    This error indicates an incomplete request is being sent to ProGet; typically it happens from misconfigured client that is not authenticating properly.... but it's really hard to guess from that error message alone. Unfortunately I'm not familiar enough with how to configure TeamCity to advise on how to fix this. Perhaps cross-post this on their support forums as well.