index
:
gh_mirror/jhunkeler/stasis.git
2025-copyright
add-convience-funcs
add-get-version-spec
add-multiprocessing
add-no-export
add-strlist-contains
broken-rt-test
bug-fix-leaks-indexer
but_why
check-release-jf
ci-add-pandoc
clone-existing-delivery
codename-for-all-missions
combine-provides
conda-get-active-environment
delivery-lib
delivery-wheel-index-basename
extra-spec
fix-bare-package-arguments
fix-botched-pr-19
fix-build-system
fix-conda-default-env-var
fix-conda-forge-build
fix-delivery-conda-show
fix-deprecated-docker-env-declaration
fix-docker-add
fix-dockerfile-pypi-index
fix-download-auth
fix-git-clone-return
fix-index-junitxml-report
fix-leaks
fix-pandoc-arguments
fix-parallel-clobbering
fix-reactivation-var
fix-readme-typos
fix-sefault-null-key
free-mem
huge-changeset
implement-release-notes
indexer-dir-regression
indexer-fixups
indexer-minor-fixups
indexer-tlc
ini-list-indent
its-backwards
jf-upload-fix-spec-pattern
leaks-and-squeaks
master
memfixes
minimum-viable-tools
more-rt
more-tests
more-unit-tests
move-mkdirs
optional-artifactory-build-info
order-matters
order-of-battle
pandoc-improvements
per-mission-base-env
pypi-existence-check
rebrand
regression-test-generic
remove-copytree
remove-package-from-delivery
render-bootstrap
requirement_from_test-type
restructure-the-world
safety-and-convenience
sanitize-docker-archive-name
split-delivery-code
support-git-schema-in-package-list
system-calls-fixup
test-recipe
testable-entrypoint
unclean-before-coe
undo-dockerfile-add-separation
unindent-scripts
unit-tests
unit-tests-again
update-doc-pytest-funcs
update-mission-configs
update-readme
update-tests
version-in-package-name
wheel-funcs-clean-up
windows-support
with-indexer-tlc
without-extras-in-spec
workaround-shebang-nightmare
A pipeline delivery generator
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix regression:
Joseph Hunkeler
2024-10-24
1
-34
/
+45
*
Change signature of check_pathvar()
Joseph Hunkeler
2024-10-24
2
-2
/
+2
*
Move fd initializer down
Joseph Hunkeler
2024-10-24
1
-2
/
+2
*
Generalize *_index_provides interface
Joseph Hunkeler
2024-10-24
2
-46
/
+61
*
mp_pool_show_summary now prints "HOLD" when queued tasks haven't been execute...
Joseph Hunkeler
2024-10-22
1
-1
/
+7
*
Add MP_POOL_TASK_STATUS_INITIAL
Joseph Hunkeler
2024-10-22
1
-2
/
+2
*
Bug fix:
Joseph Hunkeler
2024-10-21
1
-1
/
+1
*
Change signature:
Joseph Hunkeler
2024-10-21
2
-12
/
+19
*
Update conda_provides:
Joseph Hunkeler
2024-10-21
1
-2
/
+11
*
Fix pip_index_provides
Joseph Hunkeler
2024-10-21
1
-1
/
+1
*
Reduce length of stasis_main.c
restructure-the-world
Joseph Hunkeler
2024-10-14
11
-260
/
+370
*
Refactor directory structure
Joseph Hunkeler
2024-10-14
41
-54
/
+70
*
Don't run serial tasks in parallel
its-backwards
Joseph Hunkeler
2024-10-10
1
-1
/
+1
*
Fix accidental combination of strlen and another strlen
leaks-and-squeaks
Joseph Hunkeler
2024-10-09
1
-1
/
+1
*
str.c: fix leak
Joseph Hunkeler
2024-10-09
1
-2
/
+3
*
str.c: fix realloc(s)
Joseph Hunkeler
2024-10-09
1
-1
/
+1
*
junitxml.c: fix realloc(s)
Joseph Hunkeler
2024-10-09
1
-2
/
+2
*
ini.c: fix realloc(s)
Joseph Hunkeler
2024-10-09
1
-8
/
+8
*
Consolidate repeated branch conditions
Joseph Hunkeler
2024-10-09
1
-3
/
+1
*
Typo: misson -> mission
Joseph Hunkeler
2024-10-09
1
-1
/
+1
*
Fixes null value when the input path did not exist
indexer-fixups
Joseph Hunkeler
2024-10-09
1
-0
/
+6
*
Add static function micromamba_configure() to indexer
Joseph Hunkeler
2024-10-09
1
-9
/
+39
*
Use gfm in place of markdown extension
Joseph Hunkeler
2024-10-09
1
-4
/
+4
*
Note purpose behind removing the temporary environment file
Joseph Hunkeler
2024-10-08
1
-0
/
+1
*
Do not free mission_base after installation
Joseph Hunkeler
2024-10-08
1
-1
/
+0
*
Not every base environment is a release
Joseph Hunkeler
2024-10-08
1
-1
/
+1
*
Fixes bug found in delivery_overlay_packages_from_env():
Joseph Hunkeler
2024-10-08
1
-2
/
+6
*
First pass at implementing dedicated default mission environment(s)
Joseph Hunkeler
2024-10-08
1
-0
/
+48
*
pip_index_provides does not need a separate version
Joseph Hunkeler
2024-10-07
1
-22
/
+11
*
Break down the existence check
Joseph Hunkeler
2024-10-07
1
-8
/
+21
*
Don't bother extracting the version from the spec
Joseph Hunkeler
2024-10-07
1
-4
/
+1
*
Rename ignore_pkg variable to build_for_host because it was plain confusing t...
Joseph Hunkeler
2024-10-07
1
-1
/
+1
*
Fail immediately when an unknown package manager "type" is discovered
Joseph Hunkeler
2024-10-07
1
-0
/
+3
*
Use msg() in delivery_overlay_packages_from_env()
Joseph Hunkeler
2024-10-07
1
-3
/
+3
*
Use isempty to see if we're using based_on
Joseph Hunkeler
2024-10-04
1
-2
/
+2
*
Add function delivery_overlay_packages_from_env()
Joseph Hunkeler
2024-10-04
1
-0
/
+95
*
Initialize result
Joseph Hunkeler
2024-10-04
1
-3
/
+1
*
Use strcmp instead of strstr
Joseph Hunkeler
2024-10-04
1
-1
/
+1
*
Implement delivery_overylay_packages_from_env()
Joseph Hunkeler
2024-10-04
1
-0
/
+7
*
Fix release environment removal message
Joseph Hunkeler
2024-10-04
1
-4
/
+6
*
Use nametmp instead of test->name (i.e. name)
Joseph Hunkeler
2024-10-04
1
-12
/
+8
*
Record the package name in a separate variable
Joseph Hunkeler
2024-10-04
1
-1
/
+7
*
Do not truncate test->name
Joseph Hunkeler
2024-10-04
1
-1
/
+0
*
Change requirement_from_test helper to be variable, not const
requirement_from_test-type
Joseph Hunkeler
2024-10-04
1
-2
/
+2
*
Add find_version_spec() to utils
add-get-version-spec
Joseph Hunkeler
2024-10-04
1
-0
/
+3
*
Implement updated get_wheel_info()
Joseph Hunkeler
2024-10-04
1
-7
/
+18
*
Clean up get_wheel_info
Joseph Hunkeler
2024-10-04
1
-3
/
+51
*
Merge pull request #50 from jhunkeler/conda-get-active-environment
Joseph Hunkeler
2024-10-04
1
-0
/
+33
|
\
|
*
Add conda_get_active_environment() function
conda-get-active-environment
Joseph Hunkeler
2024-10-04
1
-0
/
+33
*
|
Fix leaks in delivery_build_recipes
fix-build-system
Joseph Hunkeler
2024-10-04
1
-9
/
+20
|
/
[next]