Navigation

    Inedo Community Forums

    Forums

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

    • ?

      Plans to add containers as a repository?
      Support • proget • • Christian Artin  

      2
      0
      Votes
      2
      Posts
      1
      Views

      ?

      Yes, but it's not "officially" scheduled as BuildMaster v5 is the top priority at the moment. Here is the roadmap for reference: http://inedo.com/proget/roadmap
    • Y

      NuGet packages older .NET versions not visible
      Support • proget • • ygeelen-tb  

      4
      0
      Votes
      4
      Posts
      3
      Views

      ?

      We will explore this further; NuGet 3.4 added new abbrebrivations that we will be supporting in the next maintenance release.
    • ?

      Server cannot set status after HTTP headers have been sent.
      Support • proget • • Christian Artin  

      6
      0
      Votes
      6
      Posts
      251
      Views

      ?

      Understood! Thanks for the quick response. Btw, it would also be nice to have a "Clear All" button in the recent errors section, because when we start having a ton of the same error, it fills it up and we can't clear them easily. Thanks again!
    • ?

      Npm adduser
      Support • proget npm • • Christian Artin  

      2
      0
      Votes
      2
      Posts
      27
      Views

      ?

      You might be getting that message if you have Windows Integrated AUthentication enabled; this is unfortunately not supported in the npm client. Otherwise if you follow the steps in the npm tutorial it should work just fine.
    • ?

      NuGet 3.4 breaking changes
      Support • proget nuget visual-studio • • Christian Artin  

      10
      0
      Votes
      10
      Posts
      42
      Views

      ?

      This seems to be unrelated; the problem before was that ProGet was not providing a 404 when a package was not found, but instead an empty result. Also, we cannot reproduce this error at all, so it's isolated to yours. As such, please Ask a New Question as not fill this one; and also make sure to provide a stack trace of the 500 error message; this can be found in Admin > Error Logs.
    • ?

      Package upload notification.
      Support • proget notifiers • • Christian Artin  

      2
      0
      Votes
      2
      Posts
      9
      Views

      ?

      This would require creating an after-push adapter using the sdk. Several folks have done this in their own instances, but we currently don't hav ea tutorial for how exactly to write one;, but the classes should be fairly self-explanatory to assist with this.
    • ?

      Anonymous User Required For API Key Push?
      Support • proget • • Christian Artin  

      5
      0
      Votes
      5
      Posts
      14
      Views

      ?

      Actually, reading your last sentence again, it sounds like I shouldn't use API keys in cases where I want to keep a feed secure. This is probably the best answer correct? Yes, pretty much. I suppose you could think of it as two different sets of doors that could secure a feed --- the first door (LDAP) is quite secure and can be user/group controlled, whereas the second door (API Key) is quite weak and works a bit like a skeleton key that everyone shares. There's zero point in requiring users to unlock two different doors, which is why we say using an API key doesn't make sense when you've enabled LDAP. If you want to use only an API key, then you must bypass the first door by allowing anonymous. This is less secure and generally not recommended.
    • ?

      SqlException
      Support • proget npm publishing • • Christian Artin  

      11
      0
      Votes
      11
      Posts
      7
      Views

      ?

      Thanks! We will have this fixed in ProGet 4.0.14, which will be released within the hour.
    • ?

      API support for copying / mirroring packages
      Support • proget api • • Christian Artin  

      5
      0
      Votes
      5
      Posts
      7
      Views

      ?

      Thanks, Tod, but I want to keep all the actions on the client side. I found that I can just do a GET and a PUT, and once I constructed the multi-part form data correctly and added a boundary to the content, it worked.
    • ?

      How to get connector filter working for prerelease
      Support • proget connector-filters • • Christian Artin  

      3
      0
      Votes
      3
      Posts
      10
      Views

      ?

      Connectors can only be filtered by ID, so you'll have to rely on the client to filter by pre-release versions. You can clear the cache on the Manage Feed page.
    • ?

      Cannot find upack Client
      Support • proget • • Christian Artin  

      2
      0
      Votes
      2
      Posts
      2
      Views

      ?

      Hi, upack is the command line client for ProGet universal feeds. We will soon have it available to download from Chocolatey and Inedo.com, but for now you can find it directly at this URL: http://cdn.inedo.com/downloads/proget/upack1.0.0.zip
    • ?

      EndToEnt examlpe pack and upload Universal Packkage from TFS 2015 (like publich artifacts)
      Support • proget tfs build • • Christian Artin  

      2
      0
      Votes
      2
      Posts
      10
      Views

      ?

      I'm afraid we don't have that tutorial yet; but we'd like to soon!
    • ?

      Should I create a specific NuGet feed for private feed?
      Support • proget nuget • • Christian Artin  

      4
      0
      Votes
      4
      Posts
      6
      Views

      ?

      ProGet is the server, so it just hosts your private packages. If you want to push something to a different feed, use the -Source ... argument in the nuget.exe client. Connectors for NuGet are simply a convenience that make it easy to cache nuget.org packages and provide a single endpoint to download them.
    • ?

      Maven Connector are not healthy
      Support • proget • • Christian Artin  

      3
      0
      Votes
      3
      Posts
      7
      Views

      ?

      Ya thats goes well! thanks alot. Its working now.
    • ?

      Markdown Rendering for NuGet and Choco Description
      Support • proget • • Christian Artin  

      3
      0
      Votes
      3
      Posts
      8
      Views

      ?

      hi, i think this is not an nuget or chocolatey specific thing. proget has to render the *.nuspec infos. like uget gallery https://github.com/NuGet/NuGetGallery/issues/2280 regards sundayout
    • ?

      Pushing fails returning "The underlying connection was closed"
      Support • proget nuget • • Christian Artin  

      11
      0
      Votes
      11
      Posts
      45
      Views

      ?

      Of course, it's possible that NuGet 3.4 works with your proxy servers differently. I don't know. But in either case, it's most definitely a bug in the 3.4 client; a "nuget push" is a very simple HTTP POST or PUT with a body containing a single file with a multi-part encoding, so if you are getting that error, then no file is being sent (unlikely multiple files). You can use cURL or any other tool to send file to ProGet like that. There is nothing we can change on the ProGet's end to work-around this bug, so please report this to the NuGet team. You should use Fiddler or Wireshark to capture the output from NuGet, and find precisely what requests it is struggling with, so you can share it with them.
    • ?

      Where can a non-admin user change his own password?
      Support • proget user-interface • • Christian Artin  

      2
      0
      Votes
      2
      Posts
      5
      Views

      ?

      You can visit this directly (it'll look a bit strange since it's designed to be a modal page): http://{proget-server}/administration/security/users/change-password Apparently you're correct that the link to that is missing, it's supposed to be in the dropdown beneath the user icon - we'll add it back in the next maintenance version.
    • ?

      Install multiple ProGet instances on the same machine
      Support • proget npm proget-installation authentication bower • • Christian Artin  

      2
      0
      Votes
      2
      Posts
      6
      Views

      ?

      You can install a separate website in IIS that points to the same home directory, which supports forms authentication, then use that separate URL for npm & bower. With a separate IIS site, upgrading won't touch it so it will upgrade as per normal with the installer.
    • ?

      Bower git:// protocol
      Support • proget bower • • Christian Artin  

      2
      0
      Votes
      2
      Posts
      5
      Views

      ?

      There currently is no transform for this and it's unlikely we will add one.
    • ?

      Bower cache
      Support • proget bower • • Christian Artin  

      2
      0
      Votes
      2
      Posts
      6
      Views

      ?

      This is correct, bower packages are not packages but simply URLs that point to a git repo. The git repo is the "source" of the package so without continually syncing the entire git repo it wouldn't be very useful. We may in the future add this (so no outside repos are requested similar to npm's and maven's indexing), but it's a ways off.
    • 1
    • 2
    • 48
    • 49
    • 50
    • 51
    • 52
    • 79
    • 80
    • 50 / 80