aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * Bug fix:Joseph Hunkeler2024-10-211-1/+1
| | | | | | | | * XDG_CACHE_HOME is now pointing to cache_local instead of TMPDIR
| * Change signature:Joseph Hunkeler2024-10-214-13/+27
| | | | | | | | * delivery_gather_tool_versions now returns non-zero if unable to determine a tool's version
| * Update conda_provides:Joseph Hunkeler2024-10-211-2/+11
| | | | | | | | | | * Avoid false positives by returning early when the spec is empty * Remove --use-index-cache. The remote channel must always be checked (conda is extremely slow to read its own channel data, so expect abnormally long delays on first-run)
| * Fix pip_index_providesJoseph Hunkeler2024-10-211-1/+1
| | | | | | | | | | * Always quote the incoming spec to avoid accidental shell redirection * Never use the local cache. We're checking a remote source, so it matters greatly where pip is looking for the package
| * Add BUILD_TESTING_RT build optionJoseph Hunkeler2024-10-212-1/+17
| | | | | | | | * The user can choose to (not) run the long scripted statis test(s)
| * Rename "files" and "file_without_ext" to improve readabilityJoseph Hunkeler2024-10-211-13/+13
| |
* | Merge pull request #62 from ↵Joseph Hunkeler2024-10-141-1/+1
|\ \ | |/ |/| | | | | spacetelescope/dependabot/github_actions/dot-github/workflows/actions-a9bb80ae19 Bump actions/checkout from 4.2.0 to 4.2.1 in /.github/workflows in the actions group
| * Bump actions/checkout in /.github/workflows in the actions groupdependabot[bot]2024-10-141-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.0 to 4.2.1 - [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/d632683dd7b4114ad314bca15554477dd762a938...eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions ... Signed-off-by: dependabot[bot] <support@github.com>
* Merge pull request #47 from pllim/action-ver-hashJoseph Hunkeler2024-10-142-1/+16
|\ | | | | MNT: Use hash for Action workflow versions and update if needed
| * Update dependabot.ymlP. L. Lim2024-09-301-1/+1
| |
| * Create dependabot.ymlP. L. Lim2024-09-271-0/+15
| |
| * MNT: Use hash for Action workflow versions and update if neededP. L. Lim2024-09-271-1/+1
| |
* | Merge pull request #61 from jhunkeler/restructure-the-worldJoseph Hunkeler2024-10-1471-339/+520
|\ \ | | | | | | Restructure the world
| * | Reduce length of stasis_main.crestructure-the-worldJoseph Hunkeler2024-10-1412-260/+400
| | |
| * | Fix includesJoseph Hunkeler2024-10-1420-23/+45
| | |
| * | Refactor directory structureJoseph Hunkeler2024-10-1442-58/+77
| | | | | | | | | | | | | | | * Move core library sources into src/lib/core * Move command-line programs into src/cli
* | | Merge pull request #60 from jhunkeler/its-backwardsJoseph Hunkeler2024-10-101-1/+1
|\| | | | | | | | Don't run serial tasks in parallel
| * | Don't run serial tasks in parallelits-backwardsJoseph Hunkeler2024-10-101-1/+1
|/ /
* | Merge pull request #59 from jhunkeler/leaks-and-squeaksJoseph Hunkeler2024-10-097-19/+18
|\ \ | | | | | | Leaks and squeaks
| * | Fix accidental combination of strlen and another strlenleaks-and-squeaksJoseph Hunkeler2024-10-091-1/+1
| | |
| * | Fix pointer castJoseph Hunkeler2024-10-091-1/+1
| | |
| * | str.c: fix leakJoseph Hunkeler2024-10-091-2/+3
| | |
| * | str.c: fix realloc(s)Joseph Hunkeler2024-10-091-1/+1
| | |
| * | junitxml.c: fix realloc(s)Joseph Hunkeler2024-10-091-2/+2
| | |
| * | ini.c: fix realloc(s)Joseph Hunkeler2024-10-091-8/+8
| | |
| * | Consolidate repeated branch conditionsJoseph Hunkeler2024-10-091-3/+1
| | |
| * | Typo: misson -> missionJoseph Hunkeler2024-10-091-1/+1
|/ /
* | Merge pull request #58 from jhunkeler/indexer-fixupsJoseph Hunkeler2024-10-091-13/+49
|\ \ | | | | | | Indexer fixups
| * | Fixes null value when the input path did not existindexer-fixupsJoseph Hunkeler2024-10-091-0/+6
| | |
| * | Add static function micromamba_configure() to indexerJoseph Hunkeler2024-10-091-9/+39
| | | | | | | | | | | | | | | * Performing all of the setup tasks within indexer_conda() is very restrictive * The conda environment bin directory is added to the program PATH
| * | Use gfm in place of markdown extensionJoseph Hunkeler2024-10-091-4/+4
|/ /
* | Merge pull request #57 from jhunkeler/per-mission-base-envJoseph Hunkeler2024-10-086-5/+6
|\ \ | | | | | | Fix doxygen file marker
| * | Fix doxygen file markerper-mission-base-envJoseph Hunkeler2024-10-086-5/+6
| | |
* | | Merge pull request #55 from jhunkeler/per-mission-base-envJoseph Hunkeler2024-10-086-3/+108
|\| | | | | | | | Default mission environment(s)
| * | Note purpose behind removing the temporary environment fileJoseph Hunkeler2024-10-081-0/+1
| | |
| * | Do not free mission_base after installationJoseph Hunkeler2024-10-081-1/+0
| | | | | | | | | | | | * Because ctx.meta.based_on is replaced by a pointer to mission_base
| * | Not every base environment is a releaseJoseph Hunkeler2024-10-081-1/+1
| | |
| * | Fixes bug found in delivery_overlay_packages_from_env():Joseph Hunkeler2024-10-081-2/+6
| | | | | | | | | | | | * When "pip freeze" does not emit any packages we now avoid replacing the context's pip package list with an empty one.
| * | More like GENERIC python environmentJoseph Hunkeler2024-10-081-1/+5
| | | | | | | | | | | | * I need to figure out a good way to offer a mode that doesn't require python to be installed in the resulting environment
| * | Add skeleton base mission environments:Joseph Hunkeler2024-10-084-1/+18
| | | | | | | | | | | | | | | | | | * generic * jwst * roman
| * | First pass at implementing dedicated default mission environment(s)Joseph Hunkeler2024-10-082-0/+80
|/ /
* | Merge pull request #54 from jhunkeler/fix-bare-package-argumentsJoseph Hunkeler2024-10-079-83/+195
|\ \ | | | | | | Fix bare package arguments
| * | Fix/add header documentationfix-bare-package-argumentsJoseph Hunkeler2024-10-071-4/+7
| | |
| * | pip_index_provides does not need a separate versionJoseph Hunkeler2024-10-072-23/+12
| | | | | | | | | | | | * To be more aligned with conda_provides, the version spec has been consolidated into one argument
| * | Break down the existence checkJoseph Hunkeler2024-10-071-8/+21
| | | | | | | | | | | | | | | | | | * These checks can fail due to external factors, so handle those first * Build the package for the host system the package isn't found in the index/channel * Change EXISTING to EXTERNAL to be more clear. The package exists... externally
| * | Don't bother extracting the version from the specJoseph Hunkeler2024-10-071-4/+1
| | |
| * | Rename ignore_pkg variable to build_for_host because it was plain confusing ↵Joseph Hunkeler2024-10-071-1/+1
| | | | | | | | | | | | to look at it
| * | Fail immediately when an unknown package manager "type" is discoveredJoseph Hunkeler2024-10-071-0/+3
| | |
| * | Update README.md argument listingJoseph Hunkeler2024-10-071-23/+25
| | | | | | | | | | | | * Add arguments column to template function section (although unused)
| * | Use msg() in delivery_overlay_packages_from_env()Joseph Hunkeler2024-10-071-3/+3
| | |