Navigation

    Inedo Community Forums

    Forums

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

    • A

      Proget Sometimes Truncates Package Version
      Support • proget nuget • • arozanski_1087  

      5
      0
      Votes
      5
      Posts
      19
      Views

      A

      Yeah, that's a nightmare and a half and I can see why you did that. Currently I've tried repackaging the nuget but it brings about other errors, where it restores properly but later on in compile I get build errors. Right now I'm using the legacy version/older version of the nuget URL instead of the current v3 one until they get off of that package and I can remove it from my feed. It follows the format: https://url.domain/nuget/feedName/ instead of https://url.domain/nuget/feedName/v3/index.json .
    • T

      [ProGet] Can't download ProxyKit.2.3.3+build.0
      Support • proget nuget • • tristen_3111  

      7
      0
      Votes
      7
      Posts
      6
      Views

      atripp

      Hello; I'm not able to reproduce this on the latest ProGet, and I'm thinking the problem may have been the package file was on disk from the previous version. Here's what I did: Create a new Feed with a connector to NuGet NuGet Download package using the URL /nuget/nuuget-public/package/ProxyKit/2.3.3+build.0 File on disk is ProxyKit.2.3.3.nupkg Cheers, Alana
    • D

      [PROGET]Troubles with PGSCAN & the Dependencies API
      Support • proget api pgscan • • devops_8015  

      2
      0
      Votes
      2
      Posts
      17
      Views

      gdivis

      Thanks for the detailed writeup! We've just published v1.0.1 of pgscan that should fix the issues you've described. v1.0.1 will now actually write errors and other info to the console like it's supposed to. There is also now a --api-key argument to allow it to authenticate with ProGet. Downloads are here: https://github.com/Inedo/pgscan/releases
    • S

      ProGet Issues using api/package-deployment/ to record chocolatey deployments
      Support • proget chocolatey • • scroak_6473  

      6
      0
      Votes
      6
      Posts
      34
      Views

      rhessinger

      Hi @scroak_6473, That's great to hear that the impersonation has fixed the issue. We have fixed this issue to not require impersonation in ProGet 5.3.2. I will let you know if anything changes! Thanks, Rich
    • S

      SqlException on Proget 5.2.28 (docker version)
      Support • proget sql-server docker • • sbmatt  

      3
      0
      Votes
      3
      Posts
      14
      Views

      S

      Hi, I'm sorry I don't seem to have got a notification email when you replied, so I only just saw this. I just tried 5.2.29 and it works perfectly. Many thanks!
    • S

      Docker: Need to verify which digest I need to remove a manifest related to a tag
      Support • proget • • scusson_9923  

      4
      0
      Votes
      4
      Posts
      23
      Views

      S

      Just for reference, I was able to get the correct digest of a tag and delete it with this PowerShell script... $image = "some_image" $some_image_tag = "some_tag" get digest $curlReturn = curl -I HEAD https://<proget_repo>/v2/<container>/library/$image/manifests/$some_image_tag foreach ($line in $curlReturn) { if ($line -match "Docker-Content-Digest: (.+)") { $digest = $Matches[1] Write-Host "$image digest is $digest" } } delete tag digest $URI = "https://<proget_repo>/v2/<container>/library/$image/manifests/$digest" Write-Host "Deleting tag $some_image_tag from image $image" Invoke-WebRequest -Uri $URI -Method Delete -Headers @{"X-ApiKey"="<proget_api_key>"; }
    • K

      [ProGet] Error during package upload with SemVer2
      Support • proget nuget windows • • k.gosciniak_5741  

      2
      0
      Votes
      2
      Posts
      23
      Views

      gdivis

      Hi, Thanks for letting us know. Looks like the error message is wrong - actually the problem is caused by build metadata being present in a version number that is not a semver2 version. We've filed this as PG-1655 to make parsing these versions more permissive - it will be fixed in the next ProGet release (5.2.23), currently scheduled for Jan-17.
    • L

      OCI support in Docker registry
      Support • proget oci docker-registry • • luminiscence_6236  

      2
      0
      Votes
      2
      Posts
      37
      Views

      ben

      Hello @luminiscence_6236, It looks like ProGet is misinterpreting the auth token request helm sends during the second command as being anonymous. I've filed PG-1651 to address this.
    • P

      Proget Windows upgrade 5.2.8 -> 5.8.20
      Support • proget windows upgrade proget-installa • • pshimkin_8581  

      2
      0
      Votes
      2
      Posts
      13
      Views

      atripp

      Hello; this will probably be the fastest route to fix things -- https://docs.inedo.com/docs/desktophub/troubleshooting
    • A

      Bulk copy from npmjs registry
      Support • proget npm • • afonseca_0319  

      5
      0
      Votes
      5
      Posts
      22
      Views

      A

      @atripp Thanks for the clarification, you have me pointed to the tooling and steps I will need to perform the bulk import. I will have to try, but I think I have enough information to script this task.
    • M

      Proget package upload size limit
      Support • proget package upload • • morten.thorsen_4871  

      8
      0
      Votes
      8
      Posts
      61
      Views

      atripp

      You should have access now! Let me know if not :)
    • A

      Support for DELETE BLOB docker HTTP API
      Support • proget docker blob delete api • • Alexander.Kholodov  

      5
      0
      Votes
      5
      Posts
      78
      Views

      A

      Great news, Alana! Thanks.
    • M

      Unable to upload helm chart
      Support • proget helm • • martin_0605  

      4
      0
      Votes
      4
      Posts
      89
      Views

      M

      Thanks a lot, I confirm it's working now with v5.2.9
    • M

      Proget Symbol Server confusion
      Support • proget symbols snupkg • • msimkin_1572  

      2
      0
      Votes
      2
      Posts
      55
      Views

      jjones

      Hello, Sorry for the confusion. For your solution you would need two separate feeds. One for normal package, one for symbols. Thanks, Jason
    • C

      NuGetPackages_SetListed api endpoint no longer working
      Support • proget api • • Chris.Camburn_5718  

      5
      0
      Votes
      5
      Posts
      97
      Views

      apxltd

      Hi Chris, You'll need to run the NuGetPackagesV2_SetListed method instead. In order to this, you'll need to mark it as non-internal; this can be done with a simple database query... UPDATE [__StoredProcInfo] SET [Internal_Indicator] = 'N' WHERE [StoredProc_Name] = 'NuGetPackagesV2_SetListed' This will be also be updated in 5.2.10 as PG-1549.
    • M

      Proget api key for reading a particular feed?
      Support • proget security • • mhull_0872  

      2
      0
      Votes
      2
      Posts
      50
      Views

      jjones

      Hello, I think what you are trying to do can be accomplished by adding a restriction for "View & Download Packages" to "any" feed for "Authenticated" users. Then add whatever permission to the API user. Use the Test Privileges button to verify. Thanks Jason
    • ?

      Release notes in a VSIX packaget
      Support • proget • • Bohdan  

      2
      0
      Votes
      2
      Posts
      34
      Views

      jjones

      Hi Gordon, Looking at the code, it should work if the ReleaseNotes element is within PackageManifest under Metadata. This would be the schema we use: https://docs.microsoft.com/en-us/visualstudio/extensibility/vsix-extension-schema-2-0-reference?view=vs-2019 Thanks, Jason
    • ?

      Package promotion
      Support • proget promotions • • Bohdan  

      5
      0
      Votes
      5
      Posts
      38
      Views

      ?

      Thanks very much for the clarification
    • ?

      Private Docker Registry (Mirror)
      Support • proget feeds • • Bohdan  

      2
      0
      Votes
      2
      Posts
      53
      Views

      jjones

      Hi Jared, According to the docs - It’s currently not possible to mirror another private registry. Only the central Hub can be mirrored. However, we do support connectors to another repository and are nearing completion on a project for docker replication between ProGet instances. Thanks, Jason
    • ?

      Data migration from old PostgreSQL to new SQL server database
      Support • proget sql-server postgresql • • Bohdan  

      2
      0
      Votes
      2
      Posts
      2729
      Views

      jjones

      Hi Bohdan, For the feed migration please refer to this: https://inedo.com/support/kb/1168/migrating-a-proget-feed As far as Users/Api Keys.. are you using a Built-In user directory only? Thanks, Jason
    • 1
    • 2
    • 3
    • 4
    • 5
    • 6
    • 79
    • 80
    • 4 / 80