Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

Buildtest

An HPC Testing Framework designed to help staff, developers and end-users efficiently build and run tests on HPC systems
Collective - Host: opensource - https://opencollective.com/buildtest - Code: https://github.com/buildtesters/buildtest

Merge pull request #1640 from buildtesters/improve_bash_completion

Improve bash completion

github.com/buildtesters/buildtest - 1a6fef301dc301e6b65ac78307b7cfb9fdaac5d5 authored over 1 year ago by Shahzeb Siddiqui <[email protected]>
remove some invalid options not present in buildtest

github.com/buildtesters/buildtest - 31ea0c6a8c653c3c0e95b4f1bfd3856436bd2e5b authored over 1 year ago by Shahzeb Siddiqui <[email protected]>
fix bash completion for 'buildtest buildspec find --tags' since it wasnt retrieving all the tags. Need --count to be specified

github.com/buildtesters/buildtest - 7e383ef4851004e3aa215d72807aef9d0bcb3e11 authored over 1 year ago by Shahzeb Siddiqui <[email protected]>
fix issue with bash completion for 'buildtest buildspec find --buildspecs'. It was not returning a list instead it was doing by characters

github.com/buildtesters/buildtest - af0eda92cf533cbaeb93c0482bc2f76ae17f1266 authored over 1 year ago by Shahzeb Siddiqui <[email protected]>
Merge pull request #1639 from buildtesters/nersc_slurm_tests

catch exception in nersc ci check when exception is raised for slurm job

github.com/buildtesters/buildtest - d1ba849c50ab2ef84e8bc5136e57fbda2ee831d9 authored over 1 year ago by Shahzeb Siddiqui <[email protected]>
add new line at end of file to fix yamllint error

github.com/buildtesters/buildtest - 94606d5740772f4a8810c315e6a58adae72589ff authored over 1 year ago by Shahzeb Siddiqui <[email protected]>
fix bug with cdash upload in regression test where filename Test.xml was hardcoded

we will address this problem by creating a temporary filename with .xml extension and write the c...

github.com/buildtesters/buildtest - 034df1c6e76c377402ca093b369fcee00adeccad authored over 1 year ago by Shahzeb Siddiqui <[email protected]>
rewrite gitlab configuration file to allow test to run on muller and perlmutter

github.com/buildtesters/buildtest - 12c1a1f0e218d88488940b64751f3e03dd9f11e7 authored over 1 year ago by Shahzeb Siddiqui <[email protected]>
add implementation to allow test to run on muller system

github.com/buildtesters/buildtest - 8c229f2b5534379474244145e42e76550632991d authored over 1 year ago by Shahzeb Siddiqui <[email protected]>
rewrite test for removing compilers from configuration for nersc to ensure its done in temporary configuration file.

fix bug with file path when running regression test for max jobs

github.com/buildtesters/buildtest - 920d29a0588df9083ee1d469064211b334d7441c authored over 1 year ago by Shahzeb Siddiqui <[email protected]>
add try, except block to catch for exception raised when slurm job is cancelled

github.com/buildtesters/buildtest - 18093e0723bc0cfc444b1b8258537ef3822b0e10 authored over 1 year ago by Shahzeb Siddiqui <[email protected]>
Merge pull request #1638 from buildtesters/buildspec_count_with_other_options

add support for query by count buildtest buildspec find --count works with other queries

github.com/buildtesters/buildtest - ee7238db493fcaf96bdd547415fc1524efc760ff authored over 1 year ago by Shahzeb Siddiqui <[email protected]>
increase test coverage by testing 'buildtest buildspec show-fail' with no arguments which should

show all failed tests
test --filter type with invalid schema

github.com/buildtesters/buildtest - e098f88fafd139cf6646d9ed53b7057ce7952945 authored over 1 year ago by Shahzeb Siddiqui <[email protected]>
increase test coverage specifically for 'buildtest buildspec maintainers' command.

We comment out 'formatfields' from configuration file to get test coverage since 'format' was get...

