Carrot-rcc

Latest version: v0.8.3

Safety actively analyzes 623909 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

0.8.24

ARTIFACT_FULLNAME ?= $(ARTIFACT_NAME)-$(ARTIFACT_VERSION).tar.gz
REPOSITORY ?= nomad-local

.PHONY: all
all: ${ARTIFACT_FULLNAME}

.PHONY: build
build: $(SOURCES)
nix-build release.nix -o build

${ARTIFACT_FULLNAME}:
nix-build release.nix $(NIX_ARGS) --no-out-link --argstr name $(ARTIFACT_FULLNAME)\
| xargs -Iresult cp -aL result $(ARTIFACT_FULLNAME)
chmod u+w $(ARTIFACT_FULLNAME)

.PHONY: clean
clean:
$(RM) $(ARTIFACT_NAME)-*.tar.*

.PHONY: publish
publish: $(ARTIFACT_FULLNAME)
jfrog-cli rt u $(ARTIFACT_FULLNAME) $(REPOSITORY)/$(ARTIFACT_NAME)/




.PHONY: nix-%
nix-%:
echo "run inside nix-shell: $*"
nix-shell --pure --run "$(MAKE) $*"

0.8.2

------------------

- Add to catch Python exception message from stdout
[Asko Soukka]
- Fix to prefix file variable paths with hash to support multiple files with equal names
[Asko Soukka]

0.8.0

------------------

- Fix issue, where bad neodoc (for --help) use caused slow startup
[datakurre]
- Fix issue, which caused topic subscriptions were started twice
[datakurre]
- Fix to properly handle retries and raise incident on failing
'RPA.Robocorp.WorkItems.Release input work item'.
[datakurre]
- Fix regression where execution without output work item returned complete
input work item instead
[datakurre]
- Add support for retries and retryTimeout keys on robot.yaml task
[datakurre]
- Add support for 'RPA.Robocorp.WorkItems.Release input work item' for
reporting otherwise successful run as either application or business error
[datakurre]

0.7.1

------------------

- Fix polling to sane defaults and map '--poll-interval' directly to long polling timeout
[datakurre]

0.7.0

------------------

- Change to allow the type of process variables to change on task completion
[m0lentum]
- Fix README with recent RCC commands
[datakurre]


ARTIFACT_NAME = camunda-rcc-worker

Links

Releases

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.