Navigation

    Inedo Community Forums

    Forums

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    1. Home
    2. Tags
    3. proget
    Log in to post

    • ?

      Maven deploy to ProGet server
      Support • proget java • • Majed  

      2
      0
      Votes
      2
      Posts
      35
      Views

      ?

      Looks like that's the wrong url; any url that starts with "/feeds" is for the UI only. Pl;ease use the "API Endpoint" URL specified on that same page intead.
    • ?

      Forgot Login Password
      Support • proget • • Majed  

      2
      0
      Votes
      2
      Posts
      71
      Views

      ?

      The Directory Troubleshooting docs page has more information: https://inedo.com/support/documentation/various/ldap/troubleshooting
    • H

      Better team management for feeds
      Support • proget security • • harald.s.hanssen_9685  

      4
      0
      Votes
      4
      Posts
      14
      Views

      ?

      I see, so the actual problem is that you don't have the ability to create or manage AD Groups? Yes, that is certainly annoying... You will probably be better off working within your organization to change this policy. It's awfully silly, and totally defeats the purpose of using AD to begin with. That said, we will consider adding a "teams" feature for a future version.
    • ?

      Regarding support for ProGet Basic Edition
      Support • proget • • Majed  

      2
      0
      Votes
      2
      Posts
      2
      Views

      ?

      ProGet Basic includes support via tickets submitted at https://my.inedo.com in addition to this QA forum (which is more often community supported) for each year purchased of Annual Licensing. If you choose the Perpetual option, the 1st year is included, and then support may be renewed each following year for 20% of the "then-current" licensing price.
    • ?

      Does ProGet support the dotnet pack generated nugets?
      Support • proget net • • Majed  

      4
      0
      Votes
      4
      Posts
      11
      Views

      ?

      I'm afraid not; it's a generic crash error message. We really need specific ways to reproduce it to help identify what problem is.
    • ?

      Working with docker feed
      Support • proget • • Majed  

      2
      0
      Votes
      2
      Posts
      6
      Views

      ben

      Hello Dmitry, I don't think there's currently a way to delete Docker images through the API. The blobs are deleted by the FeedCleanup scheduled task. You can run the task manually from /administration/scheduled-tasks, and it will run automatically once per day by default.
    • ?

      NPM adduser - Not Found
      Support • proget error npm • • Majed  

      4
      0
      Votes
      4
      Posts
      53
      Views

      ?

      Hello Ben, thanks for help. I can confirm that node.js v 6.11.4 with slash at the end of URL works ;)
    • ?

      Upload large files
      Support • proget nuget • • Majed  

      2
      0
      Votes
      2
      Posts
      46
      Views

      ?

      There's nothing jumping out in the logs that's off, it likely is bad information that the client is sending. Most likely it's stemming from the fact that, your package is about 100x as big as a NuGet packages (i.e. .NET libraries) are intended to be. Microsoft will probably never prioritize support for this sort of package, so it's not going to be high on our list either to work-around either. I would recommend you to find a different way of solving whatever problem you are trying to solve in a different way. If you're packaging applications, you should consider a format actually built for such purposes, like the Universal Package Format or Romp packages.
    • ?

      HTTP Error 500.19 - Internal Server Error for ProGet Webpage
      Support • proget • • Majed  

      2
      0
      Votes
      2
      Posts
      35
      Views

      ?

      Based on that error, it sounds like ASP.NET 4.5 is not enabled on your server; this is a separate role feature you must install on your computer/server. It could also be a configuration error, as the message suggested, and you've prevented proget's web.config from removing those handlers at the machine level. In this case you'll need to use the built-in web server, or fix the configuration.
    • ?

      Using Ensure-AppSetting on a config file from a ProGet deployment causes drift to be detected
      Support • proget buildmaster otter • • Majed  

      5
      0
      Votes
      5
      Posts
      8
      Views

      ?

      Hey Alex, Thanks for the follow up! I did continue working on this, and got to a point where I'm happy with how it is working. I was in contact with Karl about it too via email, and sent him some details, but for reference for others who find it useful.. We went with the solution of putting the config into separate files, using the 'configSource' option as needed to specify references to external files. Further to that, we created an extension for Otter to allow us to manage the settings in those files - similar to how the 'EnsureAppSetting' thing works, but allowing an XPath expression to be used to identify the precise element in the config file to check. That meant we could use it for e.g. files that hold connection strings. (I do intend to publish that extension to the Den at some point - haven't so far gotten around to it though). Let me know if you would like any more detail on what we're doing! Thanks, Andrew
    • ?

      Drop path null does not exist.
      Support • proget • • Majed  

      3
      0
      Votes
      3
      Posts
      5
      Views

      ?

      Thank you Alana. We have a lot of feeds configured. Is there an easy way to distinguish which one is/are failing?
    • ?

      An error occurred in the web application: Value cannot be null. Parameter name: userName
      Support • proget buildmaster • • Majed  

      4
      0
      Votes
      4
      Posts
      75
      Views

      ?

      The docker image is no longer in Beta, FYI.
    • ?

      ProGet Asset Export 500 error
      Support • proget api archive • • Majed  

      2
      0
      Votes
      2
      Posts
      21
      Views

      ?

      Can you provide the full stack trace? It will be logged in Admin > Errors.
    • ?

      Database Configuration in ProGet
      Support • proget • • Majed  

      2
      0
      Votes
      2
      Posts
      8
      Views

      ?

      These article by AWS will should help provide you details on how to build a connection string to put in there: http://docs.aws.amazon.com/elasticbeanstalk/latest/dg/create_deploy_NET.rds.html http://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_ConnectToMicrosoftSQLServerInstance.html
    • ?

      Sql Server Supported Versions
      Support • proget sql-server • • Majed  

      2
      0
      Votes
      2
      Posts
      6
      Views

      ?

      ProGet supports any version of SQL Server starting with 2008.
    • ?

      Jenkins ProGet plug-in fails with nested folders
      Support • proget buildmaster jenkins • • Majed  

      2
      0
      Votes
      2
      Posts
      7
      Views

      ben

      Hello Bruce, I believe the Jenkins plugin does not want the leading slash on the path, so this should work: parent-folder,myFolder/**/* Let me know if I misunderstood your question - I don't usually work with Jenkins.
    • ?

      Access proget from remote host
      Support • proget • • Majed  

      2
      0
      Votes
      2
      Posts
      1
      Views

      ?

      Please see KB#1014 - Changing an Inedo Product's URL with the Integrated Web Server
    • ?

      Child directories not created when using Ensure Package
      Support • proget otter packages • • Majed  

      6
      0
      Votes
      6
      Posts
      9
      Views

      ?

      That works - awesome - thank you so much!
    • ?

      Internal Server 500 when attempting to download the package (ProGet doesn't seem to resolve the package location correctly)
      Support • proget error • • Majed  

      7
      0
      Votes
      7
      Posts
      100
      Views

      ?

      In this case, it sounds like the permissions for AWS must not be correct...the user must have full control/read/write access to bucket you specify.
    • T

      Exception installing InedoCore
      Support • proget error • • tbl_5153  

      4
      0
      Votes
      4
      Posts
      17
      Views

      T

      Solved by using link by Martin Helgseen http://inedo.com/support/questions/7217 Thanks
    • 1
    • 2
    • 24
    • 25
    • 26
    • 27
    • 28
    • 79
    • 80
    • 26 / 80