File tree
5 files changed
+20
-17
lines changed- .github/workflows
- config
- extras
5 files changed
+20
-17
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
5 | 5 |
| |
6 | 6 |
| |
7 | 7 |
| |
8 |
| - | |
| 8 | + | |
9 | 9 |
| |
10 | 10 |
| |
11 | 11 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2 | 2 |
| |
3 | 3 |
| |
4 | 4 |
| |
5 |
| - | |
| 5 | + | |
6 | 6 |
| |
7 | 7 |
| |
8 | 8 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
| 2 | + | |
| 3 | + | |
| 4 | + | |
2 | 5 |
| |
3 | 6 |
| |
4 | 7 |
| |
| |||
57 | 60 |
| |
58 | 61 |
| |
59 | 62 |
| |
60 |
| - | |
| 63 | + | |
61 | 64 |
| |
62 | 65 |
| |
63 | 66 |
| |
64 | 67 |
| |
65 | 68 |
| |
66 | 69 |
| |
67 | 70 |
| |
68 |
| - | |
| 71 | + | |
69 | 72 |
| |
70 | 73 |
| |
71 | 74 |
| |
72 | 75 |
| |
73 | 76 |
| |
74 | 77 |
| |
75 | 78 |
| |
76 |
| - | |
| 79 | + | |
77 | 80 |
| |
78 | 81 |
| |
79 | 82 |
| |
80 | 83 |
| |
81 | 84 |
| |
82 | 85 |
| |
83 | 86 |
| |
84 |
| - | |
| 87 | + | |
85 | 88 |
| |
86 | 89 |
| |
87 | 90 |
| |
88 | 91 |
| |
89 | 92 |
| |
90 | 93 |
| |
91 | 94 |
| |
92 |
| - | |
| 95 | + | |
93 | 96 |
| |
94 | 97 |
| |
95 | 98 |
| |
96 | 99 |
| |
97 | 100 |
| |
98 | 101 |
| |
99 | 102 |
| |
100 |
| - | |
101 |
| - | |
| 103 | + | |
| 104 | + | |
102 | 105 |
| |
103 | 106 |
| |
104 | 107 |
| |
105 | 108 |
| |
106 | 109 |
| |
107 |
| - | |
108 |
| - | |
| 110 | + | |
| 111 | + | |
109 | 112 |
| |
110 | 113 |
| |
111 | 114 |
| |
112 | 115 |
| |
113 | 116 |
| |
114 | 117 |
| |
115 |
| - | |
| 118 | + | |
116 | 119 |
| |
117 | 120 |
| |
118 | 121 |
| |
119 | 122 |
| |
120 | 123 |
| |
121 | 124 |
| |
122 |
| - | |
| 125 | + | |
123 | 126 |
| |
124 | 127 |
| |
125 | 128 |
| |
126 | 129 |
| |
127 | 130 |
| |
128 | 131 |
| |
129 | 132 |
| |
130 |
| - | |
| 133 | + | |
131 | 134 |
| |
132 | 135 |
| |
133 | 136 |
| |
134 | 137 |
| |
135 | 138 |
| |
136 | 139 |
| |
137 | 140 |
| |
138 |
| - | |
| 141 | + | |
139 | 142 |
| |
140 | 143 |
| |
141 | 144 |
| |
|
Submodule makers-devops updated 30 files
- .github/workflows/check_links.yml+1-1
- .github/workflows/code_checks.yml+1-1
- .github/workflows/hil_checks.yml+12-4
- Makefile+11-2
- bin/run_command.sh+1-1
- src/python/check_schemata/project_yaml_schema.py+15-28
- src/python/check_schemata/user_yaml_schema.py-4
- src/python/code_checks/codeChecks.py+41-28
- src/python/code_checks/merge_clang_tidy_cppcheck.py
- src/python/code_checks/run_black.sh
- src/python/code_checks/run_clang_format.sh
- src/python/code_checks/run_clang_tidy.sh+16-12
- src/python/code_checks/run_cppcheck.sh
- src/python/code_checks/run_generate_reports.sh
- src/python/monitoring/monitor.py+1-1
- src/python/project_yaml/readProjectYAML.py+36
- template/RELEASE_NOTES.md
- template/doc/TESTING.md
- template/github_special/CODE_OF_CONDUCT.md
- template/github_special/CONTRIBUTING.md
- template/github_special/ISSUE_TEMPLATE/bug_report_template.md
- template/github_special/ISSUE_TEMPLATE/feature_request_template.md
- template/github_special/LICENSE
- template/github_special/README.md
- template/github_special/SECURITY.md
- template/github_special/pull_request_template.md
- template/project_config/project.yml+7-4
- template/project_config/user.yml
- template/workflow/code_checks_call.yml+14
- template/workflow/hil_checks_call.yml+14
0 commit comments