Daniel Beardsley

Results 21 issues of Daniel Beardsley

Right now, branches get added to the queue with commit hash of `00000000000000000000` They fail as soon as they are picked up cause that's not a valid commit hash. It's...

We allow filtering branches on the outgoing side (git-build can be configured to only pull builds from the queue it's interested in). If you try to ignore a subset of...

feature

We want to be able to support cimpler running several commands are reporting each one as a separate CI status / log. Suggested Implementation ===================== Config ------- Instead of `command:...

So a test can be ran and the log tailed with one command.

feature

- Make "bin/cimpler -d" start the server - To conform to other linuxy daemon utilities. - Edit package.json to include `bin/cimpler` in the bin dir. - Is that possible?

feature

I can see a use for two plugins: ## build-log - Outputs a running log of build events (like the server log is now) - Use a defined format -...

feature

Add a plugin (and tests) that listens for the added / started / finished events and records the times in `build.queueTime` and `build.buildTime`

feature

There's no reason shell commands need to consume a build. The most likely use-case is just having some random shell commands run for every build, but you don't want to...

feature

Previously, the pagination links in both Product and ProductModel list api responses would have the search_locale param stripped if it was used. This meant that the first page would be...

contribution

From looking at the output and the code, it seems to skip (1/6th) of the rows and columns, this adds up to about 30% fewer pixel operations. Dropping the comparisons...