index
:
gh_mirror/jhunkeler/stasis.git
2025-copyright
add-convience-funcs
add-get-version-spec
add-multiprocessing
add-no-export
add-strlist-contains
allow-hashes-as-version
audit-wheel-args
breakdown
broken-rt-test
bug-fix-leaks-indexer
bug-fixes-again
but_why
check-release-jf
ci-add-pandoc
cibuildwheel
clone-existing-delivery
cmake-qol
codename-for-all-missions
combine-provides
conda-get-active-environment
delivery-lib
delivery-wheel-index-basename
dry-run-for-real
dynamic-commands
dynamic-tests
errant-extra-index
extra-spec
fail-on-baked-in-vcs-requirements
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
fix-strcmp-len
free-mem
huge-changeset
implement-release-notes
indexer-buffer-overlow
indexer-dir-regression
indexer-fixups
indexer-minor-fixups
indexer-tlc
ini-list-indent
its-backwards
jf-upload-fix-spec-pattern
leaks-and-squeaks
manylinux
master
memfixes
minimum-viable-tools
more-rt
more-tests
more-unit-tests
move-mkdirs
next
optional-artifactory-build-info
order-matters
order-of-battle
pandoc-improvements
per-mission-base-env
pip-dynamic
pip-dynamic2
pip-dynamic3
pypi-existence-check
realloc-sefault-tests_add
rebrand
regression-test-generic
remove-copytree
remove-package-from-delivery
render-bootstrap
requirement_from_test-type
restructure-the-world
retry-download
safety-and-convenience
sanitize-docker-archive-name
semaphore
split-delivery-code
sprintf-to-snprintf
support-git-schema-in-package-list
system-calls-fixup
test-recipe
testable-entrypoint
timeout-hours-bug
timeout-in-test-block
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
wheel-parser
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
/
lib
/
core
/
include
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add strlist_appendf function (future use)
Joseph Hunkeler
2026-03-05
1
-0
/
+1
*
Add backwards compatible way to emit only stdout, or stderr from docker command
Joseph Hunkeler
2026-03-05
1
-0
/
+2
*
Add wheel_builder CLI arguments
Joseph Hunkeler
2026-03-05
1
-1
/
+3
*
docker_script() now passes arguments to docker_exec
Joseph Hunkeler
2026-02-22
1
-1
/
+1
*
Add method to get a byte string of random alpha-numeric values
Joseph Hunkeler
2026-02-22
1
-0
/
+12
*
Trying to fix a buffer overflow reported by the CI
Joseph Hunkeler
2026-01-03
1
-1
/
+1
*
Consolidate timer data
Joseph Hunkeler
2026-01-02
1
-8
/
+8
*
Move utility functions to utils.c
Joseph Hunkeler
2026-01-02
1
-0
/
+6
*
Update multiprocessing to use semaphore
Joseph Hunkeler
2025-12-31
2
-3
/
+77
*
Fix broken header guard
Joseph Hunkeler
2025-12-30
1
-0
/
+1
*
Implement task timeout
Joseph Hunkeler
2025-12-30
2
-0
/
+2
*
Fix undefined PSEMNAMLEN on Darwin
Joseph Hunkeler
2025-12-24
1
-0
/
+5
*
Remove blank line
Joseph Hunkeler
2025-11-18
1
-1
/
+0
*
Add destroy to example
Joseph Hunkeler
2025-11-18
1
-0
/
+2
*
Document semaphore usage
Joseph Hunkeler
2025-11-17
1
-1
/
+40
*
Add --no-task-logging CLI argument
Joseph Hunkeler
2025-11-14
1
-0
/
+1
*
Integrate semaphore
Joseph Hunkeler
2025-11-14
1
-1
/
+2
*
Add semaphore wrapper
Joseph Hunkeler
2025-11-14
1
-0
/
+17
*
Bugfix: HTTP_ERROR did not check for negative values
Joseph Hunkeler
2025-07-08
1
-1
/
+1
*
Ban Python packages with VCS requirement URLs in their setup scripts/configs
fail-on-baked-in-vcs-requirements
Joseph Hunkeler
2025-07-02
1
-0
/
+3
*
Add helper functions
Joseph Hunkeler
2025-06-30
1
-0
/
+5
*
Update to_short_version() documentation
Joseph Hunkeler
2025-06-30
1
-9
/
+18
*
Make MicromambaInfo a const
Joseph Hunkeler
2025-06-18
1
-1
/
+1
*
Move grow() function to utils.c
Joseph Hunkeler
2025-06-18
1
-0
/
+37
*
Add debug_hexdump utility
Joseph Hunkeler
2025-04-08
1
-0
/
+2
*
base and "based_on" installations shall hardcode the requested python version...
Joseph Hunkeler
2025-04-02
1
-1
/
+1
*
Remove extras usage where applicable
Joseph Hunkeler
2025-03-20
1
-0
/
+4
*
free(3): If ptr is NULL, no operation is performed.
free-mem
Joseph Hunkeler
2025-03-20
1
-4
/
+11
*
Merge pull request #84 from jhunkeler/add-strlist-contains
Joseph Hunkeler
2025-02-12
1
-0
/
+1
|
\
|
*
Implements function strlist_contains
Joseph Hunkeler
2025-01-31
1
-0
/
+1
*
|
Display time elapsed in multiprocessing progress-related output
Joseph Hunkeler
2025-02-12
1
-1
/
+3
*
|
Move messaging macros into core_message.h
Joseph Hunkeler
2025-02-12
2
-4
/
+20
*
|
Encapsulate macro arguments in parentheses
Joseph Hunkeler
2025-02-12
3
-4
/
+3
|
/
*
junitxml: expose number of tests that passed
Joseph Hunkeler
2024-12-22
1
-0
/
+2
*
Restructure project
delivery-lib
Joseph Hunkeler
2024-12-11
26
-0
/
+2566