Navigation

    Inedo Community Forums

    Forums

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    1. Home
    2. Tags
    3. proget
    Log in to post

    • P

      Proget error when setting vulnerability expiry date
      Support • proget postgresql • • phil.sutherland  

      3
      0
      Votes
      3
      Posts
      16
      Views

      P

      @rhessinger Thank you Rich - will install it once released and confirm it is fixed.
    • P

      Ticketing system in proget?
      Support • proget • • paul.moors_5682  

      4
      0
      Votes
      4
      Posts
      38
      Views

      apxltd

      Hi @paul-moors_5682 , We'll definitely keep an eye on this after ProGet 2026; we're doing some big improvements for vulnerability management, which will probably push more folks out of the Approval Workflow. One thing I like about an in-built workflow is that it demos really well and makes it so much easier to see/understand how an approval workflow could work. While I personally love the idea of "approved packages only", it's so hard to recommend that workflow in practice. Anyway, let us know how your approval-only journey goes. We tried it internally here and it was a flop... just Microsoft's growing dotnet dependencies alone made it impractical. Cheers, Alex
    • P

      LDAP user name suffix removal
      Support • proget ldap • • phil.sutherland  

      8
      0
      Votes
      8
      Posts
      27
      Views

      P

      To follow up, we ended up being able to get everything working using userPrincipalName for user identity by switching to the OpenLDAP/GenericLDAP connector. The remaining issue I was seeing - unexpected failed group lookup in the "Test User Directories/Load user by user name" test - appears to have been caused by a quirk in the connector. In this particular test for this particular connector, group names are case sensitive. In the other tests for this connector, and in all the tests in the AD connector, group name case is ignored. This does not seem to have any repercussions in actual use, but it led us a merry dance for a while.
    • D

      Would it be possible to add Tags to feeds and/or packages inside a feed?
      Support • proget package • • daniel.pardo_5658  

      3
      0
      Votes
      3
      Posts
      9
      Views

      D

      @stevedennis I understand. Thank you for your fast Reply and explanation. I see why it can be troublesome and actually go against Proget's core functionality to allow what I was talking about. Thanks! Regards.
    • D

      Universal Package feed changes package name when creating a package using the UI
      Support • proget packages package-name • • daniel.pardo_5658  

      4
      0
      Votes
      4
      Posts
      6
      Views

      D

      @stevedennis I see, Thank you for your fast reply. Regards.
    • P

      Proget apt snapshot support?
      Support • proget debian • • phil.sutherland  

      3
      0
      Votes
      3
      Posts
      15
      Views

      P

      Thanks for the comprehensive response - which was very helpful. Closing the loop, we've elected for the short term to run up a parallel aptly server to manage our existing apt snapshots, but in the longer term we'll revisit how we use snapshots at all and very likely will switch our process to use upstream provided snapshots.
    • K

      Clarification on VM Snapshot Restore and Licensing
      Support • proget • • koksime.yap_5909  

      2
      0
      Votes
      2
      Posts
      5
      Views

      atripp

      Hi @koksime-yap_5909 , As long as the cluster can access the internet (our activation server), the license key should be auto-activated without noticing. This document explains the activation process a little further: https://docs.inedo.com/docs/myinedo/activating-a-license-key Help that helps, Alana
    • K

      Question on Single-Instance Performance (Docker Deployment with Embedded PostgreSQL)
      Support • proget • • koksime.yap_5909  

      2
      0
      Votes
      2
      Posts
      8
      Views

      stevedennis

      Hi @koksime-yap_5909 , I'm afraid we can't provide much clearer guidance than that, as there are so many factors involved that make predicting performance basically impossible. For example, the feed types you're using, your CI server configuration, how often developers are rebuilding, etc. The article you found is actually what we send users who experience symptoms of server overload, to help understand where it comes from and how to prevent it. As the article mentions, the biggest bottleneck is network traffic during peak traffic - there's only so much that a single network card can handle, and scaling CPU/RAM doesn't really help. This is where load-balancing comes in. The main downside is complexity/cost, which is why a most customers start with a single instance. It can take quite a while for a tool like ProGet to be fully onboarded across teams, so performance problems likely won't happen at first. Hope that helps, let us know if you have any other questions! Thanks, Steve
    • K

      Lost Administrator Rights — How to Restore Admin Access?
      Support • proget • • koksime.yap_5909  

      5
      0
      Votes
      5
      Posts
      13
      Views

      stevedennis

      Hi @koksime-yap_5909, The command will recreate the user, restore administrative privileges, etc. It's safe to run - and you'll ultimately be left with a Admin/Admin user that you can log-in as. On ProGet 2025, the command is proget or proget.exe We should update the docs for sure Thanks, Steve
    • K

      [ProGet] Unexpected redirect when accessing Maven package with non-standard version starting with a character
      Support • proget maven • • koksime.yap_5909  

      5
      0
      Votes
      5
      Posts
      29
      Views

      atripp

      Hi @koksime-yap_5909, Good news, it's available now for testing! We're considering merging to ProGet 2025, or maybe keeping for ProGet 2026? Anyway, I posted a lot more detail now: https://forums.inedo.com/topic/5696/proget-is-unable-to-download-maven-packages-that-use-a-nonstandard-versioning-scheme/2 Thanks, Alana FYI -- locked this, in case anyone has comments/questions on that change, I guess that post will be the "official" thread at this point :)
    • K

      [ProGet] Connector Ordering / Precedence in ProGet
      Support • proget • • koksime.yap_5909  

      4
      0
      Votes
      4
      Posts
      12
      Views

      atripp

      Hi @koksime-yap_5909 , Not necessarily - it really depends on the API query. If the query is like "give me a list of all versions of MyPackage", then ProGet will need to aggregate local packages and connector packages to produce that list. If the query is "give me the metadata for MyPackage-1.3.1", then the first source that returns a result is used. In practice, NuGet asks for "all versions" a lot. So you'll get a lot of queries. Thanks, Alana
    • K

      [ProGet] Migration Support for Container Images and Assets in ProGet
      Support • proget • • koksime.yap_5909  

      2
      0
      Votes
      2
      Posts
      12
      Views

      dean-houston

      Hi @koksime-yap_5909 , Docker registry import from Sona, JFrog, and other ProGEt instances is coming soon via PG-3128 - we anticipate that in the next maintenance release. As for Assets, I'm afraid we don't have any support for that planned in the near future - it's relatively easy to write a script that "extracts" them - if you could extract it to a ProGet drop path, then they'll be imported that way. https://docs.inedo.com/docs/proget/feeds/feed-overview/proget-bulk-import-with-droppath -- Dean
    • K

      [ProGet] Support for Local Groups and Disabling LDAP Group import
      Support • proget • • koksime.yap_5909  

      2
      1
      Votes
      2
      Posts
      11
      Views

      stevedennis

      Hi @koksime-yap_5909, No; when you use LDAP, then you need to manage the LDAP users' groups in your directory. Here is a recent discussion on the topic: https://forums.inedo.com/topic/5471/feature-suggestion-allow-ad-users-to-be-added-to-built-in-groups Thanks, Steve
    • K

      [ProGet] Support for Grouping Multiple Feeds under a Single Endpoint (Similar to Nexus repository groups)
      Support • proget • • koksime.yap_5909  

      4
      0
      Votes
      4
      Posts
      15
      Views

      stevedennis

      Hi @koksime-yap_5909 , This is the "Feed Overview" page and the URL that you need: Thanks, Steve
    • K

      [ProGet] How to allow custom file extension in Maven feed (e.g. .zip, .module)?
      Support • proget • • koksime.yap_5909  

      2
      0
      Votes
      2
      Posts
      6
      Views

      stevedennis

      Hi @koksime-yap_5909 , That's just a "suggestion box" in the UI - you can just type in whatever you'd like. But in general you shouldn't upload files via the UI, but using maven. Thanks, Steve
    • K

      [ProGet] Unable to Resolve Maven Package via Gradle – 500 Error on Connector-Only Maven Feed
      Support • proget v25.0.5 • • koksime.yap_5909  

      2
      1
      Votes
      2
      Posts
      11
      Views

      stevedennis

      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
    • E

      Step between install and <anything>? (noob question)
      Support • proget • • erich_1530  

      8
      0
      Votes
      8
      Posts
      14
      Views

      stevedennis

      @erich_1530 in the ProGet software, you will see a "License REquired" error message. if you click on the "Request License Key" you can get a Free or Trial key from within ProGet. Or you can go to my.inedo.com and request a key from there if your server does not have internet access
    • D

      Stream was too long when editing Universal Package description.
      Support • proget error 500 upack • • daniel.pardo_5658  

      4
      0
      Votes
      4
      Posts
      14
      Views

      D

      @dean-houston I just upgraded to the latest version and it worked perfectly now. I can update packages of more than 2 GBs without any problems. Thanks you so much!
    • P

      Get Package Policies using ProGetClient
      Support • proget proget-client • • pmsensi  

      2
      0
      Votes
      2
      Posts
      11
      Views

      stevedennis

      Hi @pmsensi , Short of using the Native API, I'm afraid we don't have a first-class API to export/import package policies and their related information We may consider adding that after ProGet 2025 is released. Thanks, Steve
    • P

      Get package license with ProGetClient
      Support • proget • • pmsensi  

      2
      0
      Votes
      2
      Posts
      14
      Views

      stevedennis

      Hi @pmsensi , The pgutil builds audit command should show the same license information you see in the UI: https://docs.inedo.com/docs/proget/api/sca/builds/analyze The pgutil packages audit command should also provide similar information on a package level. Is that's what you're looking for? Thanks, Steve
    • 1
    • 2
    • 3
    • 4
    • 5
    • 79
    • 80
    • 1 / 80