github.com/buildtesters/buildtest - 392d71f3fbac13bf3f1ab84e7055197558c37ac5 authored over 1 year ago by Shahzeb Siddiqui <[email protected]>
refactor codebase for regression test by adding a class for testing buildtest buildspec find command.

Add arguments row_count, header, terse, count to print methods for buildspec cache to allow one t...

github.com/buildtesters/buildtest - f34396d5eafe69eb1b7d4c7626035b6e27d9546b authored over 1 year ago by Shahzeb Siddiqui <[email protected]>
add support for --count with options

buildtest buildspec find [-b|-t|-e|--group-by-tags|--group-by-executors].

The --count works with...

github.com/buildtesters/buildtest - 9d78760a0b13d00644ec1693c1516c1628c984e0 authored over 1 year ago by Shahzeb Siddiqui <[email protected]>
Merge pull request #1637 from buildtesters/rewrite_some_docs

Improvement to user documentation with new features and rewrite batch scheduler docs

github.com/buildtesters/buildtest - ade710e349d583378d8cd06d84d66e7dacfe85e3 authored over 1 year ago by Shahzeb Siddiqui <[email protected]>
update bash completion script to ensure we use long option names.

fix an issue in tab completion where --count needs to be specified to ensure we query all records

github.com/buildtesters/buildtest - 7e702d97b9f6ab516eefa8f81863bf0f27f23d39 authored over 1 year ago by Shahzeb Siddiqui <[email protected]>
add troubleshooting section on how to view all available test in buidlspec cache

and how to troubleshoot when you can't query test.

github.com/buildtesters/buildtest - 8c935c8d645b1a2749b5db91b542d4580a4d4ddf authored over 1 year ago by Shahzeb Siddiqui <[email protected]>
make some minor updates to documentation

github.com/buildtesters/buildtest - 74473465f1817e25e83e5f47d13c70946571d451 authored over 1 year ago by Shahzeb Siddiqui <[email protected]>
add section documenting how to access log files and listing all available commands and options

github.com/buildtesters/buildtest - 9ec7f8e58442f876069b6acd1ba46e9a8e57cf39 authored over 1 year ago by Shahzeb Siddiqui <[email protected]>
add output of ls -l for python generated script to show the full path prior to viewing content.

github.com/buildtesters/buildtest - b51d54ead301074ca3107508f47c56a8de142b41 authored over 1 year ago by Shahzeb Siddiqui <[email protected]>
update example output for pbs examples

github.com/buildtesters/buildtest - 537c04addbca0298360b5a8ccde678a1fe344205 authored over 1 year ago by Shahzeb Siddiqui <[email protected]>
update documentation for buildtest features to document removing executors.

Make a few changes to shell page by showing output of test dynamically using 'buildtest path' com...

github.com/buildtesters/buildtest - f747daa92b5ee7414d0dc15edcd4bcb1329541bb authored over 1 year ago by Shahzeb Siddiqui <[email protected]>
Merge pull request #1636 from buildtesters/remove_executors

remove executors via command line 'buildtest config executors remove'

github.com/buildtesters/buildtest - 4559890beb35acc3124209bbce245af580ccd81d authored over 1 year ago by Shahzeb Siddiqui <[email protected]>
add entry in output table for 'buildtest show config' for removing executors.

add test coverage when there is an invalid executor type and executor name

github.com/buildtesters/buildtest - 58cc6b0759c8280ded212e49bb66ed755143f5f5 authored over 1 year ago by Shahzeb Siddiqui <[email protected]>
add test coverage for removing executors.

add test coverage for listing all executors.
fix issue with method invocation for remove_executors

github.com/buildtesters/buildtest - f2b7133e269cde737d6c32e2ae237a288c0c19ee authored over 1 year ago by Shahzeb Siddiqui <[email protected]>
add minProperties=1 to ensure local executors has atleast one executor defined. This will

