Navigation

    Inedo Community Forums

    Forums

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

    • K

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

      2
      0
      Votes
      2
      Posts
      3
      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
      11
      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  

      2
      0
      Votes
      2
      Posts
      8
      Views

      atripp

      Hi @koksime-yap_5909 , I'm afraid this is a known limitation with Maven feeds; we made the assumption that package authors would follow the bare-minimum of Maven versioning: packages start with letters, versions start with numbers. The only examples we found that were counter to that were 20+ year old artifacts, however, we've since learned that authors still mistakenly use these incorrect versions. Unfortunately, supporting these types of versions require a complex/risky change. Maven is a file-based API and the client just GETs/PUTs files. However, ProGet is not a file server so we need to actually parse the URLs to figure out which artifact/package the files refer to. In this case, we parse package-alpha-0.1 as package-alpha (version 0.1), not package (version alpha-0.1). Hence, why it's not working. If these are your internal packages, the easiest solution is to follow the standard: https://docs.oracle.com/middleware/1212/core/MAVEN/maven_version.htm Thanks, Alana
    • 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
      11
      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
      9
      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
      14
      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
    • P

      Publish a Docker image from Gitlab pipeline using Kaniko to Proget
      Support • proget • • pmsensi  

      3
      0
      Votes
      3
      Posts
      8
      Views

      P

      Hello @atripp , Thank you for your help. We have an intermediate certificate (proxy), which I think, as you point out, can be the problem. I will clarify with our IT department. Anyway, after reading a little bit more, there is a variable to force Kaniko to use HTTP/1.1. variables: GODEBUG: "http2client=0" After adding that, everything works :) Thank you! Best Regards, Pedro
    • P

      SQL error while reading/re-indexing the Directory Assets
      Support • proget proget assets • • pmsensi  

      3
      0
      Votes
      3
      Posts
      21
      Views

      P

      @rhessinger I added the requested info to the opened ticket. Best Regards, Pedro
    • P

      [BM] /!\ Proget Integration broken - given key was not present
      Support • proget buildmaster • • philippe.camelio_3885  

      8
      0
      Votes
      8
      Posts
      22
      Views

      P

      @atripp Thanks for the fast reply and the bypass. Best regards PhilippeC.
    • M

      Proget Python connector to PyTorch Cuda Index
      Support • proget connectors pypi python • • m.karing_2439  

      4
      0
      Votes
      4
      Posts
      11
      Views

      atripp

      Good news @m-karing_2439 , This works in ProGet 2024! More specifically, when rewriting/refactoring the PyPi feed, we added support for this "unconventional" repository - specifically, one that doesn't follow the /simple convention or use any of the JSON/warehouse api. Cheers, Alana
    • E

      [ProGet] Automated deployment of a public ProGet instance on AKS & Azure SQL using GitHub Actions, Terraform Cloud, & Secrets Store CSI Driver.
      Support • proget linux azure kubernetes • • emer.connelly_2117  

      2
      0
      Votes
      2
      Posts
      22
      Views

      apxltd

      @emer-connelly_2117 very cool, thanks for sharing!!
    • MaxCascone

      Solved: SQL containers on Mac M1
      Support • proget sql docker mac-m1 macos • • MaxCascone  

      1
      0
      Votes
      1
      Posts
      5
      Views

      No one has replied

    • M

      Intermittent 504s when retrieving packages
      Support • proget nuget 504 timeout • • mness_8576  

      6
      0
      Votes
      6
      Posts
      20
      Views

      atripp

      Thanks for the update @mness_8576; based on this, it sounds like there's definitely a Gateway problem, and that the Gateway is misconfigured / misreporting some error condition from ProGet due to a quirky package request. That's a pretty common thing we've seen as well.
    • 1
    • 2
    • 3
    • 4
    • 5
    • 79
    • 80
    • 1 / 80