Navigation

    Inedo Community Forums

    Forums

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

    kc_2466

    @kc_2466

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

    kc_2466 Follow

    Best posts made by kc_2466

    This user hasn't posted anything yet.

    Latest posts made by kc_2466

    • ProGet - Feed Retention Rules - Quota turns negative above certain values

      ProGet v2025.5

      In the Retention rules, if we enter a size of feed greater than 2097000mb, and then save, then we end up with a negative number displayed for the quota. I was aiming for 3TB - but i can foresee that at some point we might want to go much higher in the not too distance future.

      posted in Support
      K
      kc_2466
    • RE: Feature Suggestion - Allow AD users to be added to built-in groups

      The reason it's desirable is that although it's easy to get AD groups added, they are administered by a central department within the company, so each time we wish to add or remove somebody from a ProGet group, the change has to be requested, and this takes some time.

      Other products we use such as TeamCity and Jira allow this. Also the system we used before ProGet allowed it :-)

      posted in Support
      K
      kc_2466
    • Feature Suggestion - Allow AD users to be added to built-in groups

      It would be useful to allow Active Directory users to be added to built in groups, so that group management can be controlled locally within ProGet.

      posted in Support
      K
      kc_2466
    • group name duplicated in usage instructions

      Proget 2025.3

      With universal packages - in the usage instructions, the 'group name' gets repeated twice in the usage instructions, in all 3 tabs, upack client, cURL and PowerShell:

      72e79bdf-c909-4f3e-addc-c9e4c659e0b0-image.png

      posted in Support
      K
      kc_2466
    • RE: Proget 2025.3 Delete All Versions of package not working

      @phopkins_6694 - I've successfully used "delete all versions" in 2025.3 - but on an NPM feed rather than Choco. However I pressed the "Delete Package" button from your second screenshot rather than the "Delete Specific Version..." button that you have highlighted.

      posted in Support
      K
      kc_2466
    • RE: ProGet - Feature Suggestion - adding Universal Packages

      Hi @atripp,

      One of the uses for upacks for us, is for storing binary images for things that are subsequently included into other CI builds. These are usually things are are not updated particularly frequently, and are not built by our CI system, for example an FPGA image, or perhaps some binary image provided to us by a component manufacturer.

      So the process to update these packages is generally manual - we could use pgutil, but the UI seemed like a really nice feature. It's great for creating the first version of a package, but it just seems a bit awkward when adding a new version of an existing package, as you have to carefully re-enter the group and package name to match the existing package. So having a shortcut on the package page to add a new version of a package with the group and package name pre-filled would be really helpful.

      posted in Support
      K
      kc_2466
    • Tasks / Permissions screen - not possible to tell where the divide is between categories

      ProGet 2025.3

      On the Tasks / Permissions screen, sometimes (probably when there are an even number of rows in 'scope'). Due to the alternating shading, it's not possible to see where the divide should be between different task names:

      2108bd4e-bccd-45b1-823c-b2fdeca0152e-image.png

      posted in Support
      K
      kc_2466
    • Some users can't clear ProTips

      A user with only 'Publish Packages' permission can't clear at least some ProTips. When they click the close icon on the ProTip, the error is displayed: "<username> is not permitted to perform the Admin_ManageFeed task for the current scope."

      ProGet v2025.3 - Basic Edition

      8529ab1c-be2d-476d-9501-29cbadf8c1c4-image.png

      posted in Support
      K
      kc_2466
    • Proget 2025 - Add Package UI missing for some users

      Since upgrading from 2024.36 to 2025.3 the user interface to allow universal packages to be created is no longer available for users with "Publish Package" permissions/task. Note this the default 'publish package' task - completely unmodified. Seems to apply to all feed types - but haven't extensively tested it.

      2024.36:
      f5dd8a2a-d7c0-4646-91ce-6ad872032d7e-image.png

      2025.3:
      6d8ff434-ddeb-48ce-bacc-b1d217da7d24-image.png

      posted in Support
      K
      kc_2466
    • RE: Setting Date format - with ProGet running under Docker

      I've made a bit of progress on this problem. I've now moved up to ProGet 2025.3 - and the image now does have lots of locales available (maybe they were there before, but I hadn't discovered how to enable them).

      To enable specific locales it is necessary, it seems, to uncomment the appropriate lines in /etc/locale.gen, and run the locale-gen command.
      It's then possible to set LC_TIME to this locale, and now when you send the date command it is formatted in the selected locale.

      To achieve this i've added the following to my docker-compose.yml:

          entrypoint: sh -c "sed -i 's/# en_DK/en_DK/' /etc/locale.gen && locale-gen && /entrypoint.sh"
          environment:
            LC_TIME: "en_DK.utf8"
      

      However - having done all that - The ProGet UI doesn't actually format the dates in the system locale of the container.

      posted in Support
      K
      kc_2466