aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Exclude wildcard from docker_sanitize_tag_testsanitize-docker-archive-nameJoseph Hunkeler2025-02-151-1/+1
|
* Match harderJoseph Hunkeler2025-02-151-1/+3
|
* Ignore wildcards in docker_sanitize_tagJoseph Hunkeler2025-02-151-1/+1
|
* Renable tests D:Joseph Hunkeler2025-02-141-2/+3
|
* Use the same function as the delivery mechanism to ensure the docker archive ↵Joseph Hunkeler2025-02-141-1/+1
| | | | name can be resolved
* Plug a few leaksJoseph Hunkeler2025-02-142-2/+3
|
* Merge pull request #94 from jhunkeler/codename-for-all-missionsJoseph Hunkeler2025-02-142-11/+19
|\ | | | | Enable codenames outside of HST
| * Enable codenames outside of HSTcodename-for-all-missionsJoseph Hunkeler2025-02-142-11/+19
|/ | | | * Return from the bootstrap function when an error occurs
* Merge pull request #93 from spacetelescope/mission-roman-codenamesJoseph Hunkeler2025-02-141-3/+3
|\ | | | | roman mission: enable codename by default
| * roman mission: enable codename by defaultJoseph Hunkeler2025-02-141-3/+3
|/
* Merge pull request #91 from jhunkeler/broken-rt-testJoseph Hunkeler2025-02-131-0/+1
|\ | | | | Fix broken RT test
| * Fix broken RT testbroken-rt-testJoseph Hunkeler2025-02-131-0/+1
|/
* Merge pull request #90 from jhunkeler/2025-copyrightJoseph Hunkeler2025-02-122-2/+2
|\ | | | | Update copyright information
| * Update copyright information2025-copyrightJoseph Hunkeler2025-02-122-2/+2
| |
* | Merge pull request #84 from jhunkeler/add-strlist-containsJoseph Hunkeler2025-02-123-0/+91
|\ \ | | | | | | Add strlist_contains function
| * | Implements tests function for strlist_containsadd-strlist-containsJoseph Hunkeler2025-01-311-0/+48
| | |
| * | Implements function strlist_containsJoseph Hunkeler2025-01-312-0/+43
| | |
* | | Merge pull request #87 from jhunkeler/update-readmeJoseph Hunkeler2025-02-121-0/+10
|\ \ \ | | | | | | | | Add indexer options to README.md
| * | | Add indexer options to README.mdupdate-readmeJoseph Hunkeler2025-02-111-0/+10
| | | |
* | | | Merge pull request #89 from jhunkeler/huge-changesetJoseph Hunkeler2025-02-1223-74/+197
|\ \ \ \ | |_|_|/ |/| | | Huge changeset
| * | | Fix leaks in test_template.chuge-changesetJoseph Hunkeler2025-02-121-2/+15
| | | |
| * | | Remove redundant extern in test_environment.cJoseph Hunkeler2025-02-121-2/+2
| | | |
| * | | Fix leaks in test_conda.cJoseph Hunkeler2025-02-121-1/+5
| | | |
| * | | Remove redundant externsJoseph Hunkeler2025-02-121-3/+1
| | | |
| * | | Free basedir on errorJoseph Hunkeler2025-02-121-0/+1
| | | |
| * | | Add debug statements to template.cJoseph Hunkeler2025-02-121-16/+27
| | | |
| * | | Add debug statements to multiprocessing.cJoseph Hunkeler2025-02-121-0/+10
| | | |
| * | | Fix debug statements to ini.cJoseph Hunkeler2025-02-121-9/+3
| | | |
| * | | Add debug statements to delivery_postprocess.cJoseph Hunkeler2025-02-121-2/+3
| | | |
| * | | Add debug statements to delivery_postprocess.cJoseph Hunkeler2025-02-121-1/+23
| | | |
| * | | Add debug statements to copy.cJoseph Hunkeler2025-02-121-0/+6
| | | |
| * | | Fix memory leaks in delivery_purge_packagesJoseph Hunkeler2025-02-121-1/+3
| | | |
| * | | Reallocate globals if they are already set by pipulate_delivery_cfgJoseph Hunkeler2025-02-121-0/+38
| | | |
| * | | Free result on error in stasis_testing_read_asciiJoseph Hunkeler2025-02-121-1/+2
| | | |
| * | | Free output string on errorJoseph Hunkeler2025-02-121-0/+1
| | | |
| * | | Simplify string duplication in normalize_spaceJoseph Hunkeler2025-02-121-1/+1
| | | |
| * | | Display time elapsed in multiprocessing progress-related outputJoseph Hunkeler2025-02-122-4/+8
| | | |
| * | | Fix empty statement warningJoseph Hunkeler2025-02-121-1/+1
| | | |
| * | | Move messaging macros into core_message.hJoseph Hunkeler2025-02-123-4/+21
| | | |
| * | | Encapsulate macro arguments in parenthesesJoseph Hunkeler2025-02-125-12/+11
| | | |
| * | | Update cmake configurationJoseph Hunkeler2025-02-122-14/+15
|/ / / | | | | | | | | | | | | | | | * Pass through for CMAKE_C_FLAGS * Rename BUILD_TESTING[_RT] to TESTS[_RT] * Add toggle for DEBUG level messages (displayed regardless of verbosity state)
* | | Fix regression test. Upstream gwcs broke tweakwcsJoseph Hunkeler2025-02-122-0/+2
| | |
* | | Fix upstream file clobberingfix-parallel-clobberingJoseph Hunkeler2025-02-121-2/+35
|/ / | | | | | | | | | | * When --overwrite is enabled and the delivery meta.rc is >1, stasis would download all files related to a delivery from the server * This change only downloads files relevant to the arch/platform of the current host system. * Addresses several memory leaks found in the delivery_series_sync function
* | Merge pull request #86 from jhunkeler/memfixesJoseph Hunkeler2025-02-0413-10/+58
|\ \ | | | | | | ASAN: Fix leaks
| * | test_artifactory.c: free allocated resourcesmemfixesJoseph Hunkeler2025-02-041-1/+3
| | |
| * | test_environment.c: free allocated resourcesJoseph Hunkeler2025-02-041-3/+10
| | | | | | | | | | | | * Replace usage of 'const char *' where 'char *' was appropriate
| * | test_recipe.c: free allocated resourcesJoseph Hunkeler2025-02-041-0/+1
| | |
| * | test_system.c: free allocated resourcesJoseph Hunkeler2025-02-041-0/+3
| | |
| * | trlist_remove: free the requested index before moving the pointers upJoseph Hunkeler2025-02-041-0/+1
| | |
| * | junitxml: free pointer to testcase arrayJoseph Hunkeler2025-02-041-0/+1
| | |