buildtest version 1.0
What's Changed
- buildtest report --pass by @shahzebsiddiqui in #1140
- fix Slurm Job State bug when submit request by @Xiangs18 in #1141
- Bump black from 22.3.0 to 22.6.0 by @dependabot in #1146
- update black version in pre-commit configuration and pass --verbose in CI check by @shahzebsiddiqui in #1147
- BuildTestCommand requires input argument is passed by @shahzebsiddiqui in #1148
- Issue uploading results to CodeCov by @Xiangs18 in #1149
- add new command 'buildtest info' by @shahzebsiddiqui in #1155
- Fix ModuleNotFoundError: No module named 'buildtest' by @Xiangs18 in #1157
- add slides for PEARC22 conference by @shahzebsiddiqui in #1153
- testing external pull request event for Cori by @shahzebsiddiqui in #1161
- add pager support for buildtest buildspec summary by @shahzebsiddiqui in #1163
- trigger based on external pull request event for ascent by @shahzebsiddiqui in #1162
- Added feature buildtest --lastlog-path by @prathmesh4321 in #1169
- Renamed buildtest --lastlog in the codebase by @prathmesh4321 in #1168
- Added feature buildtest --print-lastlog by @prathmesh4321 in #1167
- rename options for buildtest last log by @shahzebsiddiqui in #1174
- Add Spelling check CI by @Xiangs18 in #1166
- Changed report to print failures in red and passes in Red by @JeffreyFG in #1170
- mutually exclusive option for buildtest report --passed and --failure option by @shahzebsiddiqui in #1180
- remove nersc mirroring workflow by @shahzebsiddiqui in #1181
- Automatically test compiler instances via module load test by @Xiangs18 in #1175
- add regression test for editing buildspecs by @JeffreyFG in #1143
- raised non-zero return code by @prathmesh4321 in #1182
- change behavior of 'buildtest config compilers find' by @Xiangs18 in #1188
- add support for detailed summary via 'buildtest report summary --detailed' by @JeffreyFG in #1176
- Fixed CI test failing by @prathmesh4321 in #1193
- need to run 'module -t av' in a subshell by @shahzebsiddiqui in #1198
- Fixed the case when there no invalid buildspecs at all by @prathmesh4321 in #1197
- rename option --debug to --detailed for 'buildtest cg compilers find' by @shahzebsiddiqui in #1200
- enable soft wrap when using rich console by @shahzebsiddiqui in #1202
- Fix tables wrapping for 'buildtest buildspec' command by @shahzebsiddiqui in #1203
- Testing compilers fix bug by @Xiangs18 in #1189
- Remove --pager option from buildtest report summary by @JeffreyFG in #1195
- Specify MODULEPATH when searching for compilers by @Xiangs18 in #1205
- updating CHANGELOG by @shahzebsiddiqui in #1209
- update 'buildtest help' output by @shahzebsiddiqui in #1212
- Add support for color themes with 'buildtest bc show' and 'buildtest bc show-fail' by @shahzebsiddiqui in #1215
- add color theme when viewing configuration file via 'buildtest config view --theme' by @shahzebsiddiqui in #1216
- add pagination for 'buildtest config view' by @shahzebsiddiqui in #1218
- refactor code reported by codacy by @shahzebsiddiqui in #1217
- return non-zero returncode when using 'buildtest buildspec validate' with invalid buildspecs by @shahzebsiddiqui in #1220
- add 'set -e' when running Cori CI pipeline by @shahzebsiddiqui in #1223
- Issue 1190 console color option by @JeffreyFG in #1207
- Bump black from 22.6.0 to 22.8.0 by @dependabot in #1226
- update black version in .pre-commit-config.yaml by @shahzebsiddiqui in #1228
- update ascent gitlab CI/CD and remove github-gitlab mirroring workflow by @shahzebsiddiqui in #1229
- remove buildtest timeline from documentation by @shahzebsiddiqui in #1230
- update changelog by @shahzebsiddiqui in #1232
- add command aliases for several buildtest commands by @shahzebsiddiqui in #1233
- Rename options for retrieving pass and failed test from report by @shahzebsiddiqui in #1234
- Bump JamesIves/github-pages-deploy-action from 4.3.3 to 4.4.0 by @dependabot in #1173
- Bump urlstechie/urlchecker-action from 0.0.27 to 0.0.33 by @dependabot in #1208
- Bump actions/setup-python from 3.1.2 to 4.2.0 by @dependabot in #1187
- fail on warning during documentation builds by @shahzebsiddiqui in #1235
- update regression github workflow to stop after job step fails by @shahzebsiddiqui in #1236
- rename option 'buildtest build --keep-stage-dir' to 'buildtest build --remove-stagedir' by @shahzebsiddiqui in #1237
- Added options --filterfields & formatfields by @prathmesh4321 in #1238
- use sphinx_designs to leverage dropdown feature in documentation by @shahzebsiddiqui in #1243
- remove sphinx-tabs from documentation and replace with sphinx-design by @shahzebsiddiqui in #1245
- Added bash completion for --filter & --format by @prathmesh4321 in #1242
- Added --filterfields & --formatfields option by @prathmesh4321 in #1246
- add support for coloring output for buildspec cache by @shahzebsiddiqui in #1248
- Add option to limit output of buildspec cache (buildtest buildspec find --count) by @shahzebsiddiqui in #1250
- Added tab completion for buildtest report --format & --filter by @prathmesh4321 in #1251
- Added option to limit row count using "buildtest report --row-count" by @prathmesh4321 in #1249
- add option 'buildtest history list --color' to colorize output of history table by @shahzebsiddiqui in #1258
- Add positional argument to test specific compilers by @Xiangs18 in #1239
- don't raise exception with 'buildtest buildspec show' by @shahzebsiddiqui in #1259
- Add subcommand "buildtest report path" to print path to the report file being used. by @prathmesh4321 in #1260
- use new codecov uploader in gitlab CI by @shahzebsiddiqui in #1262
- update documentation with dropdown in several pages by @shahzebsiddiqui in #1263
- Add sphinx dropdowns for buildspec tutorial documentation. by @prathmesh4321 in #1264
- add support to skip buildspec via 'skip' property by @shahzebsiddiqui in #1265
- Remove Spell Check CI by @prathmesh4321 in #1267
- update batch documentation to use dropdowns by @shahzebsiddiqui in #1268
- add support for Programming Environment in buildtest configuration by @shahzebsiddiqui in #1270
- Update changelog by @prathmesh4321 in #1269
- add property 'purge' in buildtest configuration by @shahzebsiddiqui in #1271
New Contributors
- @prathmesh4321 made their first contribution in #1169
Full Changelog: v0.15.0...v1.0