Age | Commit message (Expand) | Author | Files | Lines |
2024-02-23 | Add INSTALL-CI-DEV guide | Karen Arutyunov | 1 | -0/+131 |
2024-02-22 | Cleanup build queries in monitor | Karen Arutyunov | 3 | -58/+90 |
2024-02-22 | Add support for tenant-associated service notifications | Karen Arutyunov | 41 | -538/+2041 |
2024-02-13 | Optimize database query in build-task service | Karen Arutyunov | 1 | -11/+10 |
2024-02-01 | Add support for enable clause in tests package manifest value | Karen Arutyunov | 13 | -12/+49 |
2024-02-01 | Update copyright | Karen Arutyunov | 1 | -1/+1 |
2024-01-26 | Adjust installation notes/script to comply with PostgreSQL 15 and above | Karen Arutyunov | 3 | -0/+31 |
2023-10-11 | To improve bdep-clean and bdep-monitor performance increase LIMIT clause valu... | Karen Arutyunov | 2 | -2/+2 |
2023-10-04 | Don't propagate search criteria from package search page to package details page | Karen Arutyunov | 4 | -20/+9 |
2023-10-04 | Pass bpkg-pkg-verify diagnostics to user on package submission failure | Karen Arutyunov | 2 | -3/+41 |
2023-10-03 | Relax constraint in upload-bindist by only forbidding leading dots in package... | Karen Arutyunov | 2 | -14/+17 |
2023-10-03 | Reflect target CPU in bindist upload package config directory name | Karen Arutyunov | 2 | -6/+67 |
2023-09-29 | Add support for *-build-*email package manifest values | Karen Arutyunov | 8 | -62/+84 |
2023-09-28 | Add support for explicit hidden target configuration class | Karen Arutyunov | 5 | -21/+36 |
2023-08-04 | Don't log warning if build task is expired due to suspended build machine | Karen Arutyunov | 2 | -12/+26 |
2023-07-28 | Fix task request handler which could potentially issue unexpected rebuild task | Karen Arutyunov | 1 | -1/+7 |
2023-07-21 | Update INSTALL file | Karen Arutyunov | 1 | -0/+1 |
2023-07-20 | Log more info when issue warnings in build-result and build-force handlers | Karen Arutyunov | 3 | -14/+37 |
2023-07-17 | Fix build task handler not to acquire extra database connection | Karen Arutyunov | 1 | -1/+1 |
2023-07-17 | Optimize builds page by discouraging PostgreSQL from using the nested loop jo... | Karen Arutyunov | 4 | -207/+199 |
2023-07-13 | Optimize build-task handler by using object loading view | Karen Arutyunov | 5 | -35/+45 |
2023-07-07 | Optimize build-task handler by reducing number of tenant object loads | Karen Arutyunov | 1 | -16/+29 |
2023-07-07 | Add odb sections to build_package class | Karen Arutyunov | 5 | -62/+127 |
2023-07-05 | Change version to 0.17.0-a.0.z | Boris Kolpackov | 2 | -9/+9 |
2023-06-30 | Release version 0.16.0v0.16.0 | Boris Kolpackov | 2 | -11/+11 |
2023-06-28 | Update NEWS files | Boris Kolpackov | 1 | -1/+12 |
2023-06-26 | Suppress -Wdangling-reference GCC 13 warning | Karen Arutyunov | 1 | -0/+5 |
2023-06-26 | Suppress -Wunqualified-std-cast-call Clang 15 warning | Karen Arutyunov | 1 | -0/+2 |
2023-06-26 | Update .gitignore file | Karen Arutyunov | 1 | -0/+6 |
2023-06-24 | Add apache2 headers dir auto-detection and configurations for building with s... | Karen Arutyunov | 4 | -24/+69 |
2023-06-22 | Fix package version details page to properly detect if it needs to drop Build... | Karen Arutyunov | 1 | -7/+17 |
2023-06-12 | Fix GCC 13 -Woverloaded-virtual warning | Boris Kolpackov | 1 | -0/+2 |
2023-05-30 | Add support for package-description, package-description-type, and changes-ty... | Karen Arutyunov | 15 | -106/+249 |
2023-05-19 | Fix upload-bindist-clean and update INSTALL | Karen Arutyunov | 2 | -2/+24 |
2023-05-17 | Sync comments in brep-module.conf with module.cli | Karen Arutyunov | 2 | -14/+16 |
2023-05-17 | Add support for interactive parameter for task request | Karen Arutyunov | 4 | -11/+74 |
2023-05-17 | Add support for upload handlers and implement brep-upload-bindist handler | Karen Arutyunov | 40 | -438/+3139 |
2023-05-08 | Fix ci-load handler | Karen Arutyunov | 1 | -1/+1 |
2023-04-19 | Make random package ordering distribution more even in build task module | Karen Arutyunov | 1 | -16/+211 |
2023-04-14 | Add support for interrupt build result status | Karen Arutyunov | 2 | -113/+152 |
2023-04-14 | Add support for random package ordering in build task module | Karen Arutyunov | 8 | -532/+721 |
2023-03-07 | Print unbuilt configurations for archived package tenants | Karen Arutyunov | 2 | -27/+8 |
2023-01-13 | Adapt to package manifest API change | Karen Arutyunov | 1 | -2/+2 |
2023-01-13 | Update copyright | Karen Arutyunov | 1 | -1/+1 |
2022-12-14 | Add noexcept to move constructors and move assignment operators | Karen Arutyunov | 1 | -1/+1 |
2022-12-08 | Adapt to dir_iterator API change | Karen Arutyunov | 1 | -1/+1 |
2022-12-07 | Move indication that tenant is archived to timestamp field on builds and pack... | Karen Arutyunov | 5 | -20/+56 |
2022-12-07 | Document *-build-config override | Karen Arutyunov | 1 | -0/+9 |
2022-12-06 | Fix installation documentation | Karen Arutyunov | 3 | -3/+3 |
2022-12-06 | Make sure we only build one package config per interactive tennant | Karen Arutyunov | 6 | -151/+310 |