revert(3p/gerrit): chore(3p/gerrit): update gerrit and plugins
This reverts commit f59c6214c4
.
Reason for revert: new gerrit's JS appears to not have compiled correctly; rolling back until I can figure out why
Change-Id: If16fe341aad25bef30ed7be8c6ac49cadf2a732c
Reviewed-on: https://cl.tvl.fyi/c/depot/+/2821
Reviewed-by: lukegb <lukegb@tvl.fyi>
Tested-by: BuildkiteCI
This commit is contained in:
parent
f59c6214c4
commit
9551b628d0
10 changed files with 65 additions and 68 deletions
|
@ -1,7 +1,7 @@
|
||||||
From 6d8cfd8443bef47bfb106e2272e5e9d86c1fd291 Mon Sep 17 00:00:00 2001
|
From 9467d1138799d0fc127f9e1e09cf2afd9b85de79 Mon Sep 17 00:00:00 2001
|
||||||
From: Luke Granger-Brown <git@lukegb.com>
|
From: Luke Granger-Brown <git@lukegb.com>
|
||||||
Date: Thu, 2 Jul 2020 23:02:09 +0100
|
Date: Thu, 2 Jul 2020 23:02:09 +0100
|
||||||
Subject: [PATCH 1/7] Use detzip in download_bower.py
|
Subject: [PATCH 1/6] Use detzip in download_bower.py
|
||||||
|
|
||||||
---
|
---
|
||||||
tools/js/download_bower.py | 2 +-
|
tools/js/download_bower.py | 2 +-
|
||||||
|
|
|
@ -1,17 +1,17 @@
|
||||||
From 556c4f189d0ed41fb5ad59545ffcf5e957bbb820 Mon Sep 17 00:00:00 2001
|
From 27575eba5e812c4e86aa35f32e2958758312cf87 Mon Sep 17 00:00:00 2001
|
||||||
From: Luke Granger-Brown <git@lukegb.com>
|
From: Luke Granger-Brown <git@lukegb.com>
|
||||||
Date: Thu, 2 Jul 2020 23:02:32 +0100
|
Date: Thu, 2 Jul 2020 23:02:32 +0100
|
||||||
Subject: [PATCH 2/7] Syntax highlight nix
|
Subject: [PATCH 2/6] Syntax highlight nix
|
||||||
|
|
||||||
---
|
---
|
||||||
.../app/elements/diff/gr-syntax-layer/gr-syntax-layer.ts | 1 +
|
.../app/elements/diff/gr-syntax-layer/gr-syntax-layer.ts | 1 +
|
||||||
1 file changed, 1 insertion(+)
|
1 file changed, 1 insertion(+)
|
||||||
|
|
||||||
diff --git a/polygerrit-ui/app/elements/diff/gr-syntax-layer/gr-syntax-layer.ts b/polygerrit-ui/app/elements/diff/gr-syntax-layer/gr-syntax-layer.ts
|
diff --git a/polygerrit-ui/app/elements/diff/gr-syntax-layer/gr-syntax-layer.ts b/polygerrit-ui/app/elements/diff/gr-syntax-layer/gr-syntax-layer.ts
|
||||||
index 081d28d749..2762ccc625 100644
|
index f5e5e047bc..0c3bb40ce4 100644
|
||||||
--- a/polygerrit-ui/app/elements/diff/gr-syntax-layer/gr-syntax-layer.ts
|
--- a/polygerrit-ui/app/elements/diff/gr-syntax-layer/gr-syntax-layer.ts
|
||||||
+++ b/polygerrit-ui/app/elements/diff/gr-syntax-layer/gr-syntax-layer.ts
|
+++ b/polygerrit-ui/app/elements/diff/gr-syntax-layer/gr-syntax-layer.ts
|
||||||
@@ -99,6 +99,7 @@ const LANGUAGE_MAP = new Map<string, string>([
|
@@ -105,6 +105,7 @@ const LANGUAGE_MAP = new Map<string, string>([
|
||||||
['text/x-vhdl', 'vhdl'],
|
['text/x-vhdl', 'vhdl'],
|
||||||
['text/x-yaml', 'yaml'],
|
['text/x-yaml', 'yaml'],
|
||||||
['text/vbscript', 'vbscript'],
|
['text/vbscript', 'vbscript'],
|
||||||
|
|
|
@ -1,17 +1,17 @@
|
||||||
From 7c2e72527d177fd26505821e6297e6aa270a4f96 Mon Sep 17 00:00:00 2001
|
From a76aba976de1a1e46c5aeb8772f3f2d58c7efda4 Mon Sep 17 00:00:00 2001
|
||||||
From: Luke Granger-Brown <git@lukegb.com>
|
From: Luke Granger-Brown <git@lukegb.com>
|
||||||
Date: Thu, 2 Jul 2020 23:02:43 +0100
|
Date: Thu, 2 Jul 2020 23:02:43 +0100
|
||||||
Subject: [PATCH 3/7] Syntax highlight rules.pl
|
Subject: [PATCH 3/6] Syntax highlight rules.pl
|
||||||
|
|
||||||
---
|
---
|
||||||
.../diff/gr-syntax-layer/gr-syntax-layer.ts | 13 ++++++++++++-
|
.../diff/gr-syntax-layer/gr-syntax-layer.ts | 13 ++++++++++++-
|
||||||
1 file changed, 12 insertions(+), 1 deletion(-)
|
1 file changed, 12 insertions(+), 1 deletion(-)
|
||||||
|
|
||||||
diff --git a/polygerrit-ui/app/elements/diff/gr-syntax-layer/gr-syntax-layer.ts b/polygerrit-ui/app/elements/diff/gr-syntax-layer/gr-syntax-layer.ts
|
diff --git a/polygerrit-ui/app/elements/diff/gr-syntax-layer/gr-syntax-layer.ts b/polygerrit-ui/app/elements/diff/gr-syntax-layer/gr-syntax-layer.ts
|
||||||
index 2762ccc625..ebb5d9dad9 100644
|
index 0c3bb40ce4..ace253da30 100644
|
||||||
--- a/polygerrit-ui/app/elements/diff/gr-syntax-layer/gr-syntax-layer.ts
|
--- a/polygerrit-ui/app/elements/diff/gr-syntax-layer/gr-syntax-layer.ts
|
||||||
+++ b/polygerrit-ui/app/elements/diff/gr-syntax-layer/gr-syntax-layer.ts
|
+++ b/polygerrit-ui/app/elements/diff/gr-syntax-layer/gr-syntax-layer.ts
|
||||||
@@ -103,6 +103,10 @@ const LANGUAGE_MAP = new Map<string, string>([
|
@@ -109,6 +109,10 @@ const LANGUAGE_MAP = new Map<string, string>([
|
||||||
]);
|
]);
|
||||||
const ASYNC_DELAY = 10;
|
const ASYNC_DELAY = 10;
|
||||||
|
|
||||||
|
@ -22,7 +22,7 @@ index 2762ccc625..ebb5d9dad9 100644
|
||||||
const CLASS_SAFELIST = new Set<string>([
|
const CLASS_SAFELIST = new Set<string>([
|
||||||
'gr-diff gr-syntax gr-syntax-attr',
|
'gr-diff gr-syntax gr-syntax-attr',
|
||||||
'gr-diff gr-syntax gr-syntax-attribute',
|
'gr-diff gr-syntax gr-syntax-attribute',
|
||||||
@@ -241,10 +245,17 @@ export class GrSyntaxLayer implements DiffLayer {
|
@@ -258,10 +262,17 @@ export class GrSyntaxLayer
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -1,22 +1,22 @@
|
||||||
From 152fd4ed4cc45d467fd56945debb759870cd53ca Mon Sep 17 00:00:00 2001
|
From 97c5e78c42fe70e3f9cd9bc37129700067525967 Mon Sep 17 00:00:00 2001
|
||||||
From: Luke Granger-Brown <git@lukegb.com>
|
From: Luke Granger-Brown <git@lukegb.com>
|
||||||
Date: Thu, 2 Jul 2020 23:03:02 +0100
|
Date: Thu, 2 Jul 2020 23:03:02 +0100
|
||||||
Subject: [PATCH 4/7] Add titles to CLs over HTTP
|
Subject: [PATCH 4/6] Add titles to CLs over HTTP
|
||||||
|
|
||||||
---
|
---
|
||||||
.../gerrit/httpd/raw/IndexHtmlUtil.java | 13 +++-
|
.../gerrit/httpd/raw/IndexHtmlUtil.java | 13 +++-
|
||||||
.../google/gerrit/httpd/raw/IndexServlet.java | 8 ++-
|
.../google/gerrit/httpd/raw/IndexServlet.java | 7 +-
|
||||||
.../google/gerrit/httpd/raw/StaticModule.java | 6 +-
|
.../google/gerrit/httpd/raw/StaticModule.java | 5 +-
|
||||||
.../gerrit/httpd/raw/TitleComputer.java | 67 +++++++++++++++++++
|
.../gerrit/httpd/raw/TitleComputer.java | 67 +++++++++++++++++++
|
||||||
.../gerrit/httpd/raw/PolyGerritIndexHtml.soy | 4 +-
|
.../gerrit/httpd/raw/PolyGerritIndexHtml.soy | 4 +-
|
||||||
5 files changed, 90 insertions(+), 8 deletions(-)
|
5 files changed, 88 insertions(+), 8 deletions(-)
|
||||||
create mode 100644 java/com/google/gerrit/httpd/raw/TitleComputer.java
|
create mode 100644 java/com/google/gerrit/httpd/raw/TitleComputer.java
|
||||||
|
|
||||||
diff --git a/java/com/google/gerrit/httpd/raw/IndexHtmlUtil.java b/java/com/google/gerrit/httpd/raw/IndexHtmlUtil.java
|
diff --git a/java/com/google/gerrit/httpd/raw/IndexHtmlUtil.java b/java/com/google/gerrit/httpd/raw/IndexHtmlUtil.java
|
||||||
index 8d52f5ad50..a9cfceb3b6 100644
|
index 77d02c16d0..3b2cae702a 100644
|
||||||
--- a/java/com/google/gerrit/httpd/raw/IndexHtmlUtil.java
|
--- a/java/com/google/gerrit/httpd/raw/IndexHtmlUtil.java
|
||||||
+++ b/java/com/google/gerrit/httpd/raw/IndexHtmlUtil.java
|
+++ b/java/com/google/gerrit/httpd/raw/IndexHtmlUtil.java
|
||||||
@@ -39,6 +39,7 @@ import java.util.Arrays;
|
@@ -38,6 +38,7 @@ import java.util.Arrays;
|
||||||
import java.util.Collections;
|
import java.util.Collections;
|
||||||
import java.util.HashMap;
|
import java.util.HashMap;
|
||||||
import java.util.Map;
|
import java.util.Map;
|
||||||
|
@ -24,7 +24,7 @@ index 8d52f5ad50..a9cfceb3b6 100644
|
||||||
import java.util.Set;
|
import java.util.Set;
|
||||||
import java.util.function.Function;
|
import java.util.function.Function;
|
||||||
|
|
||||||
@@ -60,13 +61,14 @@ public class IndexHtmlUtil {
|
@@ -58,13 +59,14 @@ public class IndexHtmlUtil {
|
||||||
String faviconPath,
|
String faviconPath,
|
||||||
Map<String, String[]> urlParameterMap,
|
Map<String, String[]> urlParameterMap,
|
||||||
Function<String, SanitizedContent> urlInScriptTagOrdainer,
|
Function<String, SanitizedContent> urlInScriptTagOrdainer,
|
||||||
|
@ -38,10 +38,10 @@ index 8d52f5ad50..a9cfceb3b6 100644
|
||||||
canonicalURL, cdnPath, faviconPath, urlParameterMap, urlInScriptTagOrdainer))
|
canonicalURL, cdnPath, faviconPath, urlParameterMap, urlInScriptTagOrdainer))
|
||||||
- .putAll(dynamicTemplateData(gerritApi, requestedURL));
|
- .putAll(dynamicTemplateData(gerritApi, requestedURL));
|
||||||
+ .putAll(dynamicTemplateData(gerritApi, requestedURL, titleComputer));
|
+ .putAll(dynamicTemplateData(gerritApi, requestedURL, titleComputer));
|
||||||
Set<String> enabledExperiments = experimentFeatures.getEnabledExperimentFeatures();
|
|
||||||
|
|
||||||
|
Set<String> enabledExperiments = experimentData(urlParameterMap);
|
||||||
if (!enabledExperiments.isEmpty()) {
|
if (!enabledExperiments.isEmpty()) {
|
||||||
@@ -77,7 +79,9 @@ public class IndexHtmlUtil {
|
@@ -75,7 +77,9 @@ public class IndexHtmlUtil {
|
||||||
|
|
||||||
/** Returns dynamic parameters of {@code index.html}. */
|
/** Returns dynamic parameters of {@code index.html}. */
|
||||||
public static ImmutableMap<String, Object> dynamicTemplateData(
|
public static ImmutableMap<String, Object> dynamicTemplateData(
|
||||||
|
@ -52,7 +52,7 @@ index 8d52f5ad50..a9cfceb3b6 100644
|
||||||
ImmutableMap.Builder<String, Object> data = ImmutableMap.builder();
|
ImmutableMap.Builder<String, Object> data = ImmutableMap.builder();
|
||||||
Map<String, SanitizedContent> initialData = new HashMap<>();
|
Map<String, SanitizedContent> initialData = new HashMap<>();
|
||||||
Server serverApi = gerritApi.config().server();
|
Server serverApi = gerritApi.config().server();
|
||||||
@@ -128,6 +132,9 @@ public class IndexHtmlUtil {
|
@@ -126,6 +130,9 @@ public class IndexHtmlUtil {
|
||||||
// Don't render data
|
// Don't render data
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -63,11 +63,11 @@ index 8d52f5ad50..a9cfceb3b6 100644
|
||||||
return data.build();
|
return data.build();
|
||||||
}
|
}
|
||||||
diff --git a/java/com/google/gerrit/httpd/raw/IndexServlet.java b/java/com/google/gerrit/httpd/raw/IndexServlet.java
|
diff --git a/java/com/google/gerrit/httpd/raw/IndexServlet.java b/java/com/google/gerrit/httpd/raw/IndexServlet.java
|
||||||
index 3f2c2028ae..7861c007df 100644
|
index 97d22701de..089ef4725f 100644
|
||||||
--- a/java/com/google/gerrit/httpd/raw/IndexServlet.java
|
--- a/java/com/google/gerrit/httpd/raw/IndexServlet.java
|
||||||
+++ b/java/com/google/gerrit/httpd/raw/IndexServlet.java
|
+++ b/java/com/google/gerrit/httpd/raw/IndexServlet.java
|
||||||
@@ -46,13 +46,15 @@ public class IndexServlet extends HttpServlet {
|
@@ -44,12 +44,14 @@ public class IndexServlet extends HttpServlet {
|
||||||
private final ExperimentFeatures experimentFeatures;
|
private final GerritApi gerritApi;
|
||||||
private final SoySauce soySauce;
|
private final SoySauce soySauce;
|
||||||
private final Function<String, SanitizedContent> urlOrdainer;
|
private final Function<String, SanitizedContent> urlOrdainer;
|
||||||
+ private TitleComputer titleComputer;
|
+ private TitleComputer titleComputer;
|
||||||
|
@ -76,14 +76,13 @@ index 3f2c2028ae..7861c007df 100644
|
||||||
@Nullable String canonicalUrl,
|
@Nullable String canonicalUrl,
|
||||||
@Nullable String cdnPath,
|
@Nullable String cdnPath,
|
||||||
@Nullable String faviconPath,
|
@Nullable String faviconPath,
|
||||||
GerritApi gerritApi,
|
- GerritApi gerritApi) {
|
||||||
- ExperimentFeatures experimentFeatures) {
|
+ GerritApi gerritApi,
|
||||||
+ ExperimentFeatures experimentFeatures,
|
|
||||||
+ TitleComputer titleComputer) {
|
+ TitleComputer titleComputer) {
|
||||||
this.canonicalUrl = canonicalUrl;
|
this.canonicalUrl = canonicalUrl;
|
||||||
this.cdnPath = cdnPath;
|
this.cdnPath = cdnPath;
|
||||||
this.faviconPath = faviconPath;
|
this.faviconPath = faviconPath;
|
||||||
@@ -67,6 +69,7 @@ public class IndexServlet extends HttpServlet {
|
@@ -63,6 +65,7 @@ public class IndexServlet extends HttpServlet {
|
||||||
(s) ->
|
(s) ->
|
||||||
UnsafeSanitizedContentOrdainer.ordainAsSafe(
|
UnsafeSanitizedContentOrdainer.ordainAsSafe(
|
||||||
s, SanitizedContent.ContentKind.TRUSTED_RESOURCE_URI);
|
s, SanitizedContent.ContentKind.TRUSTED_RESOURCE_URI);
|
||||||
|
@ -91,33 +90,31 @@ index 3f2c2028ae..7861c007df 100644
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
@@ -85,7 +88,8 @@ public class IndexServlet extends HttpServlet {
|
@@ -74,7 +77,7 @@ public class IndexServlet extends HttpServlet {
|
||||||
faviconPath,
|
// TODO(hiesel): Remove URL ordainer as parameter once Soy is consistent
|
||||||
parameterMap,
|
ImmutableMap<String, Object> templateData =
|
||||||
urlOrdainer,
|
IndexHtmlUtil.templateData(
|
||||||
- requestUrl);
|
- gerritApi, canonicalUrl, cdnPath, faviconPath, parameterMap, urlOrdainer, requestUrl);
|
||||||
+ requestUrl,
|
+ gerritApi, canonicalUrl, cdnPath, faviconPath, parameterMap, urlOrdainer, requestUrl, titleComputer);
|
||||||
+ titleComputer);
|
|
||||||
renderer = soySauce.renderTemplate("com.google.gerrit.httpd.raw.Index").setData(templateData);
|
renderer = soySauce.renderTemplate("com.google.gerrit.httpd.raw.Index").setData(templateData);
|
||||||
} catch (URISyntaxException | RestApiException e) {
|
} catch (URISyntaxException | RestApiException e) {
|
||||||
throw new IOException(e);
|
throw new IOException(e);
|
||||||
diff --git a/java/com/google/gerrit/httpd/raw/StaticModule.java b/java/com/google/gerrit/httpd/raw/StaticModule.java
|
diff --git a/java/com/google/gerrit/httpd/raw/StaticModule.java b/java/com/google/gerrit/httpd/raw/StaticModule.java
|
||||||
index cac716feb9..6b17d8ea6f 100644
|
index 4b2c8a9733..466fbaa27c 100644
|
||||||
--- a/java/com/google/gerrit/httpd/raw/StaticModule.java
|
--- a/java/com/google/gerrit/httpd/raw/StaticModule.java
|
||||||
+++ b/java/com/google/gerrit/httpd/raw/StaticModule.java
|
+++ b/java/com/google/gerrit/httpd/raw/StaticModule.java
|
||||||
@@ -223,11 +223,13 @@ public class StaticModule extends ServletModule {
|
@@ -221,11 +221,12 @@ public class StaticModule extends ServletModule {
|
||||||
|
HttpServlet getPolyGerritUiIndexServlet(
|
||||||
@CanonicalWebUrl @Nullable String canonicalUrl,
|
@CanonicalWebUrl @Nullable String canonicalUrl,
|
||||||
@GerritServerConfig Config cfg,
|
@GerritServerConfig Config cfg,
|
||||||
GerritApi gerritApi,
|
- GerritApi gerritApi) {
|
||||||
- ExperimentFeatures experimentFeatures) {
|
+ GerritApi gerritApi,
|
||||||
+ ExperimentFeatures experimentFeatures,
|
|
||||||
+ TitleComputer titleComputer) {
|
+ TitleComputer titleComputer) {
|
||||||
String cdnPath =
|
String cdnPath =
|
||||||
options.useDevCdn() ? options.devCdn() : cfg.getString("gerrit", null, "cdnPath");
|
options.useDevCdn() ? options.devCdn() : cfg.getString("gerrit", null, "cdnPath");
|
||||||
String faviconPath = cfg.getString("gerrit", null, "faviconPath");
|
String faviconPath = cfg.getString("gerrit", null, "faviconPath");
|
||||||
- return new IndexServlet(canonicalUrl, cdnPath, faviconPath, gerritApi, experimentFeatures);
|
- return new IndexServlet(canonicalUrl, cdnPath, faviconPath, gerritApi);
|
||||||
+ return new IndexServlet(canonicalUrl, cdnPath, faviconPath, gerritApi,
|
+ return new IndexServlet(canonicalUrl, cdnPath, faviconPath, gerritApi, titleComputer);
|
||||||
+ experimentFeatures, titleComputer);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@Provides
|
@Provides
|
||||||
|
@ -195,7 +192,7 @@ index 0000000000..8fd2053ad0
|
||||||
+ }
|
+ }
|
||||||
+}
|
+}
|
||||||
diff --git a/resources/com/google/gerrit/httpd/raw/PolyGerritIndexHtml.soy b/resources/com/google/gerrit/httpd/raw/PolyGerritIndexHtml.soy
|
diff --git a/resources/com/google/gerrit/httpd/raw/PolyGerritIndexHtml.soy b/resources/com/google/gerrit/httpd/raw/PolyGerritIndexHtml.soy
|
||||||
index 93584c6b05..6e6a1e5401 100644
|
index 31ea7d2175..abadd089b4 100644
|
||||||
--- a/resources/com/google/gerrit/httpd/raw/PolyGerritIndexHtml.soy
|
--- a/resources/com/google/gerrit/httpd/raw/PolyGerritIndexHtml.soy
|
||||||
+++ b/resources/com/google/gerrit/httpd/raw/PolyGerritIndexHtml.soy
|
+++ b/resources/com/google/gerrit/httpd/raw/PolyGerritIndexHtml.soy
|
||||||
@@ -33,10 +33,12 @@
|
@@ -33,10 +33,12 @@
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
From 99c2363205a3bc9d7f8822274dd270ee2e027728 Mon Sep 17 00:00:00 2001
|
From f73b313cfeb94005136d55098460f51b17ff6556 Mon Sep 17 00:00:00 2001
|
||||||
From: Luke Granger-Brown <git@lukegb.com>
|
From: Luke Granger-Brown <git@lukegb.com>
|
||||||
Date: Sat, 11 Jul 2020 00:45:57 +0000
|
Date: Sat, 11 Jul 2020 00:45:57 +0000
|
||||||
Subject: [PATCH 5/7] When using local fonts, always assume Gerrit is mounted
|
Subject: [PATCH 5/6] When using local fonts, always assume Gerrit is mounted
|
||||||
at the root.
|
at the root.
|
||||||
|
|
||||||
---
|
---
|
||||||
|
@ -9,7 +9,7 @@ Subject: [PATCH 5/7] When using local fonts, always assume Gerrit is mounted
|
||||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||||
|
|
||||||
diff --git a/polygerrit-ui/app/rollup.config.js b/polygerrit-ui/app/rollup.config.js
|
diff --git a/polygerrit-ui/app/rollup.config.js b/polygerrit-ui/app/rollup.config.js
|
||||||
index d93b5eab39..c862c9bbae 100644
|
index c8e9baa98c..9438504bd8 100644
|
||||||
--- a/polygerrit-ui/app/rollup.config.js
|
--- a/polygerrit-ui/app/rollup.config.js
|
||||||
+++ b/polygerrit-ui/app/rollup.config.js
|
+++ b/polygerrit-ui/app/rollup.config.js
|
||||||
@@ -50,7 +50,7 @@ const importLocalFontMetaUrlResolver = function() {
|
@@ -50,7 +50,7 @@ const importLocalFontMetaUrlResolver = function() {
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
From e5c8621646bbde242453a1ac6b0b82f6279789e0 Mon Sep 17 00:00:00 2001
|
From 1705c2634a2271659e3baf6b6c35f2e63bf05736 Mon Sep 17 00:00:00 2001
|
||||||
From: Luke Granger-Brown <git@lukegb.com>
|
From: Luke Granger-Brown <git@lukegb.com>
|
||||||
Date: Sat, 11 Jul 2020 00:46:13 +0000
|
Date: Sat, 11 Jul 2020 00:46:13 +0000
|
||||||
Subject: [PATCH 6/7] Always use Google Fonts.
|
Subject: [PATCH 6/6] Always use Google Fonts.
|
||||||
|
|
||||||
We're not a corporate, and we're not behind the GFW. Always use Google Fonts,
|
We're not a corporate, and we're not behind the GFW. Always use Google Fonts,
|
||||||
because even though we no longer get the caching benefits (boo, browsers),
|
because even though we no longer get the caching benefits (boo, browsers),
|
||||||
|
@ -11,10 +11,10 @@ it is still a better geographically-distributed CDN.
|
||||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||||
|
|
||||||
diff --git a/java/com/google/gerrit/httpd/raw/IndexHtmlUtil.java b/java/com/google/gerrit/httpd/raw/IndexHtmlUtil.java
|
diff --git a/java/com/google/gerrit/httpd/raw/IndexHtmlUtil.java b/java/com/google/gerrit/httpd/raw/IndexHtmlUtil.java
|
||||||
index a9cfceb3b6..9c287c6e45 100644
|
index 3b2cae702a..84ce678b6d 100644
|
||||||
--- a/java/com/google/gerrit/httpd/raw/IndexHtmlUtil.java
|
--- a/java/com/google/gerrit/httpd/raw/IndexHtmlUtil.java
|
||||||
+++ b/java/com/google/gerrit/httpd/raw/IndexHtmlUtil.java
|
+++ b/java/com/google/gerrit/httpd/raw/IndexHtmlUtil.java
|
||||||
@@ -184,7 +184,7 @@ public class IndexHtmlUtil {
|
@@ -182,7 +182,7 @@ public class IndexHtmlUtil {
|
||||||
if (urlParameterMap.containsKey("ce")) {
|
if (urlParameterMap.containsKey("ce")) {
|
||||||
data.put("polyfillCE", "true");
|
data.put("polyfillCE", "true");
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
From 8258bb2deef504656d7b79868dcacdcd00fa1778 Mon Sep 17 00:00:00 2001
|
From e796e238d8fcf442443f66de2fd0f3944473fd44 Mon Sep 17 00:00:00 2001
|
||||||
From: Luke Granger-Brown <git@lukegb.com>
|
From: Luke Granger-Brown <git@lukegb.com>
|
||||||
Date: Sun, 20 Dec 2020 14:29:22 +0000
|
Date: Sun, 20 Dec 2020 14:29:22 +0000
|
||||||
Subject: [PATCH 7/7] Keep left padding on account chip if no avatar provider
|
Subject: [PATCH 7/6] Keep left padding on account chip if no avatar provider
|
||||||
present
|
present
|
||||||
|
|
||||||
At the moment, if there's no plugin that provides avatars then the left
|
At the moment, if there's no plugin that provides avatars then the left
|
||||||
|
@ -15,10 +15,10 @@ Change-Id: I1ff0745aa267d7fb227e39460c8ea80ef5ec2f55
|
||||||
2 files changed, 69 insertions(+)
|
2 files changed, 69 insertions(+)
|
||||||
|
|
||||||
diff --git a/polygerrit-ui/app/elements/shared/gr-account-label/gr-account-label.ts b/polygerrit-ui/app/elements/shared/gr-account-label/gr-account-label.ts
|
diff --git a/polygerrit-ui/app/elements/shared/gr-account-label/gr-account-label.ts b/polygerrit-ui/app/elements/shared/gr-account-label/gr-account-label.ts
|
||||||
index 64bae58c41..220fcf413b 100644
|
index a6c4201a66..416a77526d 100644
|
||||||
--- a/polygerrit-ui/app/elements/shared/gr-account-label/gr-account-label.ts
|
--- a/polygerrit-ui/app/elements/shared/gr-account-label/gr-account-label.ts
|
||||||
+++ b/polygerrit-ui/app/elements/shared/gr-account-label/gr-account-label.ts
|
+++ b/polygerrit-ui/app/elements/shared/gr-account-label/gr-account-label.ts
|
||||||
@@ -151,7 +151,13 @@ export class GrAccountLabel extends PolymerElement {
|
@@ -147,7 +147,13 @@ export class GrAccountLabel extends GestureEventListeners(
|
||||||
change: ChangeInfo,
|
change: ChangeInfo,
|
||||||
force: boolean
|
force: boolean
|
||||||
) {
|
) {
|
||||||
|
@ -33,10 +33,10 @@ index 64bae58c41..220fcf413b 100644
|
||||||
!this._hasAttention(config, highlight, account, change, force)
|
!this._hasAttention(config, highlight, account, change, force)
|
||||||
);
|
);
|
||||||
diff --git a/polygerrit-ui/app/elements/shared/gr-account-label/gr-account-label_test.js b/polygerrit-ui/app/elements/shared/gr-account-label/gr-account-label_test.js
|
diff --git a/polygerrit-ui/app/elements/shared/gr-account-label/gr-account-label_test.js b/polygerrit-ui/app/elements/shared/gr-account-label/gr-account-label_test.js
|
||||||
index f37aa01a2d..4a21222dca 100644
|
index 42b1dd7184..111d0550cd 100644
|
||||||
--- a/polygerrit-ui/app/elements/shared/gr-account-label/gr-account-label_test.js
|
--- a/polygerrit-ui/app/elements/shared/gr-account-label/gr-account-label_test.js
|
||||||
+++ b/polygerrit-ui/app/elements/shared/gr-account-label/gr-account-label_test.js
|
+++ b/polygerrit-ui/app/elements/shared/gr-account-label/gr-account-label_test.js
|
||||||
@@ -44,6 +44,69 @@ suite('gr-account-label tests', () => {
|
@@ -46,6 +46,69 @@ suite('gr-account-label tests', () => {
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
6
third_party/gerrit/default.nix
vendored
6
third_party/gerrit/default.nix
vendored
|
@ -36,8 +36,8 @@ pkgs.lib.makeOverridable pkgs.buildBazelPackage {
|
||||||
|
|
||||||
src = pkgs.fetchgit {
|
src = pkgs.fetchgit {
|
||||||
url = "https://gerrit.googlesource.com/gerrit";
|
url = "https://gerrit.googlesource.com/gerrit";
|
||||||
rev = "abb30fe7f1ecf07d7b5098d6ad7e4423389c41e5";
|
rev = "595e6db974449ff278709f5e87cd8d42199305fc";
|
||||||
sha256 = "sha256:0xsxhqyjl2dd1wglfk43b8c7591l2x5ikb4l7nxi96czladqy82v";
|
sha256 = "sha256:17mad9k41rvnzq91nr9w2lax6rdk7pgf20qc4chajay99faimhph";
|
||||||
fetchSubmodules = true;
|
fetchSubmodules = true;
|
||||||
};
|
};
|
||||||
patches = [
|
patches = [
|
||||||
|
@ -61,7 +61,7 @@ pkgs.lib.makeOverridable pkgs.buildBazelPackage {
|
||||||
fetchConfigured = true;
|
fetchConfigured = true;
|
||||||
|
|
||||||
fetchAttrs = {
|
fetchAttrs = {
|
||||||
sha256 = "sha256:18grb9fghrh84a08f2jqv3wrbf37bk9v1iy2bcaj6xq2phdbkr10";
|
sha256 = "sha256:0jlaylzbl2yscdfji77g1k4r3lcdmjxfbcxpnpwbcs83zpg8rsmf";
|
||||||
preBuild = ''
|
preBuild = ''
|
||||||
rm .bazelversion
|
rm .bazelversion
|
||||||
'';
|
'';
|
||||||
|
|
12
third_party/gerrit_plugins/default.nix
vendored
12
third_party/gerrit_plugins/default.nix
vendored
|
@ -6,11 +6,11 @@ in depot.nix.utils.drvTargets {
|
||||||
# https://gerrit.googlesource.com/plugins/owners
|
# https://gerrit.googlesource.com/plugins/owners
|
||||||
owners = buildGerritBazelPlugin rec {
|
owners = buildGerritBazelPlugin rec {
|
||||||
name = "owners";
|
name = "owners";
|
||||||
depsOutputHash = "sha256:0j7hn945l5y5pz109mrcx2hh2lb2gi5gf4wrrbypx43rmyhlz3s8";
|
depsOutputHash = "sha256:1cffbbn687dcl46jm70fd5h6an7jwalssvy0y1aqnhrwmbr4gwi9";
|
||||||
src = pkgs.fetchgit {
|
src = pkgs.fetchgit {
|
||||||
url = "https://gerrit.googlesource.com/plugins/owners";
|
url = "https://gerrit.googlesource.com/plugins/owners";
|
||||||
rev = "f3335231b98e14664fdd1b325486bb0824800ac3";
|
rev = "17817c9e319073c03513f9d5177b6142b8fd567b";
|
||||||
sha256 = "sha256:0dqf36wn6gnkwia3529dwlcib2np78dgsjs7dymg5isy1i8p655f";
|
sha256 = "sha256:06j1wp5xpwabmzyhjjl5rcmgsxqi8ffzgzf8avbr61qzgh76f22n";
|
||||||
};
|
};
|
||||||
overlayPluginCmd = ''
|
overlayPluginCmd = ''
|
||||||
chmod +w "$out" "$out/plugins/external_plugin_deps.bzl"
|
chmod +w "$out" "$out/plugins/external_plugin_deps.bzl"
|
||||||
|
@ -23,11 +23,11 @@ in depot.nix.utils.drvTargets {
|
||||||
# https://gerrit.googlesource.com/plugins/checks
|
# https://gerrit.googlesource.com/plugins/checks
|
||||||
checks = buildGerritBazelPlugin {
|
checks = buildGerritBazelPlugin {
|
||||||
name = "checks";
|
name = "checks";
|
||||||
depsOutputHash = "sha256:01krrafg5df42z3r7y74g8lx859my4610cqx3a7d02laqq9yjqc6";
|
depsOutputHash = "sha256:1s4ldzny9f8vpp96sff8zy2kigz3hi560ikrgyp5630ffrc8affq";
|
||||||
src = pkgs.fetchgit {
|
src = pkgs.fetchgit {
|
||||||
url = "https://gerrit.googlesource.com/plugins/checks";
|
url = "https://gerrit.googlesource.com/plugins/checks";
|
||||||
rev = "990e936b1e050c4fe7ac3e590bdb5cfff0311232";
|
rev = "ab49a63f5c159bda42d9ad1bdb9286bede6c5de4";
|
||||||
sha256 = "sha256:0cgrwrimsxx0dnqvp0akv5pz17hy743lhkqvsks60fijb34ps54s";
|
sha256 = "sha256:0plvgx61pwksfdr4fpclzm9pxrn4pcydk08jp4y60qd3qlydks3j";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
2
third_party/gerrit_plugins/oauth/default.nix
vendored
2
third_party/gerrit_plugins/oauth/default.nix
vendored
|
@ -4,7 +4,7 @@ let
|
||||||
inherit (import ../builder.nix args) buildGerritBazelPlugin;
|
inherit (import ../builder.nix args) buildGerritBazelPlugin;
|
||||||
in buildGerritBazelPlugin rec {
|
in buildGerritBazelPlugin rec {
|
||||||
name = "oauth";
|
name = "oauth";
|
||||||
depsOutputHash = "sha256:1zl0gsia9p585dvpyiyb6fiqs3q9dg7qsxnwkn8ncqdnxlg21gl7";
|
depsOutputHash = "sha256:0g0cga9s1bmzvii8nh372kdaxypc1rj0hlyhralwiyh67r4zlv2c";
|
||||||
src = pkgs.fetchgit {
|
src = pkgs.fetchgit {
|
||||||
url = "https://gerrit.googlesource.com/plugins/oauth";
|
url = "https://gerrit.googlesource.com/plugins/oauth";
|
||||||
rev = "4aa7322db5ec221b2419e12a9ec7af5b8c66659c";
|
rev = "4aa7322db5ec221b2419e12a9ec7af5b8c66659c";
|
||||||
|
|
Loading…
Reference in a new issue