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
breakdown
broken-rt-test
bug-fix-leaks-indexer
bug-fixes-again
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
dynamic-commands
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-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
pip-dynamic
pip-dynamic2
pip-dynamic3
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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Increase lines_on_error from 100 to 1000
breakdown
Joseph Hunkeler
8 days
2
-2
/
+2
*
Bugfix: Remove errant else block
Joseph Hunkeler
8 days
1
-10
/
+15
*
Free errmsg after use
Joseph Hunkeler
8 days
1
-0
/
+1
*
Bugfix: HTTP_ERROR did not check for negative values
Joseph Hunkeler
8 days
1
-1
/
+1
*
Debug messages
Joseph Hunkeler
8 days
2
-0
/
+9
*
Write error message correctly to the buffer
Joseph Hunkeler
8 days
1
-3
/
+3
*
Enable debug messages in RT
Joseph Hunkeler
8 days
1
-1
/
+1
*
Set last records to NULL
Joseph Hunkeler
8 days
1
-1
/
+2
*
Disable noisy debug statements
Joseph Hunkeler
8 days
1
-2
/
+2
*
Fix leak in artifactory test
Joseph Hunkeler
9 days
1
-0
/
+1
*
Make want_(artifactory|docker) constant
Joseph Hunkeler
9 days
1
-3
/
+3
*
Fix leak
Joseph Hunkeler
9 days
1
-0
/
+1
*
Test for ini_getall()
Joseph Hunkeler
9 days
1
-0
/
+18
*
Offset is constant
Joseph Hunkeler
9 days
1
-0
/
+1
*
Use a copy of the environment variable if its present
Joseph Hunkeler
9 days
1
-1
/
+4
*
Return a copy of the input, not the input pointer
Joseph Hunkeler
9 days
1
-2
/
+1
*
Separator as variable
Joseph Hunkeler
9 days
1
-0
/
+1
*
Memory safety
Joseph Hunkeler
9 days
1
-5
/
+27
*
Grammar
Joseph Hunkeler
9 days
1
-1
/
+1
*
Convert sprintf to snprintf
Joseph Hunkeler
9 days
1
-3
/
+2
*
Move steps into functions
Joseph Hunkeler
9 days
1
-330
/
+387
*
Add delivery_export.c
Joseph Hunkeler
9 days
3
-0
/
+83
*
Remove dead code
Joseph Hunkeler
9 days
1
-2
/
+0
*
Merge pull request #114 from jhunkeler/fail-on-baked-in-vcs-requirements
Joseph Hunkeler
14 days
4
-0
/
+111
|
\
|
*
Ban Python packages with VCS requirement URLs in their setup scripts/configs
fail-on-baked-in-vcs-requirements
Joseph Hunkeler
2025-07-02
4
-0
/
+111
*
|
Merge pull request #115 from jhunkeler/errant-extra-index
Joseph Hunkeler
2025-07-02
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
Bug: Injected --extra-index-url into conda and pip commands
errant-extra-index
Joseph Hunkeler
2025-07-02
1
-1
/
+1
|
/
*
Merge pull request #113 from jhunkeler/allow-hashes-as-version
Joseph Hunkeler
2025-06-30
3
-1
/
+34
|
\
|
*
Allow git commit hashes in "version" field
allow-hashes-as-version
Joseph Hunkeler
2025-06-30
1
-1
/
+1
|
*
Add helper functions
Joseph Hunkeler
2025-06-30
2
-0
/
+33
*
|
Merge pull request #112 from jhunkeler/bug-fixes-again
Joseph Hunkeler
2025-06-30
3
-16
/
+49
|
\
|
|
*
Update to_short_version() test
bug-fixes-again
Joseph Hunkeler
2025-06-30
1
-3
/
+4
|
*
Update to_short_version() documentation
Joseph Hunkeler
2025-06-30
1
-9
/
+18
|
*
Fix to_short_version to drop any values beyond "major.minor"
Joseph Hunkeler
2025-06-30
1
-4
/
+27
|
/
*
Merge pull request #111 from jhunkeler/bug-fixes-again
Joseph Hunkeler
2025-06-27
2
-4
/
+15
|
\
|
*
A note to self
Joseph Hunkeler
2025-06-27
1
-0
/
+3
|
*
When a second '@' is present, extract the version
Joseph Hunkeler
2025-06-27
1
-1
/
+9
|
*
Fix snprintf maxlen(s)
Joseph Hunkeler
2025-06-27
1
-3
/
+3
|
/
*
Merge pull request #110 from jhunkeler/dynamic-commands
Joseph Hunkeler
2025-06-23
6
-72
/
+168
|
\
|
*
Fix accidental copy/paste
dynamic-commands
Joseph Hunkeler
2025-06-18
1
-1
/
+1
|
*
Use DEBUG_HEXDUMP_FMT_BYTES
Joseph Hunkeler
2025-06-18
1
-2
/
+2
|
*
Handle download() errors
Joseph Hunkeler
2025-06-18
1
-2
/
+15
|
*
Fix snprintf length argument
Joseph Hunkeler
2025-06-18
1
-4
/
+4
|
*
Always free tag_data
Joseph Hunkeler
2025-06-18
1
-1
/
+1
|
*
Dynamically allocate memory for system commands
Joseph Hunkeler
2025-06-18
2
-42
/
+82
|
*
Make MicromambaInfo a const
Joseph Hunkeler
2025-06-18
2
-2
/
+2
|
*
Move grow() function to utils.c
Joseph Hunkeler
2025-06-18
3
-21
/
+64
|
/
*
Merge pull request #109 from jhunkeler/pip-dynamic3
Joseph Hunkeler
2025-06-10
1
-0
/
+1
|
\
|
*
Dynamic pip delivery_install_package()
pip-dynamic3
Joseph Hunkeler
2025-06-10
1
-0
/
+1
*
|
Merge pull request #108 from jhunkeler/pip-dynamic2
Joseph Hunkeler
2025-06-10
1
-11
/
+39
|
\
|
[next]