270 Commits (3e438b3dba17641603099524aabbe457f8bc55fd)

Author SHA1 Message Date
  Lin.Liang 61c8397e48 Fix temp file problem in log test cases (#908) 5 years ago
  Lin.Liang 326dd4434d Fix the compatibility problem of ConfigUtil for Windows environment (#903) 5 years ago
  Eric Zhao 90662a423b Code refinement for Sentinel config classes 5 years ago
  Lin.Liang ff33de199a Support arbitrary configuration properties file path for Sentinel (#804) 5 years ago
  yidadi c14e3296cb Refine the methods and variable name in SlotChainProvider (#871) 5 years ago
  Braavos dca4440d40 Add unit tests for com.alibaba.csp.sentinel.eagleeye.EagleEyeCoreUtils (#854) 5 years ago
  cdfive 8661d9abc1 Add support for logging into console for common logs (#836) 5 years ago
  Eric Zhao 00f116e344 Refine the DegradeRule and add validating logic for the two new attributes 5 years ago
  Lin.Liang 2eecd3ac6a Make the value of RT_MAX_EXCEED_N in DegradeRule configurable (#789) 5 years ago
  Lin.Liang e6e27c6faa Make maxParamByteSize configurable in ParamFlowRequestDataWriter of cluster client module and fix bugs (#823) 5 years ago
  kexianjun 0176f0ead3 Use calculateTimeIdx to calculate array idx in LeapArray#getPreviousWindow (#723) 5 years ago
  Lin.Liang ee38587a6e Remove redundant operation when adding child node in NodeSelectorSlot (#794) 5 years ago
  Lin.Liang 3a9e2629b7 Replace AtomicInteger with LongAdder for curThreadNum of StatisticNode (#747) 5 years ago
  Eric Zhao f8ebbbccf4 Bump version to 1.7.0-SNAPSHOT 5 years ago
  Eric Zhao 3d2c33ef1d Bump version to 1.6.1 (release) 5 years ago
  Carpenter Lee f3e705c5f3 Add exceptionsToTrace and exceptionsToIgnore support in Tracer (#766) 5 years ago
  Eric Zhao 54da16d304 Refactor FlowRuleChecker to improve code reuse 5 years ago
  yikangfeng 4ec0462e31 Add getCpuUsageThreshold() method in SystemRuleManager (#770) 5 years ago
  Carpenter Lee 18d8b4c8a7
Add CPU usage and system load to metric (#749) 5 years ago
  Eric Zhao 6e4560845c Update SENTINEL_VERSION constant to 1.6.1 5 years ago
  Carpenter Lee a2683383d1
[Feature]Add an extension to Sentinel internal statistics (#730) 5 years ago
  Jason Joo ecf4822ae1 Make SentinelConfig.loadProps() thread-safe using CopyOnWriteArraySet (#706) 5 years ago
  Eric Zhao 346e9b274e Bump version to 1.6.1-SNAPSHOT 5 years ago
  Eric Zhao b1345f751f Bump version to 1.6.0 (release) 5 years ago
  Eric Zhao 82578e1fdf
Refactor and improve fallback support for @SentinelResource annotation (#693) 5 years ago
  Eric Zhao bb4fde58b8 Add appType property field in SentinelConfig 5 years ago
  Eric Zhao c316211faf Add loadInstanceList support for SpiLoader 5 years ago
  yikangfeng 08611fae0f Add exceptionsToIgnore configuration support in @SentinelResource annotation (#683) 5 years ago
  zhaixiaoxiang cb9335126c test: Fix unstable test cases in OccupiableBucketLeapArrayTest (#687) 5 years ago
  Eric Zhao 7d344dcb95 Improve AbstractTimeBasedTest in sentinel-core 5 years ago
  Eric Zhao 79211f055c Add @SpiOrder annotation and update SPI loader for loading SPI with highest precedence 5 years ago
  jason 73f166e258 Make ClusterNodeTest.testGetOrCreateOriginNodeMultiThread stable 5 years ago
  jason 16082a875c Make WarmUpRateLimiterControllerTest stable 5 years ago
  Paul Kenneth Kent 4cc25429d3 Add unit tests for com.alibaba.csp.sentinel.util (#651) 5 years ago
  Eric Zhao 0c3bf96678 Bump version to 1.6.0-SNAPSHOT 5 years ago
  Eric Zhao 48286e0ff8 Bump version to 1.5.1 (release) 5 years ago
  Eric Zhao d5204bb6a4
Ensure Error caught in InitExecutor and do not exit when error occurs in LogBase (#613) 5 years ago
  Eric Zhao 61c525076f Improve SentinelResourceAspect and update test cases / document of annotation support 5 years ago
  beston123 6e1dfb374c Add exceptionsToTrace configuration support in @SentinelResource annotation (#543) 5 years ago
  Eric Zhao 468327bdcd Remove useless global NodeBuilder in Env class 5 years ago
  Carpenter Lee 7feaf709fc Fix deadlock bug in Env static initialization (#610) 5 years ago
  Bo Zhang a3369378ad Apply Alibaba p3c pmd plugin/rules and fix/ignore all violations of priority 1 (#574) 5 years ago
  Eric Zhao 0d4c47b23e Bump version to 1.5.1-SNAPSHOT 5 years ago
  Eric Zhao 053f7172a3 Bump version to 1.5.0 (release) 5 years ago
  Eric Zhao 1741da0bab
Automatically de-duplicate rules when loading rules (#571) 5 years ago
  Eric Zhao 044cdbb1bf
Add occupy mechanism for future buckets of sliding window to support "prioritized requests final pass" (#568) 5 years ago
  Eric Zhao 4b1ccd93e2
Refactor Node interface: change return type of `xxxQps` method from long to double (#564) 5 years ago
  Carpenter Lee 63d7c9d207 Revert "Add more overload methods in SphO and SphO" to avoid ambiguous method call 5 years ago
  Carpenter Lee 35371c1a3c Add more overload methods in SphO and SphO 5 years ago
  Carpenter Lee 341b6426f0 Record total inbound traffic data in metric file (#555) 5 years ago