forked from Netflix/conductor
-
Notifications
You must be signed in to change notification settings - Fork 3
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
Ft conductor 23sept2022 1 #121
Open
fthankac
wants to merge
371
commits into
master
Choose a base branch
from
ft_conductor_23sept2022_1
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
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
TaskMapperContext refactoring.
* Event handler for loop over task. * spot less
Signed-off-by: gradle-update-robot <[email protected]>
…l_storage integ test for dynamic fork with subworkflow external storage
* Java SDK * Update Javascript.java * Update Javascript.java * refactor and clean up * Update WorkflowCreationTests.java * Update workflow_sdk.md * Update WorkflowCreationTests.java * Add event task * Update WorkflowExecutor.java * Update WorkflowExecutor.java * make fields private
Bumps [protobuf-java](https://github.com/protocolbuffers/protobuf) from 3.19.4 to 3.20.0. - [Release notes](https://github.com/protocolbuffers/protobuf/releases) - [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/generate_changelog.py) - [Commits](protocolbuffers/protobuf@v3.19.4...v3.20.0) --- updated-dependencies: - dependency-name: com.google.protobuf:protobuf-java dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
chore: Disable ES in local docker config
Bumps [cglib](https://github.com/cglib/cglib) from 3.2.4 to 3.3.0. - [Release notes](https://github.com/cglib/cglib/releases) - [Commits](https://github.com/cglib/cglib/commits) --- updated-dependencies: - dependency-name: cglib:cglib dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
Update Gradle Wrapper from 7.4 to 7.4.2
…cglib-3.3.0 Bump cglib from 3.2.4 to 3.3.0
…ogle.protobuf-protobuf-java-3.20.0 Bump protobuf-java from 3.19.4 to 3.20.0
ignore codes raised by new spotbugs
Bumps [moment](https://github.com/moment/moment) from 2.29.1 to 2.29.2. - [Release notes](https://github.com/moment/moment/releases) - [Changelog](https://github.com/moment/moment/blob/develop/CHANGELOG.md) - [Commits](moment/moment@2.29.1...2.29.2) --- updated-dependencies: - dependency-name: moment dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
Other changes: - Code formatting - fetchWithContext allows text response (for /workflow retval) - Style changes regarding small IconButton - Introduce TS - Dropdown coerces undefined to null (to prevent uncontrolled component warning)
- Rev version. Keep moment upgrade.
* Upgrade react-vis-timeline. * Fix dependency warnings.
SQL to SQS eventing name
…odel and Workflow (Netflix#3231)
…tion. (Netflix#3196) * Sample cut * spotless * allow null definition * spotless * Integration test
Bumps [protobuf-java](https://github.com/protocolbuffers/protobuf) from 3.21.5 to 3.21.6. - [Release notes](https://github.com/protocolbuffers/protobuf/releases) - [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/generate_changelog.py) - [Commits](protocolbuffers/protobuf@v3.21.5...v3.21.6) --- updated-dependencies: - dependency-name: com.google.protobuf:protobuf-java dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Fixed small yet important typo in documentation.
sarmuru2
approved these changes
Nov 14, 2022
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.
a)Simple workflow
b)Loop task with subworkflows
c)Logging
d)Prunning related messages
e)Archive workflow