Skip to content

Commit

Permalink
s
Browse files Browse the repository at this point in the history
  • Loading branch information
fauust committed Oct 19, 2023
1 parent 2ba709d commit 121944e
Show file tree
Hide file tree
Showing 4 changed files with 40 additions and 31 deletions.
12 changes: 8 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
exclude: "dockerfiles|ci_build_images/qpress|cross-reference/crossreference/cr/static/cr/font-awesome"
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.3.0
rev: v4.5.0
hooks:
- id: check-added-large-files
- id: check-ast
Expand All @@ -18,13 +18,17 @@ repos:
- id: trailing-whitespace
name: Check trailing whitespace
args: [--markdown-linebreak-ext=md]
exclude: |
(?x)^(
master-web/templates/home.jade
)$
# - repo: https://gitlab.com/pycqa/flake8.git
# rev: 3.9.2
# hooks:
# - id: flake8
# name: Check python (flake8)
- repo: https://github.com/adrienverge/yamllint.git
rev: v1.28.0
rev: v1.32.0
hooks:
- id: yamllint
name: Check yaml files (yamllint)
Expand All @@ -38,12 +42,12 @@ repos:
# name: Check shell style (shfmt)
# args: ["-d", "-i", "2", "-ci"]
- repo: https://github.com/markdownlint/markdownlint
rev: v0.11.0
rev: v0.12.0
hooks:
- id: markdownlint
name: Check for markdown lint (mdl)
- repo: https://github.com/codespell-project/codespell
rev: v2.2.1
rev: v2.2.6
hooks:
- id: codespell
name: Checks for common misspellings in text files
Expand Down
Binary file removed master-web/static/digital-ocean.png
Binary file not shown.
59 changes: 32 additions & 27 deletions master-web/templates/home.jade
Original file line number Diff line number Diff line change
Expand Up @@ -14,49 +14,49 @@
li
| The Grid Display (
a(href="#grid?branch=10.3") 10.3
| ,
| ,
a(href="#grid?branch=10.4") 10.4
| ,
| ,
a(href="#grid?branch=10.5") 10.5
| ,
| ,
a(href="#grid?branch=10.6") 10.6
| ,
| ,
a(href="#grid?branch=10.8") 10.8
| ,
| ,
a(href="#grid?branch=10.9") 10.9
| ,
| ,
a(href="#grid?branch=10.10") 10.10
| ,
| ,
a(href="#grid?branch=10.11") 10.11
| ,
| ,
a(href="#grid?branch=11.0") 11.0
| ,
| ,
a(href="#grid?branch=11.1") 11.1
| ,
a(href="#grid?branch=11.2") 11.2
| ,
a(href="#grid?branch=11.3") 11.3
| ,
a(href="#grid?branch=11.4") 11.4
| ,
a(href="#grid?branch=11.1") 11.2
| ,
a(href="#grid?branch=11.1") 11.3
| ,
a(href="#grid?branch=11.2") 11.4
| ) will give you a developer-oriented summary of recent buildbot activity.
li
| The
| The
a(href="#builders") Builders
| and their most recent builds are here.
li
| The list of
| The list of
a(href="#pendingbuildrequests") Pending Buildrequests
| is here.
li
| The latest
| The latest
a(href="#changes") Changes
| are here.
li
| If you encounter any problems please open an issue on
| If you encounter any problems please open an issue on
a(href="https://jira.mariadb.org/") Jira
| .
li
| If you have any more questions please contact us on
| If you have any more questions please contact us on
a(href="https://mariadb.zulipchat.com/") Zulip
| .
li
Expand Down Expand Up @@ -102,7 +102,7 @@
li
| PyMySQL
li
| Packages built by buildbot can be downloaded from
| Packages built by buildbot can be downloaded from
a(href="https://ci.mariadb.org") here
| .
li
Expand All @@ -125,13 +125,18 @@
h4 Sponsors
.row
.col-md-4
img(class="center-block", src="https://buildbot.mariadb.org/wsgi_dashboards/sponsor/static/worksonarm-logo.png", width="50%")
img(class="center-block", src="https://buildbot.mariadb.org/wsgi_dashboards/sponsor/static/AMD-logo.png", width="50%", padding-top=10px)
.col-md-4
img(class="center-block", src="https://buildbot.mariadb.org/wsgi_dashboards/sponsor/static/IBM-Logo.svg", width="50%")
.col-md-4
img(class="center-block", src="https://buildbot.mariadb.org/wsgi_dashboards/sponsor/static/Huawei-Logo.png", width="50%")
.row
.col-md-6
img(class="center-block", src="https://buildbot.mariadb.org/wsgi_dashboards/sponsor/static/AMD-logo.png", width="40%")
.col-md-6
img(class="center-block", src="https://buildbot.mariadb.org/wsgi_dashboards/sponsor/static/bytemark.png", width="50%")
.col-md-4
img(class="center-block", src="https://buildbot.mariadb.org/wsgi_dashboards/sponsor/static/hetzner.png", width="50%")
.col-md-4
img(class="center-block", src="https://buildbot.mariadb.org/wsgi_dashboards/sponsor/static/worksonarm-logo.png", width="50%")
.col-md-4
img(class="center-block", src="https://buildbot.mariadb.org/wsgi_dashboards/sponsor/static/raptorcs.png", width="50%")
.col-md-4
img(class="center-block", src="https://buildbot.mariadb.org/wsgi_dashboards/sponsor/static/bytemark.png", width="40%")
.col-md-4
img(class="center-block", src="https://buildbot.mariadb.org/wsgi_dashboards/sponsor/static/gameserverkings.png", width="40%")
Binary file removed static/digital-ocean.png
Binary file not shown.

0 comments on commit 121944e

Please sign in to comment.