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

fix tests

65be4d62f45d03076db1c9cb6ea24a88aba8cd73 authored over 2 years ago
add if condition to check if its non-zero returncode then exit immediately

ebcba14661f353542a40c091bc70ef50eebcb7c7 authored over 2 years ago
catch returncode and exit if its non-zero

7431c4d69ee34a7afdfb6433a6dba35d72aafc34 authored over 2 years ago
adding exit 1 to troubleshoot whether CI pipeline will fail

47d41f8e05f03b716a51e1be9018884eaf68cf93 authored over 2 years ago
add 'set -eop pipefail'

bf5cd96f0dece3ba2000c07654ea30443670b69f authored over 2 years ago
run regression test in bash shell

f38765e783ac7faf8bcf846f58485f06dfecd5f6 authored over 2 years ago
update if condition when detecting OS in the job step to install packages via apt-get vs brew

6d69e652be8c324fbf58477a03fd6510aecc6a01 authored over 2 years ago
set fail-fast: true

616960ec556f57e5ac809cdf661a9d6ac70b2a7a authored over 2 years ago
troubleshooting regression test workflow by checking returncode after executing unittests.py

fa0dbceec9ba7e52b886c02074e1a2f36e769ef4 authored over 2 years ago
remove macos-12 and ubuntu-22.04 from testing in matrix build

478928795514b3da43783a29ebe4dad69ae62f22 authored over 2 years ago
Merge pull request #1235 from buildtesters/fail_on_warning_sphinx

fail on warning during documentation builds

21083463149433344139b4417cd2fbbf53f82133 authored over 2 years ago
add new line. This was reported by sphinx build

a1fd910f4021c2705da0d53374a8d444481181a6 authored over 2 years ago
add continue-on-error: false to ensure we dont continue if job step fails

6d82cfa336dcfaab5e3db1b96c6aaa77f404c553 authored over 2 years ago
set fail_on_warning: true in readthedocs build

