Skip to content
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
wants to merge 15 commits into
base: master
Choose a base branch
from
Open

Develop #69

wants to merge 15 commits into from

Conversation

manikvenkat
Copy link
Contributor

@manikvenkat manikvenkat commented Feb 3, 2020

Breaking Changes :

  • Tasks can have a condition

Enhancements :

  • Displays jobs in an order
  • Travis CI caches dependencies

dependabot bot and others added 15 commits November 7, 2019 17:42
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
@manikvenkat manikvenkat requested a review from Srinathc February 3, 2020 13:27
@manikvenkat manikvenkat self-assigned this Feb 3, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

3 participants