Navigation

    Inedo Community Forums

    Forums

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

    • 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
      2
      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
      9
      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
      8
      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
      13
      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.
    • S

      PGVC: Blocked packages cannot be unblocked
      Support • proget pgvc • • sebastian...  

      8
      0
      Votes
      8
      Posts
      29
      Views

      atripp

      @sebastian thanks for confirming! I've added this as something to fix via PG-2441 and targeted it as 2013.14 (next Friday), but it's a lower-priority issue so it will may get "bumped" to the next or following depending on other issues
    • S

      ProGet: Handling of deprecated NuGet packages
      Support • proget • • sebastian...  

      8
      0
      Votes
      8
      Posts
      47
      Views

      atripp

      Hi @sebastian There is no plan to add user-configurable scheduled job capabilities to ProGet, and it's unlikely we would consider that since they are really hard to support. We do have our Otter product that's designed for that However, in ProGet 2022, we considered a periodic "check" for packages in a feed against the source; the use case was "is a newer patch version available" - and if so, then an issue would be raised about using an out-of-date package. We obviously didn't implement that. But it seems we could take a similar approach and then also check for unlisting/deprecation as well. This might be something that comes up in our ProGet 2024 planning. But in either case, it still involves lots and lots of web calls to check each package against the source - so I would start with a a script and see what you find out. Thanks, Alana
    • 1
    • 2
    • 3
    • 4
    • 5
    • 79
    • 80
    • 1 / 80