Navigation

    Inedo Community Forums

    Forums

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

    • ?

      Upack push times out
      Support • proget • • Peter Hopkins  

      5
      0
      Votes
      5
      Posts
      8
      Views

      ?

      Hi Alana, thanks for that. Preliminary checks have given me no further timeouts. My push action takes just over two minutes (funny, I thought my internet was faster).
    • Y

      Docker package name different from the name used in docker push command
      Support • proget • • ygeelen-tb  

      1
      0
      Votes
      1
      Posts
      8
      Views

      No one has replied

    • ?

      Windows Container support in the Docker feeds?
      Support • proget windows • • Peter Hopkins  

      5
      0
      Votes
      5
      Posts
      15
      Views

      ?

      We will have full support for Windows containers in ProGet 4.7.10, which is scheduled for release tomorrow.
    • ?

      Unable to upload zip files via universal feed
      Support • proget • • Peter Hopkins  

      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.
    • ?

      Unable to add bower package to feed
      Support • proget connectors bower • • Peter Hopkins  

      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.
    • ?

      Unable to pull packages from maven
      Support • proget connectors java • • Peter Hopkins  

      4
      0
      Votes
      4
      Posts
      20
      Views

      ?

      Thanks for the bug report; this is fixed in v4.5.1, which was just released.
    • ?

      Log in - npm commandline
      Support • proget npm authentication • • Peter Hopkins  

      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.
    • F

      Webpage not loading
      Support • proget proget-installation • • florian.peschka_9815  

      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.
    • ?

      How to switch form IIS hosting to native hosting
      Support • proget • • Peter Hopkins  

      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
      Support • proget • • Peter Hopkins  

      4
      0
      Votes
      4
      Posts
      34
      Views

      ?

      The URL must be in the form http://host:port/ You are missing the "/" at the end of the url you entered.
    • ?

      Does ProGet support npm dist-tag or tag?
      Support • proget npm • • Peter Hopkins  

      8
      0
      Votes
      8
      Posts
      32
      Views

      ?

      I see. It appears that dist-tag rm is now failing. We'll investigate and if we are able to reproduce this then it should be easy enough to get in the next maintenance release.
    • ?

      NuGet - Read package dependencies using API
      Support • proget nuget api net • • Peter Hopkins  

      3
      0
      Votes
      3
      Posts
      14
      Views

      ?

      Thanks a lot. It works ;)
    • ?

      Is support for Azure Active Directory (OpenID Connect) planned?
      Support • proget authentication security ldap azure • • Peter Hopkins  

      2
      0
      Votes
      2
      Posts
      20
      Views

      ?

      Yes, although this is currently extensible by extending the UserDirectory class.
    • ?

      Running proget service on HTTPS
      Support • proget iis ssl http • • Peter Hopkins  

      2
      0
      Votes
      2
      Posts
      114
      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" />
    • ?

      Publishing NPM packages
      Support • proget npm authentication installation ldap • • Peter Hopkins  

      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.
    • ?

      It's not work!
      Support • proget • • Peter Hopkins  

      1
      0
      Votes
      1
      Posts
      6
      Views

      No one has replied

    • ?

      Proget Jenkins Plugin: Not working on Slaves?
      Support • proget jenkins • • Peter Hopkins  

      12
      0
      Votes
      12
      Posts
      52
      Views

      F

      Alex-Hempel said in Proget Jenkins Plugin: Not working on Slaves?: Caused by: java.io.NotSerializableException: com.inedo.proget.jenkins.DownloadPackageBuilder java.io.NotSerializableException can occur when you serialize an inner class instance because serializing such an inner class instance will result in serialization of its associated outer class instance as well. How to solve it? If the class is yours, make the class serializable by implementing the interface java.io.Serializable. All non primitive members implement Serializable (or are transient instead) If your class is an inner class it's either static or the outer class implements Serializable If the class is 3rd party, but you don't need it in the serialized form, mark the field as transient It is important to note that Serialization of inner classes (i.e., nested classes that are not static member classes), including local and anonymous classes, is strongly discouraged.
    • ?

      Proget NPM Feed using github source
      Support • proget • • Peter Hopkins  

      2
      0
      Votes
      2
      Posts
      5
      Views

      ?

      This is not possible, because that is not a package (but a git repository).
    • ?

      Not able to see beta / pre-release packages on the ProGet webpage
      Support • proget • • Peter Hopkins  

      2
      0
      Votes
      2
      Posts
      6
      Views

      ?

      This was removed when all the feed pages were combined (NuGet was the only feed type with an additional filter). We'll have to figure out a good way to add it back - it should be returned in an upcoming maintenance release of v4.4.
    • ?

      Prerelease packages option removed from default search
      Support • proget search • • Peter Hopkins  

      2
      0
      Votes
      2
      Posts
      11
      Views

      ?

      See: http://inedo.com/support/questions/5371
    • 1
    • 2
    • 41
    • 42
    • 43
    • 44
    • 45
    • 79
    • 80
    • 43 / 80