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

Merge pull request #1195 from buildtesters/Issue-1192-simplify-pager-bt-rt

Remove --pager option from buildtest report summary

ecdd3636606a314b8030523f0e46327795417f36 authored over 2 years ago
add args for print_report function

4b788426f3ddc24b867ee32cb70e5e319296c112 authored over 2 years ago
replace opt with opts

d2f600af214bb27e5ec5b574c4d589b58ccdee4a authored over 2 years ago
remove redundant

3be9d19f72ce6754a2dc56cd1dbd12b41104ce8d authored over 2 years ago
remove SM

4b8eb2a09c0d906adb1fb9ab6074fd11300ad6d0 authored over 2 years ago
simplified the bash completion waiting on Issue 1192 to merge to get pager for report

058e3169e61d0fe1bbed790ccc604c24250ba298 authored over 2 years ago
improving the console color ouput code flow

9b036a5e2c5140d5b78a47e2a95b2fc94d16bb1b authored over 2 years ago
Bash completion has been finished

ab68fdeacfa0814ec897510a7284d746a0e9f12a authored over 2 years ago
Removed sm alias and replaced pagerOpt with pager

7ee99dd090100f327a44ff10912e3362ea2d2b46 authored over 2 years ago
Merge pull request #1189 from buildtesters/testing_compilers_fix_bug

Testing compilers fix bug

3d3fc7ff78e4e503127e5475ce6c42bda5498fd1 authored over 2 years ago
test module test not module

80625264e490aa26db0415296a9d67f325ce776b authored over 2 years ago
Done with bash completion

89d31a048a5a6387122f43a5bf4eddd58bc6b800 authored over 2 years ago
Almost done with bash compeltion

67d38afd29ab1fd8e97fcfc9a8a02452123e32fc authored over 2 years ago
Merge pull request #1203 from buildtesters/fix_tables_wrapping_bc_summary

Fix tables wrapping for 'buildtest buildspec' command

596b3772df55d4b4f3c05e53b218141559a701bf authored over 2 years ago
applying black

84beb8514487cb5678bfaacb856d04608dd1e139 authored over 2 years ago
update layout structure for 'buildtest buildspec summary'

0d27fd0d252c11a63a096a6ef62f7ae70b6df000 authored over 2 years ago
update tables for 'buildtest buildspec find' with overflow="fold" so output is wrapped to next line. Some tables were updated with

show_lines=True which will print lines between rows.

67a3d197fe96926785bab75ba4aa311d31e7c50a authored over 2 years ago
Merge pull request #1202 from buildtesters/soft_wrap

enable soft wrap when using rich console

fe2d9fab403f62ccd4abf61b39a6f9a1cea90837 authored over 2 years ago
add soft_wrap=True in the rich console to properly render output when printing output that rich

will wrap text to next line

bbd1acc019147a96c749009135f0d7c956912467 authored over 2 years ago
Merge pull request #1200 from buildtesters/rename_option_to_detailed

rename option --debug to --detailed for 'buildtest cg compilers find'

b232a0745722949423c9e77c5020fd1d6a238983 authored over 2 years ago
rename option --debug and --detailed for 'buildtest cg compilers find' since --debug let to running 'buildtest ---debug' which

caused all of the system logs to be printed to terminal

7cbcef29931168a13ff20b092d811a1826c2d1f7 authored over 2 years ago
Merge pull request #1197 from buildtesters/fix_no_invalid_bc

Fixed the case when there no invalid buildspecs at all

99fa5c2d46b19e692defce0440b861501ffbd419 authored over 2 years ago
Added sys.exit in terse condition

af5a068396aa405ec2e3f8abfe9103414aef708a authored over 2 years ago
Refactored buildspec.py

