Age | Commit message (Expand) | Author |
2023-07-04 | let clients keep connections alive a little longer | iximeow |
2023-07-04 | more sql query typo fixes | iximeow |
2023-07-04 | repo row is non-optional, value in `default_run_preference` is | iximeow |
2023-07-04 | that query was just wildly wrong | iximeow |
2023-07-04 | missing query param | iximeow |
2023-07-04 | fix type's | iximeow |
2023-07-04 | pretty sure this gets host-preferential task assignment in place? | iximeow |
2023-07-03 | expose function for lua to run commands and collect output | iximeow |
2023-07-02 | try to support cross-arch runners....???? | iximeow |
2023-07-02 | fish out host info for ... at least the nanopi m4 on the bookshelf | iximeow |
2023-07-02 | use the platform-generic c_char, instead of i8/u8 WHICH I GUESS VARIES BETWEE... | iximeow |
2023-07-02 | actually capture cpu family for ... cpu family ... | iximeow |
2023-07-02 | groan | iximeow |
2023-07-02 | better sql i think | iximeow |
2023-07-02 | more cpu_vendor misnaming | iximeow |
2023-07-02 | silly deadlock bug, sql typos | iximeow |
2023-07-02 | add host identifiers? | iximeow |
2023-07-02 | last run for job should be the chronologically most recent | iximeow |
2023-07-02 | do not overload the tag "kind" | iximeow |
2023-07-02 | client ack to new task is now kind:started, status:started | iximeow |
2023-07-02 | use new protocol bits when ackinga task request | iximeow |
2023-07-02 | add a protocol, host info reporting | iximeow |
2023-07-02 | cert path and key path are no longer mandatory | iximeow |
2023-07-02 | make real and debug webserver addresses (and tls-ness) configurable | iximeow |
2023-07-02 | make client configurable | iximeow |
2023-07-02 | better description for reaped tasks | iximeow |
2023-07-02 | cleanup, logging | iximeow |
2023-07-02 | clean up old stale jobs for clients that have gone away | iximeow |
2023-07-01 | produce short sha after looking up the full sha so short urls do not panic fr... | iximeow |
2023-07-01 | create a new run to go with a job | iximeow |
2023-07-01 | fix client sending wrong task status name | iximeow |
2023-07-01 | job->run in driver | iximeow |
2023-07-01 | again, column skew.. | iximeow |
2023-07-01 | fix pending jobs query, right number of columns | iximeow |
2023-07-01 | short hashes for og preview | iximeow |
2023-07-01 | stray ref to old jobs path | iximeow |
2023-07-01 | add og tags to commit summaries? | iximeow |
2023-07-01 | add a notion of runs distinct from jobs, lets see how well this goes over | iximeow |
2023-06-30 | specifically report failures to check out build refs | iximeow |
2023-06-30 | release db connection lock so as to not deadlock ci_driver | iximeow |
2023-06-29 | started->active, include pending | iximeow |
2023-06-29 | more gross hacks to get a list of active jobs | iximeow |
2023-06-29 | load-bearing type ascription | iximeow |
2023-06-29 | HACK: filter out old artifacts from commits with duplicate runs | iximeow |
2023-06-29 | show job time in commit summary page | iximeow |
2023-06-29 | more info on job summary page | iximeow |
2023-06-28 | color differentiation in per-repo build lists | iximeow |
2023-06-28 | repo name on job page links back to repo summary | iximeow |
2023-06-27 | [all] a job may have null run_host if it has never been run | iximeow |
2023-06-27 | [cli] support same notifiers as db will validate | iximeow |