Navigation

    Inedo Community Forums

    Forums

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    1. Home
    2. michal.roszak_0767
    M
    • Profile
    • Following
    • Followers
    • Topics
    • Posts
    • Best
    • Groups

    michal.roszak_0767

    @michal.roszak_0767

    0
    Reputation
    51
    Posts
    4
    Profile views
    0
    Followers
    0
    Following
    Joined Last Online

    michal.roszak_0767 Follow

    Best posts made by michal.roszak_0767

    This user hasn't posted anything yet.

    Latest posts made by michal.roszak_0767

    • RE: nodejs.org proxy

      Connector:
      58b87b18-1372-4d07-8dc2-81caa398bafa-image.png

      posted in Support
      M
      michal.roszak_0767
    • services.gradle.org proxy

      Hi,

      How to create proxy Feed and Connector for RAW directory?
      Eg. https://services.gradle.org/distributions/

      Cheers,
      Michal

      posted in Support
      M
      michal.roszak_0767
    • nodejs.org proxy

      Hi,

      How to configure proxy connector for nodejs.org?
      I've tried:
      https://nodejs.org/dist/
      https://nodejs.org/dist
      https://nodejs.org/download/release/
      https://nodejs.org/download/release

      Always getting:

      An error occurred while querying connectors for this feed.
      
      The remote server returned an error: (301) Moved Permanently.
      

      6932c8ea-97fc-48ab-8276-bfa234cba79b-image.png

      Cheers,
      Michal

      posted in Support
      M
      michal.roszak_0767
    • API Key Refresh

      Hi,

      How to refresh API Key (extend time, create new secret) without creating new one?
      (Or how to override existing one?)

      Regards,
      Michal

      posted in Support
      M
      michal.roszak_0767
    • RE: Pulling dependencies from ProGet in gradle

      @atripp said in Pulling dependencies from ProGet in gradle:

      Next, the "remote" icons next to the files indicate that they were cached (i.e. added to the feed) via a connector. That means the files were successfully written to disk, recorded in the database... but now they are gone. Hence, why you keep getting the "file not found" message.

      Hi,
      Strange. I thought that this "Antena" Icon is a indicator that file was indexed (weekly Indexer) and not present on repository and you have to manually or remotely download artifact to "remove" this icon.

      2c4f88eb-0a7f-41e7-b865-5448a2c4e3ff-image.png

      And after that:

      ffb62a1e-90da-47a9-bc79-358db571699b-image.png

      Then, you can delete file from repository using "X" on the right.

      It "becomes" Remote again.

      2ce05d61-c57f-4f79-8ac6-17f64fc74f0d-image.png

      Notice how "Published" date changes.

      Files on disk:

      933c8858-0682-4f06-9abe-2772b09af058-image.png

      Cheers,
      Michal

      posted in Support
      M
      michal.roszak_0767
    • Feed Group and Feed

      Hi,

      How to create Feed in particular Feed Group using API?

      I've tried

      {
          "Feed_Name": "test-maven",
          "FeedType_Name": "Maven2",
          "FeedConfiguration_Xml": "<Inedo.ProGet.Feeds.Maven2.Maven2FeedConfig Assembly=\"ProGetCoreEx\"><Properties HideFeedTips=\"0\" HasRepackaged=\"False\" PackageStatisticsEnabled=\"True\" RestrictPackageStatistics=\"True\" DeploymentRecordsEnabled=\"True\" UsageRecordsEnabled=\"True\" VulnerabilitiesEnabled=\"True\" LicensesEnabled=\"True\" UseWithProjects=\"True\" DisableReleaseAnalysis=\"False\" RetentionRulesEnabled=\"False\" /></Inedo.ProGet.Feeds.Maven2.Maven2FeedConfig>",
          "FeedGroup_Id": 12
                      }
      
      

      and many other combinations.

      eg. "FeedGroup_Name": "testgroup" instead of ID

      Nothing works.

      Cheers,
      Michal

      posted in Support
      M
      michal.roszak_0767
    • RE: Error using HTTP Request

      Mea culpa :)

      Fixed!

      Regards,
      Michal

      posted in Support
      M
      michal.roszak_0767
    • RE: Error using HTTP Request

      Even more.
      I added directly Anonymous access to this feed.

      3b0b5fcc-de8b-4284-85fc-33dadceb3e1d-image.png

      Still error!

      curl -v --header "X-ApiKey: <api key>" https://proget.<host>/endpoints/qual-t-raw/dir
      
      ......
      Anonymous is not permitted to perform the Feeds_ViewFeed task for the current scope.
      

      ???????

      posted in Support
      M
      michal.roszak_0767
    • RE: Error using HTTP Request

      @atripp

      No typo!

      curl -v --header "X-ApiKey: <api key>" --header "Content-Type: application/json" https://proget.<host>/endpoints/qual-t-raw/dir/
      curl -v --header "X-ApiKey: <api key>" --header "Content-Type: application/json" --data @feed.json https://proget.<host>/api/json/Feeds_GetFeed | jq

      feed.json:
      {"Feed_Name": "qualt-t-raw"}

      The same request template. Different endpoint.

      Cheers,
      Michal

      posted in Support
      M
      michal.roszak_0767
    • RE: API Key Access Logs view

      @atripp

      This Log is mess!

      I'm trying to list log for particular Key
      /administration/api-keys/access-logs?apiKeyId=27

      and list is.... I don't know from what!

      2f8cae8e-90aa-48d0-a6a2-b5ff2c984efa-image.png

      This is list of all requests. Looks familiar?
      0d76aa4a-ba86-43dc-8090-33924c3d2925-image.png

      Cheers,
      Michal

      posted in Support
      M
      michal.roszak_0767