strider icon indicating copy to clipboard operation
strider copied to clipboard

Open Source Continuous Integration & Deployment Server

Results 102 strider issues
Sort by recently updated
recently updated
newest added

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...

need more information
idea

See #290. Console output element is slightly too tall in landscape mode.

bug
ui
responsive layout

See #290. Works ok in landscape mode.

bug
ui
responsive layout

See #290. Works in landscape mode, but not in portrait mode for some reason.

bug
ui
responsive layout

See #290 for details. Touch events seem to be ignored.

bug
ui
responsive layout

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...

bug

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.

feature request

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];...