Name |
-
+
@@ -39,33 +39,33 @@
Tree hash |
-
+
|
Repo |
- |
+ |
Subject |
- |
+ |
Date |
- |
+ |
Author |
-
-
+
+
|
Commiter |
-
-
+
+
|
@@ -76,15 +76,15 @@
- |
- |
+ |
+ |
build
-
+
|
@@ -101,9 +101,9 @@
Branch presence history
@@ -111,15 +111,15 @@
Status history
- |
- |
+ |
+ |
build
-
+
|
@@ -129,4 +129,4 @@
-
\ No newline at end of file
+
diff --git a/runbot/templates/dashboard.xml b/runbot/templates/dashboard.xml
index e6721e88..cd29412b 100644
--- a/runbot/templates/dashboard.xml
+++ b/runbot/templates/dashboard.xml
@@ -14,20 +14,20 @@
Pending:
- ()
+ ()
-
+
-
+
-
+
@@ -74,7 +74,7 @@
-
+
success
@@ -88,11 +88,11 @@
danger
-
+
/
-
+
-
+
@@ -106,7 +106,7 @@
-
+
success
@@ -118,7 +118,7 @@
-
+
success
@@ -130,7 +130,7 @@
-
+
@@ -142,7 +142,7 @@
danger
-
+
@@ -151,7 +151,7 @@
-
+
|
@@ -159,7 +159,7 @@
-
+
|
@@ -169,7 +169,7 @@
|
-
+
|
@@ -188,16 +188,16 @@
No build found 👍
-
+
-
+
@@ -243,7 +243,7 @@
diff --git a/runbot/templates/frontend.xml b/runbot/templates/frontend.xml
index 553bd44a..e66d51c8 100644
--- a/runbot/templates/frontend.xml
+++ b/runbot/templates/frontend.xml
@@ -26,7 +26,7 @@
-
+
No project
@@ -37,7 +37,7 @@
@@ -62,7 +62,7 @@
-
+
diff --git a/runbot/templates/git.xml b/runbot/templates/git.xml
index 54984370..f69633e9 100644
--- a/runbot/templates/git.xml
+++ b/runbot/templates/git.xml
@@ -6,10 +6,10 @@
filemode = true
bare = true
-[remote ""]
- url =
- fetch = +refs/heads/*:refs//heads/*
- fetch = +refs/pull/*/head:refs//pull/*
+[remote ""]
+ url =
+ fetch = +refs/heads/*:refs//heads/*
+ fetch = +refs/pull/*/head:refs//pull/*
diff --git a/runbot/templates/nginx.xml b/runbot/templates/nginx.xml
index 13fc2211..6c7da41d 100644
--- a/runbot/templates/nginx.xml
+++ b/runbot/templates/nginx.xml
@@ -2,8 +2,8 @@
-pid /nginx.pid;
-error_log /error.log;
+pid /nginx.pid;
+error_log /error.log;
worker_processes 1;
events { worker_connections 1024; }
http {
@@ -16,10 +16,10 @@ index index.html;
log_format full '$remote_addr - $remote_user [$time_local] '
'"$request" $status $body_bytes_sent '
'"$http_referer" "$http_user_agent" $request_time';
-access_log /access.log full;
-error_log /error.log;
-client_body_temp_path ;
-fastcgi_temp_path ;
+access_log /access.log full;
+error_log /error.log;
+client_body_temp_path ;
+fastcgi_temp_path ;
autoindex on;
@@ -33,7 +33,7 @@ map $http_x_forwarded_proto $real_scheme {
'' $scheme;
}
-proxy_temp_path ;
+proxy_temp_path ;
proxy_read_timeout 600;
proxy_connect_timeout 600;
proxy_set_header X-Forwarded-Host $host;
@@ -45,20 +45,20 @@ proxy_set_header X-Real-IP 127.0.0.42;
server {
listen 8080 default;
location /runbot/static/ {
- alias ;
+ alias ;
autoindex off;
return 404;
location /runbot/static/src { }
location ~ /runbot/static/build/[^/]+/(logs|tests|coverage)/ {
autoindex on;
- add_header 'Access-Control-Allow-Origin' '';
+ add_header 'Access-Control-Allow-Origin' '';
}
}
}
server {
listen 8080;
- server_name ~^dockerhub\.$;
+ server_name ~^dockerhub\.$;
location /v2/ {
limit_except GET HEAD OPTIONS {
@@ -79,22 +79,22 @@ server {
server {
listen 8080;
- server_name ~^(-[a-z0-9_-]+)?-(-[a-z0-9_]+)\.$;
+ server_name ~^(-[a-z0-9_-]+)?-(-[a-z0-9_]+)\.$;
location / {
- return 307 http://$1.;
+ return 307 http://$1.;
}
}
server {
listen 8080;
- server_name ~^(-[a-z0-9_-]+)?\.$;
+ server_name ~^(-[a-z0-9_-]+)?\.$;
- location / { proxy_pass http://127.0.0.1:; }
- location /longpolling { proxy_pass http://127.0.0.1:; }
+ location / { proxy_pass http://127.0.0.1:; }
+ location /longpolling { proxy_pass http://127.0.0.1:; }
location /websocket {
- proxy_pass http://127.0.0.1:;
+ proxy_pass http://127.0.0.1:;
proxy_set_header X-Forwarded-Host $host;
proxy_set_header X-Forwarded-Proto $real_scheme;
proxy_set_header Host $host;
diff --git a/runbot/templates/utils.xml b/runbot/templates/utils.xml
index ad48381c..debf37cf 100644
--- a/runbot/templates/utils.xml
+++ b/runbot/templates/utils.xml
@@ -5,7 +5,7 @@
-
+
@@ -53,7 +53,7 @@
@@ -235,10 +235,10 @@
-
+
-
+
@@ -290,7 +290,7 @@
warning
-
+
@@ -404,11 +404,11 @@
-
+
-
+
diff --git a/runbot_merge/views/templates.xml b/runbot_merge/views/templates.xml
index ab6717c9..7a39c316 100644
--- a/runbot_merge/views/templates.xml
+++ b/runbot_merge/views/templates.xml
@@ -19,7 +19,7 @@
t-att-title="title.strip()"
t-att-target="target or None"
t-att-class="classes or None"
- >
+ >
@@ -50,7 +50,7 @@
else 'bg-danger' if st[0] in ('error', 'failure')
else 'bg-info' if st[0]
else 'bg-light'}}">
- :
+ :
@@ -196,7 +196,7 @@
| | |