Welcome to the Inedo Forums! Check out the Forums Guide for help getting started.

If you are experiencing any issues with the forum software, please visit the Contact Form on our website and let us know!

  • 0 Votes
    13 Posts
    1k Views
    ?
    Yet one more solution (after 6+ months). After trying all the possible solutions mentioned above - if you are still seeing the error: Response status code does not indicate success: 405 (Method Not Allowed). then most likely you need to disable your WebDav IIS plugin. You may either remove the IIS feature from the machine or if you need to keep the feature you may disable it only for this website. You may do this by editing the Web.config file (by default located here: C:\Program Files\ProGet\WebApp) and add two entries as shown below: <system.webServer> <modules> <remove name="WebDAVModule" /> </modules> <handlers> <remove name="WebDAV" /> </handlers> </system.webServer>" Note: the Modules and Handlers section should already exist, you only need to add the line <remove name="xxx"> for each section. I think Proget Dev team should integrate this in the Web.config by default to prevent future issues.. Thanks HS
  • Web Debug level explanation

    proget
    2
    0 Votes
    2 Posts
    1 Views
    ?
    This is not a supported setting to change, and you won't find anything useful by changing it; it's only intended for diagnostic purposes when working with an Inedo engineer. The specific behavior may change from version to version, and we don't want to document how it works or support a particular behavior. if you're really curious to know, the best bet would be to look at the source code, and see how it's used; that's how we would use it ourselves.
  • Database setup script

    proget sql-server proget-installation
    2
    0 Votes
    2 Posts
    15 Views
    ?
    You'll need to run bmdbupdate.exe. It doesn't need to be run on the database server itself; the user that runs it must have dbo permissions to the proget database.
  • 0 Votes
    2 Posts
    13 Views
    ?
    This is currently on our roadmap
  • ProGet Install Error

    proget installation
    2
    0 Votes
    2 Posts
    15 Views
    ?
    There appears to be a problem with the windows service manager. I recommend you to reboot the server, and try again. If that fails, you can use the manual installation instructions.
  • 0 Votes
    3 Posts
    19 Views
    ?
    Ah, I see it. I use Caddy as my reverse proxy which doesn't support this feature.
  • ETA on ProGet 4.7.12 for Linux?

    linux proget
    3
    0 Votes
    3 Posts
    4 Views
    ?
    Thanks for the response! Gotta say, I'm impressed that y'all take the time to answer questions like this, even when they're from free-license users.
  • Cannot login to docker feed with docker client

    proget microsoft
    3
    0 Votes
    3 Posts
    67 Views
    ?
    I figured that by remove Windows Auth and going back to build-in security but that won't work for my scenario. I've moved to an azure registry and it's working fine. I'm sorry I can't use Proget for all my feeds though. Cheers, ET
  • Invalid credentials

    proget jenkins
    2
    0 Votes
    2 Posts
    16 Views
    ?
    Jenkins does not support Windows Integrated auth, so you will need to disable it to get Jenkins to be able to talk to ProGet.
  • Scheduling Recurring Orchestration Plans with an Interval

    otter
    3
    0 Votes
    3 Posts
    3 Views
    ?
    Sounds good. Thanks for taking a look Ben.
  • Question on Importing Deployables

    buildmaster
    2
    0 Votes
    2 Posts
    0 Views
    ?
    You can ignore this post. I can get my info from the API.
  • How do I a Package Variable value via API

    buildmaster
    4
    0 Votes
    4 Posts
    2 Views
    ?
    lol, boy I really need to quit doing 5 things at once. Thanks for the answer Ben. Thought you were answering another one I posted that I had meant to close. Going to drink my coffee now and hopefully wake up!
  • Azure SQL Connection string

    azure sql-server proget
    4
    0 Votes
    4 Posts
    19 Views
    ?
    That's the error from the SCM, but the .NET error is also logged. You may want to try running the service interactively in this case, then you can see the error message and identify what's wrong with the db connection.
  • Problem with VSIX feed

    proget
    3
    0 Votes
    3 Posts
    3 Views
    ?
    Sorry Sorry Sorry!!! I've tested it on VS2015 and VS2017 and it runs ok!!!! Sorry, 've mismatched the protocol (it must be set to "Atom Feed" (from VSGallery)).
  • 0 Votes
    4 Posts
    9 Views
    benB
    The legacy source provider is available in the same Mercurial extension. As long as the provider has Log command line arguments disabled, the Admin_ConfigureBuildMaster permission is required to see the URL with the password in it. If the username or password has special characters that don't work in URLs, they can be encoded. Common characters that cannot be used in the username/password section of a URL without encoding include: \ (use %5C) / (use %2F) @ (use %40) : (use %3A, but don't encode the colon between the username and the password) % (use %25, but only if the percent sign is part of the username/password and not one of the above replacements)
  • Download packages based on Metadata

    proget
    5
    0 Votes
    5 Posts
    16 Views
    ?
    You can do this... GET /upack/«feed-name»/search?query=«search-query»&count=«max-items» This is the same API that the ProGet Web Application uses to show results to users, and returns a list of packages similar to the packages endpoint.
  • Whitelist

    proget
    5
    0 Votes
    5 Posts
    4 Views
    ?
    Can I stop developers from accessing the Public feed?
  • Only allow certain packages in connected feed

    proget
    2
    0 Votes
    2 Posts
    1 Views
    benB
    Hello Graham, Filters are what you should use in this case. You can add a package ID like MyCompany.SomeProduct or a wildcard like MyCompany.*. A long list might be hard to work with, since it's just a text box, but if you're only adding new things to the list every so often and not modifying the list all the time, it should be fine.
  • Using group filte in Universal package

    proget
    2
    0 Votes
    2 Posts
    2 Views
    ?
    It's just a way to organize packages. You can filter in the API currently but not in the UI. We had considered that feature when adding universal packages, but so far I believe you are the first to request it :) As an example, we use the groupings for extensions for our products, with the product name being the group for an extension.
  • UI Behavior

    proget
    2
    0 Votes
    2 Posts
    1 Views
    ?
    I understand the frustration... but we really didn't design the UI for quick, rapid package deletes. Have you considered using retention policies instead ? This will automatically purge old versions. You can also write a script that uses the API to do it. As a work-around for the manual mass deleted... I suppose in this case, you could just middle-click to open a new tab, and then delete several tabs at once?
Inedo Website HomeSupport HomeCode of ConductForums GuideDocumentation