Navigation

    Inedo Community Forums

    Forums

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

    mail_6495

    @mail_6495

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

    mail_6495 Follow

    Best posts made by mail_6495

    This user hasn't posted anything yet.

    Latest posts made by mail_6495

    • Bug: ProGet Asset package repository permission system is broken (Feeds_AddPackage always "not permitted")

      Using ProGet 6.0.8 within an Docker container (Indeo official) on a Linux (Ubuntu 20.04) host, the ProGet Asset package repository does not interpret the permissions correctly.

      I have a single user instance running, in which my user account is in the Administrators group. I also tried creating a new Task (with all checkboxes enabled). I also tried a direct user assignment to the Tasks (not via group). I logged-out and logged-in after every configuration change, and I was also using "Clear Cache" every time.

      However, ProGet does not let me upload to an Asset Directory, which I just had created. The file upload will crash with the following error message:

      {"success":false,"error":"USERNAME is not permitted to perform the Feeds_AddPackage task for the current scope."}
      
      posted in Support
      M
      mail_6495
    • Bug: ProGet Asset package repository does not support whitespace in file/folder names.

      Using ProGet 6.0.8 within an Docker container (Indeo official) on a Linux (Ubuntu 20.04) host, the ProGet Asset package repository does not support whitespaces in folder names or file names.

      Creating the subfolder "Program Files" via ProGet web interface will show the folder "correctly". However, within the actual filesystem, there is only a single "Program" folder created. A "Files" subfolder of "Program" will also be created.
      Trying to upload files into such folders will result into 500 server errors:

      An error occurred in the web application: Could not find a part of the path '/var/proget/packages/[...]/Program Files/[...]'.
      
      posted in Support
      M
      mail_6495