Connector:
Welcome to the Inedo Forums! Check out the Forums Guide for help getting started.
If you are experiencing any issues with the forum software, please visit the Contact Form on our website and let us know!
michal.roszak_0767
@michal.roszak_0767
Best posts made by michal.roszak_0767
Latest posts made by 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 -
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/releaseAlways getting:
An error occurred while querying connectors for this feed. The remote server returned an error: (301) Moved Permanently.
Cheers,
Michal -
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 -
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.And after that:
Then, you can delete file from repository using "X" on the right.
It "becomes" Remote again.
Notice how "Published" date changes.
Files on disk:
Cheers,
Michal -
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 -
RE: Error using HTTP Request
Even more.
I added directly Anonymous access to this feed.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.
???????
-
RE: Error using HTTP Request
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 | jqfeed.json:
{"Feed_Name": "qualt-t-raw"}The same request template. Different endpoint.
Cheers,
Michal -
RE: API Key Access Logs view
This Log is mess!
I'm trying to list log for particular Key
/administration/api-keys/access-logs?apiKeyId=27and list is.... I don't know from what!
This is list of all requests. Looks familiar?
Cheers,
Michal