Navigation

    Inedo Community Forums

    Forums

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    1. Home
    2. joshuagilman_1054
    3. Topics
    J
    • Profile
    • Following
    • Followers
    • Topics
    • Posts
    • Best
    • Groups

    Topics created by joshuagilman_1054

    • J

      Large Chocolatey package upload is failing
      Support • • joshuagilman_1054  

      3
      0
      Votes
      3
      Posts
      10
      Views

      atripp

      @joshuagilman_1054 that's really large chocolatey file (nuget package), so you may want to rethink your approach. It'll cause some pain across the board, as you try to download and install that file as well. Instead, perhaps have your chocolatey package download an asset that you've stored in ProGet instead? In general, large files are tricky to publish over a single HTTP request reliably. This is across the board, even when uploading files to places like Amazon S3; those rely on a chunked uploading process... but the NuGet API doesn't support that. Otherwise, there's no limit imposed by ProGet itself, and you've found the settings that ASP.NET imposes. There could be some other limitation happening, but it's hard to say where; apparently it varies by operating system version, and it might even be middleware (like a proxy/firewall). The message "there must be exactly one package" is unexpected; I would instead expect 'request length exceed". In any case, that message just means that no valid files were attached to the request, which can happen if it was suddenly cut off. All told, when it comes to really large files (even asset directories), a Drop Path approach may be easiest to use.
    • J

      How to set content type of asset with API?
      Support • • joshuagilman_1054  

      6
      0
      Votes
      6
      Posts
      17
      Views

      stevedennis

      @joshuagilman_1054 this is currently planned for 5.3.27 as PG-1934 (April 17) - we'll let you know if plans change!
    • J

      API expects null instead of 0 for integer values
      Support • • joshuagilman_1054  

      6
      0
      Votes
      6
      Posts
      12
      Views

      dean-houston

      @atripp @joshuagilman_1054 TIL that PowerShell can use internal CLR generic reference type names like that! But really, please don't do that... [System.Nullable``1[[System.Int32]]] [Nullable[int]] ... much easier to read
    • J

      Feed API endpoint is returning a double response
      Support • • joshuagilman_1054  

      3
      0
      Votes
      3
      Posts
      10
      Views

      J

      Can confirm the latest version resolves the issue. Thanks!
    • 1 / 1