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!

  • Source stepping not working

    Support source proget symbols
    3
    0 Votes
    3 Posts
    12 Views
    ?
    Sure, when I experienced the problem I simplified the scenario by creating a very simple hello world package and I got the same problem. I'll send that to you.
  • Are there any logs for deleting a package from a feed?

    Support proget
    2
    0 Votes
    2 Posts
    5 Views
    ?
    No, but this is now something we can add to non-legacy feeds.
  • Symbol Source failure

    Support symbols proget
    2
    0 Votes
    2 Posts
    5 Views
    ?
    Is this a NuGet package you can send to us for testing? If not, a Fiddler trace of Visual Studio trying to access symbols would also be helpful. You can send either to support at inedo.com and we'll try to reproduce this.
  • No NuGet packages despite setting drop folder

    Support proget nuget
    4
    0 Votes
    4 Posts
    45 Views
    ?
    If the feed is a legacy feed, then the import folder is not used; instead packages can be added directly to their storage location. Assuming it's not a legacy feed: Is there anything in the ProGet error log or package indexing error log? Both are accessible from the admin page. If there's nothing in there to indicate a problem, I would try running the ProGet service interactively to see if there's any relevant non-error logged. Just stop the service, and run: Proget.Service.exe run By default, it scans the directory every 60 seconds, so you should see some info about it running a DropPathMonitorExecuter every so often.
  • Composer/Packagist feeds

    Support proget feeds
    10
    0 Votes
    10 Posts
    56 Views
    M
    According to https://docs.inedo.com/docs/proget/feeds/other-types the Composer feed type is planned for a maintenance release of ProGet 2024, which is great news! We're currently using Satis for PHP packages alongside ProGet (for NuGet, npm, Python). Working with Satis is a bit cumbersome, that's why we would very much prefer using ProGet for PHP packages, too. Satis downloads the distribution zips for all packages and generates a static site with package metadata and the zips. I guess ProGet will handle Composer feeds in a similar fashion? Feel free to reach out to me via email if you need further feedback or beta testers for the Composer feed type.
  • Support multilingual

    Support proget
    2
    0 Votes
    2 Posts
    0 Views
    ?
    Unfortunately, we do not support changing the UI language at this time; we may consider doing resource strings/files in the future, but there's not a lot of demand for it right now. However, we do have a source code license available, so that might be a fairly easy way to get French language in the needed pages/screens on the admin pages (or at least the navigation).
  • Support Ie 8.0 in browse package

    Support proget
    2
    0 Votes
    2 Posts
    0 Views
    ?
    This should be fixed in ProGet 3.4.5.
  • Package Error

    Support proget
    2
    0 Votes
    2 Posts
    1 Views
    ?
    This looks like a bug. The service doesn't have a user context, so it can't actually determine overwrite privileges. It must be trying to overwrite a package with one from the drop path - we'll need to determine what should happen/get logged in this case.
  • 0 Votes
    2 Posts
    12 Views
    ?
    Admin_ManageFeeds was really intended to be more of an administrative task - not scoped to an individual feed. However, this doesn't necessarily make sense and there's no reason it needs to work this way. Apparently there was even some confusion here as that particular page does allow it to be scoped to a specific feed as you discovered. We'll change this task to be scopeable in the next maintenance release (3.4.3) and make sure the admin page is accessible.
  • No latest packages

    Support proget
    2
    0 Votes
    2 Posts
    0 Views
    ?
    Determining the latest packages by date published was actually a fairly expensive query, and was temporarily removed, as it was taking very long to load the page on some installations. We'll be adding it back in a future version - probably 3.4.2 depending on how easy it is to optimize.
  • Delay before package download starts

    Support proget performance
    6
    0 Votes
    6 Posts
    8 Views
    ?
    Excellent, version 3.4.2 installed and download is now pretty much instant! Many thanks for the incredibly quick turnaround.
  • 404 when browsing to npm URL

    Support error proget
    6
    0 Votes
    6 Posts
    14 Views
    ?
    And also see this post.
  • Filtering Feed Browser

    Support proget
    3
    0 Votes
    3 Posts
    2 Views
    ?
    I'd just add that if you are consuming the feed using a different client, ProGet does add an additional OData property called IsLocalPackage that will indicate if it was served locally from that instance of ProGet or via a connector.
  • No Bulk Import Option?

    Support proget nuget
    3
    0 Votes
    3 Posts
    11 Views
    ?
    Thats fixed it - Perfect thanks!
  • NPM and Windows Authentication

    Support security proget
    2
    0 Votes
    2 Posts
    17 Views
    ?
    It is supported with Active Directory, so you can use your domain credentials with npm, but since as far as I know the npm client does not send Windows authentication information when it makes requests, there is no way to have this happen automatically. It may be possible to fork npm and add this - say using ldapjs, but I'm not aware of any current projects like that.
  • Logging in ProGet

    Support security proget
    3
    0 Votes
    3 Posts
    140 Views
    ?
    Hi, I don't see any EventOccurrenceDetails in my database, and I am trying to troubleshoot why a package did not upload. I spied using Fiddler the HTTP request, and it seems I get back an Invalid API Key error. Has the schema changed? Are log files surfaced in the UI now?
  • One feed not working - Frequent 500 Internal Server Errors.

    Support proget
    15
    0 Votes
    15 Posts
    34 Views
    ?
    Version 3.4.2 works great, thanks!
  • Automatically Cache nuget packages

    Support proxy proget
    4
    0 Votes
    4 Posts
    34 Views
    ?
    A "cached" package is a package that's stored locally so it doesn't have to be downloaded from the external feed, as opposed to a "local package" which is a package that is actually in the local feed. Packages are cached the first time they are requested from the external feed (whether that's by downloading it in the UI, or by using nuget restore, or downloaded via some other tool). Pulling a package downloads a remote package into the local feed as if you pushed it to the feed yourself, so to speak.
  • This page can’t be displayed

    Support proget installation
    4
    0 Votes
    4 Posts
    4 Views
    ?
    Hmm, it's not supposed to require outbound internet access. That should only be necessary to grab a license key, but it should make you enter one if it can't pull one from the internet.
  • Issue with NuGet Package Manager in Visual Studio

    Support proget packages
    2
    0 Votes
    2 Posts
    1 Views
    ?
    I can't reproduce this problem; the query always works for me. Could you send a fiddler trace of the failed request to support at inedo.com?