Navigation

    Inedo Community Forums

    Forums

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

    • M

      Release of the ProGet 6.0.7
      Support • proget releases 6.0.7 • • Mikhail.Riabukhin.ext_9798  

      3
      0
      Votes
      3
      Posts
      13
      Views

      L

      Hello Dan, Exactly what I needed. Thank you for the prompt reply! Mikhail R.
    • MaxCascone

      ProGet: Feature Request: Promoted/Repackaged flag on package listing
      Support • proget promotions features • • MaxCascone  

      4
      0
      Votes
      4
      Posts
      14
      Views

      atripp

      Thanks @mcascone , I also added this to our "Promotion / Repackaging Visibility & Permissions Rethinking" task - sounds like something we can consider :)
    • MaxCascone

      Proget: some metadata sent with Jenkins uploadProgetPackage plugin not applied
      Support • proget jenkins metadata package upload • • MaxCascone  

      9
      0
      Votes
      9
      Posts
      16
      Views

      MaxCascone

      Thanks, yeah, that seems to work. I changed my pipeline code to not send any title metadata to ProGet, which returned that field in the UI to its original behavior. I also found that rebuilding an existing package, and sent to ProGet with the updated pipeline, has the same effect.
    • MaxCascone

      Proget: delete all versions of a package via API
      Support • proget api delete • • MaxCascone  

      7
      0
      Votes
      7
      Posts
      32
      Views

      stevedennis

      @mcascone yep, that's a good way of putting it!
    • C

      Pushing symbols to proget symbol feed
      Support • proget symbols 404 • • csi_lund  

      4
      0
      Votes
      4
      Posts
      22
      Views

      atripp

      Hi @patrick-groess_2616 , The /symbols/<feed-name> URL is only for Visual Studio's Symbol Location setting, and is used to download symbols. Do not try to use it with nuget.exe, it will give that error. You need to use /nuget/<feed-name> to push symbol or nuget.exe packages. Thanks, Alana
    • 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
      62
      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
      79
      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.
    • 1
    • 2
    • 3
    • 4
    • 5
    • 6
    • 79
    • 80
    • 4 / 80