1. bc350e9 SCB-2199 Add GitHub Actions workflows by zhanglei · 3 years, 2 months ago
  2. be68c91 fix bug in tcc demo doc by yjjnls · 3 years, 10 months ago
  3. cf7af88 Merge pull request #674 from apache/SCB-2044 by Lei Zhang · 3 years, 10 months ago
  4. f91ed8d SCB-2044 Fixed the Environment class instance thread issue by Willem Jiang · 3 years, 10 months ago
  5. fd07b17 SCB-2004 Rename preState to preComponsitedState by Lei Zhang · 3 years, 11 months ago
  6. 41b27fa SCB-2004 Fix await for Travis CI by Lei Zhang · 3 years, 11 months ago
  7. 8e0afb7 SCB-2004 Use message-driven compensation retry instead of recursive compensation by Lei Zhang · 3 years, 11 months ago
  8. c2d52e9 SCB-2004 In Omega, if CallbackContenxt does not contain callbackMethod, send TxCompensateAckFailedEvent to Alpha instead of throwing NPE by Lei Zhang · 3 years, 11 months ago
  9. b476b8b Merge pull request #661 from apache/SCB-1928 by Lei Zhang · 4 years ago
  10. 6ff4f0d SCB--1928 Fixed the ServiceInstance length check on ServiceConfig by Willem Jiang · 4 years ago
  11. 26630e0 Update Release Number by asifdxtreme · 4 years ago
  12. d315a88 Fix Java Doc issue for the release by asifdxtreme · 4 years ago 0.6.0
  13. 3f74377 ServiceComb Pack 0.6.0 Release by asifdxtreme · 4 years ago
  14. 99db6c8 Fixing Document error by asifdxtreme · 4 years ago
  15. e8d4e46 Merge pull request #660 from dengliming/SCB-1880 by Lei Zhang · 4 years ago
  16. bd0e774 Merge pull request #659 from dengliming/master by Lei Zhang · 4 years ago
  17. 563fb34 Fix demo by dengliming · 4 years ago
  18. 9e2605f Remove the EnableOmega annotation by dengliming · 4 years ago
  19. 0ee0bb9 Verify the instanceId size by dengliming · 4 years ago
  20. 421b9fd SCB-1879 Support to disable the TCC feature from configuration by Willem Jiang · 4 years ago
  21. a0e5cfe SCB-1852 No mapping for beginTime then ignore unmapped by Lei Zhang · 4 years ago
  22. b55ddcf SCB-1852 Fixed Alpha UI query error when the ES index not exits or empty by Lei Zhang · 4 years ago
  23. 04a4552 SCB-1877 Fixed AlphaUI's Saga list sorted by time bug by Lei Zhang · 4 years ago
  24. 7fc2452 fix typo by CMonkey · 4 years, 1 month ago
  25. 16fb2d2 SCB-1811 Add error logs by Lei Zhang · 4 years, 2 months ago
  26. 7b21229 SCB-1811 Configure PAYLOADS_MAX_LENGTH parameter from setting environment variable by Lei Zhang · 4 years, 2 months ago
  27. 97b9558 SCB-1735 Removing unused code by Lei Zhang · 4 years, 2 months ago
  28. 1e0f417 SCB-1735 Add compensation timeout case for Integration Test by Lei Zhang · 4 years, 2 months ago
  29. 0573fd8 SCB-1735 Adding a new event to the state machine by Lei Zhang · 4 years, 2 months ago
  30. 58021df SCB-1735 Show TxCompensateAckTimeoutEvent in the transaction details list by Lei Zhang · 4 years, 2 months ago
  31. 2d98d6b SCB-1735 Catch the compensation method timeout exception and send a CompensateAckTimeoutEvent event and record by Lei Zhang · 4 years, 2 months ago
  32. 655b6dd SCB-1735 Modify compensate method support asynchronous timeout by Lei Zhang · 4 years, 2 months ago
  33. d2b8434 SCB-1724 Update upgrade-guide & state-diagram documents for SCB-1696 by Lei Zhang · 4 years, 4 months ago
  34. b15ce2a SCB-1696 Added wait time for compensating retry acceptance test cases by Lei Zhang · 4 years, 4 months ago
  35. ead3ae0 SCB-1696 Added forward and reverse configuration parameters in the transaction details page by Lei Zhang · 4 years, 4 months ago
  36. a448291 SCB-1696 Added compensation failure test cases by Lei Zhang · 4 years, 4 months ago
  37. 7bddf5b SCB-1696 Refactoring duplicate code by Lei Zhang · 4 years, 4 months ago
  38. 5baeda1 SCB-1696 Optimize state machine compensation retry strategy using reverseRetries and retryDelayInMilliseconds by Lei Zhang · 4 years, 4 months ago
  39. 66cf5ce SCB-1696 Added property retryDelayInMilliseconds to TxStartedEvent and used as reverse compensation retry interval by Lei Zhang · 4 years, 4 months ago
  40. 67881c2 SCB-1696 Remove keepRetryingTillXXX test cases by Lei Zhang · 4 years, 4 months ago
  41. 4e6232d SCB-1696 Add attribute reverseRetries and reverseTimeout to @Compensable by Lei Zhang · 4 years, 4 months ago
  42. 197d986 SCB-1707 Update test cases for forward retry failure scenario by Lei Zhang · 4 years, 4 months ago
  43. 2259476 SCB-1707 Add prefix 'forward' to parameter retries and timeout by Lei Zhang · 4 years, 4 months ago
  44. cac096b SCB-1707 forward compensation only sends once a failure event if multiple retries fail by Lei Zhang · 4 years, 4 months ago
  45. 133a2fa Revert "SCB-1695 Add attribute mode to @Compensable annotation" by Lei Zhang · 4 years, 4 months ago
  46. 898e1ee SCB-1695 Add attribute mode to @Compensable annotation by Lei Zhang · 4 years, 5 months ago
  47. b41bbb5 SCB-1695 Use org.mockito.Mockito.any instead of deprecated org.mockito.Matchers.any by Lei Zhang · 4 years, 5 months ago
  48. 40d6e07 SCB-1690 omega-transport-resttemplate does not use RestTemplateBuilder by Daniel Qian · 4 years, 5 months ago
  49. b9fb634 SCB-1694 Rename APIv1ControllerTests.java to APIv1ControllerTest.java by Lei Zhang · 4 years, 5 months ago
  50. cb78750 SCB-1694 Improve unit test coverages for APIv1Controller by Lei Zhang · 4 years, 5 months ago
  51. 081bdeb SCB-1685 Use containsInAnyOrder instead of contains by Lei Zhang · 4 years, 5 months ago
  52. b48c2d1 SCB-1685 Change Assert method contains to hasItems by Lei Zhang · 4 years, 5 months ago
  53. 4eaa274 SCB-1646 Added 0.6.0 upgrade guide document by Lei Zhang · 4 years, 5 months ago
  54. 70dafb9 SCB-1646 Rename @Compensable property retries and timeout with the "forward" prefix by Lei Zhang · 4 years, 5 months ago
  55. a24da42 SCB-1688 Added prompt information when accessing Alpha UI in non-state machine mode by Lei Zhang · 4 years, 5 months ago
  56. 41504a1 SCB-1668 Replace sun.misc.BASE64* with java.util.Base64 by Lei Zhang · 4 years, 5 months ago
  57. 5cf4d40 SCB-1670 add license header for TransactionContextDto.java by Daniel Qian · 4 years, 5 months ago
  58. 7aa7e2c SCB-1670 Add an IT for explicit TransactionContext transfer by Daniel Qian · 4 years, 5 months ago
  59. 8936dcb SCB-1670 refactor pack-tests name because it's a IT for RestTemplate scenario by Daniel Qian · 4 years, 5 months ago
  60. 6ca6fa2 SCB-1670 make TransactionContext serializable by Daniel Qian · 4 years, 5 months ago
  61. 184e9c0 SCB-1669 Fixed reverse compensation sort bug in FSM by Lei Zhang · 4 years, 5 months ago
  62. b4ea871 SCB-1658 Improve encapsulation on txEntityMap of SagaData by Lei Zhang · 4 years, 5 months ago
  63. a8b2410 SCB-1627 Method name ask rename to getAck by Lei Zhang · 4 years, 5 months ago
  64. c29fecc SCB-1627 Compensation in the reverse order by Lei Zhang · 4 years, 5 months ago
  65. b44e17d SCB-1627 Send compensation ack event only when Alpha with Akka Actor by Lei Zhang · 4 years, 5 months ago
  66. bda9b4d SCB-1627 Package Alpha's metadata with AlphaMetas by Lei Zhang · 4 years, 5 months ago
  67. c3c3789 SCB-1627 Revert "Update test cases for compensation result events" by Lei Zhang · 4 years, 5 months ago
  68. bbc54eb SCB-1627 Rename CompensateAskWait to CompensateAckCountDownLatch by Lei Zhang · 4 years, 5 months ago
  69. 21403ab SCB-1627 Rename CompensateAskType to CompensateAckType by Lei Zhang · 4 years, 5 months ago
  70. bb52a98 SCB-1627 Rename CompensateAskFailedException to CompensateAckFailedException by Lei Zhang · 4 years, 5 months ago
  71. e4da4ad SCB-1627 Alpha waits for Omega compensation response by Lei Zhang · 4 years, 5 months ago
  72. 7c97b0a SCB-1627 Update test cases for compensation result events by Lei Zhang · 4 years, 5 months ago
  73. ca52f12 SCB-1627 CallbackContext send the compensation result event to Alpha by Lei Zhang · 4 years, 5 months ago
  74. ad39aa7 SCB-1627 Define compensation success and failure event type by Lei Zhang · 4 years, 5 months ago
  75. 9202a35 SCB-1627 Moved CallbackContext from omega-context to omega-transaction by Lei Zhang · 4 years, 5 months ago
  76. f059f96 revert RecoveryPolicyTimeoutWrapper by CMonkey · 4 years, 5 months ago
  77. 4519913 modify InterruptedException by CMonkey · 4 years, 5 months ago
  78. 13bb9ef SCB-1282 Support for custom "omegaUniqueIdGenerator" bean. by zengxiangjiang · 4 years, 5 months ago
  79. cdd571e SCB-1577 Remove connection blocking wait by Lei Zhang · 4 years, 6 months ago
  80. c35ce3d SCB-1577 Added some logging to method onCompleted by Lei Zhang · 4 years, 6 months ago
  81. 39d867d SCB-1577 Refactoring RPC connections by Lei Zhang · 4 years, 6 months ago
  82. 7de9a98 SCB-1577 Modify OnConnected method to bidirectional streaming RPC by Lei Zhang · 4 years, 6 months ago
  83. 82700b6 Merge pull request #608 from apache/SCB-1617 by Lei Zhang · 4 years, 6 months ago
  84. eac31f6 SCB-1617 Update the README files for contributors by Willem Jiang · 4 years, 6 months ago
  85. 37cb415 Try to fix the test failure in master by Willem Jiang · 4 years, 6 months ago
  86. 23bba65 SCB-1614 Delete comment line by Lei Zhang · 4 years, 6 months ago
  87. fab4331 SCB-1609 Fixed the SagaEnd type issue by Willem Jiang · 4 years, 6 months ago
  88. cf2d349 SCB-1611 metirc system.load.average.1m does not support windows os by Lei Zhang · 4 years, 6 months ago
  89. 3622252 SCB-1602:added tar file mode by jose.cardoso · 4 years, 6 months ago
  90. 76691da Merge pull request #596 from apache/SCB-1597 by Lei Zhang · 4 years, 6 months ago
  91. a66f00d make this method public by CMonkey · 4 years, 6 months ago
  92. fd7796e add error logger by CMonkey · 4 years, 6 months ago
  93. df9b46f SCB-1597 Support checking the table without order by Willem Jiang · 4 years, 6 months ago
  94. 6ae83b9 SCB-1597 Clean up the code of acceptance-tests by Willem Jiang · 4 years, 6 months ago
  95. 3ca1e80 SCB-1585 Update the Omega java code setting by Willem Jiang · 4 years, 6 months ago
  96. 4efb963 Merge pull request #595 from chanjarster/scb1595-sonarcloud-disable-shallow-clone by Lei Zhang · 4 years, 6 months ago
  97. a285e20 add sonarcloud badge in README by Daniel Qian · 4 years, 6 months ago
  98. 1661099 fix <name> and <url> in root pom.xml by Daniel Qian · 4 years, 6 months ago
  99. b23d8f2 SCB-1595 ServiceComb Pack integrates with SonarCloud Disable shallow clone by Daniel Qian · 4 years, 6 months ago
  100. bce3e38 SCB-1595 ServiceComb Pack integrates with SonarCloud by Daniel Qian · 4 years, 6 months ago