aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-10-03Review 1upload-config-cpuBoris Kolpackov1-2/+2
2023-10-03Relax constraint in upload-bindist by only forbidding leading dots in package...Karen Arutyunov2-14/+17
2023-10-03Reflect target CPU in bindist upload package config directory nameKaren Arutyunov2-6/+67
2023-09-29Add support for *-build-*email package manifest valuesKaren Arutyunov8-62/+84
2023-09-28Add support for explicit hidden target configuration classKaren Arutyunov5-21/+36
2023-08-04Don't log warning if build task is expired due to suspended build machineKaren Arutyunov2-12/+26
2023-07-28Fix task request handler which could potentially issue unexpected rebuild taskKaren Arutyunov1-1/+7
2023-07-21Update INSTALL fileKaren Arutyunov1-0/+1
2023-07-20Log more info when issue warnings in build-result and build-force handlersKaren Arutyunov3-14/+37
2023-07-17Fix build task handler not to acquire extra database connectionKaren Arutyunov1-1/+1
2023-07-17Optimize builds page by discouraging PostgreSQL from using the nested loop jo...Karen Arutyunov4-207/+199
2023-07-13Optimize build-task handler by using object loading viewKaren Arutyunov5-35/+45
2023-07-07Optimize build-task handler by reducing number of tenant object loadsKaren Arutyunov1-16/+29
2023-07-07Add odb sections to build_package classKaren Arutyunov5-62/+127
2023-07-05Change version to 0.17.0-a.0.zBoris Kolpackov2-9/+9
2023-06-30Release version 0.16.0v0.16.0Boris Kolpackov2-11/+11
2023-06-28Update NEWS filesBoris Kolpackov1-1/+12
2023-06-26Suppress -Wdangling-reference GCC 13 warningKaren Arutyunov1-0/+5
2023-06-26Suppress -Wunqualified-std-cast-call Clang 15 warningKaren Arutyunov1-0/+2
2023-06-26Update .gitignore fileKaren Arutyunov1-0/+6
2023-06-24Add apache2 headers dir auto-detection and configurations for building with s...Karen Arutyunov4-24/+69
2023-06-22Fix package version details page to properly detect if it needs to drop Build...Karen Arutyunov1-7/+17
2023-06-12Fix GCC 13 -Woverloaded-virtual warningBoris Kolpackov1-0/+2
2023-05-30Add support for package-description, package-description-type, and changes-ty...Karen Arutyunov15-106/+249
2023-05-19Fix upload-bindist-clean and update INSTALLKaren Arutyunov2-2/+24
2023-05-17Sync comments in brep-module.conf with module.cliKaren Arutyunov2-14/+16
2023-05-17Add support for interactive parameter for task requestKaren Arutyunov4-11/+74
2023-05-17Add support for upload handlers and implement brep-upload-bindist handlerKaren Arutyunov40-438/+3139
2023-05-08Fix ci-load handlerKaren Arutyunov1-1/+1
2023-04-19Make random package ordering distribution more even in build task moduleKaren Arutyunov1-16/+211
2023-04-14Add support for interrupt build result statusKaren Arutyunov2-113/+152
2023-04-14Add support for random package ordering in build task moduleKaren Arutyunov8-532/+721
2023-03-07Print unbuilt configurations for archived package tenantsKaren Arutyunov2-27/+8
2023-01-13Adapt to package manifest API changeKaren Arutyunov1-2/+2
2023-01-13Update copyrightKaren Arutyunov1-1/+1
2022-12-14Add noexcept to move constructors and move assignment operatorsKaren Arutyunov1-1/+1
2022-12-08Adapt to dir_iterator API changeKaren Arutyunov1-1/+1
2022-12-07Move indication that tenant is archived to timestamp field on builds and pack...Karen Arutyunov5-20/+56
2022-12-07Document *-build-config overrideKaren Arutyunov1-0/+9
2022-12-06Fix installation documentationKaren Arutyunov3-3/+3
2022-12-06Make sure we only build one package config per interactive tennantKaren Arutyunov6-151/+310
2022-12-02Reflect that build tenant is archived on builds and package version details p...Karen Arutyunov7-13/+22
2022-11-25Tweak CSS style for builds and package version details pagesKaren Arutyunov2-2/+2
2022-11-24Fix query in brep-clean utilityKaren Arutyunov1-1/+1
2022-11-24Add missing CSS styleKaren Arutyunov1-0/+1
2022-11-23Add support for package build configurationsKaren Arutyunov53-931/+1649
2022-10-27Suppress (potential) bogus GCC 12 -Wrestrict warningsBoris Kolpackov16-26/+26
2022-09-29Fix build-result-request-max-size config option default value from 10240000 t...Karen Arutyunov1-1/+1
2022-08-31Run git-add command with --force option in submit-git handlerKaren Arutyunov1-1/+1
2022-08-29Add target to build configuration idKaren Arutyunov18-156/+318