strider
strider copied to clipboard
Open Source Continuous Integration & Deployment Server
Just putting this out there, want to list out some of the "must have"s and "nice to have"s for 2.0. ## Must Haves - [ ] Add support for organizations...
See #290. Console output element is slightly too tall in landscape mode.
See #290. Works ok in landscape mode.
See #290. Works in landscape mode, but not in portrait mode for some reason.
See #290 for details. Touch events seem to be ignored.
When cancelling a job it does not run the clean up method, when using Docker this leaves problematic images/containers clogging the system up. Also, if an unexpected error occurs it...
I'm working on one repository, but I want the build of certain branches of that repository to be triggered by different events. Eg, I want the master branch to only...
Recently all the tools I am using (Github, Gitlab, Docker, etc.) offer to organise access using groups. This feature is necessary for comfortable setting up strider in a team environment.
I created a new project and strider told me everything is fine, but when I want configure my project (/project/name/config), strider crashes with the following message: ``` /root/strider/node_modules/strider-git/lib/index.js:132 return line.split(/\s+/)[1].split('/').slice(-1)[0];...