Navigation

    Inedo Community Forums

    Forums

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

    phopkins_6694

    @phopkins_6694

    0
    Reputation
    11
    Posts
    1
    Profile views
    0
    Followers
    0
    Following
    Joined Last Online

    phopkins_6694 Follow

    Best posts made by phopkins_6694

    This user hasn't posted anything yet.

    Latest posts made by phopkins_6694

    • RE: Proget 2025.3 Delete All Versions of package not working

      @kc_2466 Yeah I do press the Delete Package button as well, I highlighted that other button because it's the toggle button

      posted in Support
      P
      phopkins_6694
    • Proget 2025.3 Delete All Versions of package not working

      Not sure if this is just choco feeds or all but the ability to "Delete All Versions" of a package from the GUI no longer works, it will just delete the version that is highlighted, whether that is first last or middle doesn't matter. I haven't tried any API yet
      Example sanitised screens, 0.3412090.0 is our selected target with Delete All selected

      delete_before.png

      delete_all.png

      delete_after.png

      posted in Support
      P
      phopkins_6694
    • RE: Proget 2024.37 (Build 4) issues (tags and counters)

      @stevedennis Nice one, thanks for all your help

      posted in Support
      P
      phopkins_6694
    • RE: Proget 2024.37 (Build 4) issues (tags and counters)

      Also I set up a connector on this TEST_FEED, absorbed into a new TEST_FEED2 and it exhibits that behaviour where I can search for tags in the TEST_FEED2 with proxy. Both a re choco feeds

      posted in Support
      P
      phopkins_6694
    • RE: Proget 2024.37 (Build 4) issues (tags and counters)

      @stevedennis OK I made a test feed, used one of our existing packages and it fails to search. I also made a sanitised dummy package and it also fails. Looks like I cant attach files here so if you want I can email them, otherwise here is the code snippet for the dummy nuspec. Could not search for testX tags. Created with choco pack
      Chocolatey v2.4.3

      <?xml version="1.0"?>
      <package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
        <metadata>
          <id>test</id>
          <version>0.1</version>
          <authors>me@me.com</authors>
          <description>test nuspec</description>
          <tags>test1 test2 test3 test4</tags>
          <dependencies>
          </dependencies>
        </metadata>
      </package>
      
      posted in Support
      P
      phopkins_6694
    • RE: Proget 2024.37 (Build 4) issues (tags and counters)

      @stevedennis will try and do before end of week, would any logs help as well?

      posted in Support
      P
      phopkins_6694
    • RE: Proget 2024.37 (Build 4) issues (tags and counters)

      @stevedennis Yep the metadata is definitely there, and searchable via choco CMD but not via the proget Search Box.
      Here is an interesting thing though which might give you some clue as to what is going on...

      If I have a local connector FEED_B going into that FEED_A I search for metadata and that works in the proget UI. So the connected FEED_B works through FEED_A, but then when I go to FEED_B direct and UI search it exhibits the same bug.

      Hope that helps

      posted in Support
      P
      phopkins_6694
    • RE: Proget 2024.37 (Build 4) issues (tags and counters)

      Update: Re-index did not correct the issue

      posted in Support
      P
      phopkins_6694
    • RE: Proget 2024.37 (Build 4) issues (tags and counters)

      Still no tags in Version 2025.3 (Build 9), and cant be searched for in UI
      Trying a reindex for what it's worth

      posted in Support
      P
      phopkins_6694
    • RE: Proget 2024.37 (Build 4) issues (tags and counters)

      Thanks @stevedennis , I'll have a poke at 2025 and see if it's good to move to. It does appear to be visual as we can search for tags via choco API etc, but not via the GUI search which I would have assumed called the API.

      Yeah the total downloads is the "Downloads" column on the main page for each feed. So it would be a sum of all packages downloaded AFAIK. It's not super critical but is a good metric for us

      posted in Support
      P
      phopkins_6694