aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2024-10-15ReviewBoris Kolpackov2-15/+26
2024-10-15Post-review changesFrancois Kritzinger1-11/+21
2024-10-15ReviewBoris Kolpackov1-24/+33
2024-10-15Move everything into namespace brepFrancois Kritzinger1-519/+530
2024-10-15Parse status code from protocol lineFrancois Kritzinger1-33/+129
2024-10-15Post-review changesFrancois Kritzinger4-52/+49
2024-10-15ReviewBoris Kolpackov1-5/+11
2024-10-15Review: JWTBoris Kolpackov3-21/+33
2024-10-15Move invalid_json_input catch closer to parse site and re-indentFrancois Kritzinger1-87/+87
2024-10-15Get installation access token from GitHubFrancois Kritzinger1-7/+282
2024-10-15JWT: OpenSSL error handlingFrancois Kritzinger2-35/+43
2024-10-15Post-review changesFrancois Kritzinger4-15/+30
2024-10-15ReviewBoris Kolpackov3-31/+54
2024-10-15Generate JWTFrancois Kritzinger5-53/+231
2024-10-15Post-review changesFrancois Kritzinger2-72/+64
2024-10-15ReviewBoris Kolpackov3-202/+188
2024-10-15Document webhook forwardingFrancois Kritzinger1-0/+88
2024-10-15Parse requestFrancois Kritzinger2-25/+380
2024-10-15Create mod-ci-github (from mod-ci)Francois Kritzinger4-1/+123
2024-10-15Update INSTALL-DEVFrancois Kritzinger1-2/+2
2024-10-07Switch to using odb::nested_*() functions directly rather than via adapters ↵Karen Arutyunov3-215/+79
for containers of value types with containers
2024-10-07Suppress redundant object section loading in build task handlerKaren Arutyunov1-1/+2
2024-09-02Fix "ambiguous argument 'FETCH_HEAD'" error which appeared after git-fetch ↵Karen Arutyunov1-3/+6
fails and makes FETCH_HEAD file empty
2024-08-09Minor CSS twek for advanced package search pageKaren Arutyunov1-1/+10
2024-08-09Some tweaks to advanced package search pageKaren Arutyunov6-35/+94
Also make project links on other pages to refer to advanced package search page
2024-08-09Add instructions for setting up package versions metadata loading to INSTALL ↵Karen Arutyunov2-0/+18
file
2024-08-08Minor CSS tweakKaren Arutyunov1-1/+1
2024-08-08Make load-with-metadata script to fetch metadata repository shallowlyKaren Arutyunov1-2/+16
2024-08-07Add support for advanced package searchKaren Arutyunov15-74/+644
2024-08-07Add support for loading package version reviewsKaren Arutyunov24-28/+1362
2024-08-05Document package review manifestBoris Kolpackov1-0/+70
2024-07-29Drop all database migrations to be backward compatible with only 0.17.0 (one ↵Karen Arutyunov4-358/+308
minor version behind)
2024-07-29Retry on recoverable database errors in brep-cleanKaren Arutyunov1-55/+108
2024-07-05Adapt tests to libbutl's manifest serializer which now uses new-fashioned ↵Karen Arutyunov3-11/+22
multi-line value introducer
2024-07-04Fix test packages.manifest files by adding bootstrap-build valuesKaren Arutyunov4-0/+44
2024-06-19Change version to 0.18.0-a.0.zBoris Kolpackov2-7/+7
2024-06-17Release version 0.17.0v0.17.0Boris Kolpackov2-9/+9
2024-06-12Fix previous fixKaren Arutyunov1-5/+7
2024-06-12Fix build task handler crash while handling odb::deadlockKaren Arutyunov1-3/+6
2024-06-12Update libodb* dependency constraints to ^2.5.0-b.27Boris Kolpackov1-2/+2
2024-06-11Update NEWS fileBoris Kolpackov1-0/+18
2024-06-04Fix brep-load potential crash introduced by previous commitKaren Arutyunov1-11/+11
2024-06-04Add --ignore-unresolv-cond option and rename --ignore-unresolved-tests to ↵Karen Arutyunov6-65/+212
--ignore-unresolv-tests for brep-load
2024-05-30Don't print classes derived from hidden on build configuration classes pageKaren Arutyunov3-20/+34
2024-05-29Minor tweak to ci-load handlerKaren Arutyunov1-1/+1
2024-05-28Add CI cancel handlerKaren Arutyunov15-40/+197
2024-05-27Change ##HEAD to #HEAD for build2 project repositories in repositories.manifestBoris Kolpackov1-5/+5
2024-05-23Replace ci_start::abandon() with ci_start::cancel()Karen Arutyunov3-40/+28
2024-05-23Make poll interval for unloaded tenant configurable and rename ↵Karen Arutyunov11-51/+79
loaded_timestamp tenant member to unloaded_timestamp
2024-05-21Add support for build_unloaded() notification for tenant-associated servicesKaren Arutyunov21-107/+831