Inedo Community Forums Forums
    • Recent
    • Tags
    • Popular
    • Login
    1. Home
    2. stevedennis
    3. Best

    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!

    stevedennisS Offline
    • Profile
    • Following 0
    • Followers 1
    • Topics 0
    • Posts 531
    • Groups 2

    Posts

    Recent Best Controversial
    • RE: Proget - Can't use the native API even with an API Key with Native API access

      Hi @m-webster_0049 ,

      The first thing I would try is to troubleshoot this is to switch to a very basic API key like hello. That just eliminates any typos, spacing, etc.

      Next, I would try specifying the API Key via X-ApiKey header (see docs) - just to see if you get a different error. It's possible there is a regression somewhere.

      Best,
      Steve

      posted in Support
      stevedennisS
      stevedennis
    • RE: ProGet successfully started Event

      Hi @forbzie22_0253,

      There's no Windows event logged, but once the /heath page is reachable, then the application is ready. If you're using SQL Server and IIS on the same box, then both of those must first load before ProGet can start.

      Thanks,
      Steve

      posted in Support
      stevedennisS
      stevedennis
    • RE: Feature Request: Add metadata-based search in pgutils for assets

      Hi @mmaharjan_0067,

      This is not a trivial request and would require database changes, new API endpoints, and of course pgutil changes. We will put it on our ProGet 2026 roadmap for future consideration -- hopefully some other users will chime in!

      UPDATE (2026-May-14); this did not make our ProGet 2026 release (it's a fairly complicated/involved change), and we've decided to wait for other users to let us know if they'd like this or similar API changes.

      Thanks,
      Steve

      posted in Support
      stevedennisS
      stevedennis
    • RE: Conan remove fails with -p filter on ProGet remote (works with dry-run)

      Hi @mmaharjan_0067,

      I think we can call this a "known limitation" now that you've discovered it ;)

      It's a bit tricky to set up a conan debug/testing environment, so to advance this further instead of putting off another few days.... do you mind trying to run the command with --verbose and share the output? How about without the -p command?

      I'm just trying to see what URLs the conan client is trying to call, and make a guess for how we can address it.

      Thanks,
      Steve

      posted in Support
      stevedennisS
      stevedennis
    • RE: Feedback on 2025 Conan Feed UI: Request for classic view toggle?

      Hi @mmaharjan_0067 ,

      This is definitely some kind of UI regression; we did a lot of code-cleanup / refactoring on the front-end pages. We'll get this fixed via PG-3034 in an upcoming maintenance release (targeting next week's 2025.4).

      Thanks,
      Steve

      posted in Support
      stevedennisS
      stevedennis
    • RE: Conan remove fails with -p filter on ProGet remote (works with dry-run)

      @mmaharjan_0067 thanks for sharing that

      I misunderstood the remove command -- I didn't realize that was deleting from the feed, and just assumed it was removing from the local project or something.

      I don't see any code for DELETE in the feed, so we would have to add that. No idea how easy that is going to be, but we'll try doing it at same time with the UI improvements. You can track via PG-3035.

      Thanks,
      steve

      posted in Support
      stevedennisS
      stevedennis
    • RE: Debian feed mirror Performance

      @stefan-hakansson_8938 as you noticed, ProGet's Debian connectors are not currently designed to handle the gigantic, operating-system mirrors very well. This is because they are always refreshed "on demand" - which is what you want for CI/CD workflows.

      It's not great for public repository mirroring, however. In Q4 or later, we will explore adding an option to do periodic updates.

      posted in Support
      stevedennisS
      stevedennis
    • RE: [ProGet] Unable to Resolve Maven Package via Gradle – 500 Error on Connector-Only Maven Feed

      Hi @koksime-yap_5909 ,

      This is a known issue and will be fixed via PG-3063 in teh next maintenance release, shipping later today.

      Thanks,
      Steve

      posted in Support
      stevedennisS
      stevedennis
    • RE: Request for Creation of API for Package Auditing Before Dependency Restoration

      Hi @fabrice-mejean_5174 ,

      Thanks for the suggestion; to help move this forward, we thought about this from a technical standpoint. We're a little hesitant to call the command pgutil packages audit since there's already an audit command for builds and vulnerabilities.

      One idea is to deprecate pgutil vulnerabilities audit and call it pgutil packages audit instead.

      In any case, this new command is a combination of pgutil builds audit and pgutil vulns audit.

      The pgutil packages audit command would input a project, something like this:

      pgutil packages audit --project=c:\projects\MyProject.csproj
      

      Behind the scenes, pgutil would parse and POST a packageset:

      POST /api/sca/audit-packages
      [ 
          {
              "name": myPackage
              "version": 1.2.3
              "type": "nuget"
          },
          {
              "name": myPackage
              "version": 1.2.3
              "type": "nuget"
          }
      ]
      

      The API would return an array I suppose (we don't have any samples for that, but it's a serialized BuildInfo.cs), and the end result would look like this:

      $> pgutil packages audit --project=c:\projects\MyProject.csproj
      
      Parsing MyProject.csproj... found X packages.
      
      Azure.Core-1.35.0
       Compliance      : Compliant
       License         : MIT
       Vulnerabilities : None
      
      Microsoft.Extensions.Configuration.EnvironmentVariables 8.0.0 
       Compliance      : Noncompliant
       License         : MIT, Apache-2.0
       Vulnerabilities : PG-123456 (High)
         the vulnerability title of this vulnerability goes here
      

      The API could obviously contain more info. It's documented via serialized .cs classes here:
      https://github.com/Inedo/pgutil/tree/thousand/Inedo.ProGet

      Thanks,
      Steve

      posted in Support
      stevedennisS
      stevedennis
    • RE: Understanding Accepted Debian Repository Formats

      Hi @amy.j ,

      The URL doesn't appear to be a valid Debian repository.

      Navigating to the root gives an AccessDenied error. In a normal repository, there is usually a kind of file list/system. But that's not required.

      The root of a Debian repository has a dists folder, and then a folder for each contained distro, and a Release index file. I tried to navigate to $ROOT_URL/dists/trixie/Release but received the same error message. I also tried stable, but it didn't work. Maybe there's a dist that will work, but I don't know what it would be.

      Thanks,
      Steve

      posted in Support
      stevedennisS
      stevedennis
    • RE: Does npm feed support whoami?

      @aristo_4359 thanks for letting us know! You are the first person to inquire about it over very many years :)

      We'll see if anyone else is interested in this and then we can consider adding it!

      posted in Support
      stevedennisS
      stevedennis
    • 1
    • 2
    • 2 / 2