Navigation

    Inedo Community Forums

    Forums

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    1. Home
    2. forbzie22_0253
    F
    • Profile
    • Following
    • Followers
    • Topics
    • Posts
    • Best
    • Groups

    forbzie22_0253

    @forbzie22_0253

    0
    Reputation
    49
    Posts
    2
    Profile views
    0
    Followers
    0
    Following
    Joined Last Online

    forbzie22_0253 Follow

    Best posts made by forbzie22_0253

    This user hasn't posted anything yet.

    Latest posts made by forbzie22_0253

    • Package delist and deprecated API

      When you delist and deprecated a package, I can see via the website UI two icons to indicate this along with a message to say these two properties have been set.

      When I now use Find-Package or list packages via the API, the package I delisted and deprecated still returns in the results?

      Shouldn't the package be unavailable?

      Thanks

      posted in Support
      F
      forbzie22_0253
    • RE: Add custom tags to nuget packages

      Hi,

      In other repository management systems there is the ability to create custom tags and assign these to packages on the repository, I think this is something that would be very useful since it allows you to mark a particular package with some custom tag, without having to repackage the package and republish to the feed.

      Just to clarify, when I say tag, I mean tagging the package metadata on the ProGet feed, similar to what you already have in place for marking packages as unlisted and deprecated.

      Just wanted to check if this was something that may be a feature in future

      Thanks

      posted in Support
      F
      forbzie22_0253
    • Add custom tags to nuget packages

      Is there a way to add custom tags to nuget packages on the feed?
      I only see features such as package promotion and re packaging, but nothing that would let you add a custom tag to a package.

      I know I can add a tag to a powershell module psd1 and then upload, but I am looking for a way to do this on the fly in ProGet

      Thanks

      posted in Support
      F
      forbzie22_0253
    • RE: IIS appConcurrentRequestLimit

      @atripp Hi, I do plan on migrating over to Kestrel and Postgres but for the moment was looking to optimise IIS.
      I could not find anything in the ProGet documentation to suggest you should not increase the limit higher than 5000, is your recommendation to not increase this number based off bad experiences with other customers ? Or are you just saying that the preferred approach is to use Kestrel?

      Thanks

      posted in Support
      F
      forbzie22_0253
    • IIS appConcurrentRequestLimit

      Hi,

      Does ProGet have a recommended limit on the max number of connections for appConcurrentRequestLimit setting in IIS?

      It's 5000 by default but does increasing this to 10000 sound reasonable if the server has enough resources ?

      Wasn't sure if ProGet had any hard limits within its own service etc so thought I'd ask

      Thanks

      posted in Support
      F
      forbzie22_0253
    • ProGet Asset Directory

      Is it possible to retrieve previous versions of an item in the asset directory using the API?

      I see the metadata endpoint I can query but that does not contain the previous versions.

      Thanks

      posted in Support
      F
      forbzie22_0253
    • RE: ProGet feeds using different app pools

      Does the integrated web server use Kestrel under the hood?

      Assume it has feature parity with IIS so that you can have Https certificate bindings etc?

      Are there any gotchas to using the integrated web server ?

      Thanks

      posted in Support
      F
      forbzie22_0253
    • ProGet feeds using different app pools

      Hi,

      I had a design question.

      If you expect some of your feeds to be very busy, would it be better to have a separate application pool in IIS for each of the feeds in ProGet?
      So one website but multiple web applications pointing to different app pools.
      This way you would segregate the process etc.. so one would not affect the other.

      Is this a supported configuration or do you have customers that do this?

      Thanks

      posted in Support
      F
      forbzie22_0253
    • ProGet IIS Dependency on SQL

      We have noticed the following issue when using ProGet with SQL Express.
      The ProGet server will reboot.
      The ProGet App Pool comes up before the ProGet SQL instance is fully loaded.
      Is there a way to make the web application dependant on the SQL DB?
      There isnt two different windows services to make one dependant on the other so thats a no go.
      Would like to try and use some native ProGet functionality to solve this if possible.

      posted in Support
      F
      forbzie22_0253