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!

  • Unable to add bower package to feed

    connectors bower proget
    3
    0 Votes
    3 Posts
    7 Views
    ?
    So that would be great if they were indeed added into my packages, but it seems that they are not. [image: gJ7Oov8.png]
  • Unable to upload zip files via universal feed

    proget
    2
    0 Votes
    2 Posts
    16 Views
    ?
    When uploading a package via the ProGet Web UI, the package will need to conform to the Universal Package Format: is a ZIP archive format with a .upack file extension has a metadata file at root level of archive named upack.json contains any number of files in the /package directory; these files are the files that will get "unpackaged" by the client or server You can use the Upload Package Endpoint to submit plain zip files, so long as you also put additional metadata. That link will have some examples of how you can use it.
  • Log in - npm commandline

    authentication proget npm
    4
    0 Votes
    4 Posts
    40 Views
    ?
    The URL must still be incorrect; the /npm endpoints will return JSON-based content, where as the errors shown is HTML-based body content (<!DOCTYPE html>...). You can use a tool like Fiddler to see precisely what URLs are being requested, and then hopefully diagnose/trace from there.
  • No packages listed on VS2015

    visual-studio buildmaster
    1
    0 Votes
    1 Posts
    4 Views
    No one has replied
  • Webpage not loading

    proget-installation proget
    3
    0 Votes
    3 Posts
    6 Views
    ?
    Hi Alana, the EventView helped. Thanks for the hint. An SQL Error was noting that the "EXECUTE" permission was missing for the Database-User of ProGet. Once I fixed that, everything runs smoothly now.
  • 0 Votes
    2 Posts
    8 Views
    ?
    There is an open issue with this, [BM-2273] that should be addressed in an upcoming release.
  • Default email in my event listeners

    notifiers buildmaster
    3
    0 Votes
    3 Posts
    7 Views
    ?
    I agree whoever owns the event listener, should get the email. What I mean is the default email address doesn't seem to work. E.g., ideally, if I create a event listener, and expect that I should be the one who owns the listener, therefore gets the email, without explicitly putting in my email address to the box again. Currently, I'd have to enter my email address again to get the email, that's kind of unexpected.
  • 0 Votes
    2 Posts
    6 Views
    ?
    This is working as designed*, as a user can still approve the package even if there was a failed target. We have been thinking of ways to improve this (events / notifications in general, across the products), and will likely add something a lot better on the roadmap. [*] which is not to say the design needs work :)
  • Problem viewing purge history

    buildmaster
    2
    0 Votes
    2 Posts
    1 Views
    ?
    This was definitely fixed in a newer version of BuildMaster, though I'm not sure which one specifically.
  • Adding Powershell script asset to plan returns error

    buildmaster powershell
    2
    0 Votes
    2 Posts
    7 Views
    ?
    This was a regression in 5.5.2, but will be fixed in 5.5.3 (shipping later today) As a work-around, you can use text-mode to invoke PSCall
  • View scheduled builds/releases?

    buildmaster build-schedules
    2
    0 Votes
    2 Posts
    5 Views
    ?
    Hi David, this is on our roadmap-- calendar views for things like this.
  • How to switch form IIS hosting to native hosting

    proget
    2
    0 Votes
    2 Posts
    2 Views
    ?
    We don't have a guide for that, but if you uninstall ProGet and reinstall, that might be easy. You can also try to reverse the steps here: https://inedo.com/support/kb/1013/hosting-through-iis-instead-of-the-integrated-web-server
  • How to allow connections through firewall

    proget
    4
    0 Votes
    4 Posts
    36 Views
    ?
    The URL must be in the form http://host:port/ You are missing the "/" at the end of the url you entered.
  • Publishing NPM packages

    authentication installation ldap proget npm
    3
    0 Votes
    3 Posts
    48 Views
    ?
    Hi Christian, the information you posted had mentioned internal packages (Aeon Framework, etc), so I removed it That said, it wasn't an error message, but a JSON document that contained metadata information about packages. This is an expected response if you visit an API URL directly in your browser, and when the npm client relies on the JSON data. If you are receiving an error from the npm client, please make sure to share: the precise error message that npm client is using the precise URL that the npm client is requesting; you can get this by running Fiddler, and seeing the requests that the client makes Note that you will need to disable Windows Integrated Authentication at the IIS level, not just within ProGet.
  • 0 Votes
    4 Posts
    125 Views
    ?
    i updated to PowerShellGet 1.1.1.0 and it solved my issues. Release Notes PowerShellCore support Security enhancements including the enforcement of catalog-signed modules during installation - Authenticated Repository support Proxy Authentication support Responses to a number of user requests and issues
  • 0 Votes
    2 Posts
    8 Views
    ?
    That behavior definitely sounds suboptimal; we will investigate a bit further!
  • 0 Votes
    4 Posts
    55 Views
    ?
    Well i finally was able to publish to our Powershell feed. I updated the PackageManagement and PowerShellGet modules to version 1.1.0.0. which were released a few days ago... 12 Oct 2016 I hope this helps .
  • NuGet - Read package dependencies using API

    nuget api net proget
    3
    0 Votes
    3 Posts
    14 Views
    ?
    Thanks a lot. It works ;)
  • Running proget service on HTTPS

    iis ssl http proget
    2
    0 Votes
    2 Posts
    115 Views
    ?
    That particular error message is a result of the connection string missing from the configuration file. Please ensure there is a key present in both web.config and in ProGet.Service.exe.config. Most likely, someone had inadvertantly deleted it from the configuration file when attempting to configure the server in IIS. <add key="InedoLib.DbConnectionString" value="Data Source=...;Initial Catalog=ProGet;Integrated Security=SSPI" />
  • 0 Votes
    3 Posts
    9 Views
    ?
    Here is a solution for you guys : We implemented two open source tools that allow using bower package-based artifacts based on Alana's previous comment. They are still in active early development, but we are currently using them in our day to day work. ##Bower client https://github.com/WoltersKluwerCanada/proget-universal-bower-client This tool is packaging bower repositories into a .upack file It can also deploy to a proget repository ##Bower resolver https://github.com/WoltersKluwerCanada/proget-universal-bower-resolver This tool is an extension to bower which resolves/unpackages upack-proget feeds as bower feeds.
Inedo Website HomeSupport HomeCode of ConductForums GuideDocumentation