-
Notifications
You must be signed in to change notification settings - Fork 119
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tests (cont/..): update the tests to use the new markdown-template (#794
) * tests: update the tests to use the new markdown-template Signed-off-by: Dan Selman <danscode@selman.org> * WIP: Fix models - add versioning Signed-off-by: Martin Halford <martin@benext.io> * WIP: Fix models Signed-off-by: Martin Halford <martin@benext.io> * test(core): more fixes from live coding Signed-off-by: Matt Roberts <code@rbrts.uk> * Fix more tests Signed-off-by: Martin Halford <martin@benext.io> * Add even more fixes Signed-off-by: Martin Halford <martin@benext.io> * feat(core): remove default runtime + fix tests Signed-off-by: Matt Roberts <code@rbrts.uk> * Fix all remaining tests in cicero-core, plus a couple in cicero-cli. Signed-off-by: Martin Halford <martin@benext.io> * bug(archive): create with metadata with target runtime only when specified Signed-off-by: sanketshevkar <shevkar.sanket@gmail.com> * tests(cli): remove feature tests Signed-off-by: Matt Roberts <code@rbrts.uk> --------- Signed-off-by: Dan Selman <danscode@selman.org> Signed-off-by: Martin Halford <martin@benext.io> Signed-off-by: Matt Roberts <code@rbrts.uk> Signed-off-by: sanketshevkar <shevkar.sanket@gmail.com> Co-authored-by: Dan Selman <danscode@selman.org> Co-authored-by: Matt Roberts <code@rbrts.uk> Co-authored-by: sanketshevkar <shevkar.sanket@gmail.com>
- Loading branch information
1 parent
c9b8e79
commit 73f33ed
Showing
349 changed files
with
23,451 additions
and
37,375 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
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
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
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
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,4 +1,4 @@ | ||
{ | ||
"$class": "org.accordproject.helloemit.MyRequest", | ||
"$class": "org.accordproject.helloemit@1.0.0.MyRequest", | ||
"input": "World" | ||
} |
This file was deleted.
Oops, something went wrong.
37 changes: 0 additions & 37 deletions
37
packages/cicero-cli/test/data/helloworldstate/logic/logic.ergo
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
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
File renamed without changes.
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
File renamed without changes.
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,13 +1 @@ | ||
{ | ||
"name": "helloworldstate", | ||
"displayName": "Hello World State", | ||
"version": "0.14.0", | ||
"description": "This is the stateful Hello World of Accord Project Templates. Executing the clause will simply echo back the text that occurs after the string `Hello` prepended to text that is passed in the request along with the number of times the clause has been called.", | ||
"author": "Accord Project", | ||
"license": "Apache-2.0", | ||
"accordproject": { | ||
"template": "clause", | ||
"cicero": "^0.24.0" | ||
}, | ||
"keywords": ["hello", "world", "greet"] | ||
} | ||
{"name":"helloworldstate","displayName":"Hello World State","version":"0.14.0","description":"This is the stateful Hello World of Accord Project Templates. Executing the clause will simply echo back the text that occurs after the string `Hello` prepended to text that is passed in the request along with the number of times the clause has been called.","author":"Accord Project","license":"Apache-2.0","accordproject":{"template":"clause","cicero":"^0.24.0"},"keywords":["hello","world","greet"]} |
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,4 +1 @@ | ||
{ | ||
"$class": "org.accordproject.helloworldstate.MyRequest", | ||
"input": "Accord Project" | ||
} | ||
{"$class":"org.accordproject.helloworldstate.MyRequest","input":"Accord Project"} |
This file was deleted.
Oops, something went wrong.
Binary file not shown.
64 changes: 0 additions & 64 deletions
64
packages/cicero-cli/test/data/installment-sale-ergo/logic/logic.ergo
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
Oops, something went wrong.