This is an automated email from the ASF dual-hosted git repository.
zhangduo pushed a change to branch HBASE-30004
in repository https://gitbox.apache.org/repos/asf/hbase.git
discard 05788b17d52 skip when nothing to commit
discard 9e52cfbb6d3 HBASE-30004 Implement a new generate web site jenkins job
add 7b081327dc8 HBASE-30005 Fix 1 high (flatted), 1 moderate (ajv) CVE in
website dependencies (#7954)
add 4595f250dda HBASE-30006 Update event URLs to use HTTPS (#7953)
add 88ffeae34f0 HBASE-29950 Add a shell command for reopen table regions
(#7832)
new a9747f0f2f2 HBASE-30004 Implement a new generate web site jenkins job
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (05788b17d52)
\
N -- N -- N refs/heads/HBASE-30004 (a9747f0f2f2)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../generate-hbase-website.Jenkinsfile | 2 +
hbase-shell/src/main/ruby/hbase/admin.rb | 28 +++++
hbase-shell/src/main/ruby/shell.rb | 1 +
.../{disable_peer.rb => reopen_regions.rb} | 14 +--
...o_cluster.rb => reopen_regions_test_cluster.rb} | 33 +++++-
hbase-website/app/pages/_landing/news/events.json | 128 ++++++++++-----------
hbase-website/package-lock.json | 94 ++++++++++++---
7 files changed, 206 insertions(+), 94 deletions(-)
copy hbase-shell/src/main/ruby/shell/commands/{disable_peer.rb =>
reopen_regions.rb} (75%)
copy hbase-shell/src/test/ruby/hbase/{connection_test_no_cluster.rb =>
reopen_regions_test_cluster.rb} (50%)