strider-github
strider-github copied to clipboard
Github provider for strider
Let’s get started with automated dependency management for strider-github :muscle: This pull request **updates all your dependencies to their latest version**. Having them all up to date really is the...
Our private github repo is triggering Strider every time someone creates pull request. If pull request can be successfully merged everything works well but if there is a merge conflict...
We've been using strider successfully for a while in our organization. However I noticed today that I cant 'run' newly added projects anymore, because of the following error: `Git clone...
I added a repo from a private organization (this whole procedure in itself has major issues if the third-party access for the organization is set to **Access restricted**). I was...
We have a simple setup of 3 branches that auto-build when updated, but master does not. Wanted to get this here as a placeholder before I have time to dig...
I'd like to be able to manage my github enterprise and github.com repos on the same strider instance. As of right now, I can only do one or the other...
Tracking https://github.com/visionmedia/superagent/issues/413 since it breaks the node 0.10 tests.
I have set up GH Enterprise (trial for 45 days) on a VM. Am setting the ENV variables and running strider as follows: ``` PLUGIN_GITHUB_API_ENDPOINT="http://192.168.56.105/api/v3" DB_URI="mongodb://strider:devpass@localhost/strider" DEBUG=superagent,strider-github:* node ./bin/strider --no-cluster...
When running a PR job it can happen that in parallel someone merges changes to master. This triggers a job start on the master branch while the PR job is...
Hi, I have a strider instance running in a docker container behind a Nginx server. Strider runs on port 3000 and Nginx acts as proxy serving strider via https. Unfortunately,...