-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 2.0 parser and grpc lib * ping/pong, reflection, and config access in grpc * serial block logic, basic conditional * sample client * fix parameters * clean up in prep for 2.0 * update buildpath * remove CI for now * update alpine * better error handling * all grpcs can recover * uuid prints and proper uuid generation * parallel works * conditional support * better server/client integration * python client * update readme for 2.0 * remove javascript * readme with details, default python name is hostname
- Loading branch information
Showing
67 changed files
with
4,906 additions
and
2,944 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,3 @@ | ||
karmen-python-client/dist | ||
karmen/controller | ||
karmen-go-client/karmen-go-client | ||
ci/go1/go1 | ||
karmen-node-client/node_modules/ | ||
ci/node1/node_modules/ | ||
ci/node1/yarn-error.log | ||
karmen-node-client/yarn-error.log | ||
a.out | ||
goclient/a.out | ||
pythonclient/__pycache__/ |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
FROM golang:alpine3.13 as firststage | ||
FROM golang:alpine3.14 as firststage | ||
WORKDIR /karmen | ||
ADD . . | ||
RUN go build -o karmen . | ||
FROM alpine:3.13 | ||
FROM alpine:3.14 | ||
WORKDIR /karmen | ||
COPY --from=firststage /karmen/karmen . | ||
CMD ["./karmen"] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.