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!

  • Max file upload

    6
    0 Votes
    6 Posts
    32 Views
    gdivisG
    Thanks @russell_8876! I've gone ahead and released pgutil 1.1.6 with a fix for this. Give it a try and let us know if it's still not working. -Greg
  • HTTPS binding is disabled in free v23.27.

    2
    0 Votes
    2 Posts
    8 Views
    dean-houstonD
    Hi @noam-linux-2022_8869 , Here is documentation on how to enable HTTPS in our products on Windows and Linux: https://docs.inedo.com/docs/installation/installing-on-iis/installation-windows-https-support https://docs.inedo.com/docs/installation/linux/https-support -- Dean
  • API ability to control Feed Access

    5
    0 Votes
    5 Posts
    12 Views
    steviecoasterS
    @dean-houston thanks for that info! I think that'll do nicely. I'll have to play around with it to be sure, but from what I can tell it looks straightforward to implement. Thank you!
  • HTTPS not working when setup within ProGet web interface

    7
    3
    0 Votes
    7 Posts
    25 Views
    dean-houstonD
    @steviecoaster great, thanks for sharing! I added this to our documentation (https://github.com/Inedo/inedo-docs/pull/253), but apparently I don't have ability to merge PRs in that repo so it'll go live sometime later I'm sure
  • 0 Votes
    5 Posts
    20 Views
    J
    Hi @stevedennis Let's continue this thread here: EDO-10681
  • Inconsistent license reporting

    5
    2
    0 Votes
    5 Posts
    13 Views
    ValentijnV
    I did a "Pull to ProGet" and ran analyze again and now the warning is gone.
  • Support for Dart/Flutter pub.dev package repo

    Locked
    17
    0 Votes
    17 Posts
    80 Views
    apxltdA
    Good news everyone, ProGet 2024.11 now has support for pub (Dart/Flutter) feeds! I'm going to lock this topic now, but if you run into any issues please start a new topic cc/ @aaron-bryson_0311 @fabian-droege_8705 @proget-markus-koban_7308 @jensen-chappell_6168 @harald-somnes-hanssen_2204 @bvandehey_9055
  • ProGet Free Question

    3
    0 Votes
    3 Posts
    16 Views
    C
    Thank you for the information Alana I appreciate the details!
  • Entra ID SSO error

    12
    0 Votes
    12 Posts
    59 Views
    rhessingerR
    Hi @j-d-koning_0111, Just wanted to check in if PG-2738 fixed your issue. We have also been working with another customer that has had similar issues. We determined this was related to setting to Map groups to SAML groups setting. If you have this enabled and do not have any groups claims sent, it was causing the error you saw above. This last issue, PG-2745, will be released in the next maintenance release. As a work around, make sure you have your SAML provider configured to send groups claims. Thanks, Rich
  • ProGet - Could not open a connection to SQL Server

    4
    0 Votes
    4 Posts
    28 Views
    atrippA
    Hi @tamir-dahan_7908 , Either you're making a typo somewhere, or there is something odd about your Docker/server configuration that is preventing a local network connection. I'm afraid I'm not a Docker expert, so I don't know what else to look for -- it could be specialized security configuration you have or a monitoring tool that's blocking things. If you have a Docker expert on your team, I would check with them to get some help. Ultimately, ProGet is just an ordinary .NET application making a connection on an ordinary SQL Server that's on the same local network (i.e. inedo-sql)... it's a super-common use case and just works out of the box. The most common issue is a typo (i.e. inedo-sql in one command and inedosql in another), but since this is such a common use case, if you search "Docker" and "A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible", you'll find a ton of results with lots of different things to try as well. If you're new to Docker, i would suggest installing with Inedo Hub - it's a lot easier to use. Cheers, Alana
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    3 Views
    No one has replied
  • ProGet - Error scanning blob exception

    3
    1
    0 Votes
    3 Posts
    16 Views
    J
    Thanks for the feedback and the fix. Have a nice weekend.
  • ProGet SCA - License URLs are modified when saved to DB

    12
    1
    0 Votes
    12 Posts
    43 Views
    J
    Thanks for the quick fix. We didn't have that many packages assigned to the licenses in question, so the workaround of disconnecting all packages from a license and then deleting that license did the trick.
  • ProGet OData V2 API

    5
    0 Votes
    5 Posts
    15 Views
    steviecoasterS
    If you're using Chocolatey at a version lower than 2.0.0 then there was only NuGet v2 support. Since 2.0.0 we've added support for NuGet v3. We also send chocolatey cli in the headers of the request, so you would be able to monitor the traffic and determin which traffic is originating from that tool. But as others mentioned, you wouldn't be able to determine much from the ProGet side.
  • Silent installation of ProGet

    5
    1
    0 Votes
    5 Posts
    22 Views
    dean-houstonD
    Hi @steviecoaster , Sorry about giving the bad advice there -- I did not realize that the offline installer does not include the hub.exe program. It looks like the Offline Installer Creation Process must strip that from the offline installer we provide. As you discovered, the advice from before wouldn't really work. Without doing a deep dive in the code, I don't know how to make it work. This isn't a use case we designed for, and I'd hate to send you down a wild goose chase. How about just using our standard silent installation approach, which I shared before: # create working directories mkdir C:\InedoHub cd C:\InedoHub # download and extract file to working directory Invoke-WebRequest "https://proget.inedo.com/upack/Products/download/InedoReleases/DesktopHub?contentOnly=zip&latest" -OutFile C:\InedoHub\InedoHub.zip Expand-Archive -Path InedoHub.zip -DestinationPath C:\InedoHub # perform silent installation hub.exe install ProGet:5.2.3 --ConnectionString="Data Source=localhost; Integrated Security=True;" This will basically install the desired version and it's likely "good enough" for the time being. -- Dean
  • 0 Votes
    5 Posts
    8 Views
    M
    OK, Dean, thank you very much.
  • pgutil: consider project references

    3
    0 Votes
    3 Posts
    15 Views
    C
    Hi @gdivis, thank you very much for your response! We are really looking forward to the finalized version :) Thanks, Caterina
  • ProGet: UI 403 errors

    8
    2
    0 Votes
    8 Posts
    56 Views
    rhessingerR
    Hi @jw, Thanks for sending this over. I created PG-2731 to track the fix. It should be out within the next two maintenance releases of ProGet. Thanks, Rich
  • ProGet 2023.35: Wrong vulnerability-mapping?

    3
    3
    0 Votes
    3 Posts
    10 Views
    C
    Hi @atripp, thank you very much for clarifying this. We are not able to update to ProGet 2024 yet, so I will just resolve this issue manually for our projects. Thanks, Caterina
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    3 Views
    No one has replied
Inedo Website HomeSupport HomeCode of ConductForums GuideDocumentation