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!

  • 0 Votes
    2 Posts
    4 Views
    ?
    Please see Cloud Package Stores for more information on how to configure these.
  • Error while trying to view docker image

    Support error proget
    4
    0 Votes
    4 Posts
    6 Views
    ?
    This is addressed in 4.7.6; was a regression.
  • "No packages found" in NuGet package manager

    Support proget
    4
    0 Votes
    4 Posts
    46 Views
    ?
    Yeah, I have the same problem, if I change TargetFramework from net45 to net452 they show up.
  • Ruby feed is not working

    Support feeds proget ruby
    2
    0 Votes
    2 Posts
    16 Views
    ?
    The url is wrong, and we will update this in the next maintence release
  • Pushing VSIX Packages

    Support continuous-integration proget visual-studio
    7
    0 Votes
    7 Posts
    25 Views
    ?
    Thanks Dean, upgrading to 4.7.3 has solved the issue!
  • Upgrade Error

    Support proget-installation proget
    4
    0 Votes
    4 Posts
    3 Views
    ?
    Figured it out. It's not the user running the installation that needs db_owner membership. It's the SQL user (i.e. progetuser) created in the original setup that needs temporary db_owner membership for the upgrade process. Thanks.
  • 0 Votes
    2 Posts
    13 Views
    ?
    Thanks for the bug report. This will be fixed in v4.7.2, which should be released today. To upgrade, see the "Upgrading to a new version" section of this KB article: http://inedo.com/support/kb/1100/getting-started-with-proget-for-linux Basically though, when the container starts up it makes sure the database schema version is current, so all you really need to do is run the new container and point to the same data.
  • Versions disappeared?

    Support proget
    2
    0 Votes
    2 Posts
    1 Views
    ?
    You could look at the event log under Admin > Events and possibly see when/who deleted it, but there's no way to know "why" it was deleted. ProGet will not automatically delete package versions unless you specify that in a retention policy, or if they're removed from disk or database.
  • Docker Repo null userName error

    Support proget error
    4
    0 Votes
    4 Posts
    27 Views
    benB
    Ok, I've found the problem: Docker image manifests have a really complicated way to compute their digest: Parse the manifest as JSON, keeping key order. Remove the "signatures" key of the root object. Re-encode the new root object as JSON, with 3(!) space indents, LF newlines, and no newline at the end. Compute a SHA256 hashsum. The problem was that on Windows, ProGet re-encoded the new root object with CRLF newlines. This is fixed for the next version. (4.7.7)
  • 0 Votes
    2 Posts
    20 Views
    ?
    Please note that this (or any multi-node) installation requires a ProGet Enterprise or ProGet Load Balanced License to be purchased. ProGet Basic and ProGet Free only permit a single server to be used in a single installation. That said, we recommend IIS because it's the easiest to support (by your own network admin team) and has many configuration options. In theory, you could probably use the integrated server. A HA configuration ought to use a SQL Cluster, otherwise you have a single point of failure.
  • Removing package from docker feed

    Support api proget
    3
    0 Votes
    3 Posts
    20 Views
    ?
    I tried to use the docker API, however I'm having problems accessing it For example, according to the API documentation: GET /v2/<name>/manifests/<reference> Should get the signature, however using this call: curl -H "Accept: application/vnd.docker.distribution.manifest.v2+json" -X GET -vvv -k https://<host>/<repository>/v2/<image>/manifests/latest Returns not found. What is the correct way to call v2 API from a proget docker repository ? I couldn't find any documentation about it. Thanks Francisco
  • Free license restrictions for proget nuget feed

    Support proget licensing
    3
    0 Votes
    3 Posts
    29 Views
    ?
    Please see the ProGet feature comparison. There are no limits to the number of feeds.a
  • ProGet Silent Installation with IIS

    Support proget proget-installation
    4
    0 Votes
    4 Posts
    6 Views
    ?
    Glad that worked! I created an issue for this; we should get this behavior a little more intuitive in an upcoming maintenance release.
  • Proget and Docker

    Support proget
    5
    0 Votes
    5 Posts
    40 Views
    ?
    We will have full support for Windows containers in ProGet 4.7.10, which is scheduled for release tomorrow.
  • Scheduled tasks are not running

    Support proget
    3
    0 Votes
    3 Posts
    9 Views
    ?
    OK, I will upgrade to the latest version. It turns out the ProGet service wasn't running. I hadn't even realized it because the Web site and NuGet/NPM feeds were working normally. Starting the service was all that was needed to get those tasks running. Thanks
  • 0 Votes
    3 Posts
    3 Views
    ?
    thanks we managed to find it as nuget was packing the release and debug files over the top of each other for some stupid reason in just the packages generated for this project. no idea why it did not affect any other solution on our build server
  • Bulk delete

    Support packages proget
    2
    0 Votes
    2 Posts
    6 Views
    ?
    Retention policies are available on paid versions of ProGet, so "ProGet Basic" and up; you can see current ProGet Pricing here.
  • API key for package promotion

    Support promotions proget
    5
    0 Votes
    5 Posts
    66 Views
    D
    Thanks for this post id did help me a lot. I did also get the message "Specified from feed '' does not exist." while trying package promotion. This message is missleading as the real issue was the http Client not passing all the content types as the server wanted. I did try with postman and powershell Invoke-WebRequest. Think the server is unecessary strict with handling the requests, but maybe there is a reason for that. Please consider adding a few "HttpClient" example to the documentation in different languages like powershell, java,c#. It would save the customer a lot of time. https://docs.inedo.com/docs/proget/reference/api/package-promotion
  • Error on Install-Node.js and get started with NTVS

    Support npm proget
    3
    0 Votes
    3 Posts
    5 Views
    ?
    Alana, I think it maybe a UTC boom... I will try today to "fiddler" it.
  • Very slow NPM dependecies resolving

    Support proget
    3
    0 Votes
    3 Posts
    23 Views
    ?
    Thank you for this amazing honest answer, Coming from .NET and Nuget, i've been enjoying the struggles of npm and it's evil offspring for a while now, haha All developers swear it's so good, until we need to make builds from their code...