aboutsummaryrefslogtreecommitdiff
path: root/mod
AgeCommit message (Collapse)AuthorFilesLines
3 daysDo not send tenant service notification in build result handler for ↵Karen Arutyunov1-6/+23
'forcing' build state
3 daysRetry database operations on recoverable failures in ci_start class functionsKaren Arutyunov5-188/+327
3 daysUpdate tenant service data in ci_start::rebuild()Boris Kolpackov2-2/+33
3 daysUpdate comments, clean up and fix codeFrancois Kritzinger7-215/+90
3 daysImplement build_unloaded_pre_check() and build_unloaded_load()Francois Kritzinger7-558/+348
3 daysHandle check suite rebuilds (all checks) on a commit and/or PRFrancois Kritzinger7-51/+192
3 daysAdd suppport for build-task tenant_service_type parameterKaren Arutyunov2-0/+42
3 daysAdd ci_start::rebuild() functionKaren Arutyunov3-0/+82
3 dayshandle_pull_request(): Create pre-check CI requestFrancois Kritzinger4-68/+81
3 daysImplement CI common API changesKaren Arutyunov3-46/+103
3 daysPartially revert previous commitKaren Arutyunov1-8/+17
3 daysAdjust terminology in ci-common headerBoris Kolpackov1-9/+6
3 dayshandle_check_suite_request(): create unloaded CI requestFrancois Kritzinger3-176/+70
3 daysSketch CI common API changesBoris Kolpackov2-6/+46
3 daysPlan and prepare for upcoming restructuringBoris Kolpackov7-53/+203
3 daysHandle check suite re-runsFrancois Kritzinger1-8/+16
3 daysCancel and create new PR CI requests on base branch updateFrancois Kritzinger4-56/+384
Also Update GraphQL API: - Fix GraphQL response parsing - Fetch repository pull requests with the specified base branch
3 daysCreate conclusion CR for check suites and update it in build_built()Francois Kritzinger3-58/+230
3 daysHandle pull requestsFrancois Kritzinger10-68/+1130
3 daysMisc. fixes and structural improvementsFrancois Kritzinger2-32/+43
3 daysUpdate module infrastructureFrancois Kritzinger3-6/+6
3 daysHandle built notificationFrancois Kritzinger8-93/+586
3 daysHandle queued, building notificationsFrancois Kritzinger11-464/+2049
4 daysVerify webhook request HMACsFrancois Kritzinger4-7/+211
4 daysGet installation access token (IAT) and restructure codeFrancois Kritzinger5-287/+949
4 daysInitial setup and handle webhook requestsFrancois Kritzinger4-1/+454
2024-10-29Increase build-result-request-max-size config option default value from 10M ↵Karen Arutyunov1-2/+2
to 15M
2024-10-07Suppress redundant object section loading in build task handlerKaren Arutyunov1-1/+2
2024-08-09Some tweaks to advanced package search pageKaren Arutyunov3-12/+74
Also make project links on other pages to refer to advanced package search page
2024-08-07Add support for advanced package searchKaren Arutyunov9-73/+537
2024-08-07Add support for loading package version reviewsKaren Arutyunov5-2/+164
2024-06-12Fix previous fixKaren Arutyunov1-5/+7
2024-06-12Fix build task handler crash while handling odb::deadlockKaren Arutyunov1-3/+6
2024-05-30Don't print classes derived from hidden on build configuration classes pageKaren Arutyunov3-20/+34
2024-05-28Add CI cancel handlerKaren Arutyunov14-39/+178
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 Arutyunov5-34/+40
loaded_timestamp tenant member to unloaded_timestamp
2024-05-21Add support for build_unloaded() notification for tenant-associated servicesKaren Arutyunov10-69/+622
2024-04-24Generate challenge out of database transaction in build task handlerKaren Arutyunov1-68/+71
2024-04-24Fix tenant service related logic in build task handlerKaren Arutyunov3-10/+35
2024-04-22Add support for custom build botsKaren Arutyunov6-95/+259
2024-04-01Make buildable with GCC 4.9Karen Arutyunov2-2/+2
2024-04-01Stash build toolchain in tenant objectKaren Arutyunov4-37/+112
2024-03-27Fix external test package configuration selection semantics in build task ↵Karen Arutyunov1-27/+14
handler
2024-03-26For external test package try to use same named package config as for main ↵Karen Arutyunov1-6/+30
package in build task
2024-03-25Drop redundant casts for tracing booleans in brep::ci::build_queued()Karen Arutyunov1-2/+2
2024-03-25Add tenant_service_hintsKaren Arutyunov6-20/+101
2024-03-25Add NOTIFICATION_DIAG macro to mod/tenant-service.hxxKaren Arutyunov8-32/+110
2024-03-22Fix crashing of build task handlerKaren Arutyunov1-1/+2
2024-03-21Add support for build auxiliary machines/configurationsKaren Arutyunov9-331/+788