prevent issue during validation where removing an executor leads to no local executors`

github.com/buildtesters/buildtest - 7677cdb68edaccf730b8153dcf32cb4bf6c5faa0 authored over 1 year ago by Shahzeb Siddiqui <[email protected]>
add implementation for listing all available executors

add support for removing executors.

github.com/buildtesters/buildtest - feaaef0d83b99c05c15f922772f1e85225c4e42e authored over 1 year ago by Shahzeb Siddiqui <[email protected]>
add bash completion for new command options

github.com/buildtesters/buildtest - f04d31c6b600fe21199643e2e77958bf29cd4801 authored over 1 year ago by Shahzeb Siddiqui <[email protected]>
add support for command 'buildtest config executors remove' to remove executors

add option 'buildtest config executors list --all' to list all executors available

github.com/buildtesters/buildtest - f85574f5256d92f64df5da6d8c026d18ca81118e authored over 1 year ago by Shahzeb Siddiqui <[email protected]>
add support for bash completion for 'buildtest config executors remove'.

This will autocomplete with list of executors that are available to be removed

github.com/buildtesters/buildtest - 06cae73f90fe97fa60ef1e5aa3c88c51477cd7fc authored over 1 year ago by Shahzeb Siddiqui <[email protected]>
Merge pull request #1633 from buildtesters/update_changelog

add changelog for version 1.6

github.com/buildtesters/buildtest - 1d398f3dc8d27aa18da5edbfe2f7756c1b347b56 authored over 1 year ago by Shahzeb Siddiqui <[email protected]>
bump version to 1.6

github.com/buildtesters/buildtest - 769177108969e950658d5244d16ceb990c57a9d7 authored over 1 year ago by Shahzeb Siddiqui <[email protected]>
fix some typos and rewrite some sentences

github.com/buildtesters/buildtest - b59e7c78a6152372095c5d975c5c310cfc464731 authored over 1 year ago by Shahzeb Siddiqui <[email protected]>
add changelog for version 1.6

github.com/buildtesters/buildtest - 076269a9c23c82d27ab5fd057a714b18a3deef48 authored over 1 year ago by Shahzeb Siddiqui <[email protected]>
Merge pull request #1632 from buildtesters/update_sphinx_autoapi_version

update version of sphinx-autoapi

github.com/buildtesters/buildtest - d841fc573a915a3f955fe546e4558acc96efb8ca authored over 1 year ago by Shahzeb Siddiqui <[email protected]>
update version of sphinx-autoapi and fix pre-commit configuration file with latest version of black and updated link to repo for black

github.com/buildtesters/buildtest - bf5e6c892fd8339981dfccb36b536ab502418e8f authored over 1 year ago by Shahzeb Siddiqui <[email protected]>
Merge pull request #1630 from buildtesters/buildtest_build_maxjobs

add option buildtest build --max_jobs

github.com/buildtesters/buildtest - f57dbc99afca0d530a540224a0659211c469b029 authored over 1 year ago by Shahzeb Siddiqui <[email protected]>
fix typo in documentation syntax.

applying black

github.com/buildtesters/buildtest - 61c4163e68154c84e28cd556dfe751562ac27260 authored over 1 year ago by Shahzeb Siddiqui <[email protected]>
add documentation on max jobs

github.com/buildtesters/buildtest - 55d392860778d536647285147b1b40fbed35ee96 authored over 1 year ago by Shahzeb Siddiqui <[email protected]>
add test coverage for max_jobs

add invalid tests for when specifying max_jobs
add coverage in profile section to add variables r...

github.com/buildtesters/buildtest - 960dc4747e45e18695a73a2fe79a0d74deadcd42 authored over 1 year ago by Shahzeb Siddiqui <[email protected]>
add support for capturing max_jobs and remove-stagedir when saving profile configuration. When loading profile configuration we will also look for max_jobs and remove-stagedir

github.com/buildtesters/buildtest - 559cea08feec6d4d9bff778536719c19ffaf13f6 authored over 1 year ago by Shahzeb Siddiqui <[email protected]>
add max_jobs and 'remove-stagedir' property as part of the profiles section inorder to capture these arguments when 'buildtest build' is used to save options into profile

github.com/buildtesters/buildtest - 0241fed6a586ff19989287a786635d8a78802c94 authored over 1 year ago by Shahzeb Siddiqui <[email protected]>
add option '--max-jobs' and implement logic for maximum jobs that can run concurrently. The variable is passed to BuildExecutor class

github.com/buildtesters/buildtest - 15dbda9a82b3e4988cb3dba956e6a7ceb756fa0c authored over 1 year ago by Shahzeb Siddiqui <[email protected]>
add option to bash completion script

github.com/buildtesters/buildtest - 29b906f218a09887fd6be2584a3158491bd4d292 authored over 1 year ago by Shahzeb Siddiqui <[email protected]>
add option --max-jobs to allow user to configure how many jobs can run concurrently this value will override the configuration option

github.com/buildtesters/buildtest - 8f1c36b7be3e2dc6b430972f289c87e74e05d5f0 authored over 1 year ago by Shahzeb Siddiqui <[email protected]>
Merge pull request #1629 from buildtesters/refactor_base_executor_class

Add support for max_jobs to limit number of jobs that can run concurrently

github.com/buildtesters/buildtest - b3bbef009c688d584fcc260383b965d9aee8ad18 authored over 1 year ago by Shahzeb Siddiqui <[email protected]>
add method get_parser to return parser object used by sphinx-argparse to autogenerate documentation for buildtest command line

github.com/buildtesters/buildtest - 372d3a7fdd0ddcd3f05ced7283823cee8ca54081 authored over 1 year ago by Shahzeb Siddiqui <[email protected]>
fix some more typos in command line tutorial where -t needs to be --terse

github.com/buildtesters/buildtest - 404ad0e627a0bce843d290436a1c46e081292878 authored over 1 year ago by Shahzeb Siddiqui <[email protected]>
remove method create_executor since its not needed

github.com/buildtesters/buildtest - 224ac0583c08b7ed376476159300d70fa048e53b authored over 1 year ago by Shahzeb Siddiqui <[email protected]>
add max_jobs in configuration file for validation purpose for schema test

github.com/buildtesters/buildtest - a0b860a642de2060fee5a2ac07a41a883c6c967d authored over 1 year ago by Shahzeb Siddiqui <[email protected]>
fix issue in documentation with invalid option -t it needs to be --terse

github.com/buildtesters/buildtest - 16455af1157c47f11f6171a80aaa3ec8a0071cc9 authored over 1 year ago by Shahzeb Siddiqui <[email protected]>
update the example configuration files by adding max_jobs and updating poolsize

github.com/buildtesters/buildtest - 993f818a84f807a654f22efc175d3a205dacd9a0 authored over 1 year ago by Shahzeb Siddiqui <[email protected]>
refactor codebase by adding method for creating executor instance by adding method create_executor which

will call the appropriate executor class depending on the executor name and pass all the argument...

github.com/buildtesters/buildtest - 7f3e1185c50538ec43b7b74734b8eb9635cead2d authored over 1 year ago by Shahzeb Siddiqui <[email protected]>
add max_jobs property in default configuration file and add comments. By default 'max_jobs' will be commented out so that we can run all jobs in parallel

github.com/buildtesters/buildtest - 63bf9eca49b804a373df4bf4cd0f94d77969ae25 authored over 1 year ago by Shahzeb Siddiqui <[email protected]>
add property 'max_jobs' at top level to configure number of maximum jobs that can run at a given time.

remove all other references of 'max_jobs' in the schema

github.com/buildtesters/buildtest - 78ca3a7cf94089065e9528390fcbb1d5f46a3870 authored over 1 year ago by Shahzeb Siddiqui <[email protected]>
Merge pull request #1628 from buildtesters/update_test_execution_behavior

change shell option behavior

github.com/buildtesters/buildtest - befeddbd588c4a3bbcc1b0bee057a06b5182f791 authored over 1 year ago by Shahzeb Siddiqui <[email protected]>
fix issue with buildspec for test status where output needs to be redirected to stderr inorder to perform regular expression check

for stderr

github.com/buildtesters/buildtest - 3b2709d6f2a8ef39355290453f52d5808a4c9df1 authored over 1 year ago by Shahzeb Siddiqui <[email protected]>
add default shell options in Shell class to emit commands that would be useful when running scripts.

Add 'set -eo pipefail' in generated test to ensure test exit if there is a failure.

Make sure th...

github.com/buildtesters/buildtest - 7c41a072a71623a684465a5981d21908e9f079ea authored over 1 year ago by Shahzeb Siddiqui <[email protected]>
Merge pull request #1627 from buildtesters/fix_unicode_issue_cdash_upload

fix issue with CDASH upload with uniccode characters

github.com/buildtesters/buildtest - 3ec92dbf4a618edd0aaaac1cc28623f444aeccac authored over 1 year ago by Shahzeb Siddiqui <[email protected]>
update output and error content by encoding in ascii character. There was an issue if there are uniccode characters in output then cdash can't process text when uploading results

github.com/buildtesters/buildtest - 5b5672069a5b7fb63c62f469cb2b9afe4c7e9ff0 authored over 1 year ago by Shahzeb Siddiqui <[email protected]>
Bump docker/login-action from 2 to 3

Bumps [docker/login-action](https://github.com/docker/login-action) from 2 to 3.
- [Release note...

github.com/buildtesters/buildtest - 11d1750e8ea316f3209431ff1dc52ecf0b2f76be authored over 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Merge pull request #1553 from buildtesters/dependabot/github_actions/JamesIves/github-pages-deploy-action-4.4.3

Bump JamesIves/github-pages-deploy-action from 4.4.1 to 4.4.3

github.com/buildtesters/buildtest - 39ae670878ae20bfbda601f6b81dce7f43b4a595 authored over 1 year ago by Shahzeb Siddiqui <[email protected]>
Merge pull request #1614 from buildtesters/dependabot/github_actions/actions/checkout-4

Bump actions/checkout from 3 to 4

github.com/buildtesters/buildtest - 6356495a34256b72ab1c14dab77b474bcd8939a8 authored over 1 year ago by Shahzeb Siddiqui <[email protected]>
Merge pull request #1619 from buildtesters/dependabot/pip/black-23.9.1

Bump black from 23.3.0 to 23.9.1

github.com/buildtesters/buildtest - 3eb3095cb0afa7aac6388fcff8a30e45d1d9489b authored over 1 year ago by Shahzeb Siddiqui <[email protected]>
Bump docker/setup-buildx-action from 2 to 3

Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 2 to 3.
-...

github.com/buildtesters/buildtest - d6ee516fa68a3c5b61f794eb62f5665c9763afba authored over 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump docker/build-push-action from 4 to 5

Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 4 to 5.
- [Re...

github.com/buildtesters/buildtest - 62361e3e8f3a4104d780a9ce9f1f8a87936b5bdb authored over 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump black from 23.3.0 to 23.9.1

Bumps [black](https://github.com/psf/black) from 23.3.0 to 23.9.1.
- [Release notes](https://git...

github.com/buildtesters/buildtest - fa93da1aac69f736acda483b0c2cc8943b1edb98 authored over 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Merge pull request #1621 from buildtesters/black_pyver_issue

fix pre-commit issue with black

github.com/buildtesters/buildtest - 5310b90de9161455f7020d70f9a24ff4c77e4f8d authored over 1 year ago by Shahzeb Siddiqui <[email protected]>
Merge pull request #1620 from buildtesters/fix_report_issue

fix issue with report only showing latest test records

github.com/buildtesters/buildtest - 5d2010c014b6e28cb49f4f8d6715b0d1f4d0134a authored over 1 year ago by Shahzeb Siddiqui <[email protected]>
remove required and target version for whatever reason they fail to cause precommit to work properly

github.com/buildtesters/buildtest - 384c55d8ca1989f595e3d5ab9bf3dd14ea5d04cc authored over 1 year ago by Shahzeb Siddiqui <[email protected]>
add variable self.count in Report class to keep track of number of rows to print

github.com/buildtesters/buildtest - fdc0309973338fb186a84b62ef7174a8059d7292 authored over 1 year ago by Shahzeb Siddiqui <[email protected]>
set latest: false since we dont want to retrieve latest test records by default this will cause 'buildtest report' to never show all test records.

github.com/buildtesters/buildtest - 1e3d96ea9e9d585a503f5c4f2daa08ce049b9a68 authored over 1 year ago by Shahzeb Siddiqui <[email protected]>
Merge pull request #1618 from buildtesters/elapsed_time

Fix time calculation for batch jobs

github.com/buildtesters/buildtest - 555e1fc8197730b006d1fcbfa2dfdac8255ef2bb authored over 1 year ago by Shahzeb Siddiqui <[email protected]>
remove verbose: True from black configuration

github.com/buildtesters/buildtest - 9a785cc57b9c35d9d64ecc1350b74da93af15daa authored over 1 year ago by Shahzeb Siddiqui <[email protected]>
refactor codebase by moving poll and gather method to BaseExecutor class since there was code that was redundant

update the __init__ method for BaseExecutor to take variables account, maxpendtime which can be o...

github.com/buildtesters/buildtest - 27fefdf8c96a6752280db99490bfa372dd80b92e authored over 1 year ago by Shahzeb Siddiqui <[email protected]>
fix bug with job submission with slurm

also fix an issue when using 1 sec poll interval with slurm where sacct
can't retrieve the job st...

github.com/buildtesters/buildtest - ac213d2e0c6c52645be81d4bda0d36b8c12045dc authored over 1 year ago by Shahzeb Siddiqui <[email protected]>
add methods for cancelling job when elapsedtime exceeds timeout or pendtime exceeds maxpendtime.

These methods are defined in BaseExecutor class which can be invoked in each executor method.
Add...

github.com/buildtesters/buildtest - cb804dccc2a3c8aea244358916e9afb294db4fc1 authored over 1 year ago by Shahzeb Siddiqui <[email protected]>
we record submit for job as variable self.submittime that is captured in Job class.

We use this variable as reference point when job was submitted to calculate pending time using ti...

github.com/buildtesters/buildtest - c1d9915f5b365f7c453a61b6a5a87263313a937c authored over 1 year ago by Shahzeb Siddiqui <[email protected]>
add self.pendtime in LSF job to calculate pending time for job and use this for cancelling job

when pendtime exceeds maxpendtime

github.com/buildtesters/buildtest - 770bd876c745bcd09d1a008704c99a56a5c0a18a authored over 1 year ago by Shahzeb Siddiqui <[email protected]>
add column in table to display elapsed time for pending, running and completed jobs

also update the calcuation for total runtime when its a batch job to use elapsed time

github.com/buildtesters/buildtest - 45ed897bda988f706f7e13fbe6d517bfc8b9583f authored over 1 year ago by Shahzeb Siddiqui <[email protected]>
fix bug in retrieving elapsed time when using 'sacct'. Now job will

cancel if elapsed time exceeds test timeout

github.com/buildtesters/buildtest - 70f61ccbbbd43303e6db71da58fc66994ea8b43f authored over 1 year ago by Shahzeb Siddiqui <[email protected]>
add support for keeping track of elapsed time for slurm jobs which will be used to determine how

long job is run in raw seconds. This will be used when --timeout is specified to cancel job if el...

github.com/buildtesters/buildtest - 5e78b5cae10735c20c77aa178598ddaa5b0b8f01 authored over 1 year ago by Shahzeb Siddiqui <[email protected]>
add comments to document the configuration options

github.com/buildtesters/buildtest - c6fcfabc497731a073d85e3c412d6c61d5e53472 authored over 1 year ago by Shahzeb Siddiqui <[email protected]>
Merge pull request #1617 from buildtesters/print_tables

set overflow='fold' for table output

github.com/buildtesters/buildtest - 095c2a41f9feabe092dd3290f720dd141f2d3764 authored over 1 year ago by Shahzeb Siddiqui <[email protected]>
add overflow='fold' to more tables that were missed in codebase

github.com/buildtesters/buildtest - 7bf44765aae02d36f488ffb856acf1d7ddf2eb5d authored over 1 year ago by Shahzeb Siddiqui <[email protected]>
set overflow='fold' in tables for several commands

github.com/buildtesters/buildtest - 7074053e1f0d7d715666dc845215bb62ec2ca671 authored over 1 year ago by Shahzeb Siddiqui <[email protected]>
add overflow=fold in table printing to ensure we can see all entries. i did this for buildtest build, buildtest inspect and buildtest report

command

github.com/buildtesters/buildtest - 32ffe9d296a49b1436ceedb6bcbee25941eabf1f authored over 1 year ago by Shahzeb Siddiqui <[email protected]>
Merge pull request #1616 from buildtesters/buildtest_build_name

buildtest tests by names

github.com/buildtesters/buildtest - 95ac26ac02f23bc7ac0bffe569e43f09cdfab8d2 authored over 1 year ago by Shahzeb Siddiqui <[email protected]>
add missing `` characters at end of format text

github.com/buildtesters/buildtest - 926def0129c4334d2adaf5e1bfec9984b6d7dd84 authored over 1 year ago by Shahzeb Siddiqui <[email protected]>
applying black

github.com/buildtesters/buildtest - b95d8604887f0b7922abc8bdb22a1b3674079fba authored over 1 year ago by Shahzeb Siddiqui <[email protected]>
add documentation section on building buildspecs by test names

github.com/buildtesters/buildtest - 4e5c7d53a92b85ee8926a5c8307a98eaf59022a0 authored over 1 year ago by Shahzeb Siddiqui <[email protected]>
add entry in table to document buildtest build --name option in 'buildtest show' output

github.com/buildtesters/buildtest - 1f817300bf5a8af30851fe3a231826f41140aeee authored over 1 year ago by Shahzeb Siddiqui <[email protected]>
fix an issue with tab completion we need --count inorder to get all records

github.com/buildtesters/buildtest - 57071ec15dbe0322639ef166cba63eaf22f80a81 authored over 1 year ago by Shahzeb Siddiqui <[email protected]>
add test method for verifying test coverage when using --name option

github.com/buildtesters/buildtest - bffa63ecdf92401f7d39593ef3c56f88ad01d14a authored over 1 year ago by Shahzeb Siddiqui <[email protected]>
add implementation for searching buildspecs by test names when discovering buildspecs. For every given

test name specified by --name we will search the buildspec cache and retrieve a list of buildspec...

github.com/buildtesters/buildtest - 40822595a45b0bc480b89b64d9b7674cd8af0f8a authored over 1 year ago by Shahzeb Siddiqui <[email protected]>
add bash completion support for autocompleting when 'buildtest build --name' is specified which shows a list

of test names from buildspec cache

github.com/buildtesters/buildtest - 139d1751efa4c94793440e0aba5ef5900036d427 authored over 1 year ago by Shahzeb Siddiqui <[email protected]>
add option 'buildtest build --name' with short option '-n' to select tests by name

github.com/buildtesters/buildtest - 18886e29917c2670ae94e89bc821000054ac49d9 authored over 1 year ago by Shahzeb Siddiqui <[email protected]>
Bump actions/checkout from 3 to 4

Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [Release notes](htt...

github.com/buildtesters/buildtest - 43f3d130972e8862e506a3017ab97763373c1156 authored over 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>