Merge branch 'stable-3.0' into stable-3.1

* stable-3.0:
  Fix the access-path for AbstractGitCommand subclasses
  JGit metrics: expose total load time for block cache entries
  Format bzl files with buildifier version 1.0.0
  Bump Bazel version to 2.2.0
  Upgrade jackson-core to 2.10.3
  Add support for going to linNum in inline editor
  Add support for fsharp in highlighting syntax
  Add tooltips to coverage layer line elements
  Add a plugin API for coverage data
  Add a coverage layer to gr-diff
  Update git submodules
  Update git submodules
  Add sendemail.denyrcpt functionality

Change-Id: I42e1fdb1a6d22656abd594f175cc1998337db497
This commit is contained in:
David Pursehouse
2020-03-09 12:01:36 +09:00
22 changed files with 179 additions and 32 deletions

View File

@@ -144,9 +144,10 @@ topic submissions that concluded successfully.
=== JGit
* `jgit/block_cache/cache_used`: Bytes of memory retained in JGit block cache.
* `jgit/block_cache/open_files`: File handles held open by JGit block cache.
* `avg_load_time` Average time to load a cache entry for JGit block cache.
* `jgit/block_cache/cache_used` : Bytes of memory retained in JGit block cache.
* `jgit/block_cache/open_files` : File handles held open by JGit block cache.
* `avg_load_time` : Average time to load a cache entry for JGit block cache.
* `total_load_time` : Total time to load cache entries for JGit block cache.
* `eviction_count` : Cache evictions for JGit block cache.
* `eviction_ratio` : Cache eviction ratio for JGit block cache.
* `hit_count` : Cache hits for JGit block cache.