| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
* Caller can choose to dump raw unmodified key/value pairs, or render all values through the template engine
* Fixes spurious line feeds injected into the output stream
* Uses LINE_SEP instead of "\n"
|
| |
|
| |
|
|
|
|
| |
* Tests temporary pointer instead of blindly replacing the original
|
|
|
|
| |
* Easier to see what's happening. Nothing more.
|
| |
|
| |
|
|
|
|
|
| |
* Closes dangling file streams scattered throughout
* Frees pointers related to Delivery.docker missed during implementation
|
|
|
|
| |
* If the user calls tox in a test script like so: tox {{ workaround.tox_posargs }}, then a temporary tox configuration will be generated and the appropriate arguments to use it will be injected into tox's command line arguments
|
|
|
|
|
|
|
| |
* Adds Delivery.storage.results_dir member
* Exposes storage.results_dir to templates
* This is to make the test results human-readable
* xmllint is optional. If it isn't installed it isn't a big deal.
|
|
|
|
| |
memory leaks
|
| |
|
| |
|
| |
|
|
|
|
| |
* Return original pointer when path separator is not present
|
|
|
|
|
|
|
| |
Includes minor changes:
* Rename jfrt_upload_set_defaults to jfrt_upload_init
* Move jfrt_auth_init to artifactory.c
* Adds missing error handling to git_describe and git_rev_parse
|
|
|
|
| |
* add usage comment function
|
|
|
|
| |
* First pass; this will eventually be used to rewite exact commit refs in YAML delivery files
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
* Fix segfault related to Delivery.storage.tmpdir not being initialized properly
* Add delivery_format_str() to make delivery rules easier to maintain
* Test configurations can accept their own runtime variables
* When no conda package or python packages are to be installed, indicate that state by printing "N/A" in output summary
* Change shell_safe() accept a string instead of an array
* Add support for artifactory client certs key/path
* Initial pass at defining an artifactory repo destination (not fully implemented yet)
* Add missing line feeds to error messages during ini config initialization
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
* Reduce stack usage for status variable in msg()
* Bugfix: write OMC_COLOR_RESET to the requested stream instead of stdout
* Add helper function xmkstemp to avoid clutter when using disposable files
|
|
|
|
|
|
| |
* continue_on_error set by omc config
* always_update_base_environment set by omc config
* Passing OMC_MSG_RESTRICT flag to msg() will print only in verbose mode
|
| |
|
|
|
|
|
| |
* Shorten OHMYCAL to OMC
* Rename ohmycal.h to omc.h
|
|
|
|
| |
* Add debug_shell() function to interactively examine the runtime environment
|
|
|