Navigation

    Inedo Community Forums

    Forums

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    1. Home
    2. gunmaden
    G
    • Profile
    • Following
    • Followers
    • Topics
    • Posts
    • Best
    • Groups

    Andrew Yulsky

    @gunmaden

    0
    Reputation
    3
    Posts
    1
    Profile views
    0
    Followers
    0
    Following
    Joined Last Online

    gunmaden Follow

    Best posts made by gunmaden

    This user hasn't posted anything yet.

    Latest posts made by gunmaden

    • RE: Cannot delete package using common packages API

      Is there any possible maybe "undocumented" API method for removing Maven packages from feed? If no how it's possible to remove these packages?

      For python packages I passed only required parameters

      POST /api/packages/{feedName}/delete?name={name}&version={version}
      

      For debian packages I've tried to pass multiple combinations

      POST /api/packages/{feedName}/delete?name={name}&version={version}&group={group}
      

      and

      POST /api/packages/{feedName}/delete?name={name}&version={version}&group={group}&qualifier=amd64
      
      posted in Support
      G
      gunmaden
    • Error 500 on package upload using common package API

      Hi. There's non obvious behavior on uploading files using common package API with full logging enabled

      If API key has full logging enabled (Everything (Request Body + Response body)) request will be responded with 500 status code but package uploaded successfully

      HTTP/1.1 500 Internal Server Error
      Cache-Control: private
      Content-Length: 62
      Content-Type: text/plain
      Server: Microsoft-IIS/10.0
      X-ProGet-Version: 23.0.18.15
      X-Powered-By: ASP.NET
      Date: Mon, 16 Oct 2023 12:17:03 GMT
      
      Operation is not valid due to the current state of the object.
      
      System.InvalidOperationException: Operation is not valid due to the current state of the object.
      at Inedo.Web.AhHttpRequest.GetBufferedInputStream()
      at Inedo.Web.Handlers.Api.ApiKeySecuredHandler.LogApiAccess(AhHttpRequest request, Byte[] responseBody, WrappedApiKey apiKey, Int32 responseCode)
      at Inedo.Web.Handlers.Api.ApiKeySecuredHandler.ProcessRequestInternalAsync(AhHttpContext context)
      at Inedo.Web.Handlers.Api.StandardApiHandler.ProcessRequestAsync(AhHttpContext context)
      
      posted in Support
      G
      gunmaden
    • Cannot delete package using common packages API

      Hi. I'm currently facing the problem with removing packages from some feeds (Maven / Debian / Python) using common packages API while it's working for Npm feed

      There's no any errors, response is 200 OK but package is not removed

      We are using ProGet Version 2023.18 (Build 15)

      posted in Support
      G
      gunmaden