These will be included in the next maintenance release as per this issue: PG-1406
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: How to populate installation instructions for PowerShell modules
-
RE: Cannot seem to find a link to the Otter Agent
You can download the latest (v41 at the time of this post) from here: https://inedo.com/support/documentation/inedoagent/versions
-
RE: Configuring DSC turns into nightmare due to failed conversion STRING to SINT64
PowerShell converts
10GBinto10737418240- OtterScript doesn't do this automatically, you'd have to do $PsEval(10GB) if you wanted the equivalent, but it's best to just put the number in directly I would think. -
RE: Update either Server or Role Variables
You could use the Variables Management API for this:
https://inedo.com/support/documentation/otter/reference/api/variables
-
RE: Nuget feed ignores Semver 2.0.0 prerelease number
We cannot reproduce this behavior.
How are you verifying that the older package isn't in the feed? Note that the Feed Overview page only lists the latest version, you have to browse to the versions tab once you select that package to actually see all the versions.
-
RE: FTP extension on buildmaster 6
Thank you for the report; it looks like the extension was migrated correctly but never officially released to our extension feed...
I'll have someone release it ASAP
-
RE: Unable to query https://registry.npmjs.org
A 401 means that npm requires authentication which was not supplied, visit Feeds > Connectors > [edit/create npm connector] and enter a username/password to connect to the external registry.
-
RE: Remediation Jobs fail with "Could not initiate execution"
This was resolved in the latest release of Otter (v2.0.12 at the time of posting).
-
RE: Adding AD group doesn't give access for user
This is configured in:
Admin > Change User Directory (LDAP) > Advanced > Active Directory (New)There are ways to test/debug on that page as well.
-
RE: Manual Install Files?
These are available on the All Versions page: https://inedo.com/proget/versions
-
RE: Adding AD group doesn't give access for user
Is this user a direct member? If not, you need the latest InedoCore extension (v1.0.8 as of a few minutes ago) and make sure to enable recursive search in its advanced configuration.
-
RE: How to re-install
Make sure to delete the
C:\ProgramData\upackdirectory as well -
RE: Extensions InedoCore and Git stuck to previous versions while Otter is up to date
This is a small bug in the extension (it identifies as a different version than it was released as) that occurred during an internal transition... each of those 2 extensions will no longer show as "update available" once their next versions are released.
-
RE: 401 Error pulling package from another repository with authentication
As far as I'm aware, the original issue in this thread has been resolved long ago.
If there is a new issue with pulling connector packages, please post a new question.
-
RE: Error initializing extensions manager
This took a while to track down, but that error message is ultimate caused by having an extension that fails to load along with a value set for
Extensions.BuiltInExtensionsPath, and the error message will be fixed as part of issue: ILIB-52However, this error is only generated when the extensions manager is initialized, which occurs when the integrated web server (or IIS application pool) is restarted. This means that either the timeout you're experiencing causes the website to restart, or the timeout is caused by the web server restarting.
You could try setting
Diagnostics.MinimumLogLevelto0temporarily to get debug logging, or examine the Windows Event Log to see if there are any .NET errors that cause the web application to restart. -
RE: Error initializing extensions manager
Make sure the following configuration values in
Admin>Advanced Settingsare set to an accessible directory (note that the defaults from the installer are shown here, double-check that they are valid in your installation):Extensions.ExtensionsPath-C:\Program Files\ProGet\ExtensionsExtensions.ServiceTempPath-C:\ProgramData\ProGet\ExtensionsTemp\ServiceExtensions.WebTempPath-C:\ProgramData\ProGet\ExtensionsTemp\Web
-
RE: ProGet 5.1.x upgrade broke ProGet (SQL timeout)
The connection string is in a different place yes, but unless you changed it from the value it was, that shouldn't affect timeouts.
My guess is that the SQL Server service just needs to be restarted.
-
RE: NU3008 The package integrity check failed.
Is your feed configured to strip symbols and/or source code from the package?
-
RE: Split Unlist and Delete package permissions
The tracking issue for this is here: PG-1337
-
RE: Getting error after upgrade to 6.0.9
Please refer to the Upgrading Extensions section of the v6.0 upgrade notes.