You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by zh...@apache.org on 2020/08/11 13:12:06 UTC

[hbase] branch HBASE-24851 updated (c4db8d4 -> 7dcb20c)

This is an automated email from the ASF dual-hosted git repository.

zhangduo pushed a change to branch HBASE-24851
in repository https://gitbox.apache.org/repos/asf/hbase.git.


 discard c4db8d4  HBASE-24851 Override CSP in our flaky dashboard html
     new 7dcb20c  HBASE-24851 Override CSP in our flaky dashboard html

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   (c4db8d4)
            \
             N -- N -- N   refs/heads/HBASE-24851 (7dcb20c)

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:
 dev-support/flaky-tests/flaky-dashboard-template.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


[hbase] 01/01: HBASE-24851 Override CSP in our flaky dashboard html

Posted by zh...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

zhangduo pushed a commit to branch HBASE-24851
in repository https://gitbox.apache.org/repos/asf/hbase.git

commit 7dcb20caad5be9ce3acea7b218298e22b982149e
Author: Duo Zhang <zh...@apache.org>
AuthorDate: Tue Aug 11 21:10:42 2020 +0800

    HBASE-24851 Override CSP in our flaky dashboard html
---
 dev-support/flaky-tests/flaky-dashboard-template.html | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-support/flaky-tests/flaky-dashboard-template.html b/dev-support/flaky-tests/flaky-dashboard-template.html
index f37c7d5..9c15488 100644
--- a/dev-support/flaky-tests/flaky-dashboard-template.html
+++ b/dev-support/flaky-tests/flaky-dashboard-template.html
@@ -18,6 +18,7 @@
 <!DOCTYPE html>
 <html>
 <head>
+    <meta http-equiv="Content-Security-Policy" content="connect-src *; default-src 'self' 'unsafe-eval'; script-src * 'unsafe-inline'; style-src 'self' 'unsafe-inline'; img-src *;">
     <title>Apache HBase Flaky Dashboard</title>
     <style type="text/css">
         table {