Commit graph

  • af7fb32a5e
    Add failed count Stéphane Bidoul 2021-11-28 15:27:34 +0100
  • 0700a21a26
    Decouple deploy and start Stéphane Bidoul 2021-11-28 14:50:20 +0100
  • 256f828e97
    Add stopped count to controller status api Stéphane Bidoul 2021-11-28 13:43:58 +0100
  • b17e639572
    Simplify start command Stéphane Bidoul 2021-11-28 13:38:48 +0100
  • 92060b2026
    Move cleanup tasks out of the watcher loop Stéphane Bidoul 2021-11-28 13:35:16 +0100
  • 41a4b278b8
    Clarify log warning Stéphane Bidoul 2021-11-28 13:34:32 +0100
  • 25477fed61
    Refactor controller constructor Stéphane Bidoul 2021-11-28 13:33:25 +0100
  • e961780d1b
    Better way to kill jobs Stéphane Bidoul 2021-11-28 13:30:39 +0100
  • f720cbcac5
    Be more explicit about job completions Stéphane Bidoul 2021-11-28 13:21:42 +0100
  • bddc6bf88e
    Add setting to disable posting of commit statuses Stéphane Bidoul 2021-11-28 13:21:06 +0100
  • 0a67e157e0
    Fix comment Stéphane Bidoul 2021-11-27 13:47:03 +0100
  • 6df8041b35
    Add test for oldest_started Stéphane Bidoul 2021-11-27 10:28:51 +0100
  • b3a5f36e02
    Merge pull request #27 from sbidoul/gurneyalex-fix_10 Stéphane Bidoul 2021-11-26 18:18:10 +0100
  • 811826b087
    Preserve most recent branch builds Alexandre Fayolle 2021-11-26 17:39:12 +0100
  • 3ee55d8737
    Tweak comments Stéphane Bidoul 2021-11-25 10:13:59 +0100
  • 71469d2a3c
    Merge pull request #24 from gurneyalex/main Stéphane Bidoul 2021-11-26 15:56:29 +0100
  • 597f6b0eb8 [FIX] debian package dependencies not available Alexandre Fayolle 2021-11-26 15:36:45 +0100
  • b592ecb327 [IMP] speed up start of container Alexandre Fayolle 2021-11-26 15:28:32 +0100
  • b8a9fadb26
    Minor typing simplification Stéphane Bidoul 2021-11-24 23:34:03 +0100
  • 5e7919eaf4
    Validate build settings at startup time Stéphane Bidoul 2021-11-24 23:32:25 +0100
  • b34dd38a7b
    Abstract out image Stéphane Bidoul 2021-11-24 22:18:31 +0100
  • 73866fe377
    Missing backslash Stéphane Bidoul 2021-11-24 19:33:44 +0100
  • 8b31beed55
    --db-filter is necessary for Odoo 10 too, it seems Stéphane Bidoul 2021-11-24 19:32:35 +0100
  • 9e1a21f409
    Fix startup script for Odoo<=10 Stéphane Bidoul 2021-11-24 19:05:01 +0100
  • b3e042e2fc
    Tweak footer Stéphane Bidoul 2021-11-24 18:28:48 +0100
  • bc3b92c524
    Tweak builds page Stéphane Bidoul 2021-11-22 21:35:44 +0100
  • 43f2b4082e
    webui directory must be present Stéphane Bidoul 2021-11-22 20:59:02 +0100
  • a34a95dd32
    Reconnect in case of event source errors in build pages Stéphane Bidoul 2021-11-22 20:57:11 +0100
  • 1b4333b102
    Merge pull request #22 from sbidoul/pre-commit-ci-update-config Stéphane Bidoul 2021-11-22 20:41:13 +0100
  • 2b68d752e1
    [pre-commit.ci] pre-commit autoupdate pre-commit-ci[bot] 2021-11-22 17:57:24 +0000
  • 65a0805956
    Ignore webhooks for unsupported repos/branches Stéphane Bidoul 2021-11-21 19:19:22 +0100
  • 6912176be1
    Refactor get_build_settings Stéphane Bidoul 2021-11-21 19:10:32 +0100
  • a090c6160e
    Add tests for github webhook Stéphane Bidoul 2021-11-21 19:09:20 +0100
  • c1fe8ca16a
    Tweak build card Stéphane Bidoul 2021-11-21 18:42:01 +0100
  • 89d9823992
    Lowercase repo name Stéphane Bidoul 2021-11-21 18:38:50 +0100
  • 83fb48d982
    Fix webhook after refactoring Stéphane Bidoul 2021-11-21 18:09:40 +0100
  • b7c68285f0
    Tweak footer Stéphane Bidoul 2021-11-21 18:05:48 +0100
  • 77bb5b3121
    Tweak footer Stéphane Bidoul 2021-11-21 17:59:07 +0100
  • 180ecc6f8d
    Refactor passing around git commit info Stéphane Bidoul 2021-11-21 17:57:11 +0100
  • 386ccf63b3
    Add missing type annotation Stéphane Bidoul 2021-11-21 12:39:37 +0100
  • da4a545a00
    Add repo link to single build page Stéphane Bidoul 2021-11-21 12:38:16 +0100
  • 301fec8860
    Reduce termination grace period Stéphane Bidoul 2021-11-21 12:30:26 +0100
  • 361411b03f
    Add footer Stéphane Bidoul 2021-11-21 12:29:36 +0100
  • 8906a8908f
    Add static footer Stéphane Bidoul 2021-11-21 11:53:26 +0100
  • 9da7e23f4a
    Tweak links on build card Stéphane Bidoul 2021-11-21 01:13:29 +0100
  • 2052be3b01
    Add row borders to builds page Stéphane Bidoul 2021-11-21 00:46:38 +0100
  • d7ed2c0228
    Emojis Stéphane Bidoul 2021-11-20 20:22:30 +0100
  • 7338921121
    Tweak card Stéphane Bidoul 2021-11-20 20:03:38 +0100
  • 0b58ac5184
    Round corners Stéphane Bidoul 2021-11-20 19:54:26 +0100
  • 3b4160c8e5
    Tweak failed build color Stéphane Bidoul 2021-11-20 19:46:21 +0100
  • 4ee2f29dc7
    Some UI style Stéphane Bidoul 2021-11-20 19:39:07 +0100
  • ce4ecc1a62
    Tweak card Stéphane Bidoul 2021-11-20 17:41:08 +0100
  • 6e9eea8c39
    Tweal readme Stéphane Bidoul 2021-11-20 17:29:55 +0100
  • b38f5b2a94
    Add an initializing status Stéphane Bidoul 2021-11-20 17:29:49 +0100
  • 7a4e188a7e
    builds.html: add builds oldest first Stéphane Bidoul 2021-11-20 17:17:35 +0100
  • 4e9872bfed
    Consider available replicas instead of ready replicas Stéphane Bidoul 2021-11-20 16:30:18 +0100
  • 40d83bb1f7
    Use port number for livenessProbe Stéphane Bidoul 2021-11-20 15:35:11 +0100
  • 6b53a2407f
    Add readiness and liveliness probes Stéphane Bidoul 2021-11-20 15:34:21 +0100
  • 22575f0e35
    Do not start builds after initialization success. Stéphane Bidoul 2021-11-20 15:19:01 +0100
  • ea6b37a0eb
    Remove addons dir before clone Stéphane Bidoul 2021-11-20 15:07:05 +0100
  • 1bd45aa7b0
    Fix addons directory location Stéphane Bidoul 2021-11-20 15:06:34 +0100
  • 57c292def1
    Remove unused logger Stéphane Bidoul 2021-11-20 15:04:49 +0100
  • 27afab461d
    Add more tests for db.search Stéphane Bidoul 2021-11-20 14:45:42 +0100
  • f173688935
    Various api improvements Stéphane Bidoul 2021-11-20 14:22:32 +0100
  • dc6d75c94a
    Fix builds page Stéphane Bidoul 2021-11-20 13:30:45 +0100
  • 6d85c4a859
    Tweak builds page Stéphane Bidoul 2021-11-20 13:28:47 +0100
  • ededf454a0
    Fix builds row class Stéphane Bidoul 2021-11-20 13:11:24 +0100
  • 48a1d7236f
    Row layout for builds.html Stéphane Bidoul 2021-11-20 13:06:43 +0100
  • 0547a73096
    Merge pull request #19 from sbidoul/builds-page Stéphane Bidoul 2021-11-20 12:22:59 +0100
  • f1ee13d2b7
    Merge pull request #18 from sbidoul/flex-config Stéphane Bidoul 2021-11-20 12:22:41 +0100
  • 59deefcd5a
    Add rudimentary builds page Stéphane Bidoul 2021-11-20 12:20:56 +0100
  • 1bc0c0cfd4
    More flexible configuration Stéphane Bidoul 2021-11-19 19:00:29 +0100
  • cc701d5930
    Add branch filter to event source Stéphane Bidoul 2021-11-18 22:54:31 +0100
  • 5cc316fee1
    Remove test code Stéphane Bidoul 2021-11-17 16:05:11 +0100
  • 25b72d5a80
    Factor out runboat-build custom element Stéphane Bidoul 2021-11-17 15:53:16 +0100
  • 117851cbbb
    Merge pull request #15 from sbidoul/pre-commit-ci-update-config Stéphane Bidoul 2021-11-17 08:44:46 +0100
  • 3954634668
    Simplify mypy config Stéphane Bidoul 2021-11-16 21:34:07 +0100
  • b57a2ffe4e
    Tweak log config Stéphane Bidoul 2021-11-16 21:33:58 +0100
  • 442b4e437d
    Do not hard kill deployments Stéphane Bidoul 2021-11-16 21:33:47 +0100
  • 31beee0a47
    SSE endpoint for build events Stéphane Bidoul 2021-11-16 21:33:16 +0100
  • 54f0c2402b
    [pre-commit.ci] pre-commit autoupdate pre-commit-ci[bot] 2021-11-15 17:54:08 +0000
  • 03e6fa4795
    Use observer pattern to listen on BuildsDb Stéphane Bidoul 2021-11-14 19:23:09 +0100
  • 020c6609b1
    Merge pull request #14 from sbidoul/finish-typing Stéphane Bidoul 2021-11-14 14:49:46 +0100
  • 07615c1fe8
    Only build image on main branch Stéphane Bidoul 2021-11-14 14:46:32 +0100
  • 88e5cb5b44
    Finish strict typing Stéphane Bidoul 2021-11-14 14:42:02 +0100
  • d80df82173
    Rename webui template Stéphane Bidoul 2021-11-14 11:07:42 +0100
  • fa353ec038
    Hide useless links in build webui Stéphane Bidoul 2021-11-14 11:02:50 +0100
  • 62c6b4caa2
    Type annotations in tests Stéphane Bidoul 2021-11-14 10:29:07 +0100
  • 87a021137b
    Add types in api.py Stéphane Bidoul 2021-11-13 18:51:47 +0100
  • 4d3e227d3f
    Even moar typing Stéphane Bidoul 2021-11-13 18:45:17 +0100
  • 8e921753ba
    Moar typing Stéphane Bidoul 2021-11-13 18:21:29 +0100
  • 858c58e47d
    Some typing Stéphane Bidoul 2021-11-13 18:05:55 +0100
  • defa2f959e
    Update dependencies Stéphane Bidoul 2021-11-13 14:09:29 +0100
  • c69d300507
    Tweak README Stéphane Bidoul 2021-11-13 13:52:35 +0100
  • afe415b9e1
    Remove TODO from readme Stéphane Bidoul 2021-11-13 13:33:47 +0100
  • 7b6ce4f1bd
    Preserve odoo-venv for faster startup Stéphane Bidoul 2021-11-12 00:21:43 +0100
  • 36f37639b0
    Quiet git clone Stéphane Bidoul 2021-11-11 19:42:26 +0100
  • 8a4797bf02
    Build log endpoints Stéphane Bidoul 2021-11-11 19:30:39 +0100
  • b80508eed9
    Tweak dockerfile Stéphane Bidoul 2021-11-11 17:57:32 +0100
  • f2f9a73ccd
    Improve k8s watcher error handling Stéphane Bidoul 2021-11-11 17:52:35 +0100