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!

  • 1 Votes
    2 Posts
    11 Views
    stevedennisS
    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
  • Step between install and <anything>? (noob question)

    Support proget
    8
    0 Votes
    8 Posts
    14 Views
    stevedennisS
    @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
  • 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!
  • Get Package Policies using ProGetClient

    Support proget proget-client
    2
    0 Votes
    2 Posts
    11 Views
    stevedennisS
    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
  • Get package license with ProGetClient

    Support proget
    2
    1
    0 Votes
    2 Posts
    15 Views
    stevedennisS
    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
  • 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
  • 0 Votes
    3 Posts
    22 Views
    P
    @rhessinger I added the requested info to the opened ticket. Best Regards, Pedro
  • 0 Votes
    8 Posts
    22 Views
    P
    @atripp Thanks for the fast reply and the bypass. Best regards PhilippeC.
  • 0 Votes
    4 Posts
    11 Views
    atrippA
    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
  • 1 Votes
    2 Posts
    26 Views
    apxltdA
    @emer-connelly_2117 very cool, thanks for sharing!!
  • Solved: SQL containers on Mac M1

    Support sql macos mac-m1 docker proget
    1
    0 Votes
    1 Posts
    5 Views
    No one has replied
  • Intermittent 504s when retrieving packages

    Support nuget 504 proget timeout
    6
    2
    0 Votes
    6 Posts
    21 Views
    atrippA
    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.
  • PGVC: Blocked packages cannot be unblocked

    Support pgvc proget
    8
    2
    0 Votes
    8 Posts
    30 Views
    atrippA
    @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
  • ProGet: Handling of deprecated NuGet packages

    Support proget
    8
    5
    0 Votes
    8 Posts
    47 Views
    atrippA
    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
  • Different query results nuget feed

    Support proget
    6
    4
    0 Votes
    6 Posts
    27 Views
    stevedennisS
    If you're looking for nuget.org-specific metadata, I recommend querying nuget.org directly; of course if you need to work-around internet access issues, you could configure a special feed/connector with no caching. But if you're looking for latest version of a package, the registration API is your best choice. That's what Visual Studio (NuGet client) does for every package and dependency, every time a restore happens.
  • Bulk Package Import not recognizing directories

    Support linux feeds proget
    3
    1
    0 Votes
    3 Posts
    12 Views
    C
    Hi @atripp, Thanks for the response! It turns out I was overlooking the fact that the docker container cannot access the files of the host. So the directory was non-existent from the perspective of the ProGet instance. I ended up solving the issue by copying my bulk import directory into the docker container itself, which allowed the bulk import service to detect the directory.
  • 0 Votes
    2 Posts
    11 Views
    Dan_WoolfD
    Hi @chrisblankde, Can you please tell me what metadata you are trying to update? If it is just the version, you can use the Repackage API. If it is something other than the version, in ProGet 2023, we added the ability to edit the upack metadata directly in ProGet. You can do that by navigating to the package version in your universal package feed and then click "Edit Package" in the upper right corner. If neither of those options works for you, then what you suggested (download/extract/edit/repack/upload) would be the way to handle this. Thanks, Dan
  • 0 Votes
    4 Posts
    22 Views
    atrippA
    @mness_8576 thanks! We definitely welcome feedback on the UI/UX - this is a new feature, so there's a lot of room to improve :)
  • ProGet 2023 Data Migration Failed

    Support proget upgrade
    16
    1
    0 Votes
    16 Posts
    45 Views
    gdivisG
    Hi @MF-60085, Thanks for the data! We've found that the root cause this time is due to some duplicate rows in the original table, which for some reason was not created with any uniqueness constraints. We'll get this fixed in a prerelease version within a day or two.
  • 0 Votes
    5 Posts
    16 Views
    J
    I pulled the ci.4 image and that fixed the issue. I haven't noticed any other issues, so I'll just leave the ci version installed until the next ProGet release. Thanks again for the quick fix.