-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Comparing changes
Open a pull request
base repository: Netflix/conductor
base: main
head repository: sunykid/conductor
compare: master
- 20 commits
- 37 files changed
- 11 contributors
Commits on Nov 15, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 6116542 - Browse repository at this point
Copy the full SHA 6116542View commit details
Commits on Dec 1, 2020
-
Merge pull request #1970 from michaelpaliy/bugfix/postgres_error_codes
Fix for bug #1961 - fix response codes in posgres and mysql
Configuration menu - View commit details
-
Copy full SHA for cc1f322 - Browse repository at this point
Copy the full SHA cc1f322View commit details -
Updated go client to only include domain param when given (#1976)
* Updated Ack method to only include the "domain" param if explicitly requested * Updated PollForTask method to only include the "domain" param if explicitly requested * Updated logging * Removed unnecessary log statements
Configuration menu - View commit details
-
Copy full SHA for 181c2df - Browse repository at this point
Copy the full SHA 181c2dfView commit details -
Modified goclient TaskResult struct to push logs to server (#1979)
* Modified goclient TaskResult struct to push logs server * Formatted TaskResult struct * Added comments
Configuration menu - View commit details
-
Copy full SHA for 5053afa - Browse repository at this point
Copy the full SHA 5053afaView commit details -
add asyncComplete support to Kafka publish task (#1978)
* add asyncComplete support to Kafka publish task * add asyncComplete support to Kafka publish task - update documentation
Configuration menu - View commit details
-
Copy full SHA for 4dd2993 - Browse repository at this point
Copy the full SHA 4dd2993View commit details -
Improve postgresql DAO performance (#1940)
* Improve postgresql DAO performance by adding proper FOR SHARE / FOR UPDATE / SKIP LOCKED locks to DB queries where it makes sense in order to reduce conflicts/deadlocks in DB. Most important case is when workers poll for work, they are not interested in tasks that are locked (currently being updated) so they can leverage 'SKIP LOCKED' to prevent DB locks and tx deadlocks. This increases the performance of postgres dao Additional improvements: + move thread.sleep out of DB transaction when tasks are being polled with timeout parameter + add serialization_error to the list of causes triggerring TX retry (this is happening under heavy load) + fix processUnack condition: it used to do the opposite. This has been also fixed in the meantime by u447 <rick.fishman@bcbsfl.com> + add a performance test. This test can be executed manually, but should not be automated + add retries to containsMessage method Signed-off-by: Maros Marsalek <mmarsalek@frinx.io> * Remove double query from processUnacks That was a mistake in the original commit, no need to do the same thing twice
Commits on Dec 2, 2020
-
Fix for bug 1928, TERMINATE workflowOutput is being override by workf…
…lowOutput parameters set from workflowDefinition (#1945) * Fix for bug 1928, TERMINATE workflowOutput is being override by workflowOutput parameters set from workflowDefinition * Fix for bug 1928, Fix Build Failure. * Fix for bug 1928, Fix Integration Build Failure. * adding unit test coverage * adding unit test coverage * Fix for bug 1928, Adding Integration coverage for bug * removing integration test cases * adding outputParameters to terminate_task_completed_workflow_integration_test.json file * Integration test to test output after executing terminate task * Integration test to test output after executing terminate task * Fixing Intergartion test and fixing bug in DeciderService rather than chaging workflowDefintion * Fixing Build Failue * Removing unused import * Fix build * Fixing Build Failue * Add unit test coverage when definition has outputParameters definied
Configuration menu - View commit details
-
Copy full SHA for e422baf - Browse repository at this point
Copy the full SHA e422bafView commit details -
Configuration menu - View commit details
-
Copy full SHA for 38c56f5 - Browse repository at this point
Copy the full SHA 38c56f5View commit details
Commits on Dec 3, 2020
-
Merge pull request #1994 from Netflix/ensure_cancel_task_terminate_wo…
…rkflow ensure cancel tasks when workflow is terminated
Configuration menu - View commit details
-
Copy full SHA for 954c9a8 - Browse repository at this point
Copy the full SHA 954c9a8View commit details
Commits on Dec 8, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 6a0cad8 - Browse repository at this point
Copy the full SHA 6a0cad8View commit details -
`subWorkflowParam` needs to be top level on task of type SUB_WORKFLOW, according to validation.
Configuration menu - View commit details
-
Copy full SHA for a351d9e - Browse repository at this point
Copy the full SHA a351d9eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4bbfa2b - Browse repository at this point
Copy the full SHA 4bbfa2bView commit details
Commits on Dec 9, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 9e1bd5a - Browse repository at this point
Copy the full SHA 9e1bd5aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 310a6e7 - Browse repository at this point
Copy the full SHA 310a6e7View commit details
Commits on Dec 10, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 3feb644 - Browse repository at this point
Copy the full SHA 3feb644View commit details
Commits on Dec 15, 2020
-
Merge pull request #2004 from michaelpaliy/bugfix/PayloadStorageCheck…
…ResposnseCode Fix for bug #1968 - handle response code in upload PayloadStorage
Configuration menu - View commit details
-
Copy full SHA for 0336215 - Browse repository at this point
Copy the full SHA 0336215View commit details -
Configuration menu - View commit details
-
Copy full SHA for f61c8d6 - Browse repository at this point
Copy the full SHA f61c8d6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 86d3c1e - Browse repository at this point
Copy the full SHA 86d3c1eView commit details
Commits on Dec 22, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 31828bf - Browse repository at this point
Copy the full SHA 31828bfView commit details
Commits on Jan 1, 2021
-
Configuration menu - View commit details
-
Copy full SHA for e7e4239 - Browse repository at this point
Copy the full SHA e7e4239View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff main...master