Releases: sesam-community/sesam-py
Releases · sesam-community/sesam-py
Disabling user pipes while running wipe
1.18.6 1.18.6
Not removing all datasets on wipe (it happens automatically when uploading an empty config)
Merge pull request #27 from branislavjenco/IS-10656-2 [IS-10656-2] Added new version
Fixed bug with utf-8 encoding on testdata files.
Merge pull request #20 from branislavjenco/IS-10248 [IS-10248] Fixed tests and added encoding
Patch on the output for `sesam test` command
Merge pull request #19 from branislavjenco/IS-10212 [IS-10212] Added note about uploading testdata to help
Bugfix on 1.18.0. read desc.
Since the input pipes are converted to http_endpoints, the datasets will not be cleaned on test run. This means that if you remove entities in the test data, it will not be reflected in sesam, since http_endpoint dont delete datasets.
Reformatting the repo testdata to reflect how sesam works.
Pipes needs to be enabled before it can receive data on http_endpoint.
Camelcased _id's in pipes does not convert embedded testdata since the files in testdata vs pipenames do not match. Fixed by using the _id as name for testdata file.
1.18.0: Adding support for converting of existing config to config without embedded data.
-
adding a command convert which will take all the pipes with conditional embedded sources, and modify the case alternative which corresponds to the current profile env (usually "test") so that it is not an embedded source, but rather an http_endpoint source. At the same time, it takes the entities found in the original embedded source and stores them in separate files under the new testdata directory. This command should be necessary to run only once. It can take a -dump option that will first backup the entire config into a zip file.
-
on doing upload, by specifying -post-testdata the client will, after uploading the config, also post the aformentioned test entities to their respective pipes (by posting to their respective receiver endpoints)
1.17.0: Merge pull request #4 from tombech/master
IS-9857: bind ijson to a version PyInstaller understands and bump version
Add support for restart command to restart a node.
Merge pull request #3 from tombech/master IS-9857: added 'restart' command
1.16.1: Merge pull request #2 from branislavjenco/IS-9790
[IS-9790] Normalizing ordering and formatting for "status" and "download"
Add support for Azure log format
sesam -logformat azure