Skip to content

Tags: Bitspark/slang

Tags

v0.1.27

Toggle v0.1.27's commit message
Basic Auth

v0.1.26

Toggle v0.1.26's commit message
Correctly convert types

v0.1.25

Toggle v0.1.25's commit message
Fix broken test

v0.1.24

Toggle v0.1.24's commit message
Add primitive type conversion. (#240)

The convert operator now supports converting from primitive types into
String, Number, Binary and Bool. This can helps comparing primitive values
to other concrete types, for instance checking for greater than or
boolean truth.

v0.1.23

Toggle v0.1.23's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Instead of defining path as props they are now in ports (#239)

This PR improves upon #238 where the JSON paths where configured through properties - which led to unparseable port references in the resulting bundle with the message Message: "unknown port: bpi: jsonpath)bpi.USD.rate. That is because the properties would get translated into ports with names like bpi.USD.rate which confuses the parser.

I changed the operator to now accept the paths as inputs and map them to the outports via names given in the properties.

//cc @td5r
-- related to #237

v0.1.22

Toggle v0.1.22's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add json path operator (#238)

* Add initial json path operator

* Fix typos and missing assertions

v0.1.21

Toggle v0.1.21's commit message
Enable CORS for the runner

v0.1.20

Toggle v0.1.20's commit message
Add simple passthrough logging operator

v0.1.19

Toggle v0.1.19's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #233 from Bitspark/kk-trigger-in-http

Make it possible to serve operators with trigger `in` ports

v0.1.18

Toggle v0.1.18's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Make binding the httpPost configurable (#232)

* Make binding configurable

* Fix outputting the current choice

* Ping is very noisy - only print it when on debug

* Spelling