80e30fedf88329796c43176fa0a7bae8aeb6e5b1 authored over 2 years ago
Bump actions/setup-python from 3.1.2 to 4.2.0 (#1187)

Bumps [actions/setup-python](https://github.com/actions/setup-python) from 3.1.2 to 4.2.0.
- [R...

190886e9cb9b209525c25d1f81dbd3a87edfb64e authored over 2 years ago
Bump urlstechie/urlchecker-action from 0.0.27 to 0.0.33 (#1208)

Bumps [urlstechie/urlchecker-action](https://github.com/urlstechie/urlchecker-action) from 0.0.2...

3d7887fb5e69f35ea4e9c99a36394dfa8496b2a5 authored over 2 years ago
Bump JamesIves/github-pages-deploy-action from 4.3.3 to 4.4.0 (#1173)

Bumps [JamesIves/github-pages-deploy-action](https://github.com/JamesIves/github-pages-deploy-ac...

4a8637f5ba94084b38400571f1a776d760eaf5b9 authored over 2 years ago
Merge pull request #1234 from buildtesters/rename_options_buildtest_report_for_fail_and_pass

Rename options for retrieving pass and failed test from report

e43a32970e65ae2863031ea79d35fe1262912a08 authored over 2 years ago
update 'buildtest help' with entries for 'buildtest report --fail' and 'buildtest report --pass'

a198539cd4926cafed558a20510a78da02f1f833 authored over 2 years ago
rename option --passed to --pass and --failure to --fail in 'buildtest report' command.

Update user documentation and bash completion

17d1885f341398d948b73e0747e9f86173e5314e authored over 2 years ago
Merge pull request #1233 from buildtesters/more_aliases

add command aliases for several buildtest commands

e5910c6e8a24c9c42bb583681b0a582b7e601bcb authored over 2 years ago
add aliases for 'buildtest report' subcommands

eed3897064f4868cd4154d41e75d7f4d0255c579 authored over 2 years ago
add aliases for 'buildtest buildspec' subcommands and bash completion for all aliases

315c1ffce8ffee2037961b9ed287a564a745f4d5 authored over 2 years ago
add aliases for 'buildtest inspect' subcommands and bash completion

06e45b32705290762502f3ddd4279ec5641e31b1 authored over 2 years ago
add alias for 'buildtest config [executors|compilers]'. Add bash completion for the aliases

0baa718ca6276460a9e7e4dc5b62b4f31aa4abe7 authored over 2 years ago
add alias commands for 'buildtest cg view|edit|path'

52e18a9fe37c53e975df4c3a3c64671b7b723d30 authored over 2 years ago
Merge pull request #1232 from buildtesters/update_changelog

update changelog

deec2c4deebeed163ebfe1217a0db0cb6c132743 authored over 2 years ago
update changelog

14a9d6743247f069a713f49c019dee2b8b836864 authored over 2 years ago
Merge pull request #1230 from buildtesters/remove_timeline

remove buildtest timeline from documentation

e9b53debb9d96a2dcae298468efb8bb7c8b3b35a authored over 2 years ago
remove timeline from documentation

3fbed366365e367ca44585e800761d5308cc891f authored over 2 years ago
Merge pull request #1229 from buildtesters/update_ascent_gitlab_ci_cd

update ascent gitlab CI/CD and remove github-gitlab mirroring workflow

1fa203543127e1ae0f672f36dd3b1e02895bdada authored over 2 years ago
update documentation for gitlab ci/cd and remove content that was inaccurate

188d3609b79121644f530ee892dbfb721d3cd3a4 authored over 2 years ago
rename .gitlab/olcf.yml to .gitlab/ascent.yml

Remove mirroring github workflow since we use gitlab feature for pull mirroring and running CI.
U...

1fb4b4f8f13518d803aa4018fbea3e1a8eea4ad1 authored over 2 years ago
Merge pull request #1228 from buildtesters/update_black

update black version in .pre-commit-config.yaml

6a3ca484e9d78c680303b34d6d496e30b7e07422 authored over 2 years ago
update black version in .pre-commit-config.yaml

40e00354ac4cf4078b42ab70021b1988218aeeb6 authored over 2 years ago
Bump black from 22.6.0 to 22.8.0 (#1226)

Bumps [black](https://github.com/psf/black) from 22.6.0 to 22.8.0.
- [Release notes](https://gi...

d0f08e124687701ad083d022664169a5275a8e39 authored over 2 years ago
Merge pull request #1207 from buildtesters/Issue-1190-console-color-option

Issue 1190 console color option

3b3f686b388b323781b9e8b0802f4efbb45f7f3b authored over 2 years ago
removed extra color option field

68cd43e578e2940d496278460886804dbd68f0a8 authored over 2 years ago
Changed doc strings, removed extra return, and removed command ouput

1f28c096eddf7b17b51b4c7f7db08d76ab41f4db authored over 2 years ago
reorganized an import to satisfy Black Formatter

f0616c0a66b2ac7f0ffa512368e6dc80d7871ba4 authored over 2 years ago
Merge branch 'devel' into Issue-1190-console-color-option

319c18c4e278de862e1dbcfa6e2708827d15787b authored over 2 years ago
Resloved all comments

05ef46ad4859b34068fb6a20d76a043bbbd57045 authored over 2 years ago
updated with feedback on pull request 1207

c2e652c3f04f2c54f0bd6c5a19855e8e0424f2a3 authored over 2 years ago
add 'set -e' when running Cori CI pipeline (#1223)

* add 'set -e' when running Cori CI pipeline

* change the rule condition for Cori CI pipeline...

b8c389a906270320b9ed5b4a7665b965463aeae7 authored over 2 years ago
Merge pull request #1220 from buildtesters/raise_exit_buildtest_bc_validate

return non-zero returncode when using 'buildtest buildspec validate' with invalid buildspecs

d8bb6f6a4dca35aa2e52e829b746e52d953f0330 authored over 2 years ago
fix warning errors reported by readthedocs build. Some commands are expected to return a non-zero returncode such

as 'buildtest buildspec find invalid'

e100bcd8c94cea57758c91591d07522409184b71 authored over 2 years ago
add statement in documentation about non-zero returncode

fix regression test to catch exception when validating invalid buildspec

fe0ce1267a8041e4f8f38c546ac731d130dea0d5 authored over 2 years ago
raise exception SystemExit when there is invalid buildspecs when running 'buildtest buildspec validate'

fix a buildspec that exceeded 32 characters in test name

27b3fe06674bcf08e8e71ec7c8fb982107812cab authored over 2 years ago
refactor code reported by codacy (#1217)

* refactor several lines of codes that were reported by codacy for code refactoring

* applyin...

3640a8068e4e1eddb8c12c6d0d03360d6ff2bce8 authored over 2 years ago
Merge pull request #1218 from buildtesters/buildtest_cg_view_pager

add pagination for 'buildtest config view'

c17fbfdf3d7e6e9ea7c15e218388ed638a1a5f6c authored over 2 years ago
add regression test for viewing configuration with paging

2588bd004abdbc51dfb60970e8fc39d3c15d8c37 authored over 2 years ago
add initial support for pagination result of 'buildtest config view' with option '--pager' and short option '-p'

add option to bash completion

8366bcf4e4c8e3299fbd83cdd2cdbb05fb355739 authored over 2 years ago
Merge pull request #1216 from buildtesters/buildtest_cg_view_theme

add color theme when viewing configuration file via 'buildtest config view --theme'

fac9b1cd032749299696236f3f8b4111f72ae360 authored over 2 years ago
add quotes around variable "${prev}" as recommendation reported by codacy

9a6fbdc215e978965c2d090b63870b3b8305e641 authored over 2 years ago
remove 'summary' keyword from bash completion under 'buildtest config summary' since this is not a valid command

56ab6dc05d5bdbd9c289eaeb9c9515b94f11ca5e authored over 2 years ago
add docstring argument 'theme' in method view_configuration

ec1b80fe1a269a4199ff71a6bfb3775d3dc9e485 authored over 2 years ago
add option 'buildtest config view --theme' to select theme when showing output of configuration file.

add regression test when running this option.
update bash completion script by creating a method ...

5784309418af08f19dae542a2b548ca33db83b9e authored over 2 years ago
Merge pull request #1215 from buildtesters/buildtest_bc_show_themes

Add support for color themes with 'buildtest bc show' and 'buildtest bc show-fail'

e4323379a58366dddbefe636f3431081ada64dff authored over 2 years ago
applying black

dd69b140c748796a3fac9362722a0fdfb96a0f3c authored over 2 years ago
add entry in 'buildtest help'

update user documentation regarding color themes using --theme option

10d513bbb58275ab6a066dc348f3dc98172c34c7 authored over 2 years ago
add regression test for showing 'buildtest buildspec show-fail' to fetch a random failed record

8e3043146c75bcf804fb6dbd31b9a726a301e1a9 authored over 2 years ago
add option 'buildtest buildspec show-fail --theme' add a short option '-t'

complete bash completion for 'buildtest buildspec show-fail'

891602c54ad1a9461477c22a0d423f858b2293fc authored over 2 years ago
fix bash completion for 'buildtest buildspec edit-test' since it was using

same logic as 'buildtest buildspec show'

67328e59132f7ba197c10d643428132fc499e717 authored over 2 years ago
add option 'buildtest buildspec show --theme' to dynamically change the color theme

when showing output.

We use the rich.Syntax to display the output of buildspec instead of using ...

9df7b3e50ea966703c7bdef5ae79652db38483e6 authored over 2 years ago
Merge pull request #1212 from buildtesters/update_buildtest_help

update 'buildtest help' output

35b3c4a94bba72fa7d5a8608c9719d6637812685 authored over 2 years ago
update 'buildtest help' command with entries to new options

965aa64f0c9c8c2ab4eb1be94c73997d4afbf6b1 authored over 2 years ago
updating CHANGELOG with recent changes scheduled for 1.0 release (#1209)

2f411fb2fb4d61432f31746e83a409a2fb963a3b authored over 2 years ago
Added type and meta to the section in cli/

02bd283d86969fbb58fb4709a2f6979a1b5fb4f0 authored over 2 years ago
Merge pull request #1205 from buildtesters/modulePath

Specify MODULEPATH when searching for compilers

e3da309482270da869e9d9ef74d14f62224078c9 authored over 2 years ago
make modulepath, detailed and update as optional argument

b29af06655a32e0057d282a20151e447f336c0cf authored over 2 years ago
removed unneeded lines from bash completion and fixed typos in documentation

b662506d5a72655cdf7e8f20fdc8f0db5acc797b authored over 2 years ago
implemented --helpcolor and added to documentation

a6af0ba865ffdd65f903156a4165d05894e5570a authored over 2 years ago
add a new line between modulepath and the next statement

a43eb3c082cc52b838ac7017beb7e41fd8b247e6 authored over 2 years ago
refactor modulepath logic and black compilers.py file

0d0fd1b894acf9290ceffbed5bbb5f0c59d6d27d authored over 2 years ago
comment modulepath key

c3b12714aa3c1a9f79d8a248d734af50c7c71081 authored over 2 years ago
added more documentation for the --color option

87677747a58fc95f9ba4fb679e3d7f73419ef2eb authored over 2 years ago
run pass the test

6dee5fb1c8374dc36619f595fe3c5a08ae6e990a authored over 2 years ago
test default modulepath

65405702ce79ff2dc73958fa280e93130c95b1b4 authored over 2 years ago
test modulepath is None

6959ffb0b80d737396eb07fc636210bca182eb26 authored over 2 years ago
add default modulepath for compilers

e35d5642cf61a0c468d0023b16d5e8998b868172 authored over 2 years ago
correct spelling error

c8a7a12bd75919cc5ceb5e539c7fee1f74281aa7 authored over 2 years ago
Updated bash_comletion, report , and test_report for the inculsion of the --color option

729f8bde9189149699a9071d5e6045b0f3e4feb5 authored over 2 years ago
remove print statements and run pass test

a8505d1e6ab857f104034e11128cc529722a69d0 authored over 2 years ago
add modulepath deepget

963f1d26a74cd6127c60b4c8ff370e0f6e553df8 authored over 2 years ago
add [] in config.yml

20fb7f7eb49077e3d4af52f3f5d81a4236c019e4 authored over 2 years ago
add bash_completion for modulepath

8e7f8407b5fe9355fb20ab06b23b68754c4c8be8 authored over 2 years ago
move --modulepath under subcommand find

3d58a4ecb0e9607738e5c12632d9ce2651b7604c authored over 2 years ago
set modulepath to string type

4cc3e731274fc285d49bf9517a548e984ddd2727 authored over 2 years ago
black reformat files

2edca34188c44579faa244767c67b7a9ab6906cb authored over 2 years ago
raname patttern as pattern

17710e4034ac2ebcce3217082b66dd55f6244242 authored over 2 years ago
Merge branch 'devel' into Issue-1190-console-color-option

7b42ad56007e9e9cb81e15337f92ff43eba768d9 authored over 2 years ago
test compilers

e428a810156d2223799a1ca44945d1f987fa4550 authored over 2 years ago
pass in modulepath

7f05df4e48d0fa72187dea05fca059d91c798ad3 authored over 2 years ago
test a new compiler dir

2523b9fa9b9d04e58fe096d75bb1fadbe1adba23 authored over 2 years ago
ådd module path

62712c9e7565a826b8678295e4aa214cdf5bfd34 authored over 2 years ago
add module path for testing

ba1e50b7cf625e0ac531fb04d4e98a71ee393852 authored over 2 years ago
add print statement for debug

3e1cf8b4fc5eaec8699c61a701543efdbc810f55 authored over 2 years ago
remove Trailing whitespace

737848b6b49bb47bf843e96cff3602e87ac260da authored over 2 years ago
Add new option buildtest cg compilers --modulepath in __init__.py

53c190212825446cf7a5c51d8f81c369a3abcc75 authored over 2 years ago
add empty list as default val for modulepath

6dcad776be47fb3fb50747f0fbb617ee0fc6255e authored over 2 years ago