This will be addressed in next maintenance release as PG-1294 . As a workaround, you can access the package directly by version number even without this fix.
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!
Posts
-
RE: Connector won't pull SemVer 2.0.0 packages from nuget.org
-
RE: I would like to be able to grab with it all its dependent nuggets so my local nugget server will be complete – no missing content
Your best way to do this, would be to use the nuget client, and then pull the cached packages to your feed.
"Pulling with dependencies" as a feature in ProGet would require implementing every dependency resolution algorithm of every version of every client, including the non-deterministic dependency resolution used by the npm client, and then somehow letting you select the algorithm version and the additional content required by the algorithm (such as .net framework target version).
-
RE: SemVer2.0 packages from nuget.org are not visible
unfortunately this bug fix just missed the cut.
But we will ship it in the next maintenance release, likely in a couple weeks. It's not scheduled yet.
-
RE: Can't get license key
Hello; it's hard to say what the particular issue was (perhaps, a temporary server outage), but you can always go to https://my.inedo.com/ and request a key then enter it in the installer.
-
RE: Using AD credentials to push nuget package not working
I'm afraid Linux doesn't support Windows Integrated Authentication.
As a work-around, you can create a second site in IIS that points to the same path, but doesn't have Windows Integrated Authentication enabled.
-
RE: Error while upload nuget package
Hello; it's not the drop path, but the package source path. You can set this in the ADmin > Advanced Settings, and also in each feed.
-
RE: Could not add record on deployments table for npm feed
No problem, I've filed PG-1277 so we can make sure it's done everywhere!
-
RE: Inedo Hub and HA/LB Installations
The Inedo Hub is still in Beta, but we plan to have it support individual components of a tool, such as ProGet.Web. You will also be able to do something like,
romp install ProGet.Webto just install/configure the web package.We're also going to be shipping the "legacy" installer (probably won't call it that ^_^), as an alternative option for people who set up automations.
For now.. you can use same process.
-
RE: Can we have Global Release Template in BuildMaster?
Hello; I've added a feature request for this.
There is no ability to do a "mass edit" like this I'm afraid.
-
RE: AD and TLS
Hello;
Inedo.com currently seems to only communicate over TLS1.0; I don't have a timeframe for when that will be upgraded, but I want to add that we don't have any secure or sensitive information on inedo.com anyways.
In the case of LDAP, it seems to me that there is some sort of issue with the LDAP code mapping your username. AD configuration can be very complicated I'm afraid, and it will involve a bit of back-and forth, with sharing potentially sensitive or company-identifying information.
When you search for a user in ProGet, you will see a log of the domains, etc., being searched. Ifyou can publish that to a ticket, then we can investigate further.
-
RE: Create private feeds with login option
You can use Tasks (Admin > Tasks) to restrict who can access which feed. Once you've restricted a feed (i.e. not give permission to Anonymous), then users who access it will be prompted for credentials .
-
RE: SemVer2.0 packages from nuget.org are not visible
The "protocol/API" (ODATA vs JSON-LD) really doesn't make an impact on this.
In ProGet v5, NuGet feeds to in fact support SemVer2 packages. If you're finding errors, then you may have a legacy feed: please refer Legacy (Quirks) NuGet Feeds for how to migrate. Otherwise, if you have specific error cases that we might be able to try to reproduce, please let us know it.
-
RE: Are Package Notes Supported?
Hi Josh,
Sorry, this seems to be a v6 glitch! But we're on it :)
I've submitted BM-3192 and then inedo-docs/#6 to update our documentation.
Your understanding of how the feature is supposed to work is correct, and your use-case is how it's supposed to be.
Thanks for reporting it !
-
RE: Multiple questions for installing ProGet
hi Keith,
We definitely plan on having an offline process, and welcome your feedback on it.
You can read a bit about how the hub works (it's in beta, so please forgive the rough docs). Specifically, check out "Configuration and Offline Installs":
https://inedo.com/support/documentation/proget/installation/hub/inedo-hub
The Inedo Hub wraps Romp (more coming soon on that), so you could also use that to install ProGet as well, as a command line process.
Does that help?
-
RE: Issues of health check & caching
You shouldn't be receiving a "401" error from the public npmjs registry. If you are, my guess is that you have some sort of proxy or firewall selectively blocking outgoing access to certain queries to the registry.
Once you resolve that, then p[roblem #2 will also be resolved.
-
RE: TC
We don't have any guides on this integration specifically, but the usual situation is that TC can't authenticate. The easiest thing to do is to allow anonymous publishing to the feed, but not overwriting.
Otherwise, you can try to get the authentication to properly work, which typically involves sending username/password or configurating an API key properly.
-
RE: NuGet feed: Get latest version of package
The documentation seems incorrect :(
Can you try?
http://proget-server/nuget/feedName/package/{feedName}/{packageName}/{optional-version}
-
RE: Implement support for Portable PDB format (NuGet)
PG-1054 was released in 5.0.9.
-
RE: Activation Key
In this case, it seems like your machine has no internet access, and can't request a key from my.inedo.com; you can do it manually from that website.
-
RE: Stop auto login of "ExpressUser"
You can request it at my.inedo.com, or just ask as a note on the Otter Quote Request Form. What's nice about going through the pre-sales/quote process, is that we can work together beyond just random forum / Q&A posts, as obviously we are generally motivated to help you prove a success to enable a sale ;)