-
Notifications
You must be signed in to change notification settings - Fork 5
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
Develop #69
Open
manikvenkat
wants to merge
15
commits into
master
Choose a base branch
from
develop
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
Develop #69
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
Bumps `jackson.version` from 2.9.9 to 2.10.0. Updates `jackson-annotations` from 2.9.9 to 2.10.0 - [Release notes](https://github.com/FasterXML/jackson/releases) - [Commits](https://github.com/FasterXML/jackson/commits) Updates `jackson-core` from 2.9.9 to 2.10.0 - [Release notes](https://github.com/FasterXML/jackson-core/releases) - [Commits](FasterXML/jackson-core@jackson-core-2.9.9...jackson-core-2.10.0) Updates `jackson-dataformat-yaml` from 2.9.9 to 2.10.0 - [Release notes](https://github.com/FasterXML/jackson-dataformats-text/releases) - [Commits](FasterXML/jackson-dataformats-text@jackson-dataformats-text-2.9.9...jackson-dataformats-text-2.10.0) Updates `jackson-databind` from 2.9.9 to 2.10.0 - [Release notes](https://github.com/FasterXML/jackson/releases) - [Commits](https://github.com/FasterXML/jackson/commits) Signed-off-by: dependabot[bot] <support@github.com>
# Conflicts: # app/src/test/java/com/cognitree/kronos/queue/QueueServiceTest.java # app/src/test/java/com/cognitree/kronos/scheduler/JobServiceTest.java # app/src/test/java/com/cognitree/kronos/scheduler/ServiceTest.java # app/src/test/java/com/cognitree/kronos/scheduler/TaskServiceTest.java # app/src/test/resources/executor.yaml # app/src/test/resources/workflows/workflow-template-abort-tasks.yaml # common/src/main/java/com/cognitree/kronos/model/Task.java # common/src/main/java/com/cognitree/kronos/queue/QueueService.java # executor/src/main/java/com/cognitree/kronos/executor/TaskExecutionService.java # scheduler/src/main/java/com/cognitree/kronos/scheduler/JobService.java # scheduler/src/main/java/com/cognitree/kronos/scheduler/TaskSchedulerService.java # scheduler/src/main/java/com/cognitree/kronos/scheduler/TaskService.java # scheduler/src/test/java/com.cognitree.kronos/TestUtil.java
* Release Kronos 3.0.0-RC1 * Ability to retry a task on timeout (#53) * Ability to retry a task on timeout * Fix issues with control message on retry * Integration test to test basic restart scenarios * Added support for setting condition at task level * refactored Task and Workflow models * removed truffle maven * oraclejdk was changed to openjdk in travis file * added test cases for Parallel branch workflow failure * Added support for using workflow properties in the condition and also changed the naming convetion of referring variables in condition * Message for failure of task condition changed
* added log4j2 configuration file * added comments in the log4j2 configuration file.
Bumps `jackson.version` from 2.9.9 to 2.10.1. Updates `jackson-annotations` from 2.9.9 to 2.10.1 - [Release notes](https://github.com/FasterXML/jackson/releases) - [Commits](https://github.com/FasterXML/jackson/commits) Updates `jackson-core` from 2.9.9 to 2.10.1 - [Release notes](https://github.com/FasterXML/jackson-core/releases) - [Commits](FasterXML/jackson-core@jackson-core-2.9.9...jackson-core-2.10.1) Updates `jackson-dataformat-yaml` from 2.9.9 to 2.10.1 - [Release notes](https://github.com/FasterXML/jackson-dataformats-text/releases) - [Commits](FasterXML/jackson-dataformats-text@jackson-dataformats-text-2.9.9...jackson-dataformats-text-2.10.1) Updates `jackson-databind` from 2.9.9 to 2.10.1 - [Release notes](https://github.com/FasterXML/jackson/releases) - [Commits](https://github.com/FasterXML/jackson/commits) Signed-off-by: dependabot[bot] <support@github.com>
Sorted the Output of getJob for WorkflowJobResource.
…n-2.10.1 Bump jackson.version from 2.9.9 to 2.10.1
Added caching of dependencies to make travis checks faster
prepared for release
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.
Breaking Changes :
Enhancements :