Commit f2d9742
committed
fix: drop build_filter and use build_regex for server-side filtering
Motivation:
Drop the redundant build_filter configuration parameter as it caused
confusion when it overlapped with build_regex.
Design Choices:
Removed build_filter from Settings, IncrementConfig, and CLI arguments.
Updated load_build_info to use build_regex directly for server-side OBS
filtering.
Benefits:
Simplified configuration and code logic, avoiding ambiguity between two
filtering parameters that were often used for the same purpose.
Related issue:
#496 (comment)1 parent 9196d2a commit f2d9742
File tree
4 files changed
+1
-13
lines changed- openqabot
- loader
4 files changed
+1
-13
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
592 | 592 | | |
593 | 593 | | |
594 | 594 | | |
595 | | - | |
596 | | - | |
597 | | - | |
598 | | - | |
599 | | - | |
600 | | - | |
601 | | - | |
602 | | - | |
603 | 595 | | |
604 | 596 | | |
605 | 597 | | |
| |||
626 | 618 | | |
627 | 619 | | |
628 | 620 | | |
629 | | - | |
630 | 621 | | |
631 | 622 | | |
632 | 623 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
48 | | - | |
49 | 48 | | |
50 | 49 | | |
51 | 50 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
| 35 | + | |
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
45 | 44 | | |
46 | 45 | | |
47 | 46 | | |
| |||
91 | 90 | | |
92 | 91 | | |
93 | 92 | | |
94 | | - | |
95 | 93 | | |
96 | 94 | | |
97 | 95 | | |
| |||
0 commit comments