-
Notifications
You must be signed in to change notification settings - Fork 26
Release/0.8.8 #100
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Release/0.8.8 #100
Conversation
This file contains hidden or 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
… a few bug fixes to make the triggers_storage test pass completely.
…key in a triggerable table does not trigger a workflow and throws a bad_match error in erlang code
…key were creating siblings in riak because allow_mult=true for the triggers bucket_type. Switching it off means that riak will resolve conflicts in key updates based on vector clocks but only store one version of the value and not multiple values
…ssing. TODO: mfn_counter_triggers has a special type that may have to be removed
…e the mfn_counter_triggers bucket type
…ate GUI changes for KV store
… fix respective actions
…ations via the management service
…holders for view; need respective actions to edit
…instead.. mqtt with hardcoded values work
…ring that the label length is not greater than 63 chars and it meets other criteria. 2. load balancing between triggers frontend was not happening since randint was not actually random inside the forked function worker instance process. 3. when triggers frontend restart, waiting until the status message to arrive before re-creating triggers
…_probability [0.0, 100.), to tell the frontend to ignore message with this probability
…er status of other users
…igger to invoke workflows, instead of creating a new client for each workflow invocation. This is to reduce the memory growth of frontend, for fast incoming messages
…nd, retries will be made every second, for a total of 5 seconds
…ts from sandboxes on k8s.
… bug in the management helm chart while passing management url
…t to get workflow endpoints from user code.
…oth try to update the same workflow metadata. It is likely that endpoints written by deployWorkflow in the workflow metadata were being over written by getWorkflow. For the time being workflow endpoints will be obtained from a separate set that also holds endpoints, but is not updated by getWorkflows. There could still be issues for other workflow metadata such as associatedTriggers that are also written by deployWorkflow and could be overwritten by getWorkflows
Feature/CRDT access GUI
…arse log file correctly in the GUI; fixes #98
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Release 0.8.8