aboutsummaryrefslogtreecommitdiff
path: root/mod/module.cli
AgeCommit message (Collapse)AuthorFilesLines
6 daysSleep for some short period of time before retrying after odb::recoverable ↵Karen Arutyunov1-4/+4
exception Also increase the default maximum number of retries for configuration to 20 from 10.
6 daysAutomatically increase build queued timeout for big number of builds in ↵Karen Arutyunov1-4/+14
'queued' notifications Note that this commit changes the semantics of the tenant::queued_timestamp member. Previously it was set to the time when the build objects are turned into the queued state. Now it is set to the time when the queued notification for them is assumed to be delivered to the third party service.
10 daysci-github: Store App id as uint64_tFrancois Kritzinger1-1/+1
2025-01-15ci-github: Store webhook secret in a fileFrancois Kritzinger1-5/+5
Keep secrets out of the configuration file for the sake of security.
2024-12-10Support multiple GitHub app instancesBoris Kolpackov1-10/+5
2024-12-10Handle replaced tenants and clean up code/commentsFrancois Kritzinger1-1/+2
2024-12-10Add suppport for build-task tenant_service_type parameterKaren Arutyunov1-0/+7
2024-12-10Handle pull requestsFrancois Kritzinger1-4/+1
2024-12-10Update module infrastructureFrancois Kritzinger1-5/+2
2024-12-10Verify webhook request HMACsFrancois Kritzinger1-1/+8
2024-12-10Get installation access token (IAT) and restructure codeFrancois Kritzinger1-3/+28
2024-10-29Increase build-result-request-max-size config option default value from 10M ↵Karen Arutyunov1-2/+2
to 15M
2024-08-09Some tweaks to advanced package search pageKaren Arutyunov1-0/+6
Also make project links on other pages to refer to advanced package search page
2024-08-07Add support for advanced package searchKaren Arutyunov1-3/+44
2024-08-07Add support for loading package version reviewsKaren Arutyunov1-0/+21
2024-05-28Add CI cancel handlerKaren Arutyunov1-5/+21
2024-05-21Add support for build_unloaded() notification for tenant-associated servicesKaren Arutyunov1-2/+2
2024-03-21Add support for build auxiliary machines/configurationsKaren Arutyunov1-28/+44
2024-03-13Add search-description configuration optionBoris Kolpackov1-0/+8
2024-03-13Change semantics for build-toolchain-email configuration optionKaren Arutyunov1-7/+10
2024-02-22Add support for tenant-associated service notificationsKaren Arutyunov1-14/+43
2023-09-28Add support for explicit hidden target configuration classKaren Arutyunov1-1/+4
2023-05-17Add support for interactive parameter for task requestKaren Arutyunov1-1/+7
2023-05-17Add support for upload handlers and implement brep-upload-bindist handlerKaren Arutyunov1-1/+144
2023-04-14Add support for random package ordering in build task moduleKaren Arutyunov1-11/+20
2022-11-23Add support for package build configurationsKaren Arutyunov1-19/+20
2022-09-29Fix build-result-request-max-size config option default value from 10240000 ↵Karen Arutyunov1-1/+1
to 10485760
2022-08-29Add target to build configuration idKaren Arutyunov1-0/+4
2022-07-01Add support for disabling package build notification emails per toolchain nameKaren Arutyunov1-0/+14
2021-10-04Add support for soft and hard rebuildsKaren Arutyunov1-24/+66
2021-03-29Add missing build-interactive-login option to etc/brep-module.confKaren Arutyunov1-1/+2
2021-03-26Add support for interactive CI modeKaren Arutyunov1-2/+20
2020-04-01Invent alternative package rebuild timeoutKaren Arutyunov1-0/+34
2020-03-27Implement brep-monitorKaren Arutyunov1-0/+811