aboutsummaryrefslogtreecommitdiff
path: root/README.md
Commit message (Collapse)AuthorAgeFilesLines
* Add indexer options to README.mdupdate-readmeJoseph Hunkeler2025-02-111-0/+10
|
* Add (conda|pip)_packages_purge configuration keys and driverJoseph Hunkeler2024-12-181-9/+11
|
* Add ability to use artifactory without uploading any artifacts at the end.Joseph Hunkeler2024-12-031-0/+2
| | | | | | * New option: --no-artifactory-upload * Implies --no-artifactory-build-info * Updated README.md
* Update README.md argument listingJoseph Hunkeler2024-10-071-23/+25
| | | | * Add arguments column to template function section (although unused)
* Remove workaround.tox_posargsJoseph Hunkeler2024-09-181-1/+0
|
* Implement multiprocessing pool(s)Joseph Hunkeler2024-09-181-23/+32
| | | | | * Adds --cpu-limit and --parallel-fail-fast arguments * Adds disable, parallel, and setup_script keys to [test] blocks
* Reference basetemp_dir and junitxml_file functions in README.md (#44)Joseph Hunkeler2024-09-181-11/+11
|
* Regression tests, envctl, and bug fixes (#13)Joseph Hunkeler2024-07-201-70/+127
| | | | | | | | | | | * Found too many bugs * Implements a regression test * Moves and completely refactors the envctl code * Allows the user to keep @STR@ values in output files (if you want full control over where external packages comes from post-build) * Fixes wording in a few places * envctl redaction is not implemented yet. The original redaction code hasn't been modified. * Use generic.ini instead of bare_minimum.ini
* Add github.c and github.h (#9)Joseph Hunkeler2024-07-061-15/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add github.c and github.h * Implements get_github_release_notes() * Remove unused variables * Fix circular dependency on tplfunc_frame * Remove predeclaration of tplfunc_frame * tpl_register_func accepts pointer to void instead * tpl_register_func sets maximum number of arguments * Frame is generated within tpl_register_func * Improve template function error handling and return/output management * Remove redundant extern statement * Include github.h and template_func_proto.h in core.h * Expose get_github_release_notes_tplfunc_entrypoint function to template engine * Add template_func_proto.c and template_func_proto.h * Replace free() with guard variant * Fix test_template::test_tpl_register_func * Fix tests * Fix tests * cmd should be at least PATH_MAX in size. * Magic number caused failure to install conda with a long installation path * Implement get_github_release_notes_auto function that bases release note data off test contexts * Disable overwriting releases by default * Add automatic release note generation function call to release_notes.md.in * Fix test_tpl_register_func() * Add enough space for tar command plus a path * Fix circular include * Github functions do not require access to core.h anyway * Add comments to union * Update README to mention template function availability * Add EnvCtl structure * Add runtime checks to avoid running all the way to the end only to be met with a configuration error. * Rename GITHUB to GH * Development docs pre-rough-draft
* Pass .ci_support/plat_arch_.yaml to conda-build (#8)Joseph Hunkeler2024-06-241-43/+45
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Pass .ci_support/plat_arch_.yaml to conda-build * Fixes a few outstanding leaks in delivery context * Move micromamba function out of stasis_indexer.c * Adjust code in the indexer to accommodate the move. The function now expects a MicromambaInfo structure as its first argument. * Add missing warning message * User is informed when pandoc is not available for HTML page generation * Initialize workdir_template string to zero * Add micromamba program to runtime PATH * Expose storage.tools_dir to template engine * Remove dead code * Fix wording in comment * Fix conda-forge builds * Pass their .ci_support configurations to conda-build in order to fully set up their build runtime environment * Add get_cpu_count() * Exposes STASIS_CPU_COUNT and CPU_COUNT to the runtime environment * Implements conda reactivation template string * {{ workaround.conda_reactivate }} * This is useful to call after installing any conda packages within a test.script * Fix conda runtime inside of test.script * This ensures conda and mamba are fully initialized. * Previous behavior only placed the commands on the PATH but didn't provide any shell macros (i.e. undefined behavior) * Document CPU_COUNT and workaround.conda_reactivate
* Replace missed reference to OhmycalJoseph Hunkeler2024-06-211-7/+7
|
* Rebrand OhMyCal (OMC) as STASIS (#7)Joseph Hunkeler2024-06-211-32/+32
|
* Documentation updateJoseph Hunkeler2024-05-201-1/+1
|
* Use ini, not shell highlightingJoseph Hunkeler2024-04-151-2/+2
|
* First pass at usage instructions. More or less placeholder material.Joseph Hunkeler2024-04-151-15/+104
|
* Update README.mdJoseph Hunkeler2024-03-141-27/+30
|
* Add deploy:docker outline.Joseph Hunkeler2024-03-061-1/+14
| | | | * Add/fix deploy template variables
* Add actions and rtd badgeJoseph Hunkeler2024-03-041-0/+2
|
* Prototypes documentationJoseph Hunkeler2024-03-041-2/+0
| | | | | | | 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
* Fix erroneous H2 headerJoseph Hunkeler2024-02-181-1/+1
|
* Remove examples from environment variables table. Too ugly.Joseph Hunkeler2024-02-181-13/+13
|
* Roughly document configuration(s), templating, and environment variable ↵Joseph Hunkeler2024-02-181-0/+208
| | | | expansion
* Not much of a readme yetJoseph Hunkeler2024-01-301-0/+9
|
* Use TMPDIR, and fail when script cannot be executed within that filesystemJoseph Hunkeler2023-11-201-1/+2
|
* Initial commitJoseph Hunkeler2023-10-261-0/+1