aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Add backwards compatible way to emit only stdout, or stderr from docker commandJoseph Hunkeler2026-03-052-2/+17
|
* Handle wheel_builder configuration itemsJoseph Hunkeler2026-03-051-0/+34
|
* Bootstrap needs to know if docker is availableJoseph Hunkeler2026-03-051-0/+2
|
* Free wheel_builder membersJoseph Hunkeler2026-03-051-0/+2
|
* Update docker_script argument to remove container after executionJoseph Hunkeler2026-03-051-1/+1
|
* Bugfix: Repository URL not freed when no match occursJoseph Hunkeler2026-03-051-1/+1
|
* Bugfix: Remove redundant string copy after duplicationJoseph Hunkeler2026-03-051-1/+0
|
* Add wheel_builder to default configurationJoseph Hunkeler2026-03-051-0/+12
|
* Add wheel_builder CLI argumentsJoseph Hunkeler2026-03-054-1/+15
|
* Bugfix: Memory leaked in version value reassignmentJoseph Hunkeler2026-03-031-1/+2
|
* Bugfix: Populate tag information when testing is disabledJoseph Hunkeler2026-02-221-0/+6
|
* Pass `--rm` to docker_script()Joseph Hunkeler2026-02-221-1/+1
|
* docker_script() now passes arguments to docker_execJoseph Hunkeler2026-02-222-3/+3
| | | | * Implicit 'docker run --rm' removed
* Add method to get a byte string of random alpha-numeric valuesJoseph Hunkeler2026-02-222-0/+62
| | | | | * get_random_generator_file() * get_random_bytes()
* Bugfix: git describe output should always produce long output if a tag existsJoseph Hunkeler2026-02-221-1/+1
|
* Bugfix: Avoid segfault on freeing uninitialized Wheel structJoseph Hunkeler2026-02-221-0/+3
|
* Merge pull request #127 from jhunkeler/cibuildwheelJoseph Hunkeler2026-02-191-1/+0
|\ | | | | Bugfix: Allow cibuildwheel if docker is usable
| * Bugfix: Allow cibuildwheel if docker is usablecibuildwheelJoseph Hunkeler2026-02-191-1/+0
| | | | | | | | * --no-docker is for disabling image builds, not wheels
* | Merge pull request #126 from jhunkeler/cibuildwheelJoseph Hunkeler2026-02-184-11/+30
|\| | | | | Use cibuildwheel
| * Error checking and sequencingJoseph Hunkeler2026-02-182-12/+21
| | | | | | | | | | | | * Add error checks for allocations * Check docker is usable on Linux, if not fall back to the host tools * check_system_requirements initializes the docker capabilities struct
| * Only utilize cibuildwheel on linuxJoseph Hunkeler2026-02-131-2/+1
| |
| * Tentative solution for building wheels on modern OSesJoseph Hunkeler2026-02-131-3/+9
| |
| * Install cibuildwheelJoseph Hunkeler2026-02-131-0/+4
| |
| * Fix memory leak when reading a commentJoseph Hunkeler2026-02-131-0/+1
|/
* Merge pull request #125 from jhunkeler/retry-downloadJoseph Hunkeler2026-02-127-49/+99
|\ | | | | Add a retry loop to download()
| * errmsg argument must be a valid pointerretry-downloadJoseph Hunkeler2026-02-121-3/+4
| | | | | | | | * Remove redundant status check already performed by HTTP_ERROR()
| * Use ssize_t to avoid rollover from strtol on user inputJoseph Hunkeler2026-02-121-3/+3
| |
| * Error message pointer must be validJoseph Hunkeler2026-02-121-1/+4
| |
| * Error message pointer must be validJoseph Hunkeler2026-02-121-1/+4
| |
| * Test against the tc struct's expected valueJoseph Hunkeler2026-02-121-2/+3
| |
| * Remove dead codeJoseph Hunkeler2026-02-121-1/+0
| |
| * Fix table formatJoseph Hunkeler2026-02-121-2/+2
| |
| * Document env vars in README:Joseph Hunkeler2026-02-121-9/+10
| | | | | | | | | | * STASIS_DOWNLOAD_RETRY_MAX * STASIS_DOWNLOAD_RETRY_SECONDS
| * CommentJoseph Hunkeler2026-02-121-0/+2
| |
| * Implement STASIS_DOWNLOAD_RETRY_SECONDSJoseph Hunkeler2026-02-121-0/+11
| |
| * Only set http_code on success. Return -1 otherise.Joseph Hunkeler2026-02-121-3/+4
| |
| * Change "ATTEMPT" to "RETRY" and emit vital informationJoseph Hunkeler2026-02-121-1/+1
| |
| * max_retries should use value of max_retries_strJoseph Hunkeler2026-02-121-1/+1
| |
| * Use snprintf for user_agent stringJoseph Hunkeler2026-02-121-1/+1
| |
| * Rename STASIS_DOWNLOAD_RETRIES to STASIS_DOWNLOAD_RETRY_MAXJoseph Hunkeler2026-02-121-1/+1
| |
| * Add a retry loop to downloadJoseph Hunkeler2026-02-112-30/+58
|/ | | | * Configurable with env var: STASIS_DOWNLOAD_RETRIES
* Merge pull request #124 from spacetelescope/hst-remove-nicmosJoseph Hunkeler2026-02-101-2/+1
|\ | | | | HST: Remove nictools from base.yml dependencies
| * HST: Remove nictools from base.yml dependenciesJoseph Hunkeler2026-02-101-2/+1
|/
* Merge pull request #121 from jhunkeler/timeout-in-test-blockJoseph Hunkeler2026-01-204-9/+29
|\ | | | | Timeout in test block
| * Update README.mdJoseph Hunkeler2026-01-181-9/+10
| | | | | | | | * Add timeout key to test block table
| * Allow per-test timeoutsJoseph Hunkeler2026-01-183-0/+19
| | | | | | | | * Test blocks without a timeout use the global timeout setting
* | Merge pull request #120 from jhunkeler/timeout-hours-bugJoseph Hunkeler2026-01-161-1/+1
|\ \ | |/ |/| Timeout time scale bug
| * Fixes number of seconds in an hour. Oops.timeout-hours-bugJoseph Hunkeler2026-01-161-1/+1
|/
* Merge pull request #117 from ↵HEADmasterJoseph Hunkeler2026-01-061-1/+1
|\ | | | | | | | | spacetelescope/dependabot/github_actions/dot-github/workflows/actions-ee1c097272 Bump actions/checkout from 4.2.2 to 5.0.0 in /.github/workflows in the actions group
| * Bump actions/checkout in /.github/workflows in the actions groupdependabot[bot]2026-01-011-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps the actions group in /.github/workflows with 1 update: [actions/checkout](https://github.com/actions/checkout). Updates `actions/checkout` from 4.2.2 to 5.0.0 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/11bd71901bbe5b1630ceea73d27597364c9af683...08c6903cd8c0fde910a37f88322edcfb5dd907a8) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions ... Signed-off-by: dependabot[bot] <support@github.com>