Inedo Community Forums Forums
    • Recent
    • Tags
    • Popular
    • Login
    1. Home
    2. apxltd
    3. Posts

    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!

    apxltdA Offline
    • Profile
    • Following 0
    • Followers 5
    • Topics 3
    • Posts 226
    • Groups 2

    Posts

    Recent Best Controversial
    • RE: Otter 2.2.3. ServerCheckerRunner

      That's not surprising; as I mentioned, the problem lies with your configuration. Either you're using the wrong name and password in Otter, or the WSMan endpoint on the remote server isn't enabled.

      I recommend you to use to Inedo Agent.

      posted in Support
      apxltdA
      apxltd
    • RE: Inedo Hub roll back to previous versions?

      We hope to include this ability in a future release, but it's a bit more complicated to get the details worked out. For now, just uninstall, then reinstall (pick version you want) will work.

      posted in Support
      apxltdA
      apxltd
    • RE: Otter 2.2.3. ServerCheckerRunner

      Here is the underlying error message:

      Can not connect to Windows servers with WSMan endpoint. Try to use credentials FQDN and Netbios, result - exception.

      Basically, this means that your username/password is not being accepted. It should be something like DOMAIN\username or username@domain.local

      It could also be that WSMan isn't configured to allow these connections; this can be controlled at the domain. I recommend you use the Inedo agent, it's a lot easier to set-up and get working

      posted in Support
      apxltdA
      apxltd
    • RE: Support for R and CRAN

      @valeon fantastic, thanks so much! This will really help us explore; it doesn't look "too bad", and is "somewhat similar" to how Debian manages it's packages.

      We'll try to start hacking around with a POC in the coming weeks, hopefully; i'll update when I can!

      posted in Support
      apxltdA
      apxltd
    • RE: NPM Audit

      Just as an update, we will be doing this:

      https://inedo.myjetbrains.com/youtrack/issue/PG-1555

      "Proxy npm audit requests to npmjs.org (experimental)"

      posted in Support
      apxltdA
      apxltd
    • RE: NPM Audit

      Unfortunately, npm audit is a totally undocumented endpoint and based on past experiences, npm's API frequently changes is nontrivial to reverse engineer. Moreover, npm, Inc does not permit or support third-party access to the API that's used by npm audit.

      When they change that underlying API (whether to enforce the no third-parties rule, or to do something from the client), ProGet will once again be broken (or worse, provide incomplete/incorrect results). At least now, you know that this is the only supported way to handle it...

      Do you have an npm enterprise license? This might be something to work with through their support channel.... they don't have a partner program at this time, so getting permission or insight into how we can access this API is difficult.

      posted in Support
      apxltdA
      apxltd
    • RE: Public and private feeds on same ProGet instance with free edition?

      ProGet does not have the concept of "public" or "private" feeds, you can instead grant the "Anonymous" user certain permissions, including viewing and publishing packages.

      ProGet Free Edition does not allow feed-level permissions, only system-level permissions. So you can grant "Anonymous" whatever rights you want, just not at a feed-level.

      posted in Support
      apxltdA
      apxltd
    • RE: Test Question - Does this work 2?

      this is solved but i'm still replying

      posted in Support
      apxltdA
      apxltd
    • RE: Test Question - Does this work 2?

      Hi there.

      posted in Support
      apxltdA
      apxltd
    • Test Question - Does this work 2?

      This is another test of the test

      posted in Support
      apxltdA
      apxltd
    • RE: Halting a pipeline stage without using fail

      If you set Warn, will it automatically advance?

      One idea as well... how about also setting a build variable using Set-ReleaseVariable called IsValidBuild, and then using a Variable Value Promotion Requirement (IsValidBuild = true)?

      posted in Support
      apxltdA
      apxltd
    • RE: Support for R and CRAN

      hi all, thanks for the interest/comments; I decided to write-up a page that details this on the docs.

      http://inedo.com/support/documentation/proget/feeds/other-types

      I'm hoping we can use this public thread to maintain the discussion on technical detail; otherwise it'll get stuck in my email, or somewhere else, and we can get everyone to chime in this way.

      That said, @M-W if you've got any insight into how R/CRAN works please do share :)

      posted in Support
      apxltdA
      apxltd
    • RE: ProGet with Postgres database using SSL Host base authentication

      The Postgres container has had a lot of performance problems at scale, and neither our customers nor engineers could figure it out. A regular instance was fine, but our customers wanted containers.

      But in the long term, maintaining two separate code bases doesn't make sense. And now that Sql Server is available, it makes sense to do it.

      posted in Support
      apxltdA
      apxltd
    • RE: Load Balance BuildMaster Instance

      Hi, sorry on the slow reply!

      I think you've got a good undersatnding of the situation, but a couple of comments:

      • do not share the Temporary files (ServiceTempPath, WebTempPath); these should be kept on the same server as the BuildMaster web/service app. These are only used during the runtime of those applications.

      • on the back up server, make sure both the Web Application and Service are set to DISABLED, or configured with a bad username/password such that they cannot be started easily; having two identical BuildMaster instances pointing to the same database and the same agents will cause that multi-master problem you dont' want to deal with :)

      • we have had some customers put our products in a Windows Container, but largely the support on the Microsoft side isn't so great, and it's more trouble than it's worth; we are moving towards DotNetCore so we can have BuildMaster run on Linux (and linux containers)

      Does that make sense? Let me know how it goes.

      And by the way, I'd love to document this better... would you be interested in helping me with this, especially once you have it running in your set up? I think it would really help the community :)

      posted in Support
      apxltdA
      apxltd
    • RE: RPM Support

      Thanks Scott; just an FYI, we spent sometime investigating this and it actually looks simpler because it separates the package metadata from the file metadata, and uses XML as the serialization.

      We'll keep digging; since it's addidirive, I don't see why we couldn't get it in a maintence release if it's as easy to do as, say, Helm or something. Just don't want to get stuck in a rabbit hole like PHP Composer :(

      posted in Support
      apxltdA
      apxltd
    • RE: [ProGet 5.1.17 (Build 4) Linux] A Powershell package gets a wrong version number when pulled from PS Gallery, if published from a machine, cannot be installed, seems corrupt

      This is also being discussed here; long story short, this is a bug in Microsoft's PowerShell Gallery (and in the packages) in that they have two conflicting version numbers, and sometimes one is used, sometimes the other is used.

      The docs have been updated for now: https://github.com/Inedo/inedo-docs/commit/10c42c3ad546ac2feb4748b7736db06567c7a6d6

      posted in Support
      apxltdA
      apxltd
    • RE: Proget keeps mangling NuGet package version numbers!

      Ugh, this sounds like a mess :(

      Your comments on that GitHub issue seem spot on, and I'm not so keen on introducing quirky behavior to workaround their bugs. We made that mistake on the NuGet feeds and it made life worse for everyone, especially when the NuGet team silently fixed them (and introduced more weird behavior).

      So I think we should just handle this via docs for now. I've updated the docs, feel free to suggestion more changes :)

      posted in Support
      apxltdA
      apxltd
    • RE: SCM Trigger for TFS

      To be honest, "SCM Triggers" are in a "quasi-legacy" state, because they use the "Legacy Providers". As such, we don't list it as a feature, and we hide the button on installations without SCM Providers configured. This was done slowly over the course of two years, in various v5 versions, to gauge user reaction.

      So, your inquiry is good feedback. That being said, we have not yet put a lot of effort into properly redesigning this feature. The reason for this, is that the "general direction" has been moving towards post-commit hooks; i.e. triggering the build from the SCM server, once a merge request (or something?) happens. Even on dedicated CI tools, the preference is shifting towards this route. I think this is because the branching logic has been too complicated to follow (even for really advanced CI servers like Jenkins and TC).

      So I wonder, have you looked into post-commit hooks?

      Otherwise, we are definitely considering a general-purpose poll/trigger feature: basically, a poll will periodically occur, and if a condition is met, trigger some sort of event. This would be shared across multiple products, and the usecases might vary based on the product.

      One motivation to develop this feature is that it will allow us to really feature the "BuildMaster is from source to production" story, which is becoming more popular again. Most people didn't want that, but now the pendulum is swinging back to it, now that source code tools (like Git) are integrating (totally inadequate) build/release features.

      In any case, none of this is all that "immediate", but I wanted to share reasoning to you about this, and solicit your feedback.

      Of course, if you need to create "legacy components" we can help you do that as well. We don't plan on removing those from BUildMaster, just hiding them so no new users can access them.

      posted in Support
      apxltdA
      apxltd
    • RE: Will your Nuget web package description ever support Markdown?

      It seems like NuGet.org now finally supports it! So we will too; I filed PG-1246 to add it to a future maintence release.

      posted in Support
      apxltdA
      apxltd
    • 1 / 1