Navigation

    Inedo Community Forums

    Forums

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

    steviecoaster

    @steviecoaster

    Customer Success Manager and Chocolatier @ Chocolatey Software

    3
    Reputation
    62
    Posts
    14
    Profile views
    1
    Followers
    0
    Following
    Joined Last Online
    Website steviecoaster.dev Location New Philadelphia, OH

    steviecoaster Follow

    Best posts made by steviecoaster

    • RE: Manipulate users using pgutil

      I'VE DONE IT!!! What a wild ride. I ended up using the Stored Procedures for things. Going that route did the trick nicely. Though I did have to spend the weekend learning SQL to understand exactly what the hell is going on inside of Stored Procedures haha.

      But, I've now got the code I need to go from 0 to a deployed ProGet instance programmatically. Still a bit of polishing left to do, and a whole heck of a lot of testing but I am super excited about this! Thank you very much for the Stored Procedure hint!!! I very much appreciate it.

      posted in Support
      steviecoaster
      steviecoaster
    • RE: Manipulate users using pgutil

      @atripp said in Manipulate users using pgutil:

      tech/marketing partnership

      That is above my pay grade as well to iron out he specifics but it is in my wheelhouse to push for it internally :)

      posted in Support
      steviecoaster
      steviecoaster
    • RE: Pagootle: pgutil, but PowerShell

      If APIs are made available for things, I'd much prefer that route and will replace using Stored Procs as I can.

      As pgutil.exe matures I see this module slowly becoming a Crescendo wrapper around it.

      posted in Support
      steviecoaster
      steviecoaster

    Latest posts made by steviecoaster

    • Create API Key for all feeds

      In the web interface I can create an API key for all feeds by selecting all feeds from the drop down menu.

      This seems to be some sort of "special" handling, as via the HTTP api or pgutil I must specify a feed name, or feed group name. Dev tools wasn't too helpful in deciphering what was going on in the calls unfortunately, so I'm a bit confused on how best to do that. In the free version they'll apply to all feeds anyway, so for my particular use case I just pick a feed and use it, but I'd still like to just say "all" :)

      posted in Support
      steviecoaster
      steviecoaster
    • RE: Documentation discrepancy

      I would only push back slightly in that I think securing the ProGet instance is core functionality, but that's a personal opinion and nothing more.

      It may be an idea to provide a callout at the top of the pages to say something like:

      Available in:
      
      * ProGet Free
      * ProGet Standard
      * ProGet Enterprise
      

      (or whatever the actual product names are) :)

      posted in Support
      steviecoaster
      steviecoaster
    • Documentation discrepancy

      I'm using the free version of ProGet, where I am able to create Groups, and add users to those groups via the web UI.

      When attempting to do so via the API, using pgutil or Invoke-RestMethod against the api endpoint, I get this message: ProGet Free Edition does not support this API.

      The documentation does not mention this. I would argue that if I can perform an action via the web interface in the free version of the product, it stands to reason that I should be able to use the API to do the same thing.

      posted in Support
      steviecoaster
      steviecoaster
    • ProGet behind Azure AppGateway

      Is anyone deploying ProGet in Azure behind an application gateway? Looking for any gotchas or guidance on doing so.

      posted in Support
      steviecoaster
      steviecoaster
    • RE: ssl certificate does not work

      I recently published a new version of Pagootle that supports working with Asset directories, includes some other fixes, and improves the documentation.

      posted in Support
      steviecoaster
      steviecoaster
    • RE: ssl certificate does not work

      @Jonathan-Engstrom something like this? https://steviecoaster.github.io/Pagootle/Commands/Set-ProGetSslConfig/

      posted in Support
      steviecoaster
      steviecoaster
    • RE: ProGet not respecting Chocolatey flags `--all-versions` and `--prerelease` when searching connector feeds

      Hey @atripp,

      Thanks for the update! We've got a lot of customers moving from Sonatype to Inedo. How many of those will use connectors is unknown. Thanks for linking to your internal issue for this. We can provide that to customers so they can see the status of the fix.

      posted in Support
      steviecoaster
      steviecoaster
    • RE: ProGet not respecting Chocolatey flags `--all-versions` and `--prerelease` when searching connector feeds

      @imm0rtalsupp0rt, it would be good to provide searches across both in case of a weird difference in the URLs. (That shouldn't be the case as this is an api, but I've been staring at code long enough to know that hamsters fall off wheels in the oddest places and most inopportune times!)

      posted in Support
      steviecoaster
      steviecoaster
    • RE: ProGet not respecting Chocolatey flags `--all-versions` and `--prerelease` when searching connector feeds

      We're working on putting all the data together to share :)

      posted in Support
      steviecoaster
      steviecoaster
    • RE: ProGet not respecting Chocolatey flags `--all-versions` and `--prerelease` when searching connector feeds

      choco search relies on the endpoint. If you use a nuget v2 url, we'll use v2, if you use a v3 source (meaning the url ends in index.json, we'll use v3.

      posted in Support
      steviecoaster
      steviecoaster