Navigation

    Inedo Community Forums

    Forums

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

    Topics created by forbzie22_0253

    • F

      Package delist and deprecated API
      Support • • forbzie22_0253  

      3
      0
      Votes
      3
      Posts
      8
      Views

      atripp

      Hi @forbzie22_0253 , Similar to the UI, packages are still returned in the API - they just have a flag set to indicate they are unlisted/deprecated. It's up to the client to determine what to do about that. I don't believe the Find-Package cmdlet works with these properties; I think only Visual Studio will hide/warn about them. Thanks, Alana
    • F

      Add custom tags to nuget packages
      Support • • forbzie22_0253  

      4
      0
      Votes
      4
      Posts
      17
      Views

      apxltd

      @forbzie22_0253, From an API standpoint, I believe only npm packages support server-side tags. Rubygems might, but in any case we strongly advise against using them: https://blog.inedo.com/npm/smarter-npm-versioning-with-semver/ Server-side tagging is not likely something we will support in the future. Deprecation and Listing are really only there because many of the client APIs support them. I'd need to see a strong, specific use case. If it's related to quality (e.g. dev, staging, prod), then it's a "hard no" because our solution to quality is prerelease version numbering/tagging with repackaging. I do know that Sonatype Nexus has always supported tagging, but their repository is more of a "fileserver with server-side metadata" and ProGet is package-based. The only documented use case they have for tags has been quality, and our solution/approach is far superior. Cheers, Alex
    • F

      IIS appConcurrentRequestLimit
      Support • • forbzie22_0253  

      4
      0
      Votes
      4
      Posts
      12
      Views

      atripp

      Hi @forbzie22_0253 , We have never seen a case where changing an IIS setting has benefited performance in any way whatsoever; instead we have only found headaches and problems from users modifying them. Those settings are not designed for modern .NET applications, but for like .NET Framework, classic ASP, etc. So please don't touch them :) Thanks, Alana
    • F

      ProGet Asset Directory
      Support • • forbzie22_0253  

      2
      0
      Votes
      2
      Posts
      6
      Views

      atripp

      Hi @forbzie22_0253 , That's not exposed in the UI at this time; is there a reason/use case you'd want to use it? it's primarily intended as a kind of backup of sorts. Thanks, Alana
    • F

      ProGet feeds using different app pools
      Support • • forbzie22_0253  

      4
      0
      Votes
      4
      Posts
      10
      Views

      atripp

      Hi @forbzie22_0253 , Yes, we use Kestrel under the hood. You can configure HTTPS under Admin > HTTPS: https://docs.inedo.com/docs/installation/installing-on-iis/installation-windows-https-support No real "gotchas" -- but note that with port sharing (i.e. binding to a hostname as opposed to an IP), that needs to use the HTTP.SYS component of Windows. Cheers, Alana
    • F

      ProGet IIS Dependency on SQL
      Support • • forbzie22_0253  

      2
      0
      Votes
      2
      Posts
      8
      Views

      Dan_Woolf

      Hi @forbzie22_0253, The easiest solution is to change both the "ProGet Service" (INEDOPROGETSVC) service and the "World Wide Web Publishing Service" (W3svc) to Automatic (Delayed Start). This typically allows SQL Server to start before IIS and the ProGet Service start. Thanks, Dan
    • F

      ProGet successfully started Event
      Support • • forbzie22_0253  

      2
      0
      Votes
      2
      Posts
      7
      Views

      stevedennis

      Hi @forbzie22_0253, There's no Windows event logged, but once the /heath page is reachable, then the application is ready. If you're using SQL Server and IIS on the same box, then both of those must first load before ProGet can start. Thanks, Steve
    • F

      Programmatic way to check activation
      Support • • forbzie22_0253  

      3
      0
      Votes
      3
      Posts
      8
      Views

      F

      @atripp the health endpoint looks good, thanks
    • F

      ProGet Proxy Authentication
      Support • • forbzie22_0253  

      4
      0
      Votes
      4
      Posts
      16
      Views

      atripp

      @forbzie22_0253 setting the proxy programmatically is not something we currently support or document at this time, but if you're dedicated you could use native API to the newly-developer settings API: https://github.com/Inedo/pgutil/blob/thousand/pgutil/Settings/ListCommand.cs It's configured via values in the Configuration table.
    • F

      Setting API key permissions
      Support • • forbzie22_0253  

      8
      0
      Votes
      8
      Posts
      25
      Views

      F

      @atripp thanks, resolved now.
    • F

      ProGet 2024 API changes
      Support • • forbzie22_0253  

      2
      0
      Votes
      2
      Posts
      11
      Views

      atripp

      Hi @forbzie22_0253 , This refers to Delete Package, which was introduced in ProGet 2023: https://docs.inedo.com/docs/proget-api-packages-delete We don't really document/track what Native APIs change between releases, so I'm not really sure: https://docs.inedo.com/docs/proget-api-http#native-api-endpoints You can do a comparison in the /api/reference page. Thanks, Alana
    • F

      ProGet license activation automation
      Support • • forbzie22_0253  

      7
      0
      Votes
      7
      Posts
      21
      Views

      F

      @atripp thanks for confirming
    • F

      Reset ProGet Admin Password via API
      Support • • forbzie22_0253  

      2
      0
      Votes
      2
      Posts
      17
      Views

      atripp

      Hi @forbzie22_0253 , For the Native API, you would pass in a base-64 encoded string value for byte[] values. Sorry that we don't have any examples; it's not a very friendly API, and we don't call it via JSON ourselves. Most users will configure LDAP or SAML, so so this isn't a big priority for us to document or create an API for as you can understand. If you find something that works, please do share it here :) Thanks, Alana
    • F

      Apply License via API
      Support • • forbzie22_0253  

      2
      0
      Votes
      2
      Posts
      8
      Views

      atripp

      @forbzie22_0253 you can use the same ProGet Free on multiple instances
    • F

      ProGet dropPath for package imports
      Support • • forbzie22_0253  

      6
      0
      Votes
      6
      Posts
      18
      Views

      F

      @atripp thanks for confirming.
    • F

      Create Feed via API Timeout
      Support • • forbzie22_0253  

      5
      0
      Votes
      5
      Posts
      15
      Views

      F

      Just to close this thread off. I tried below but no joy: Rebooting server several times Server is not under any load All other feed related API's worked fine Re-installed proget Resolved: Re-installed proget and re-created DB
    • F

      Programmatic way to manage API keys
      Support • • forbzie22_0253  

      4
      0
      Votes
      4
      Posts
      16
      Views

      atripp

      Hi @forbzie22_0253 , We are aiming to release ProGet 2024 in early April; here are the upgrade notes in progress, which will give some idea of what's coming: https://docs.inedo.com/docs/proget-upgrade-2024 Best, Alana
    • F

      ProGet bulk upload of nupkg files, choco packages
      Support • • forbzie22_0253  

      3
      0
      Votes
      3
      Posts
      24
      Views

      F

      @Dan_Woolf awesome thanks
    • 1
    • 2
    • 1 / 2