Navigation

    Inedo Community Forums

    Forums

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

    • ?

      ProGet returns a blank page for localhost:81
      Support • proget iis • • Vitali  

      2
      0
      Votes
      2
      Posts
      15
      Views

      ?

      You may want to check hte IIS error logs to see if anything pops-up; there is no additional configuration needed on the ProGet side (just run the installer), and it's most likely the case the request isn't even being routed to PorGet software. IIS has so many configuration options, that it's possible something was inadvertantly misconfigured at a root level. As an alternative, you can just use the Integrated Web Server, and then try to later upgrade to IIS once you get things working.
    • ?

      Is the Proget supporting the connector to Nuget feed version 3?
      Support • proget nuget • • Vitali  

      4
      0
      Votes
      4
      Posts
      50
      Views

      ?

      At this time, the NuGet team has no plans to make the v3 API publicly consumable, and will support the v2 API indefinitely as the public API; as such, we have no intention to reverse engineer and attempt to implement a private API. Note this it is entirely a "behind the scenes" transport mechanism (JSON vs XML) and makes no difference at all from a usage perspective.
    • ?

      Sort order of packages on feed pages
      Support • proget • • Vitali  

      3
      0
      Votes
      3
      Posts
      6
      Views

      ?

      I understood. Thank you for your post, Alana.
    • ?

      How to restore previous proxy setting
      Support • proget proxy • • Vitali  

      7
      0
      Votes
      7
      Posts
      10
      Views

      ?

      You could install the SQL Tools, but there may be a osql.exe installed that you could have command-line access to.
    • N

      Issues with getting debug symbols
      Support • proget feeds symbols • • nsitnikov_5096  

      5
      0
      Votes
      5
      Posts
      17
      Views

      N

      Here is an example path to a .pdb file, the same folder contains .dll: C:\Users\nsitnikov.dnx\packages\JA.AppCentral.Logging\0.1.7-Build1\lib\dnx451\JA.AppCentral.Logging.pdb Package folder also contains the source in C:\Users\nsitnikov.dnx\packages\JA.AppCentral.Logging\0.1.7-Build1\src folder
    • ?

      Unable to upgrade ProGet from 4.2.1 to 4.3.0
      Support • proget • • Vitali  

      3
      0
      Votes
      3
      Posts
      1
      Views

      ?

      Hi Dean, thanks for your reply. Redownloading the installer has resolved the issue. Best Regards Alex
    • ?

      Task 'FeedCleanup' removes all packages in feed from index if run while tempdb is full
      Support • proget feeds cleanup • • Vitali  

      3
      0
      Votes
      3
      Posts
      31
      Views

      ?

      Great! Thank you for the quick response, and also for an excellent lead time. Impressive!
    • ?

      Indexing nuget packages copied manally into the feed folder
      Support • proget nuget • • Vitali  

      4
      0
      Votes
      4
      Posts
      10
      Views

      ?

      A FileSystemWatcher is used, so any changes to the directory will trigger an import.
    • ?

      NPM Feed Issue
      Support • proget npm feeds • • Vitali  

      2
      0
      Votes
      2
      Posts
      9
      Views

      ?

      Hi Junaid, This is a known issue with npm; basically it's sending a JSON document with two "dist" properties. For example... { "dist": "value1", ..., "dist": "value2" } The JSON Library we're using isn't too keen on that, and we already have a fixe (PG-603) planned/scheduled for the next release.
    • ?

      NoSql Installer crashes
      Support • proget proget-installation • • Vitali  

      3
      0
      Votes
      3
      Posts
      3
      Views

      ?

      That was it. The user had access, but not permission to change schema. I really think this should be catch and a nicer message displayed instead of the installer just crashing though.
    • ?

      How to set up LDAP
      Support • proget ldap • • Vitali  

      7
      0
      Votes
      7
      Posts
      41
      Views

      ?

      Hello; I believe the error is due to a bug in the LdapDirectory code, which is not properly escaping that group name that has a parenthesis in it. So, we will need to fix the bug; I've logged this as PG-602, and we can get it in the next maintence release (which is targeted for next week). Best, Steve
    • ?

      ProGet silent install failing silently?
      Support • proget proget-installation • • Vitali  

      5
      0
      Votes
      5
      Posts
      15
      Views

      ?

      Ok, so I have now got something working. It seems it was failing because I had the smaller installer (without sql server). That does absolutely nothing when running the silent command. If that's meant to be the case, then maybe that should be documented somewhere. Thanks
    • ?

      Connector Error
      Support • proget feeds connectors • • Vitali  

      2
      0
      Votes
      2
      Posts
      19
      Views

      ?

      Is there anything listed on the Administration > Error Log page that relates to this? Errors listed there will have additional context (feed, connector, etc) If it doesn't appear there, I guess you could enable 1 at a time to see which one is the culprit.
    • ?

      (500) Internal server error.
      Support • proget nuget powershell publishing • • Vitali  

      7
      0
      Votes
      7
      Posts
      100
      Views

      ?

      Ah yes, that solved my problem. Thanks!
    • ?

      VSIX feed support
      Support • proget • • Vitali  

      2
      0
      Votes
      2
      Posts
      2
      Views

      ?

      We do, along with a few other types (Gems, PyPi, Composer), but there's no ETA on it right now; once we get private a Docker registry, we will look to refactor the feeds and UI a bit as to allow for easier adding of simple package types.
    • ?

      Limit Packages to Local Repo or Feed
      Support • proget packages feeds source • • Vitali  

      5
      0
      Votes
      5
      Posts
      29
      Views

      ?

      Chocolately packages are, essentially, nothing more than a powershell script that downloads and runs an installer from some url on the internet. It would be virtually impossible to inspect arbitrary powershell scripts and determine what they would download when run, and then download/proxy those installers. So, if you want full control over all aspects of the chocolatey packages (including the installers that are downloaded), you will just have to create your own based on the contents of the open-source packages.
    • ?

      How exactly does the License filter work?
      Support • proget npm licensing • • Vitali  

      2
      0
      Votes
      2
      Posts
      8
      Views

      ?

      Currently, only NuGet feeds use the license filter, it shouldn't be displayed on npm feeds... We do plan on adding support for better licensing filtering in a future version, as the current implemention is a bit limiting.
    • ?

      Bower feed not working as cache endpoint
      Support • proget bower • • Vitali  

      3
      0
      Votes
      3
      Posts
      6
      Views

      ?

      OK, I was supposing it but I didn't find it explicitly in documentation. Thanks for your quicker answer.
    • ?

      MyGet Connector Search (500) Internal Server Error.
      Support • proget error connectors myget • • Vitali  

      1
      0
      Votes
      1
      Posts
      8
      Views

      No one has replied

    • ?

      How do I enable package storage on Amazon S3?
      Support • proget packages amazon • • Vitali  

      4
      0
      Votes
      4
      Posts
      19
      Views

      ?

      In ProGet v4.2, there is an option right under Disk Path that says Package Store.
    • 1
    • 2
    • 44
    • 45
    • 46
    • 47
    • 48
    • 79
    • 80
    • 46 / 80