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!

  • 0 Votes
    3 Posts
    8 Views
    N
    Hi @dean-houston . Thank you for your response, it makes sense that you wouldn't prioritize this, as I assume my organization is quite an outlier where we need to have one policy for every application that utilizes ProGet. Best Regards Nils Nilsson
  • 0 Votes
    3 Posts
    8 Views
    N
    Hi @dean-houston Thank you for the detailed response. I'll dive into the properties set and retention create commands to see if the current implementations already cover our automation usecase. Fair point about the API, then I'll continue to default to using PGUtil so that you at least have one less user depending on the API in case you want to supercede/deprecate it in the future :) Best Regards Nils Nilsson
  • Cargo package metadata contains invalid date format

    proget cargo feeds
    5
    0 Votes
    5 Posts
    15 Views
    J
    Hi @rhessinger, We have now upgraded to 26.0.8 and are still facing a very similar error. I can confirm the month field is now correct but comparing the pubtime value to crates.io think the end of the field is incorrect. From https://doc.rust-lang.org/cargo/reference/registry-index.html: The format is a subset of ISO8601: - `yyyy-mm-ddThh:mm:ssZ` - no fractional seconds - always `Z` for UTC timezone, no timezone offsets supported - fields are 0-padded Example: 2025-11-12T19:30:12Z For reference proget is returning: 2026-06-30T19:34:05.265596Z (note the fractional seconds). Thanks, Joris
  • [ProGet] Feature Request: Visual Studio Code - private Extension Gallery

    13
    0 Votes
    13 Posts
    60 Views
    S
    I think its popular, not just because it's the default gallery for VSCodium, but also for a bunch of other VS Code forks (Cursor, VSCode-based IDEs and other forks) that can’t or won’t rely on Microsoft’s marketplace. We also looking for an air-gapped lightweight offline marketplace. Perhaps the reverse-engineering work OpenVSX has already done could be reused to expand ProGet's functionality? Apidocs, Swagger, Github -Sigurd
  • Retention Policies for PR Builds

    4
    0 Votes
    4 Posts
    7 Views
    dean-houstonD
    @brandon_owensby_2976 I definitely do not recommend it, but if you are intent on creating something that automatically promotes feature branch builds to a "rejected" stage, you could code a custom PromotionRequirements. You'd be much better doing something on the GitHub side that promotes a build using the API, however.
  • ProGet license restrictions in CI

    2
    0 Votes
    2 Posts
    6 Views
    dean-houstonD
    Hi @cyril , Thanks for checking; that would be fine. Note you'll have to enter a license key in your scripts (free is fine), as ProGet will not automatically create a license key. Aside from various features missing from Free edition, one restriction is that ProGet Free can't connect to other instances of ProGet. The software will generally enforce this as well. -- Dean
  • 0 Votes
    2 Posts
    4 Views
    dean-houstonD
    Hi @daniel.pardo_5658, This behavior is somewhat expected. I'm not really a Debian expert or anything... but when it comes to a Debian repository index, all is actually the name of a component. When we look the index files, we can see: ubuntu-jammy has all components ubuntu-jammy-updates has no all components ubuntu-jammy-security has no all components ubuntu-noble has all components ubuntu-noble-security has all components ubuntu-noble-updates has all components I would have thought that any means "any component", but apparently it doesn't. So I guess you have to specify that list if you want it to work. -- Dean
  • 0 Votes
    2 Posts
    3 Views
    dean-houstonD
    Hi @brandon_owensby_2976 I'm afraid we have no plans to touch the (current) retention policies code. It's very sensitive -- and it has quite a few quirks -- but it does work fine once you know how to use it. At some point, we would like to just rebuild the feature from the ground-up and introduce it as a side-by-side feature. But that's quite an effort and it's not our roadmap at this time I'm afraid. --Dean
  • 0 Votes
    2 Posts
    4 Views
    dean-houstonD
    Hi @brad.zinser , This is somewhat expected, although the error could be improved. You're sending a Content-Type: application/json or similar header, which will attempt to read the content body -- but since it's a GET request, there's no body. And at some point, that error occurs. -- Dean
  • 0 Votes
    2 Posts
    5 Views
    dean-houstonD
    Hi @brad.zinser , I'm having a bit of a hard time reproducing this or figuring out how this might be possible. What kind of CI do you have set-up? Did you configure anything via the API? If so, would you be able to share the XML used for the underlying Secure Resource (it's in the SecureResources table if you're poking around in the Database)? You can also go to Admin > Secure Resources to get a more "raw" view of this. As an FYI, here's the code where it's failing: [image: 1786126801171-38a275e7-8e5f-4062-992c-61405d435dee-image.jpeg] However, that property (project.LastSync) is set in exactly one place (project.LastSync = DateTime.UtcNow;), so it doesn't make a lot of sense to me. Let us know what you find! -- Dean
  • 0 Votes
    5 Posts
    21 Views
    dean-houstonD
    Hi @denis.krienbuehl_4885 , The files posted on that page do not appear to be Debian packages; they're just .tgz archives containing what appears to just be a single executable file (vdev). Those won't work with ProGet (or any other Debian repository), and would need to be packaged as a .deb archive. -- Dean
  • Bug: API keys written to the error log in cleartext when using ?key= auth

    2
    0 Votes
    2 Posts
    7 Views
    atrippA
    Hi @brad.zinser , This is expected behavior across our products... both the Diagnostic Center and Native API require system/admin-level access, so it's not exposing any information administrators can't already easily see. Note that, you can also see the API key exposed in standard HTTP access logs as well if you pass via the query string, so the X-ApiKey header may be better anyway. Thanks, Alana
  • ProGet - Unable to login with Active Directory

    7
    0 Votes
    7 Posts
    20 Views
    dean-houstonD
    Hi @caterina , Glad this is working now! I have no idea what it could have been.... maybe there was some kind of platform/library regression. We didn't make any WIA/AD/LDAP changes -- just went from .NET8 to .NET10. This stuff is a bit fragile, as you're noticing Anyway, all good for now! THanks for letting us know -- Dean
  • In what situations is `.AHPARAMETER` expected to do anything?

    1
    0 Votes
    1 Posts
    7 Views
    No one has replied
  • [ProGet] Incorrect package publish date affecting policies

    6
    0 Votes
    6 Posts
    24 Views
    A
    Thank you @stevedennis, really appreciated!
  • ProGet - Yanked package behaviour

    4
    0 Votes
    4 Posts
    21 Views
    dean-houstonD
    Hi @Ashley, It wouldn't make sense to try removing "vulnerable packages" from storage -- in fact, even download blocking doesn't make sense in most cases, as it tends to lower the organization's security posture and leads to other problems. Even the package with the "world's most severe vulnerability" (i.e. the infamous log4shell) is harmless unless it's incorporated in an application in a certain way and the application is exposed in a certain manner that would allow a malicious actor to exploit it. Trying to block access or remove these harmless library files from the network will substantially lower the organization's security posture, for a number of reasons. I'd encourage you to check out our best practices guide: Vulnerability Management Done Right with ProGet. In particular: Preparing for a Category 5 Vulnerability to learn how to handle the "next" severe vulnerability Blocking & Containing Vulnerable Packages for general best practices in addressing them in pipelines I think the Preparing for a Category 5 article will help you create that template process for what to do when that high vulnerability package is is identified. Hope that helps -- Dean
  • Proget Docker Documentation Postgresql

    4
    0 Votes
    4 Posts
    16 Views
    atrippA
    Hi @a.sieger , I would push back on that "hard requirement" because it doesn't make any technical or business sense, and will only lead to support headaches just like this. There is something wrong with your PostgreSQL server configuration, perhaps permission related, that's causing the database to not be created. The error cannot be logged in the database because it doesn't exist. I would delete the database and start again, but verify you've created the database exactly as specified using the exact version supported: https://docs.inedo.com/docs/installation/postgresql#external-postgres Things like improper locales will cause errors. Then, don't run ProGet detached (i.e. ommit -d) so you can get the console logs. That's where you will see database errors. You can also run the upgradedb command instead: https://docs.inedo.com/docs/installation/linux/installation-upgrading-docker-containers#upgrading-the-database-only-optional Please let us know what you find! Hope that helps, Alana
  • Proget SQL Express support

    3
    0 Votes
    3 Posts
    10 Views
    F
    @atripp thanks
  • 0 Votes
    4 Posts
    15 Views
    atrippA
    Hi @daniel.mccoy_4395 , Actually, developer experience is a big reason we don't recommend using Download Blocking. A 400 error provides no real context. Developers can see something is wrong, but not how serious it is or what to do next. First and foremost, an unlisted package should not be noncompliant. An author may decide to unlist their package for any number of reasons, including simply not wanting too many versions to show up in a list. This would mean that, all of a sudden, a build deployed to production can suddenly be considered as noncompliant just because an open source author arbitrarily flipped a switch on NuGet.org. That's not to say you should ignore the unlisted flag, but you should definitely not put it at the same categorization as a GPL3 license or severe vulnerability. "Compliant with Warning" could be a more appropriate status here, but keep in mind that developers swill naturally upgrade dependencies as they do platform updates, so it may not even be worth worrying about. Especially if it leads to constant warnings -- in that case, warnings become meaningless. Noncompliant packages should be rare for the same reason. If noncompliant can be determined by an OSS author's whims, then it really caries no meaning and no one (especially your developers) will understand/appreciate what it means. As for the workflow to use, we recommend running pgutil builds scan when that pull request is run. That will not only put the build in ProGet, but it will produce a text report with warnings or noncompliant packages. A ProGet login is not required. If there are Noncomplaint packages or warnings, the developer can then comment on the PR why it's nothing to worry about. If it's always the same package/issue ("we cannot upgrade from this 5-year old library and replacing it would be a substantial effort"), then you can formalize that as an exemption. The advantage to this workflow is that, if a deployed build later becomes noncomplaint (typically due to a vulnerability), then you can decide how and when to address it. The wrong time to address noncomplaint packages is "the next time a developer happens to open this project". Overall, what you want to avoid is having developers load a project for what should be a trivial change and then have to upgrade dependencies because it produces pointless warnings/errors. That will just create a "constant upgrade" mentality. That leads to constant regressions and constant headaches for testers or end-users, who have to deal with strange and unexpected errors from library upgrades. Hope that helps, Alana
  • Bug: "Download Contents as Zip" is always a 22 byte empty zip file

    2
    0 Votes
    2 Posts
    5 Views
    atrippA
    Hi @rcpa0, It's hard to say, but maybe it has something to do with how the package file / archive was created. Can you share the file or a reproduction case? Thanks, Alana
Inedo Website HomeSupport HomeCode of ConductForums GuideDocumentation