Commit Graph

  • f70ab5ab05 Fixes #117: Update document of Sentinel Dashboard Eric Zhao 2018-09-03 09:33:03 +0800
  • 9164bb19fe
    Fix the bug when resolving original method to get annotation (#111) Eric Zhao 2018-08-31 11:10:41 +0800
  • b61be268a3 Refactor test cases for Sentinel gRPC Adapter (#101) refactormachine 2018-08-30 18:57:23 +0300
  • 2772f189ab Fixed CR comments Shalti 2018-08-29 13:39:30 +0300
  • dc0a7086b5 Renamed to MetricsReader Shalti 2018-08-28 16:17:51 +0300
  • ac8698ed9f Refactored some classes Shalti 2018-08-28 15:56:12 +0300
  • d716f0f14a Fixes #99, fix miss comparison of FlowRule.maxQueueingTimeMs Carpenter Lee 2018-08-29 17:48:04 +0800
  • cedd420336 jialianglinjl 子矜 2018-08-29 15:33:33 +0800
  • f8a72c4931 update README to add coverage icon kimmking 2018-08-24 12:04:59 +0800
  • f6484514ff Add benchmark for Sentinel Eric Zhao 2018-08-17 11:44:15 +0800
  • 23f65b9fee Update dependencies and add log Eric Zhao 2018-08-17 11:17:24 +0800
  • 94aea568f6 Miscellaneous update Eric Zhao 2018-08-15 15:33:29 +0800
  • 49097fa45c Resolves #61: Enhance exception trace in Sentinel Dubbo Adapter Eric Zhao 2018-08-15 15:16:33 +0800
  • 820160d542 Fix update logic of minRt in bucket Eric Zhao 2018-08-14 20:23:42 +0800
  • 6392cb0336 Modify loading mechanism of authority rules: only pick first Eric Zhao 2018-08-13 14:42:33 +0800
  • 4226868dcf Fix typo in rule constants and add authority rule demo Eric Zhao 2018-08-13 11:22:03 +0800
  • b76ad9b480
    Fix url for Maven Central Badge Eric Zhao 2018-08-12 13:29:10 +0800
  • b42a930a83 Update documents Eric Zhao 2018-08-09 15:42:11 +0800
  • 227776a301 Fixes #52: Error file separator regex in Windows environment Eric Zhao 2018-08-09 15:16:11 +0800
  • 430ef8a99a Fixes #51, use js type–converting comparisons. Carpenter Lee 2018-08-09 10:10:03 +0800
  • b212e5f26e Bump version to 0.2.0-SNAPSHOT Eric Zhao 2018-08-08 20:45:25 +0800
  • 6bef9a8ee1 Bump version to 0.1.1 Eric Zhao 2018-08-08 19:57:37 +0800
  • a65d16083d
    Optimize for statistic data structures (#47) Eric Zhao 2018-08-08 19:36:42 +0800
  • b51c3ad13e Add Apollo data source extension (#46) Jason Song 2018-08-08 18:53:13 +0800
  • 73b0979542 Remove sentinel-spring-boot-starter module Eric Zhao 2018-08-08 17:15:33 +0800
  • 008b82078d Fix pom.xml error of sentinel-transport Eric Zhao 2018-08-08 17:14:19 +0800
  • 40514587ac Set SystemRule's threshold to zero is allowed. Carpenter Lee 2018-08-08 14:33:13 +0800
  • b1cf30fc24 Add support for shared block handler Eric Zhao 2018-08-07 17:17:33 +0800
  • d0970d5ef7 Add demo for Sentinel Annotation AspectJ with Spring AOP Eric Zhao 2018-08-07 14:02:28 +0800
  • 348b1c819b Add Sentinel annotation definition and aspectj extension Eric Zhao 2018-08-06 17:57:12 +0800
  • b37c237a61 Add default fallback support for Dubbo Eric Zhao 2018-08-08 10:09:13 +0800
  • 0438d530d4 Update documents Eric Zhao 2018-08-06 12:42:25 +0800
  • 35c5bad3e4 Fixes #38: Enhance error handling when parsing bad dashboard addresses Eric Zhao 2018-08-06 10:40:50 +0800
  • fd936a4567 Update ZooKeeper data source integration Eric Zhao 2018-08-06 10:02:02 +0800
  • 3395412c57 Add ZooKeeper data source for Sentinel (#33) guonanjun 2018-08-05 13:03:18 +0800
  • 8075232cdd Add volatile to methodNameMap and chainMap (#34) yizhenqiang 2018-08-05 09:05:55 +0800
  • b2a3ef26a7 Fixes test cases for degrade regarding the new strategy Eric Zhao 2018-08-01 22:24:00 +0800
  • 1c9f1606ca Fixes #20: Fix runtime port and heartbeat sending logic Eric Zhao 2018-08-01 22:07:08 +0800
  • f144a2713f Refine Degrade rule checking. Carpenter Lee 2018-08-01 17:48:53 +0800
  • d96172cca6
    Update README.md Eric Zhao 2018-08-01 10:18:50 +0800
  • b113219c27 Fixes #14: Apply Alibaba Java Coding Guidelines Eric Zhao 2018-07-31 10:40:02 +0800
  • bc620d616f Refine AppNameUtil Carpenter Lee 2018-07-31 10:26:37 +0800
  • f1b52a66b2 Fixes #13: Fix search filter in Sentinel Dashboard sidebar Eric Zhao 2018-07-31 10:24:08 +0800
  • 2f8a818d20 Add log when initializing Sentinel Dubbo filters Eric Zhao 2018-07-30 19:11:20 +0800
  • 47d9070a4a
    Fixes #9: Use named thread factory for identification (#10) Eric Zhao 2018-07-30 18:10:56 +0800
  • cd9ae9a611 Add sample for Sentinel Nacos DataSource Eric Zhao 2018-07-30 16:42:56 +0800
  • 6b6d13ca76 Add Nacos datasource integration Eric Zhao 2018-07-30 16:36:41 +0800
  • 5d5b19e9d7 Set default FlowRule.grade to RuleConstant.FLOW_GRADE_QPS Carpenter Lee 2018-07-27 17:50:03 +0800
  • d727f1cfb0 Modify helloworld demo of README xg1907 2018-07-27 16:53:57 +0800
  • 934816b9ab Bump version to 0.1.1-SNAPSHOT Eric Zhao 2018-07-27 16:47:14 +0800
  • c92fea5d46 Welcome to the world, Sentinel Eric Zhao 2018-07-23 15:51:05 +0800