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!

  • Service unavailable/timeout

    Support nuget linux proget perforce
    10
    0 Votes
    10 Posts
    77 Views
    G
    I took a while to get back to this thread, but here goes: Today we upgraded to the MSSQL backed version of ProGet, that is currently on the Docker hub (5.2.9.11), and most of it went smooth. However, when restoring all the packages, I did get the unresponsive errors again. But this time the server came back and we could see the log messages. After changing the connection string, things seem to be more stable now when doing a full restore. The new connection string has this appended to it: "Max Pool Size=200;" Hopefully this version keeps us happier, as the old version needs a reboot every other day.
  • 0 Votes
    4 Posts
    14 Views
    T
    You can safely do all of those things :)
  • 0 Votes
    9 Posts
    25 Views
    ?
    Thank you Stijn Peeters, you are spot on! After I performed the migration on our Default feed this morning all packages are showing up as expected when searched for - wahoo! Thanks again!
  • Can't find ProGet's database connection string

    Support sql-server proget
    3
    0 Votes
    3 Posts
    133 Views
    ?
    Thanks. That solved it.
  • Migrate feeds takes all server down during migration

    Support proget
    4
    0 Votes
    4 Posts
    13 Views
    ?
    Oh I see, you're migrating a legacy NuGet feed! Sorry I misunderstood. With the number of packages you have, a database transaction will put a strain on your database server, which is most certainly where the problem is. Instead, why not back up the database beforehand, then run the migration without verbose logging and a transaction.
  • Install NuGet package failed

    Support proget nuget
    4
    0 Votes
    4 Posts
    35 Views
    atrippA
    I see; in this cases, go to Advanced Settings, and change the base url property.
  • 0 Votes
    2 Posts
    18 Views
    ?
    Most likely, Visual Studio is trying to talk to nuget.org and other services. You can use Fiddler to see what connections are being made.
  • When will the NuGet feed support Markdown?

    Support proget
    2
    0 Votes
    2 Posts
    13 Views
    ?
    According to the Package Markdown Support](https://github.com/NuGet/Home/wiki/Package-Markdown-Support) and Packaging Documentation within the nupkg pages maintained by Microsoft, this is an expiremental work-in-progress and the specs are still in review. I would hope Inedo does not implement anything until NuGet settles on a standard, and this has been a work-in-progress for almost 2 years. So, check with Microsoft :)
  • Hosting ProGet under another site

    Support proget iis
    2
    0 Votes
    2 Posts
    12 Views
    T
    Make sure to set the Web.BaseUrl setting in Admin > Advanced Settings as well.
  • Tutorial configuring PyPi feeds

    Support pypi python proget
    2
    0 Votes
    2 Posts
    29 Views
    T
    We don't have one yet (we're working on the documentation now, expected for the official 5.2 release), but there are examples in ProGet itself for: adding packages: click the Add Package button on the feed overview page after you've added one installing packages: once you have a package in a feed, browsing to it will show you how to install it with pip
  • Install packages in a virtualenv

    Support pypi proget python
    2
    0 Votes
    2 Posts
    17 Views
    atrippA
    Yes, ProGet supports this. However, you will need a paid version of Chocolatey in order to do that https://chocolatey.org/faq#i-would-like-to-be-able-to-offer-my-non-admin-desktop-users-an-option-for-self-service-type-of-installations
  • Feed back up

    Support proget
    2
    0 Votes
    2 Posts
    7 Views
    ?
    In this case, your best bet would be the backup the database, and then only the package files of that feed. In case of DR, your other feeds wouldn't really work (no package files), but your other configuraitn (usernames, etc) would remain.
  • Unable to push nuget symbols package

    Support nuget proget
    2
    0 Votes
    2 Posts
    10 Views
    ?
    Unfortunately we can't figure out any reason that Age would be returning an empty string. We're thinking there must be something else... can you share the entire NUSPEC file so we can reproduce it better.
  • 0 Votes
    2 Posts
    19 Views
    ?
    We can't reproduce this; a more likely scenario is that the nuspec in question has an invalid item and is causing an otherwise unknown and unexpected error We would need to full nuspec and the reproduction instructions to better investigate.
  • Business use

    Support proget licensing
    2
    0 Votes
    2 Posts
    4 Views
    T
    Here are the features by edition: https://inedo.com/support/documentation/proget/administration/license ProGet Free is allowed for companies, however that edition only receives "community support" (i.e. this forum).
  • Developer

    Support proget
    2
    0 Votes
    2 Posts
    7 Views
    T
    There was an issue (PG-1208) with semantic version-enabled NuGet feeds and retention policies fixed in v5.0.8 - an upgrade should resolve this.
  • Licensing

    Support proget
    2
    0 Votes
    2 Posts
    4 Views
    T
    Yes, that is OK, the differences for each edition are outlined here: https://inedo.com/support/documentation/proget/administration/license
  • Access Package Source information from extension

    Support sdk feeds proget
    2
    0 Votes
    2 Posts
    13 Views
    ?
    Hi Ryan, Sorry for the delay in getting back to you - we're planning to add this to ProGet 5.2, which currently has a release date of April 11. It should be included in Inedo SDK 1.1.2 (see tentantive spec here). Does that look like it will cover your situation?
  • Setting up private Docker registry

    Support servers proget iis
    5
    0 Votes
    5 Posts
    55 Views
    ?
    Thanks Alana, once I installed the certificate into my 'Trusted Root Certification Authorities' and restarted the docker daemon on my client machine, things are working nicely. Thanks again for your help!
  • Unable to push package from BuildMaster to ProGet

    Support buildmaster proget
    2
    0 Votes
    2 Posts
    16 Views
    atrippA
    Just to close this post: this was fixed in InedoCore 1.0.12, after diagnosing the issue on a ticket (EDO-5683).