Age | Commit message (Expand) | Author | Files | Lines |
2024-12-10 | Handle queued, building notifications | Francois Kritzinger | 12 | -466/+2051 |
2024-12-10 | Verify webhook request HMACs | Francois Kritzinger | 6 | -7/+239 |
2024-12-10 | Get installation access token (IAT) and restructure code | Francois Kritzinger | 5 | -287/+949 |
2024-12-10 | Initial setup and handle webhook requests | Francois Kritzinger | 6 | -3/+546 |
2024-11-20 | Fix submit-git handler test | Karen Arutyunov | 1 | -1/+1 |
2024-11-19 | Pass git-clone diagnostics to user on package submission failure | Karen Arutyunov | 2 | -4/+23 |
2024-10-29 | Increase build-result-request-max-size config option default value from 10M t... | Karen Arutyunov | 3 | -6/+6 |
2024-10-07 | Switch to using odb::nested_*() functions directly rather than via adapters f... | Karen Arutyunov | 3 | -215/+79 |
2024-10-07 | Suppress redundant object section loading in build task handler | Karen Arutyunov | 1 | -1/+2 |
2024-09-02 | Fix "ambiguous argument 'FETCH_HEAD'" error which appeared after git-fetch fa... | Karen Arutyunov | 1 | -3/+6 |
2024-08-09 | Minor CSS twek for advanced package search page | Karen Arutyunov | 1 | -1/+10 |
2024-08-09 | Some tweaks to advanced package search page | Karen Arutyunov | 6 | -35/+94 |
2024-08-09 | Add instructions for setting up package versions metadata loading to INSTALL ... | Karen Arutyunov | 2 | -0/+18 |
2024-08-08 | Minor CSS tweak | Karen Arutyunov | 1 | -1/+1 |
2024-08-08 | Make load-with-metadata script to fetch metadata repository shallowly | Karen Arutyunov | 1 | -2/+16 |
2024-08-07 | Add support for advanced package search | Karen Arutyunov | 15 | -74/+644 |
2024-08-07 | Add support for loading package version reviews | Karen Arutyunov | 24 | -28/+1362 |
2024-08-05 | Document package review manifest | Boris Kolpackov | 1 | -0/+70 |
2024-07-29 | Drop all database migrations to be backward compatible with only 0.17.0 (one ... | Karen Arutyunov | 4 | -358/+308 |
2024-07-29 | Retry on recoverable database errors in brep-clean | Karen Arutyunov | 1 | -55/+108 |
2024-07-05 | Adapt tests to libbutl's manifest serializer which now uses new-fashioned mul... | Karen Arutyunov | 3 | -11/+22 |
2024-07-04 | Fix test packages.manifest files by adding bootstrap-build values | Karen Arutyunov | 4 | -0/+44 |
2024-06-19 | Change version to 0.18.0-a.0.z | Boris Kolpackov | 2 | -7/+7 |
2024-06-17 | Release version 0.17.0v0.17.0 | Boris Kolpackov | 2 | -9/+9 |
2024-06-12 | Fix previous fix | Karen Arutyunov | 1 | -5/+7 |
2024-06-12 | Fix build task handler crash while handling odb::deadlock | Karen Arutyunov | 1 | -3/+6 |
2024-06-12 | Update libodb* dependency constraints to ^2.5.0-b.27 | Boris Kolpackov | 1 | -2/+2 |
2024-06-11 | Update NEWS file | Boris Kolpackov | 1 | -0/+18 |
2024-06-04 | Fix brep-load potential crash introduced by previous commit | Karen Arutyunov | 1 | -11/+11 |
2024-06-04 | Add --ignore-unresolv-cond option and rename --ignore-unresolved-tests to --i... | Karen Arutyunov | 6 | -65/+212 |
2024-05-30 | Don't print classes derived from hidden on build configuration classes page | Karen Arutyunov | 3 | -20/+34 |
2024-05-29 | Minor tweak to ci-load handler | Karen Arutyunov | 1 | -1/+1 |
2024-05-28 | Add CI cancel handler | Karen Arutyunov | 15 | -40/+197 |
2024-05-27 | Change ##HEAD to #HEAD for build2 project repositories in repositories.manifest | Boris Kolpackov | 1 | -5/+5 |
2024-05-23 | Replace ci_start::abandon() with ci_start::cancel() | Karen Arutyunov | 3 | -40/+28 |
2024-05-23 | Make poll interval for unloaded tenant configurable and rename loaded_timesta... | Karen Arutyunov | 11 | -51/+79 |
2024-05-21 | Add support for build_unloaded() notification for tenant-associated services | Karen Arutyunov | 21 | -107/+831 |
2024-05-08 | Re-enable support for not bdep-initialized builds in odb.sh | Karen Arutyunov | 1 | -10/+2 |
2024-05-07 | Update odb.sh to match switch to libbutl-odb | Boris Kolpackov | 1 | -0/+7 |
2024-05-07 | Adjust version checks to use new LIBODB*_VERSION_FULL macros | Boris Kolpackov | 1 | -2/+2 |
2024-05-06 | Switch to new multi-package ODB repository | Boris Kolpackov | 1 | -5/+1 |
2024-04-24 | Generate challenge out of database transaction in build task handler | Karen Arutyunov | 1 | -68/+71 |
2024-04-24 | Fix tenant service related logic in build task handler | Karen Arutyunov | 3 | -10/+35 |
2024-04-22 | Fix brep-load to apply package manifest overrides before converting package b... | Karen Arutyunov | 1 | -13/+15 |
2024-04-22 | Make buildable with GCC 4.9 | Karen Arutyunov | 2 | -20/+22 |
2024-04-22 | Add support for custom build bots | Karen Arutyunov | 20 | -209/+1067 |
2024-04-01 | Make buildable with GCC 4.9 | Karen Arutyunov | 2 | -2/+2 |
2024-04-01 | Stash build toolchain in tenant object | Karen Arutyunov | 11 | -40/+167 |
2024-03-27 | Fix external test package configuration selection semantics in build task han... | Karen Arutyunov | 1 | -27/+14 |
2024-03-26 | For external test package try to use same named package config as for main pa... | Karen Arutyunov | 1 | -6/+30 |