Navigation

    Inedo Community Forums

    Forums

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    1. Home
    2. Tags
    3. proget
    Log in to post

    • ?

      All Feeds have the same title
      Support • proget feeds • • Andy Neillans  

      5
      0
      Votes
      5
      Posts
      8
      Views

      ?

      For me, using the feed name from the URL or getting it in a header makes no difference. So for me, that's not required. Thank you.
    • ?

      Cached Packages never disappear
      Support • proget connectors • • Andy Neillans  

      6
      0
      Votes
      6
      Posts
      26
      Views

      ?

      I had the same problem, the packages still showed up after deleting the conector. SOLUTION Restart Proget DETAILS I browsed the database and the packages folder for the offending packages and could not find them. The connector was also deleted from the database. Running feed cleanup also did nothing. In short, I could find no evidence of a problem that would persist after a restart, so I restarted the server Proget ran on and after restart it no longer pulled in packages from the deleted remote. I have proget version: Version 3.7.5 (Build 3)
    • ?

      "Authenticated Feeds" not usable with Nuget config-based credentials
      Support • proget nuget authentication • • Andy Neillans  

      7
      0
      Votes
      7
      Posts
      55
      Views

      ?

      Just want to confirm that the issue is fixed in ProGet 3.4.7. Thanks!
    • ?

      Private Feed + Public Feed?
      Support • proget feeds privileges • • Andy Neillans  

      4
      0
      Votes
      4
      Posts
      35
      Views

      ?

      hey, i just did this on my own install by creating a new feed and adding a deny for the anonymous user for the private feed. hth, marvin
    • ?

      Pushing symbols.nupkg - NuGet
      Support • proget nuget symbols • • Andy Neillans  

      3
      0
      Votes
      3
      Posts
      52
      Views

      ?

      In short, only push the .symbols package which contains all of the same files in the standard NuGet package, plus the symbols/source. For more info, see: http://inedo.com/support/questions/1409
    • ?

      Running ProGet at different base url
      Support • proget • • Andy Neillans  

      3
      0
      Votes
      3
      Posts
      3
      Views

      ?

      That would be really great, thanks.
    • ?

      Source stepping not working
      Support • proget symbols source • • Andy Neillans  

      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 • • Andy Neillans  

      2
      0
      Votes
      2
      Posts
      5
      Views

      ?

      No, but this is now something we can add to non-legacy feeds.
    • ?

      Symbol Source failure
      Support • proget symbols • • Andy Neillans  

      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 • • Andy Neillans  

      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 • • Andy Neillans  

      10
      0
      Votes
      10
      Posts
      53
      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 • • Andy Neillans  

      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 • • Andy Neillans  

      2
      0
      Votes
      2
      Posts
      0
      Views

      ?

      This should be fixed in ProGet 3.4.5.
    • ?

      Package Error
      Support • proget • • Andy Neillans  

      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.
    • ?

      Admin_ManageFeeds doesn't enable access to Configuration/ManageFeeds pages
      Support • proget security • • Andy Neillans  

      2
      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 • • Andy Neillans  

      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 • • Andy Neillans  

      6
      0
      Votes
      6
      Posts
      7
      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 • proget error • • Andy Neillans  

      6
      0
      Votes
      6
      Posts
      14
      Views

      ?

      And also see this post.
    • ?

      Filtering Feed Browser
      Support • proget • • Andy Neillans  

      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 • • Andy Neillans  

      3
      0
      Votes
      3
      Posts
      11
      Views

      ?

      Thats fixed it - Perfect thanks!
    • 1
    • 2
    • 65
    • 66
    • 67
    • 68
    • 69
    • 79
    • 80
    • 67 / 80