Navigation

    Inedo Community Forums

    Forums

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

    • ?

      Uploading from Jenkins Pipeline with larger files
      Support • proget • • Jim Borden  

      4
      0
      Votes
      4
      Posts
      38
      Views

      ben

      If you set --targetDirectory on the pack command to an empty or nonexistent directory, the .upack file will be the only file in there, and you can use myDirectory\*.upack to select the upack file for the push command.
    • ?

      Universal Package Upload large files >~2GB fails
      Support • proget packages • • Jim Borden  

      12
      1
      Votes
      12
      Posts
      86
      Views

      J

      Did the multi-part API get implemented for universal packages? This is still an issue.
    • ?

      Installer ProGet
      Support • proget proget-installation • • Jim Borden  

      2
      0
      Votes
      2
      Posts
      3
      Views

      ?

      This means that your computer cannot connect to My.Inedo for alicense key. Please request one by logging into my.inedo.com.
    • ?

      Npm publish authorization
      Support • proget buildmaster npm • • Jim Borden  

      2
      0
      Votes
      2
      Posts
      16
      Views

      ben

      Hello Michael, NPM feeds don't currently support an API key, but you can share a single ProGet user between all of the users who need to upload to the feed to simulate the same thing. The Publish Packages task group on the NPM feed is all you need to upload a package. If you want to replace an already-uploaded package, you need the Overwrite Package task, which is available on the Administer and Manage Feed task groups by default, but you can create a new task group with just Overwrite Package on the Customize Tasks page (/administration/security/customize-tasks).
    • ?

      Vulnerability Version Syntax
      Support • proget nuget security • • Jim Borden  

      2
      0
      Votes
      2
      Posts
      13
      Views

      ben

      A vulnerability version range can be: the literal string (any) empty string (equivalent to (any)) single single, single single, single, single single, single, single, single etc. A single vulnerability version range can be: version >version >=version <version <=version >version <version >=version <version >version <=version >=version <=version The format of version is defined by the feed type.
    • ?

      Linux Proget Feed Replication Setup Exception
      Support • proget linux postgresql • • Jim Borden  

      2
      0
      Votes
      2
      Posts
      9
      Views

      ben

      Hello Matt, It looks like the PostgreSQL version of Feeds_SetLastSyncDate was not updated when the MSSQL version was. I've logged this as PG-1006 and it will be fixed in the next version of ProGet.
    • ?

      Initial ProGet Infrastructure design and package distribution scenarios.
      Support • proget • • Jim Borden  

      2
      0
      Votes
      2
      Posts
      2
      Views

      ?

      I see you also opened a ticket, so it's going to be best to collaborate on that instead. But I will respond here as well in case anyone finds this... Unless you're entirely distributing third-party, vendor-provided packages (i.e. you don't move them through a pipeline like Dev > Test > Prod), then BuildMaster is quite important to manage this pipeline , especially in regulated environments. Regarding HA, it's best to first come up with a list of questions you'd like us to help with, and then we can research and figure out how best to help. For example, we can't really help on selecting or configuring a particular brand of load balancer; that's something generally done by your IT/NetOps folks, but we could point you to Microsoft's NLB documentation (which has step-by-step instructions on how to set it up).
    • ?

      Unable to npm login/adduser
      Support • proget npm publishing • • Jim Borden  

      3
      0
      Votes
      3
      Posts
      139
      Views

      ben

      There's a bug we haven't been able to figure out where the Linux version of ProGet doesn't respond to requests for URLs with colons in them.
    • ?

      Case sensitivity problems in ProGet for Linux
      Support • proget linux postgresql • • Jim Borden  

      4
      0
      Votes
      4
      Posts
      15
      Views

      ?

      Hi Alana, Thank you for the update. I was quite surprised too when realised we can't use case insensitive collation in Postgres. But what if we have 2 columns, one contains data as is, and one contains normalised data, e.g. Login and LoginNormalized. The first one is indexed, the last one is used in queries. But I understand this leads to different schemas in SQL Server and Postgres. I completely agree we can bet on SQL Server, but I don't know its licensing options yet. Posgres is working well from my point of view, except this detail. Since a lot of web applications use Postgres and I haven't heard about case sensitive logins yet, I believe that solution exists. Thank you for all of your hard work on this awesome project!
    • ?

      Active Directory outgoing trusts
      Support • proget • • Jim Borden  

      3
      0
      Votes
      3
      Posts
      13
      Views

      ?

      That is good news, i was able to bypass this though by setting the service to run as an outgoing trust user which then allowed me set the LDAP to the other domain.
    • ?

      Basic Authentication support for npm feed in 4.6.5
      Support • proget npm • • Jim Borden  

      2
      0
      Votes
      2
      Posts
      10
      Views

      ?

      If you are using IIS, you'll need to make sure that the ProGet AppPool is set to use Integrated Pipeline mode. If hosting with the integrated web server, it should just work. You may also need to enable always-auth for npm to force basic authentication.
    • ?

      Docker Registry API - User Agent String Required?
      Support • proget api • • Jim Borden  

      4
      0
      Votes
      4
      Posts
      43
      Views

      ?

      I agree that it is a poor solution, but we do not have very many good solutions for this. Docker itself does not support prefixing private repositories; everything is assumed to be hosted in the same manner as the public registry (ie, absolute URL path from the server root), and assuming all /v2/ requests are Docker without some other declaration of intent in the request didn't seem good either. That said, if there's no collisions with anything else using that URL, we can change the default behavior.
    • ?

      Issues connecting to NPM Feed
      Support • proget npm • • Jim Borden  

      2
      0
      Votes
      2
      Posts
      11
      Views

      ?

      Please upgrade to the latest version of ProGet; 4.3.1 is outdated.
    • ?

      Is it possible to configure a feed to require a password when accessed?
      Support • proget • • Jim Borden  

      2
      0
      Votes
      2
      Posts
      1
      Views

      ?

      Answering my own question: all one needs to so for this is to remove the Anonymous user from the users allowed to "View and download packages".
    • ?

      Unable to View Docker Package in ProGet after successful push
      Support • proget • • Jim Borden  

      5
      0
      Votes
      5
      Posts
      2
      Views

      ?

      Note that these are different issues. Please upgrade to the latest ProGet to resolve this and the other issue. As of this post, that's 4.7.8. However, we do release often so if another one comes out before then, pick that one :)
    • ?

      ProGet Version
      Support • proget proget-installation • • Jim Borden  

      2
      0
      Votes
      2
      Posts
      2
      Views

      ?

      This can be found in the lower-right of any page in the software.
    • ?

      Proget via Reverse Proxy URL
      Support • proget proxy • • Jim Borden  

      2
      0
      Votes
      2
      Posts
      87
      Views

      ?

      You can configure this via the "BaseUrl" setting in the Admin > Advanced Settings configuration option.
    • ?

      An error occurred in the web application: No se encuentra el registro de fin de directorio central.
      Support • proget • • Jim Borden  

      2
      0
      Votes
      2
      Posts
      66
      Views

      ?

      This package indicates that the package you are adding is in an invalid format. If it's a nuGet feed, you must upload a nuget package. If it's a universal feed, you must upload a universal package format.
    • ?

      Npm on linux/Docker ProGet won't login
      Support • proget npm linux • • Jim Borden  

      3
      0
      Votes
      3
      Posts
      16
      Views

      ?

      This seems to be fixed as of the Docker image containing ProGet Version 4.7.14. The Docker image hash is: b7a3d6595c21d34997b4cbe6da9187801f410f17bff8e84228711bf29396a6ab pulled on 9/6/2017
    • ?

      How do I correctly pass username / password to a security protected Maven feed?
      Support • proget authentication java • • Jim Borden  

      3
      0
      Votes
      3
      Posts
      82
      Views

      ?

      Ok I figured out what I was doing wrong. I was setting the URL in build.gradle to: http://<user>:<password>@proget-server But it should look like this instead publishing { repositories { maven { credentials { username "$mavenUser" password "$mavenPassword" } url "http://proget-server" } } } With the mavenUser and mavenPassword being defined in ~/.gradle/gradle.properties
    • 1
    • 2
    • 34
    • 35
    • 36
    • 37
    • 38
    • 79
    • 80
    • 36 / 80