Commit 95a7799
committed
job-list: add job-list matching library
Problem: In the future we would like to use RFC31 constraints
to filter jobs rather than the current implementation. It would
allow users to write far more expressive job filtering queries than
can currently be done.
Add job matching library to parse and match jobs against
constraint objects. Add unit tests.1 parent 75ce897 commit 95a7799
File tree
4 files changed
+2184
-2
lines changed- src/modules/job-list
- test
4 files changed
+2184
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
33 | 35 | | |
34 | 36 | | |
35 | | - | |
| 37 | + | |
| 38 | + | |
36 | 39 | | |
37 | 40 | | |
38 | 41 | | |
| |||
65 | 68 | | |
66 | 69 | | |
67 | 70 | | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
68 | 79 | | |
69 | 80 | | |
70 | 81 | | |
| |||
0 commit comments