11e38eeac1fa71800448d3455298f6f11a0d2ba2 authored over 2 years ago
fix bug when searching for compilers with 'buildtest cg compiler find' (#1198)

the command 'module -t av' needs to be run in a subshell via bash.

fa2c27f749000d772bdc9a8d2591ff9b65df905d authored over 2 years ago
finished tab completion

b9fda999ffbe42bb3c34b1f72269368ffc286d71 authored over 2 years ago
Removed the assert statement

2b89a1e82e645eb1d0a290f478b4bf05925e89b5 authored over 2 years ago
Fixed the case when there no invalid buildspecs at all

48c9adc287f6146eedeac3f29e22929f5fe1ac13 authored over 2 years ago
black compilers to pass the check

d5029a76d1a97fc978a208432fade9c6245f37ed authored over 2 years ago
traverse target_config to test compilers

de63cb8acfd330f4eb754e697ee4495bbdc9239b authored over 2 years ago
wrangling with bash completion

caa4febdfc8b5179bab49455969e6ab514995caf authored over 2 years ago
Merge pull request #1193 from buildtesters/ci_test_failing

Fixed CI test failing

d9e892ecb07e2ce98e40d7a5ee518cbb654498b1 authored over 2 years ago
removed unneded import

3dbc8872fde5fdd9519df0c0a4851abb69fa16b1 authored over 2 years ago
Moved pager from a summary option to a report option

bb3f66e9e99778f02d9b3251b99d06f63311473c authored over 2 years ago
Removed return statements

5514a76a6b2e0d59de6422a8ec2badced00dd274 authored over 2 years ago
add compilers.py for debugging

9081f7235aff7570b5494cf74ac62aa19efb4502 authored over 2 years ago
Seperated each call with context manager

6a83bd78db63b0e1c50683cde078ec5e84c38d4e authored over 2 years ago
Return non-zero return code no matter what

53093c38e370fa445a976daa2e32a1d68864ff51 authored over 2 years ago
Return non-zero return code no matter what

32e30bf2ee387abb16f484e03b0ec10e41b99031 authored over 2 years ago
print bc.compilers

8ed4ceff0812a72068642db4625f424702b433f9 authored over 2 years ago
Fixed CI test failing

6766d223e38386f1fc886c4670c45aabcc63a6ed authored over 2 years ago
remove duplicates

bb3593eaf468740ac384e97b82d7e5b041a0c1c1 authored over 2 years ago
deal with corner case

32de15edb10440e15e34427c68959f191fa54e64 authored over 2 years ago
simplify code

7127fea453af86255c13bc9fedd3f0a2c5a8a82c authored over 2 years ago
set debug as false

d3d4cf350bfcbf9ef7974437d19bc663424f68b6 authored over 2 years ago
complete compilers test

aef7224483943d0c671fd738a510fbd922cfcff0 authored over 2 years ago
take care of buildin_gcc case

51cd961044b6925d8a436db1c29a71924426c814 authored over 2 years ago
fix bug

9722b0efcad596fde10b3f3ab90c3b7facdd8691 authored over 2 years ago
testing compilers test code

af9cf8c94448ec40679f7ce10fc71f3e0289eba3 authored over 2 years ago
Merge pull request #1176 from buildtesters/Issue-1156-detailed-report-summary

add support for detailed summary via 'buildtest report summary --detailed'

7c18b682a0dc30895bca1c3daa0004e2406c1c05 authored over 2 years ago
debug bc compilers to find module load

531f39865bf194e15805dec4a1e9a874b8ee7e01 authored over 2 years ago
remove spaghetti code and print statement; still need to test module load

7ac5ea4982d79018530bfed6d84518b614f52c92 authored over 2 years ago
applying black

3fec0d1835fd28cb0da4e6a1cb5226776aa1a1be authored over 2 years ago
fix docstring

3e7d04ced8fc227bb102cea990fc6c9ea894d600 authored over 2 years ago
fixing the logic of how paging and detailed worked with buildtest report summary

a40af548418b867397eda97653385dd229e00736 authored over 2 years ago
save initial work

6ea8620062eb0aaaafbc95ba008d2fcb470f713d authored over 2 years ago
minor changes preparing for code spike

03789692f0840565fe3d48e2a97bef46e4775d99 authored over 2 years ago
Added detailed to __init__ and corrected bad new line char

21d8fd9313cf97b5d74cff3ef706a7248816301f authored over 2 years ago
add console print to display output

4d0e93fcb74c705f73152c15690fba5d207813ec authored over 2 years ago
add print statement to debug

9931e7c132e678472e3f20b3d86e41ce19dd092b authored over 2 years ago
debug compiler test function

6f0adab9dcffe54fad0b8a63e996228343dc8d69 authored over 2 years ago
refactor compiler_test function

6c4d6ee799cda9b494ab9efa76454b2b8780d563 authored over 2 years ago
print all register compilers

7e8d2ebbbd32d33ce5bf5da7312edc2d44b6834a authored over 2 years ago
Merge pull request #1188 from buildtesters/change_behavior_compiler_find

change behavior of 'buildtest config compilers find'

3ead042cbb987d7854afa17ef187159c4ec5a35a authored over 2 years ago
remove syntax

5b78dde06b71b1238301a85f29a89dd4acb968fe authored over 2 years ago
print out all compilers

4bfdf3ec209ca1a3b86a4689bb785d2e0af16242 authored over 2 years ago
print compilers before formating

1d07c1767a5034ef97b3eff619fc9ef009e9c276 authored over 2 years ago
Merge pull request #1182 from buildtesters/non-zero-returncode

raised non-zero return code

a7996718142cb30a2a6bccdf2dbed3ada87fdf52 authored over 2 years ago
Updated print_invalid_buildspecs function

f7c010cb7b5f0b5ad8e019a9a2bb1e600f7f5ffa authored over 2 years ago
raised non-zero return code

69df6261cad1f8accdc78756423d305a8841f5d3 authored over 2 years ago
After merge with devel

c27c0d4b11d79ff10c15578d3ee5a24703c0c4de authored over 2 years ago
Merge pull request #1143 from buildtesters/Issue-1102-edit-test

add regression test for editing buildspecs

648e7deccb8bac0d22cd35251894f1cdc621c0b8 authored over 2 years ago
Merge pull request #1175 from buildtesters/configCompilersTest

Automatically test compiler instances via module load test

a73e42f317525ae8871d04b550df38f322251bf7 authored over 2 years ago
switch from command output to console

777f545fe88b92e4a4402e0e364d617519f53261 authored over 2 years ago
modify docs

b2f9a816fd60cd8a4307cb9d93172c9f37baf50b authored over 2 years ago
add docs for buildtest config compilers test

b3451ab562bf5b6b4b07e804efa2fac35f666fed authored over 2 years ago
Merge pull request #1181 from buildtesters/remove_nersc_mirror_workflow

remove nersc mirroring workflow

f9ced3ebf55fa99954c211aa96c45d2a12c947a1 authored over 2 years ago
remove nersc mirroring workflow

fcea34f9759c378abe8e8af0b276b9369abf70d0 authored over 2 years ago
Merge pull request #1180 from buildtesters/issue_1179_buildtest_report_passed_failed

mutually exclusive option for buildtest report --passed and --failure option

4df1ba3c4e6bc846faef6d003dca347064a52c8e authored over 2 years ago
minor fix to documentation

8fdcd88edba66267c7019bfd4c77ef41514d33dc authored over 2 years ago
add --passed and --failed as mutually exclusive option which Fix #1179.

Add a note in documentation when using these options together

1bbec93d3be42c062c8cfc4546043834b6736c6d authored over 2 years ago
add compiler test in help.py

c41015889e218315cfbe48bde93c8efe24f83e2b authored over 2 years ago
black test_cori.py file to pass black check

75f667386094f0aed1073c49f5f4d9a51d5e9c8c authored over 2 years ago
add regression test for function compiler_test function

66561f46a7d5df91701376895a2eaacc4628de1c authored over 2 years ago
Merge pull request #1170 from buildtesters/Issue-1158-change-color-output-buildtest-report-summary

Changed report to print failures in red and passes in Red

09122e88e40816aec0f88f8f0c3e8c256c3506db authored over 2 years ago
Simplifed some if statments and added doc strings for the color parameter

861eb1a7ddb8575a1c0fa5cc2580a2943b94c7f4 authored over 2 years ago
Ironed out final bugs and coverage seems to have gone up

738a9f0892373e9f1b800e702567b51dd4117a8f authored over 2 years ago
Changed the method call in test_edit_test to include the corrrect arguments

4361dcdf4a8d1cb5ba8a1081e3de2358beef2808 authored over 2 years ago
pass black format check

72b8ea4c2943d6ee207105c025540ce76521ab19 authored over 2 years ago
clean code and add args

074c19e731281f43736c18b257eef7a8a6cd64ba authored over 2 years ago
modify help command in add_parser

6f60254cfe2afd4790533d37e8edb61137fc0972 authored over 2 years ago
complete compiler_test function

0eb09046cd82492b85f719972fb3227c1378547e authored over 2 years ago
test row_count_id

9e7e67183180a7015a628a09658c47ed19e980d7 authored over 2 years ago
test it out

9a6a46fbc79c1e2d1cf517b4029fd88e713d80fb authored over 2 years ago
added regression testing and -d option

b2ed3b511910d627d7955aba4f7a882525c6be49 authored over 2 years ago
Added regression testing for report summary to use different colors,report_summary now takes a color argument to allow for regession test to specify color

1f5eb563128aa23a568cd52dcce32550b00de322 authored over 2 years ago
Added ColorParseError to except block in the print_report method

14cdebb65d7d4c7bdef4a4e1b5fcc1293fdf0363 authored over 2 years ago
remove redundant var in __init__.py

9fb1762e7f3c743c75c7ba05c9d88ecdca0e417f authored over 2 years ago
change col name and display table

168df304f4e72cdca9008992eaf1a1d03cb8b01e authored over 2 years ago
construct table

de0750a9ff1efa79b846be410f624d9b3537f5c4 authored over 2 years ago