Navigation

    Inedo Community Forums

    Forums

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

    • P

      SQL error while reading/re-indexing the Directory Assets
      Support • proget proget assets • • pmsensi  

      3
      0
      Votes
      3
      Posts
      20
      Views

      P

      @rhessinger I added the requested info to the opened ticket. Best Regards, Pedro
    • MaxCascone

      Proget: custom download instructions for Assets
      Support • proget proget assets • • MaxCascone  

      3
      0
      Votes
      3
      Posts
      15
      Views

      MaxCascone

      cool, you guys are the best! I've updated the instructions for feeds to make it copy-pasteable for users, rather than having to edit out the options/variables. Naturally I hide the originals and only show the updated ones. Example: the builtin CURL instructions for a package: To download $PackageFullName from cURL, run the following command: curl $DownloadUrl[?contentOnly=[zip|tgz]] --output $PackageName.$PackageVersion.[zip|tgz] --user <user>:<password> I simplified it to: To download $PackageFullName from cURL, run the following command: curl $DownloadUrl?contentOnly=zip --output $PackageName.$PackageVersion.zip Powershell example: To download $PackageFullName from PowerShell, run the following command: Invoke-WebRequest $DownloadUrl[?contentOnly=[zip|tgz]] -Headers @{"AUTHORIZATION"="Basic " + [System.Convert]::ToBase64String([System.Text.Encoding]::UTF8.GetBytes("<user>:<password>"))} -OutFile $PackageName.$PackageVersion.[zip|tgz] simplified: To download $PackageFullName from PowerShell, run the following command: Invoke-WebRequest $DownloadUrl?contentOnly=zip -OutFile $PackageName.$PackageVersion.zip
    • M

      Bug: ProGet Asset package repository permission system is broken (Feeds_AddPackage always "not permitted")
      Support • proget bug proget assets • • mail_6495  

      2
      0
      Votes
      2
      Posts
      14
      Views

      atripp

      Hi @mail_6495 , Looks like this was a regression with API Key Authentication; the uploader control improperly required an API key. This will be fixed in PG-2104 on this Friday's maintenance key update. Cheers, Alana
    • M

      Bug: ProGet Asset package repository does not support whitespace in file/folder names.
      Support • proget bug proget assets • • mail_6495  

      3
      0
      Votes
      3
      Posts
      5
      Views

      gdivis

      Hi, Thanks for reporting this. We've now fixed this internally as PG-2105 - it will be included in this week's 6.0.9 release, scheduled for Friday. -Greg
    • M

      Rename Asset Subfolder
      Support • proget assets • • martin.noack_4528  

      4
      0
      Votes
      4
      Posts
      14
      Views

      atripp

      Hi @martin-noack_4528 , Nice points :) We added this to our ProGet 2023 roadmap as a "Nice to Have"; we're a little behind on the release now so I don't know if it will make it, but we will reevaluate after 2023.0 is released at that point. Cheers, Alana
    • 1 / 1