Navigation

    Inedo Community Forums

    Forums

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    1. Home
    2. a.m_8178
    A
    • Profile
    • Following
    • Followers
    • Topics
    • Posts
    • Best
    • Groups

    a.m_8178

    @a.m_8178

    0
    Reputation
    2
    Posts
    5
    Profile views
    0
    Followers
    0
    Following
    Joined Last Online

    a.m_8178 Follow

    Best posts made by a.m_8178

    This user hasn't posted anything yet.

    Latest posts made by a.m_8178

    • Cannot push ruby gem

      I have created a rubygems feed and the feed list reports the endpoint
      https://REDACTED/nuget/private-ruby
      however, when I click on the feed, the endpoint is reported as https://REDACTED/rubygems/private-ruby/

      If I try to push to the latter (rubygems) URL, it says API endpoint not available.

      My account at the proget server has admin privilege

      Trying the former (nuget) URL, using my proget username and password I get this

      gem push pkg/mypackage-0.1.0.gem --host https://REDACTED/nuget/private-ruby -V
      Enter your https://REDACTED/nuget/private-ruby credentials.
      Don't have an account yet? Create one at https://REDACTED/nuget/private-ruby/sign_up
         Email:   REDACTED
      Password:
      
      GET https://REDACTED/nuget/private-ruby/api/v1/api_key
      404 OData method is not implemented.
      OData method is not implemented.
      

      If I try using the email address associated with my account, I get this

      gem push pkg/mypackage-0.1.0.gem --host https://REDACTED/nuget/private-ruby -V
      Enter your https://REDACTED/nuget/private-ruby credentials.
      Don't have an account yet? Create one at https://REDACTED/nuget/private-ruby/sign_up
         Email:   REDACTED
      Password:
      
      GET https://REDACTED/nuget/private-ruby/api/v1/api_key
      401 You are not authorized to view this feed because the user Anonymous does not have the Feeds_ViewFeed privilege.
      You are not authorized to view this feed because the user Anonymous does not have the Feeds_ViewFeed privilege.
      

      What am I missing? Documentation seems thin on the ground.

      Thanks.

      Product: ProGet
      Version: 4.7.1

      posted in Support
      A
      a.m_8178
    • Dates returned by NugetV2 API in JSON

      Hi,

      On calling

      myprogetserver/nuget/feed/Packages()&$format=json

      I'm getting back some really weird dates, e.g.

      /Date(636650168208570000+0)/

      This should evaluate to 19 Jun 2018 2:53:40 PM
      Is this a bug? If not, how do you convert this value back to a real datetime?

      Product: ProGet
      Version: 4.7.1

      posted in Support
      A
      a.m_8178