Skip to content

Releases: sesam-community/sesam-py

Disabling user pipes while running wipe

01 Mar 08:35
b7942eb
Compare
Choose a tag to compare

Not removing all datasets on wipe (it happens automatically when uploading an empty config)

24 Feb 12:12
99486c2
Compare
Choose a tag to compare
Merge pull request #27 from branislavjenco/IS-10656-2

[IS-10656-2] Added new version

Fixed bug with utf-8 encoding on testdata files.

10 Dec 11:34
ca95a60
Compare
Choose a tag to compare
Merge pull request #20 from branislavjenco/IS-10248

[IS-10248] Fixed tests and added encoding

Patch on the output for `sesam test` command

04 Dec 14:35
b31680d
Compare
Choose a tag to compare
Merge pull request #19 from branislavjenco/IS-10212

[IS-10212] Added note about uploading testdata to help

Bugfix on 1.18.0. read desc.

16 Nov 10:28
d0706bb
Compare
Choose a tag to compare
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.

05 Nov 08:27
6aeaf96
Compare
Choose a tag to compare
  • 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

09 Oct 09:45
db3a5f2
Compare
Choose a tag to compare
IS-9857: bind ijson to a version PyInstaller understands and bump version

Add support for restart command to restart a node.

09 Oct 09:04
4396c47
Compare
Choose a tag to compare
Merge pull request #3 from tombech/master

IS-9857: added 'restart' command

1.16.1: Merge pull request #2 from branislavjenco/IS-9790

05 Oct 07:14
5bab689
Compare
Choose a tag to compare
[IS-9790] Normalizing ordering and formatting for "status" and "download"

Add support for Azure log format

22 Sep 13:11
ebd637c
Compare
Choose a tag to compare
sesam -logformat azure