aboutsummaryrefslogtreecommitdiff
path: root/include/artifactory.h
Commit message (Collapse)AuthorAgeFilesLines
* Restructure projectdelivery-libJoseph Hunkeler2024-12-111-362/+0
| | | | | | * Move headers to relevant include directories within the target tree(s) * Adjust doxygen configuration to search correct paths * Adjust CMake configuration to use new include paths
* Fix includesJoseph Hunkeler2024-10-141-0/+1
|
* Check release (#14)Joseph Hunkeler2024-07-221-2/+40
| | | | | | | | | * Add jfrog_cli_rt_search() and JFRT_Search structure * Ensure authentication arguments are written before a subsystem task's arguments * When artifactory is enabled check if the release is already present. * When artifactory is disabled the check will be made against the local filesystem.
* Rebrand OhMyCal (OMC) as STASIS (#7)Joseph Hunkeler2024-06-211-9/+9
|
* Prototypes documentationJoseph Hunkeler2024-03-041-8/+47
| | | | | | | 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
* Document functions and usageJoseph Hunkeler2024-02-281-36/+216
|
* Quote inputs to string argumentJoseph Hunkeler2024-02-181-4/+4
| | | | * Change type of build-number from int to string. RTFM'd.
* Fix jf cli option 'regexp' to be boolean, not stringJoseph Hunkeler2024-02-061-1/+1
|
* Consolidate header includes to omc.hJoseph Hunkeler2024-02-061-2/+0
|
* Add JFrog CLI integrationJoseph Hunkeler2023-12-101-0/+106