Inedo Community Forums Forums
    • Recent
    • Tags
    • Popular
    • Login
    1. Home
    2. gdivis
    3. Posts

    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!

    gdivisG Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 0
    • Posts 143
    • Groups 2

    Posts

    Recent Best Controversial
    • RE: InedoHub Installer Offline

      Hi @paul_6112 - The screenshot shows Inedo Hub v1.3.6. Was all of the testing done on this version? We did finally get a fix for this in Inedo Hub v1.3.7 (see DH-63), but did not confirm 100% that this was the underlying issue as we were not able to reliably reproduce it.

      Thanks for passing along this test data!

      -Greg

      posted in Support
      gdivisG
      gdivis
    • RE: Updating from 5.3 to 6.0.1 using Linux container leads to filesystem error

      Hi @jcardos_9259

      We now have this fixed in ProGet 6.0.2, which is scheduled for release on Friday. If you'd like to try the fix right now, you can install the inedo/proget:6.0.2-ci.3 Docker image.

      Thank you!

      posted in Support
      gdivisG
      gdivis
    • RE: Docker Otter 3.0.12 with InedoAgent The agent does not have a valid execution temp path

      Hi @shiv03_9800,

      We've now fixed this issue as well. It is logged as OT-439, and will be included in the v3.0.14 release. If you would like to try the fix right now, you can use the inedo/otter:3.0.14-ci.1 Docker image.

      Thanks,
      -Greg

      posted in Support
      gdivisG
      gdivis
    • RE: Docker Otter 3.0.11 Segmentation fault (core dumped)

      Hi Igor,

      Thanks for the help in tracking this down. We've now fixed this in an internal build (logged as OT-428) . The fix will be in Otter v3.0.12, scheduled for release on October 8.

      If you'd like to test a prerelease build, you can pull the proget.inedo.com/productimages/inedo/otter:3.0.12-ci.1 image, which already contains the fix.

      -Greg

      posted in Support
      gdivisG
      gdivis
    • RE: ProGet shows seemingly random versions as "latest" when using a NuGet connector

      Hi Nico,

      You're doing nothing wrong as far as I can tell.

      I can't reproduce the issue where the wrong latest version is shown for an uncached package. Does it only happen for that one package? How many versions of it are on the external feed?

      Regarding the other issue - that cached packages in the browse list may show the incorrect latest version - there is not much we can do about that. The browse list both in ProGet web interface and in the VS NuGet dialog sort by popularity and so frequently return totally different packages. The only way we could guarantee an accurate "latest version" display for cached packages on there would be to individually query those packages from the connector, which would drastically slow down the results. That said, I agree this isn't great. I'll chat with the rest of the team and see if we can come up with a better way to handle this.

      -Greg

      posted in Support
      gdivisG
      gdivis
    • RE: Delete Files / Directory in Asset Directories via PS/CLI/API

      Hi Dennis,

      Thanks for the feedback! You should be able to delete files/folders using the Asset Directory Delete API. Using curl, it should look something like this:

      curl -X POST http://proget/endpoints/<AssetDirName>/delete/<path to directory>
      

      We are actually focusing on Asset Directory improvements for the upcoming ProGet v6.0 release, so if you see any gaps or problems be sure to let us know!

      -Greg

      posted in Support
      gdivisG
      gdivis
    • RE: pgscan not sending --consumer-package-source

      I've merged this pull request and published v1.0.2 with the change. Thanks for the fix!

      posted in Support
      gdivisG
      gdivis
    • RE: Not possible to access package with metadata in version

      I'm glad you got it working! I had forgotten that flag was even added :/

      I'll chat with the docs team to get things clarified in there, or maybe see if we can change the default to enable v3 by default from now on.

      Thanks!
      -Greg

      posted in Support
      gdivisG
      gdivis
    • RE: Not possible to access package with metadata in version

      Hi,

      Try using the NuGet v3 API for your feed instead- just use https://proget.eschbach.com/nuget/nuget-internal/v3/index.json as the package source URL in NuGet. NuGet's handling of semantic versions in the old API can be inconsistent, so this may resolve the issue.

      posted in Support
      gdivisG
      gdivis
    • RE: Cannot upload deb file to feed

      Looks like that was our mistake, and we missed that line in the spec. This has now been logged as PG-1964, and it will be fixed in ProGet 5.3.30, scheduled for release on May 28.

      Thanks for pointing it out, and sorry for the inconvenience!

      posted in Support
      gdivisG
      gdivis
    • RE: Cannot upload deb file to feed

      Hi,

      It looks like that file isn't a valid debian package file. According to the .deb file specifications, a file named debian-binary should be the first item, but instead, there's one named debian-binary/. You can see this by opening the file with a text editor: invalidpackage.PNG

      Do you know what was used to generate the package?

      posted in Support
      gdivisG
      gdivis
    • RE: Otter 3 - Error This operation is only valid when run against an SSH agent.

      We've got a fix for this as OT-415. It will be included in Otter v3.0.6. If you'd like, I can publish a prerelease version for you. Thank you!

      posted in Support
      gdivisG
      gdivis
    • RE: error pushing large docker images when using Azure blob storage

      @brett-polivka So one more update. Implementing the workaround was easier than expected. This should now be resolved in v1.11.1 of the Azure extension, which you install from the Admin->Extensions page. You may need to restart the Docker container after installing.

      posted in Support
      gdivisG
      gdivis
    • RE: error pushing large docker images when using Azure blob storage

      @brett-polivka It looks like the underlying problem is likely that 100MB limit. When we published the Azure extension, we'd mistakenly believed the maximum block size to be 4000 MB, but because we're using the v11 client library to push to azure, it's limited to the older 100mb limit. We can't upgrade without dropping support for .NET 452 on windows, which we aren't prepared to do yet, so we'll work around using another means.

      We're on it; hopefully will have an update included for tomorrow's release.

      posted in Support
      gdivisG
      gdivis
    • RE: unnamed scope. When try to upgrade ProGet from 5.0.12 to 5.3.15 with Inedo Hub.

      That's strange. We'll do some experimentation with trying to perform that upgrade in a test environment and let you know what we discover.

      posted in Support
      gdivisG
      gdivis
    • RE: unnamed scope. When try to upgrade ProGet from 5.0.12 to 5.3.15 with Inedo Hub.

      Hi,

      Could you click the "Submit Error Report" button when this happens? If you'd prefer to look at the file that gets set to us first, you can use "Save Error Report" instead. The error report is a zip file that should have more information than this empty log in it.

      Thanks!

      posted in Support
      gdivisG
      gdivis
    • RE: bmdbupdate.exe missing from latest docker build

      This is unfortunately a documentation issue. We changed some of the environment variable names for ProGet 5.3 - so you'll need to use:

      -e PROGET_DATABASE="Data Source=proget-sql; Initial Catalog=ProGet; User ID=sa;Password=<Secret>" \
      -e PROGET_DB_TYPE=SqlServer
      

      instead of -e SQL_CONNECTION_STRING=...

      We'll update the docs to note this for ProGet 5.2.

      posted in Support
      gdivisG
      gdivis
    • RE: Proget 5.3.12 (dotnet core) problem activating license

      Just following up- all of these issues should be resolved in ProGet 5.3.13, which will be released later today.

      posted in Support
      gdivisG
      gdivis
    • RE: Proget 5.3.12 (dotnet core) problem activating license

      Thanks-

      I've seen that anti-CSRF error appear if you try to perform certain tasks while not logged in- we're still investigating the cause.

      posted in Support
      gdivisG
      gdivis
    • RE: Proget 5.3.12 (dotnet core) problem activating license

      Hi,

      The lowercase file errors should be fixed in ProGet 5.3.13. So far we have not been able to reproduce authentication or activation issues, but we'll be adding additional logging in 5.3.13 to diagnose these issues.

      Thank you!

      posted in Support
      gdivisG
      gdivis
    • 1
    • 2
    • 3
    • 4
    • 5
    • 6
    • 7
    • 8
    • 6 / 8