Ecosyste.ms: OpenCollective
An open API service for software projects hosted on Open Collective.
github.com/buildtesters/buildtest
HPC System and Software Testing Framework
https://github.com/buildtesters/buildtest
change logic of buildtest parser by converting to class
2f1c2a289b477eedd2a7fa345b0e091a04eafd46 authored over 1 year agobd06335ab91234abb4822e79895ae655de3c98eb authored over 1 year ago
574b20c3c164b13ec59b4b4d2b9ca1cccbbf9904 authored over 1 year ago
bf8456fc87f5c2b2378df791547e5d837849ab55 authored over 1 year ago
702a2a72c2a597244ba91fbcd0a732ba05238b7b authored over 1 year ago
instead of manually creating them
c707ab57e647d834f243380921a4aa7878b25efe authored over 1 year agocf7123251ea8b20012aa8ca561cf51a2137f9af6 authored over 1 year ago
52388976a7cdcd96db750ddf7865a3b6ffae8271 authored over 1 year ago
to group all commands into one case statement
add tab completion for 'buildtest commands' that i...
6c138329ae7a9851fac4439dc9276cac8fce3668 authored over 1 year agoby default it will show only main commands
85519457ec98a3fce584325869f6e1ad95ce872b authored over 1 year agoall valid commands it wont show the aliases by default
fbb31fd28351d17af0abeebf9a2a2c88029ebe55 authored over 1 year agofix issue with hidden parsers showing up with help message. Now with --help-all it will only show...
806a5e95f2784e7e0a65105f22cd765a80e418bd authored over 1 year agorewrite section help_all
05177761314432885a033c7ecb6564f1a873114d authored over 1 year agoof dict
1d951aa8725a1fd3c5f0291bdbd40fe9f7856c9e authored over 1 year agof7c68234491919dd788304d45bbb47b61fcc9984 authored over 1 year ago
fa14a62daace8867625703aee3edadae95c9d26d authored over 1 year ago
all configuration options
d727cdf5ded059d9db026f8cdc63360e4139f0e8 authored over 1 year agoThe options that require mutual exclusion were added manually
1163c3b74b08b66bf4ff1f40f2e47026d87207d1 authored over 1 year agothe path as pose to using string manipulation
c459957c5db30bd55f18aafb74a5df672a797520 authored over 1 year ago3bf38b5ffac69bf3800483e12d4330232735b8d2 authored over 1 year ago
bb44209f2910cd42038a740701d619887723f4c1 authored over 1 year ago
ab97b8d05eb0786b8fabe461c3294b18bbda1e01 authored over 1 year ago
e7bb68f91dd3c2dbf261bee56ae2bcf98231b618 authored over 1 year ago
create method for building argument parser for buildtest buildspec find
remove short option '-t' ...
This was done for 'buildtest style', 'buildtest unittests', 'buildtest path', 'buildtest history'
7b13b34c6af850798837c401942e95e3bafcc329 authored over 1 year ago68badb299881c206bc12d5701eadf7a6c7c825ce authored over 1 year ago
add dictionary self.subparsers that is used to automatically build all the parsers.
Make use of s...
54bb724cbd1c0e8429650bfc6ec14672d9fff2c7 authored over 1 year ago
5b117eee2e01a764ba3ffad5dbc0da5ffda74087 authored over 1 year ago
add a method to return subparsers that can be used by buildtest commands to automatically get lis...
90020443f86a0bb9d2cc67ad48232804d62ea734 authored over 1 year agoRewrite bash completion script by using case statements
f7ab7024fab0b0eef5aa2de778da34630d2acae3 authored over 1 year agoa066c3eb3ab30c078b2f69a6f0700a98c6cf6a62 authored over 1 year ago
f044a574c3f061b8be29f531663416a9bde3515a authored over 1 year ago
538c97fa0d5913e70434c29e163d72b47ac2dc3e authored over 1 year ago
eae9d13c37c5e61671579cd6538b210ce8b7f2ae authored over 1 year ago
ee9f241dd707ea7e19e6dde7453a97cbe9489d6e authored over 1 year ago
move command for listing executors to buildtest config executors list
f2e777799771fcbb6581702567ee0c86f33c1045 authored over 1 year agoc4f489c8ac4171d3a1c33f006f5d0022c57f10b2 authored over 1 year ago
upgrade dependencies for docutils, sphinx, sphinx-rtd-theme, sphinx-design
1b76b7557e164fe26a1d92974e3d0ebf81e2ca6c authored over 1 year ago96b293bac6556965b5320eae8afce86f49a45c44 authored over 1 year ago
311b39eb8521125955756a4cde1dcb39f722aa5d authored over 1 year ago
d21fb72cde4b4fa81ea9db94e45f29433f5ccc11 authored over 1 year ago
Add example showing how to query in JSON or YAML format
5be0fc00793d1a98c285ade8ab0ee3998c1df472 authored over 1 year agofix issue with tab completion when retrieving list of executors
5d9831a90ab89956efd330d58d3572b8c1ca4536 authored over 1 year ago0b4af2d07ca1b92deb1ce289ad97a82825054b8c authored over 1 year ago
of this new command
f12bbef301e3ad1c4581b73b478ced5c1513e86c authored over 1 year agob435181bf78f61641868797b0bfe329bf320d1f2 authored over 1 year ago
readthedocs build to not fail on warning messages
e675dd3eed19345fc836deaf23c857205c0d32f0 authored over 1 year agobea0952376c062a3ef856b226d780e563a764032 authored over 1 year ago
251628269614309f757f55e4b0296d23967f1806 authored over 1 year ago
ec155fed0fe4c32753684808824523d5a2fdab09 authored over 1 year ago
make use of tempfile when writing stdout content for 'buildtest build'
20ad993d7ec51697fc96ac6cca7278ff9aaa891c authored over 1 year ago6063bbae21f3c2daca93c867a4794bc6778e479f authored over 1 year ago
issue where multiple buildtest build commands are running in parallel since previously it was wri...
5d07953d538db39abacdf858a6de74468a72ed67 authored over 1 year agoexclude cdash url from url check
8f140bcc5473df8d1beaa603641e1f42e238938e authored over 1 year agob27dbd3721dd0e88cb7202514ffaec9b3ff8ace5 authored over 1 year ago
Use unique directory when performing documentation build
97bdd6cec01d7dcfe76a05e0d10b6c5bf894710a authored over 1 year ago9a024ed33fc674e5ff4413115fa4c09c648359bb authored over 1 year ago
file everytime since this file was imported in buildtest/defaults.py
update documentation to use...
0d278c923aad8dfd8e7ef1921f7e72064c5d9c77 authored over 1 year agothis ensures the docs build will not use local directory $BUILDTEST_ROOT/var
update output of en...
bc76284c7f6281fe7e38933184a244392600bede authored over 1 year ago9d67477e938164555b5a4e03447f01da306fb1ce authored over 1 year ago
buildtest regression test run in unique directory for every CI run
745a45b50f7ab117c94e0c7019e0c47d97c0dd75 authored over 1 year ago729032cb63dfd4c3c724978e4567d010739ec946 authored over 1 year ago
all metadata will be written. This also includes the buildtest configuration file.
With this cha...
90d3979c9bb464aa3c78a9176a96762a4df6ffb4 authored over 1 year agoremoving profiles automatically via buildtest config profiles remove
63afa41cb4a44dc28f191fed839e9af6bd155ffb authored over 1 year agoa46c20ea43a68b99f491105d19b995e89e3c6f2c authored over 1 year ago
1e2a451e5d603dd3b62df80497b93ad3cb27060c authored over 1 year ago
f282cef2941f8effa8d7016d3ad038700075cd61 authored over 1 year ago
a7d4286c7a3f77ecb6be6996483b71814873f61c authored over 1 year ago
981cbd26fb7190f5a9557e965d66933e449667c3 authored over 1 year ago
f72d04bf13783169e33427d3c7d1ab8db3792f1c authored over 1 year ago
Add short option -t for --testpath
45089efa13bca0c167cce50b926ea78933a97818 authored over 1 year ago7a971d6f978cc33ca8a6079f9c347fb5eafe8b27 authored over 1 year ago
0fdd9e9ae70d427b4745cfb8bb448521cccf2319 authored over 1 year ago
e11f645bc545bc9d672449a8cf793ea71e7b55e7 authored over 1 year ago
one or more profile name to remove.
add alias command 'rm'
da23987a7ae4c100e68f1873fbfec61595dda709 authored over 1 year ago8dd92d43277c7d449ca308611734ed7ed8bd16e3 authored over 1 year ago
910cad9c2dc837a0291109233a9b9038a0d4fd75 authored over 1 year ago
is used for --testpath
a24c29c619ca12661a383fac95ce0be7a7f384a9 authored over 1 year agoremoving .all-contributorsrc file
836bb2c4f6984908192c9b6d39cb993e85f67ae6 authored over 1 year ago28bf515c24145e1ace0a9a63396216d61c2f28b8 authored over 1 year ago
remove ALL-CONTRIBUTORS.md
1c841fa5a04492167715bd84aab3d61f57195725 authored over 1 year ago1e7a5001002044f320fee1e9fae0cbdce5b620f4 authored over 1 year ago
move pytest configuration to pyproject.toml
8568d00dfc43ac3f8f61381e1e0cff5051effe84 authored over 1 year agob9a6e239dcd267b0c77cf5f31ebbb64650140446 authored over 1 year ago
remove compilers from buildtest configuration file
a31ac4f48cdae74240e07da8d65ff3cf0d04c9cb authored over 1 year agoFix issue with incorrect line that is to be highlighted
c92808b58eaec120efeda201552feef0d6a4aac7 authored over 1 year ago40daa6515a4c5bf188d252f4caa5f9b452025848 authored over 1 year ago
fix issue with documentation build
72c5c93785b4c0649eee680107b5e2e8bda5759d authored over 1 year agof2530ab5b0f0076010144ff2a11bcbbab32fe324 authored over 1 year ago
8c5898682a37e28dcf6e79ef6cf1d2ef562c094c authored over 1 year ago
Add alias command 'rm'
a24550fa6cfa429616be73558c2c1e9f7ed2ed76 authored over 1 year agochange variable names and add comments in implementation
823e8c259ca9666ed54fc7fcdeca7d2d0a397658 authored over 1 year agodefault maxpendtime set for 1 day
7ca12b429570c7bb8305c928ab20dcfcd6756e8c authored over 1 year agoneeds to be invoked. This fix an issue in regression test
5c7ad8efffbe6966542dc520b635b8d9400bd9f5 authored over 1 year agobec2d837db0bb39207393c9999742e926fa1a812 authored over 1 year ago
to batch scheduler and no --maxpendtime is specified or defined in configuration file
2b390fbceea85228138e4bf45fcfdfb53a11ec48 authored over 1 year ago57d4a6f9f2c2d74fbfc5f147b29ff41ec6c549bb authored over 1 year ago
fix an issue with tab completion for showing available compilers in tab completion
575f3cc07d43b1929e0d0413b31e907671e03c8f authored over 1 year ago5d9e6c86ac9d8d8328d481f3cf32edf5e8eb51bd authored over 1 year ago