Navigation

    Inedo Community Forums

    Forums

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

    • ?

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

      Error installing package: The package already exists and the current user or service does not have the Feeds_OverwritePackage privilege.
      Support • proget • • Christian Artin  

      2
      0
      Votes
      2
      Posts
      9
      Views

      ?

      This means that packages with the same ID/version are being added to the feed, the only way to prevent this is either grant the privilege as described or don’t push the same unique package more than once.
    • ?

      Create a npm connector to the public registry npmjs.org
      Support • proget • • Christian Artin  

      3
      0
      Votes
      3
      Posts
      21
      Views

      ?

      Ok, it worked. If after created a connector the app asked to index and redirect to the scheduled task, it will be nice.
    • ?

      Is there any specific framework required for nuget.exe?
      Support • proget nuget • • Christian Artin  

      2
      0
      Votes
      2
      Posts
      8
      Views

      ?

      I would use .NET 4.5 with NuGet.exe to be safe.
    • ?

      Feed Causes "PDB does not match image." Error
      Support • proget net symbols source • • Christian Artin  

      2
      0
      Votes
      2
      Posts
      60
      Views

      ?

      There have been a few modifications since the version you're running to the symbol/source server that will likely fix the behavior you're experiencing. There is one issue in particular that involved reverse sorting of the symbol file's age value that I believe is related. When you upgrade to the latest, it should resolve the issues.
    • ?

      Retrieving all listed versions of a NuGet package via the API
      Support • proget api • • Christian Artin  

      7
      0
      Votes
      7
      Posts
      237
      Views

      ?

      Well, strictly speaking, it doesn't work as advertised, because I was missing the $format. This gives the desired result. http://progetna11.atlas.cm.com/nuget/branch/Packages()?$format=json&$filter=Id eq 'Web'
    • ?

      Deleting packages via the API
      Support • proget api • • Christian Artin  

      3
      0
      Votes
      3
      Posts
      113
      Views

      ?

      Thanks. Once I gave the anonymous user delete package privileges, and passed the API key as a header, I was able to accomplish this. However, I find it odd that a successful DELETE call returns nothing.
    • ?

      Cannot update from 4.0.8 to 4.0.9
      Support • proget proget-installation update • • Christian Artin  

      8
      0
      Votes
      8
      Posts
      6
      Views

      ?

      Nevermind, apparently, the installation was messed up because of the failed previous upgrades (due to the antivirus). The program was not registered anymore so the installer didn't detect it for upgrade. I simply installed over the previous installation and it worked! Now running on 4.0.9! Thanks a lot for the info and help!
    • 1
    • 2
    • 49
    • 50
    • 51
    • 52
    • 53
    • 79
    • 80
    • 51 / 80