Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

Strider

We are on a mission to make continuous integration and deployment easy.
Collective - Host: opensource - https://opencollective.com/strider - Code: https://github.com/Strider-CD/strider

require newer mongoose. this fixes bug in auto reconnect.

github.com/Strider-CD/strider - a68c47146c6ba47c91d805849b675c0ecc12c339 authored over 11 years ago by Niall O'Higgins <[email protected]>
bump

github.com/Strider-CD/strider - 3d47d2303de78b11b3beb2ccea2b4414e805aaa3 authored over 11 years ago by Niall O'Higgins <[email protected]>
auto-reconnect seems to be broken in mongoose (https://github.com/LearnBoost/mongoose/issues/1479)

for now, exit the process so an external process monitor can restart Strider -
essentially forci...

github.com/Strider-CD/strider - 4eaba050b556f6b6644be14e947ca78238e2714d authored over 11 years ago by Niall O'Higgins <[email protected]>
should be `strider addUser` not `strider adduser`

github.com/Strider-CD/strider - 84b0bc8f968df66689b6151d6bde65dc9b64234e authored over 11 years ago by Niall O'Higgins <[email protected]>
use strider-simple-worker 0.6.4 or later

closes #72

github.com/Strider-CD/strider - a36732e032176ef9f899d52c34904ff875c59db2 authored over 11 years ago by Niall O'Higgins <[email protected]>
turn off autoescaping for latest_build console output

closes #67

github.com/Strider-CD/strider - 3843882c92e53a84ed29a9e50c2947fb7b3f1733 authored over 11 years ago by Niall O'Higgins <[email protected]>
bump

github.com/Strider-CD/strider - 7b03a1ba47baf9196944ee0169878d185202226d authored over 11 years ago by Niall O'Higgins <[email protected]>
use passport-github with patch for user-agent API change.

this is until https://github.com/jaredhanson/passport-github/pull/7 is merged.

closes #71

github.com/Strider-CD/strider - 7f232a0f59384e9e356880d2af59018245d5a287 authored over 11 years ago by Niall O'Higgins <[email protected]>
fixup w/ headers

github.com/Strider-CD/strider - 3d32bf05cf0c20c9bee43c554283da505d929104 authored over 11 years ago by Niall O'Higgins <[email protected]>
more user-agent fixes.

#71

github.com/Strider-CD/strider - 242784856b3fcb806fd159f2dff320f6e4e7452a authored over 11 years ago by Niall O'Higgins <[email protected]>
Github API requests must have a user-agent header

http://developer.github.com/v3/#user-agent-required

Closes #71

github.com/Strider-CD/strider - 2241a53fc6f28f0b28d261043628f3bc7b35b886 authored over 11 years ago by Niall O'Higgins <[email protected]>
need a more recent strider-custom

github.com/Strider-CD/strider - 3042f80e0c62e7e0ae1f106c1b1a7922664bd6cb authored over 11 years ago by Niall O'Higgins <[email protected]>
zap unused handle_message function

github.com/Strider-CD/strider - 772d9f8d4b53bd388d8a6a702de4044ce42297c3 authored over 11 years ago by Niall O'Higgins <[email protected]>
Merge branch 'master' of github.com:Strider-CD/strider

github.com/Strider-CD/strider - 3de8f2fe9c6ae98844419d3c735023fcf48a06c3 authored over 11 years ago by Niall O'Higgins <[email protected]>
prettier status messages

github.com/Strider-CD/strider - 190f1fa6c87f8946960a21a5e1e3196dcb61a94a authored over 11 years ago by Niall O'Higgins <[email protected]>
Merge branch 'master' of github.com:Strider-CD/strider

github.com/Strider-CD/strider - 95bba670f15ea00201a72d49d2d833be0f14469e authored over 11 years ago by Peter Braden <[email protected]>
Authors File

git log --format="%aN <%aE>" --reverse | perl -e 'my %dedupe; while (<STDIN>) { print unless $de...

github.com/Strider-CD/strider - 6e93fe9d39a3948e07e7171dca86e36f1935d7d3 authored over 11 years ago by Peter Braden <[email protected]>
Merge pull request #68 from CamShaft/patch-1

Use https instead of git protocol

github.com/Strider-CD/strider - 47d69bbfb0bd764147772722d986af8f718d1723 authored over 11 years ago by Niall O'Higgins <[email protected]>
Use https instead of git protocol

github.com/Strider-CD/strider - eb458ac3ceda86995bfa166b9fd50b883282c37e authored over 11 years ago by Cameron Bytheway <[email protected]>
use latest simple worker

github.com/Strider-CD/strider - a8ab5cdcc01fb1c8a0ba6c5bfc20bdc3962f82a2 authored over 11 years ago by Niall O'Higgins <[email protected]>
tweak log messages

github.com/Strider-CD/strider - d5904697ef99926a8beb870f741f90ff3b3e4130 authored over 11 years ago by Niall O'Higgins <[email protected]>
fix tests for manual setup case.

closes #66

github.com/Strider-CD/strider - 986269e0d7afbf1db43e8667120f9aabfa782351 authored over 11 years ago by Niall O'Higgins <[email protected]>
mocha 1.9.0 no longer accepts the --ignore-leaks option. remove to unbreak functional tests.

bump version.

github.com/Strider-CD/strider - 59ec94fdf0bf3eeeb882413f31ec0c9b1f09eb60 authored over 11 years ago by Niall O'Higgins <[email protected]>
allow extpath as env variable

github.com/Strider-CD/strider - 5f88cc105d765fcf6ac96c461a40572dbe66a041 authored over 11 years ago by Peter Braden <[email protected]>
allow module path to be specified with -m fixes #36

github.com/Strider-CD/strider - d75f05b7288a2bee7342f59b3e4a325450daa769 authored over 11 years ago by Peter Braden <[email protected]>
refactor bin/strider script

github.com/Strider-CD/strider - 28809883aeb243a592344daef9e5ad1f376239a5 authored over 11 years ago by Peter Braden <[email protected]>
refactoring bin/strider

github.com/Strider-CD/strider - 487c6f3758948d8af04f51cc37074b64cbdde018 authored over 11 years ago by Peter Braden <[email protected]>
bump

github.com/Strider-CD/strider - 9c6dc66cdd51e6a36e77d8e80c4fdd9936669b05 authored over 11 years ago by Niall O'Higgins <[email protected]>
Merge pull request #65 from axiomzen/master

html layout template for build result detail if build is triggered by commit

github.com/Strider-CD/strider - d2b2ab1d10c738303a090433dbcf0e587b8ab561 authored over 11 years ago by Niall O'Higgins <[email protected]>
attemp to fix build result detail when when build is trigger by commit (ref #64)

github.com/Strider-CD/strider - 5ef2ec5f8f46afd1b2772e14e14933701c32827d authored over 11 years ago by Truong Nguyen <[email protected]>
Styles

github.com/Strider-CD/strider - 03342f2e7757fc876d98d9db83530618df88e6d4 authored almost 12 years ago by Peter Braden <[email protected]>
expose auth to plugins

github.com/Strider-CD/strider - 96735375092f850b08bafbb5cc2579702dec06aa authored almost 12 years ago by Peter Braden <[email protected]>
Merge branch 'master' of github.com:Strider-CD/strider

github.com/Strider-CD/strider - 3ab70ebb581b71ac80865c4ad94b60712adce320 authored almost 12 years ago by Peter Braden <[email protected]>
Alias middleware for cleaner API.

github.com/Strider-CD/strider - 405dad1ccf0b8224cfe22aee11ab4eeda9f55cd1 authored almost 12 years ago by Peter Braden <[email protected]>
bump

github.com/Strider-CD/strider - d4fb1df32aa1419b98378d69028e93ba6bfe2580 authored almost 12 years ago by Niall O'Higgins <[email protected]>
fix typo.

should close #62

github.com/Strider-CD/strider - 81d4a2a942330501df59f674ee5ab7b4f4a2fd2a authored almost 12 years ago by Niall O'Higgins <[email protected]>
Merge branch 'asyncPluginBlock'

github.com/Strider-CD/strider - b81c3251c21dd51d4ceb310acd1260b0f0aa91d5 authored almost 12 years ago by Peter Braden <[email protected]>
Allow async template blocks

github.com/Strider-CD/strider - 24cfedcbf2fe9981a4681675b67dabe9b43f81b1 authored almost 12 years ago by Peter Braden <[email protected]>
bump

github.com/Strider-CD/strider - 131b93d5608835f17ba1ae735f0122a723125278 authored almost 12 years ago by Niall O'Higgins <[email protected]>
Merge pull request #61 from axiomzen/master

fix github webhook

github.com/Strider-CD/strider - 30650824d09bc41965bf01eec7d703810431c5c8 authored almost 12 years ago by Niall O'Higgins <[email protected]>
- fix github webhook

github.com/Strider-CD/strider - 1ec3b1bd2c6d99d93efc42f4e6711091088c698b authored almost 12 years ago by Truong Nguyen <[email protected]>
- troubleshooting repo config

github.com/Strider-CD/strider - 8418bece201823bef5d1d0e8d4712e0ed3162ee9 authored almost 12 years ago by Truong Nguyen <[email protected]>
fix typo #60

github.com/Strider-CD/strider - b618951d0258af7d06c900391b68e9b7188eadfa authored almost 12 years ago by Niall O'Higgins <[email protected]>
bump

github.com/Strider-CD/strider - 93f3e23e341d9c4a5a9a4fb1c80e8ab4f3c4df87 authored almost 12 years ago by Niall O'Higgins <[email protected]>
fix webhooks for manually setup repos

hopefully fixes #60

github.com/Strider-CD/strider - 0c0fc8109db26d8f3c552b1fe8ed80c1dd4420fa authored almost 12 years ago by Niall O'Higgins <[email protected]>
Merge pull request #57 from axiomzen/master

check for the existence of user profile's "plan" data in github returned user object

github.com/Strider-CD/strider - dc5e1428301b7e445d016963f661151685414f3b authored almost 12 years ago by Niall O'Higgins <[email protected]>
add models to locals() so they're available to plugins

github.com/Strider-CD/strider - 3cc3db06e07baa87850ad1fe5ee753d5620ccf59 authored almost 12 years ago by Peter Braden <[email protected]>
allow .html templates

github.com/Strider-CD/strider - 7c63787920eecc99a16372f8f07976d0bf3b5c50 authored almost 12 years ago by Peter Braden <[email protected]>
Merge branch 'master' of github.com:Strider-CD/strider

github.com/Strider-CD/strider - 230e5617e6643fa7a982c9bcb9c9302a10b1979c authored almost 12 years ago by Peter Braden <[email protected]>
updated readme for clarification on SERVER_NAME config

github.com/Strider-CD/strider - b3c3e517b269d78a0861d6ca99be890a233bf6db authored almost 12 years ago by Truong Nguyen <[email protected]>
updated readme

- remove trailing slash in SERVER_NAME since it's being used in `https://github.com/Strider-CD/st...

github.com/Strider-CD/strider - 021a5f0fab629d88f51c69c3e948c06f386c4db9 authored almost 12 years ago by Truong Nguyen <[email protected]>
check for github user profile has plan data

github.com/Strider-CD/strider - 999c2654e9ebaf98a3dade2d23f3310ab4ec31ff authored almost 12 years ago by Truong Nguyen <[email protected]>
Merge pull request #55 from axiomzen/cc7d335626b9a0f360b3ba3b3fea9b053154458d

fix typo

github.com/Strider-CD/strider - 356777e2603cb43adddca5174fad47c63ed12c3c authored almost 12 years ago by Niall O'Higgins <[email protected]>
Merge branch 'master' of github.com:Strider-CD/strider

github.com/Strider-CD/strider - 76e2f93d71061d5a7f15c4009588e675cd613be5 authored almost 12 years ago by Truong Nguyen <[email protected]>
fix typo on manual setup instruction page

github.com/Strider-CD/strider - cc7d335626b9a0f360b3ba3b3fea9b053154458d authored almost 12 years ago by Truong Nguyen <[email protected]>
support public repo's.

needed for case of user authenticated but not a collaborator or owner of a public repo.

github.com/Strider-CD/strider - 4cd8e223d8c6eccb712996c746532301b91c5bdf authored almost 12 years ago by Niall O'Higgins <[email protected]>
if a repo is marked as public, let anonymous users see the the job and

build output pages.

changes:

- require_resource_read middleware now understands public repos.
-...

github.com/Strider-CD/strider - b36761af4119b97829ca913c5dd1b654027e0157 authored almost 12 years ago by Niall O'Higgins <[email protected]>
Merge branch 'master' of github.com:Strider-CD/strider

github.com/Strider-CD/strider - 42c7105582a89f46b0d95cea4556d1087c95d83a authored almost 12 years ago by Niall O'Higgins <[email protected]>
Merge pull request #52 from viniciusgama/master

Fix for issue #47

github.com/Strider-CD/strider - 715362944c0c59f98b28a53c0399cb27b343a4df authored almost 12 years ago by Peter Braden <[email protected]>
block, error

github.com/Strider-CD/strider - 696ddc5e8d820c02cc9365101b921523b2904c00 authored almost 12 years ago by Peter Braden <[email protected]>
overwrite configs and remove debug

github.com/Strider-CD/strider - a5c25432140f7f22e30260dd0bc6d2b5b729317c authored almost 12 years ago by Peter Braden <[email protected]>
Merge branch 'master' of github.com:Strider-CD/strider into pluginTemplates

Conflicts:
views/base.html

github.com/Strider-CD/strider - 5bff9c48a194ccb5f5e9e38cd2b08a6b29039d99 authored almost 12 years ago by Peter Braden <[email protected]>
WIP on extensions blocks

github.com/Strider-CD/strider - b7ce539133e1fc971fc43a06de15a8d7b73aa2aa authored almost 12 years ago by Peter Braden <[email protected]>
Hacking swig to get the template block renders

github.com/Strider-CD/strider - 95b88e6ab10cbffa395ad50a6ab7343970925a16 authored almost 12 years ago by Peter Braden <[email protected]>
fixing the change password and email page

github.com/Strider-CD/strider - 88e68c5d5fee3946ded1b0444360703498176c41 authored almost 12 years ago by Vinicius Gama <[email protected]>
add public field to repoconfig schema

github.com/Strider-CD/strider - 75b97475492f544cd3c7d34e671319c58404c9f5 authored almost 12 years ago by Niall O'Higgins <[email protected]>
pretty

github.com/Strider-CD/strider - da1fc6f6cf285b63ec0904d6ea3a6d0e395090d2 authored almost 12 years ago by Niall O'Higgins <[email protected]>
add /status endpoint

mongoose will retry mongodb connection for a minute before failing the status
check.

closes #51

github.com/Strider-CD/strider - 19e582cd59ae76cc8f6281b851b5b32a9fc65e3c authored almost 12 years ago by Niall O'Higgins <[email protected]>
favicon

github.com/Strider-CD/strider - 589053240b40f0950edfdc9f9c2d8b53b0a200a6 authored almost 12 years ago by Peter Braden <[email protected]>
alert to add repo if no jobs

github.com/Strider-CD/strider - 9a2f054fea754a54e0687ef573c8ebdae5092a80 authored almost 12 years ago by Peter Braden <[email protected]>
Merge branch 'master' of github.com:Strider-CD/strider

github.com/Strider-CD/strider - 767bcd391a605b63a60a5e2038e093e8ba482ec6 authored almost 12 years ago by Peter Braden <[email protected]>
some styling

github.com/Strider-CD/strider - e0a36b54fe2514235f0cdac643222a2d851df275 authored almost 12 years ago by Peter Braden <[email protected]>
make filter search case-insenstive.

closes #49.

github.com/Strider-CD/strider - ddff99de75901a1c6d8fcfcca9d36e9c6a2ce5c8 authored almost 12 years ago by Niall O'Higgins <[email protected]>
add missing job.html

github.com/Strider-CD/strider - 51d5c85fc97b54b4134c50eee97115ed3ea20095 authored almost 12 years ago by Niall O'Higgins <[email protected]>
fix display of invites.

closes #45.

github.com/Strider-CD/strider - 0938ec5c35b9ae0eb5e021a0b1fb894613b406f9 authored almost 12 years ago by Niall O'Higgins <[email protected]>
detect manual setup case (no github_metadata defined) and support it.

closes #44.

github.com/Strider-CD/strider - 731b66fe6dc19525a98ce98641ce51d758e12ad0 authored almost 12 years ago by Niall O'Higgins <[email protected]>
Merge branch 'passportAuth' of github.com:Strider-CD/strider into passportAuth

github.com/Strider-CD/strider - 1ee9e5fdb27b226b432abfa42d4711b9d4bb9ba5 authored almost 12 years ago by Peter Braden <[email protected]>
Merge branch 'passportAuth' of github.com:Strider-CD/strider into passportAuth

github.com/Strider-CD/strider - a6b28f049a69542d4662393e970c10b380220651 authored almost 12 years ago by Niall O'Higgins <[email protected]>
docs for plugins

github.com/Strider-CD/strider - 1124c6ff0f65ec27342bc59c35b4db5d3468ad60 authored almost 12 years ago by Peter Braden <[email protected]>
if github not set up, still show dashboard

github.com/Strider-CD/strider - 490889613258c0398ad6f6c63f34187b5850f6b2 authored almost 12 years ago by Niall O'Higgins <[email protected]>
readme

github.com/Strider-CD/strider - f0bebbca3837aa63efd2a649637fe3ee53789b65 authored almost 12 years ago by Peter Braden <[email protected]>
correct image

github.com/Strider-CD/strider - 45143e5ef99898a505c52e9b1410850acfce5a1f authored almost 12 years ago by Peter Braden <[email protected]>
Merge branch 'passportAuth' of github.com:Strider-CD/strider into passportAuth

github.com/Strider-CD/strider - 6070c043dcd1aaa910e9557e671a4a94e64886e8 authored almost 12 years ago by Peter Braden <[email protected]>
strider logo

github.com/Strider-CD/strider - 88ac14dab0abc8276921512a5ab183713cf71ed5 authored almost 12 years ago by Peter Braden <[email protected]>
s/code/invite_code/g

github.com/Strider-CD/strider - cd0cbff23960007a2695ad9cb1a8f59c455a0a28 authored almost 12 years ago by Niall O'Higgins <[email protected]>
strider logo's

github.com/Strider-CD/strider - d8c663bc094a9149f43931d372c7e7443707c5ab authored almost 12 years ago by Peter Braden <[email protected]>
port /?code=<invite code> handling

github.com/Strider-CD/strider - d2c5b35c9dba1be7fc92a22da431e8d531cd2142 authored almost 12 years ago by Niall O'Higgins <[email protected]>
Login page style correct

github.com/Strider-CD/strider - 561d3a96b6c7d8c88d67ff9a86c6c74ca48a764e authored almost 12 years ago by Peter Braden <[email protected]>
Merge branch 'master' into passportAuth

Conflicts:
.gitignore

github.com/Strider-CD/strider - e86aaf61adbb172b97f2410f15dc533dab46e59f authored almost 12 years ago by Niall O'Higgins <[email protected]>
use newer strider-simple-worker for node 0.10.x compatibility

github.com/Strider-CD/strider - c79a73c019d2f0e96dcf50e4d86ea2b109d37b95 authored almost 12 years ago by Niall O'Higgins <[email protected]>
forgot partial

github.com/Strider-CD/strider - a557b2434e7a6b08cabcd5ccd3cc8dc432fd7447 authored almost 12 years ago by Niall O'Higgins <[email protected]>
fix status message display

github.com/Strider-CD/strider - 6ede610b1cbb1efa440602d08c93443dc283288c authored almost 12 years ago by Niall O'Higgins <[email protected]>
forgot login template

github.com/Strider-CD/strider - 973cbe527be768012bdb6f4924f0c9debfceb5af authored almost 12 years ago by Niall O'Higgins <[email protected]>
add missing / separator

github.com/Strider-CD/strider - fe8fd396381184327cc8add71a6878d7c8961daa authored almost 12 years ago by Niall O'Higgins <[email protected]>
zap dead jade templates

github.com/Strider-CD/strider - 25ecd58c2449506423065efc94240da6f8be5ed9 authored almost 12 years ago by Niall O'Higgins <[email protected]>
Merge pull request #39 from viniciusgama/master

Adding .idea files to gitignore and getting mongodb url from config file on bin/strider

github.com/Strider-CD/strider - 9288580277d8de943665e4c2eba67ec7265f8789 authored almost 12 years ago by Niall O'Higgins <[email protected]>
fix jobs page

github.com/Strider-CD/strider - e22dfb2ac5aafb956a584af288d14fba060b769d authored almost 12 years ago by Niall O'Higgins <[email protected]>
zap dead jade template

github.com/Strider-CD/strider - de9c53de8c25a5871e613893f72b77bf048b373d authored almost 12 years ago by Niall O'Higgins <[email protected]>
convert projects admin page from jade

github.com/Strider-CD/strider - 3c9e960a134013dfe874f6054bc6e020059c0a2a authored almost 12 years ago by Niall O'Higgins <[email protected]>