aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Update README to mention template function availabilityJoseph Hunkeler2024-07-023-2/+48
* Fix circular includeJoseph Hunkeler2024-07-011-1/+1
* Add enough space for tar command plus a pathJoseph Hunkeler2024-07-011-1/+1
* Disable overwriting releases by defaultJoseph Hunkeler2024-06-282-0/+29
* Implement get_github_release_notes_auto function that bases release note data...Joseph Hunkeler2024-06-283-4/+53
* cmd should be at least PATH_MAX in size.Joseph Hunkeler2024-06-261-1/+1
* Replace free() with guard variantJoseph Hunkeler2024-06-261-3/+3
* Add template_func_proto.c and template_func_proto.hJoseph Hunkeler2024-06-261-0/+18
* Expose get_github_release_notes_tplfunc_entrypoint function to template engineJoseph Hunkeler2024-06-261-0/+4
* Include github.h and template_func_proto.h in core.hJoseph Hunkeler2024-06-262-1/+1
* Remove redundant extern statementJoseph Hunkeler2024-06-261-2/+0
* Improve template function error handling and return/output managementJoseph Hunkeler2024-06-261-8/+11
* Fix circular dependency on tplfunc_frameJoseph Hunkeler2024-06-261-4/+7
* Remove unused variablesJoseph Hunkeler2024-06-263-6/+5
* Add github.c and github.hJoseph Hunkeler2024-06-262-0/+137
* Pass .ci_support/plat_arch_.yaml to conda-build (#8)Joseph Hunkeler2024-06-246-69/+160
* Rebrand OhMyCal (OMC) as STASIS (#7)Joseph Hunkeler2024-06-2118-353/+352
* Unit tests (#6)Joseph Hunkeler2024-06-208-198/+362
* Disable ASCII art banner when OMC_DUMB_TERMINAL is definedJoseph Hunkeler2024-05-211-13/+18
* Consolidate OMC_COLOR_ definesJoseph Hunkeler2024-05-211-7/+0
* Documentation updateJoseph Hunkeler2024-05-201-177/+6
* DocumentationJoseph Hunkeler2024-05-171-0/+30
* junitxml: add missing "error" typeJoseph Hunkeler2024-05-171-0/+23
* DocumentationJoseph Hunkeler2024-05-161-2/+2
* First pass at test result creation, and optional markdown->html conversionJoseph Hunkeler2024-05-163-8/+392
* Print directory structure as an ascii tree in verbose modeJoseph Hunkeler2024-05-161-0/+6
* The jf x86_64 binary for mac is suffixed by 386.Joseph Hunkeler2024-05-091-2/+6
* Yet-another-workaroundJoseph Hunkeler2024-05-081-2/+6
* Generate symbolic links to "latest" deliveriesJoseph Hunkeler2024-05-081-38/+170
* Change signatureJoseph Hunkeler2024-05-081-1/+1
* Fix invalid size for tpl_pool_funcJoseph Hunkeler2024-05-081-1/+1
* Dump metadata files before uploading artifactsJoseph Hunkeler2024-05-031-5/+5
* Avoid warning about system configuration when docker builds are already disab...Joseph Hunkeler2024-05-031-11/+17
* Prevent leak if delivery_init_tmpdir() is called more than onceJoseph Hunkeler2024-05-031-1/+4
* Install omc_indexerJoseph Hunkeler2024-05-031-1/+1
* Initial commit of omc_indexer.cJoseph Hunkeler2024-05-021-0/+456
* Add delivery_dump_metadata()Joseph Hunkeler2024-05-022-0/+49
* Clean upJoseph Hunkeler2024-05-021-2/+3
* Move listdir to utils.c and export prototypeJoseph Hunkeler2024-05-022-21/+21
* Convert ohmycal to a libraryJoseph Hunkeler2024-05-024-51/+63
* Move artifactory authentication redaction code into its own function: redact_...Joseph Hunkeler2024-04-152-13/+31
* Issue a warning if omc.ini is not present at the installed location. (Or wher...Joseph Hunkeler2024-04-151-1/+3
* Use the installed version of the omc.ini configuration file when no path is p...Joseph Hunkeler2024-04-151-1/+9
* Stop iteration on matchJoseph Hunkeler2024-04-151-0/+3
* Validate all deploy:artifactory sections. Previous behavior was incorrect.Joseph Hunkeler2024-04-151-3/+6
* Do not use artifactory or docker if they're not configured correctly, or requ...Joseph Hunkeler2024-04-151-15/+25
* Improve ini_getval_required exit messageJoseph Hunkeler2024-04-151-1/+1
* Increase path size to squelch compiler warningsJoseph Hunkeler2024-04-151-2/+2
* Bug fixJoseph Hunkeler2024-04-151-0/+3
* Bug fixJoseph Hunkeler2024-04-151-0/+1