Skip to content

Commit

Permalink
Add ann committers to news (apache#57)
Browse files Browse the repository at this point in the history
  • Loading branch information
pan3793 authored Mar 25, 2022
1 parent 4438a9a commit a9c2d7d
Show file tree
Hide file tree
Showing 4 changed files with 81 additions and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/custompage/news_table.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ <h2>Latest news</h2>
<tr>
<td class="center aligned">{{dateFormat "2006 Jan 2 " .Date}}</td>
<td class="center aligned">{{.Title }}</td>
<td class="center aligned">{{.Content}}</td>
<td class="center aligned">{{ if ne .Description "" }}{{ .Description }}{{ else }}{{ .Content }}{{ end }}</td>
<td class="center aligned"><a href="/news/{{.File.BaseFileName }}.html">see more</a></td>
</tr>
{{end}}
Expand Down
39 changes: 39 additions & 0 deletions src/news/2021-12-25-new-committers.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
---
title: 'New committers: Dongdong Hong & Vino Yang'
date: 2021-12-25
linked: true
description: We are happy to announce Dongdong Hong & Vino Yang(yanghua) becomes new Kyuubi committers.
---
<!---
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License. See accompanying LICENSE file.
-->

The Podling Project Management Committee (PMC) for Apache Kyuubi
has invited [Dongdong Hong](https://github.com/hddong) &
[Vino Yang(yanghua)](https://github.com/yanghua) to become our committers and
we are pleased to announce that they both have accepted.

Dongdong's been active in helping deploy Kyuubi on Kubernetes,
working on the Trino/Presto engine support and writing very small,
surgical patches that are high quality.

Vino's been active in building REST API for Kyuubi FE, currently focusing
on the Flink SQL engine. He also puts a lot of effort into helping us build the
community.

Please join me in congratulating Dongdong & Vino!

Being a committer enables easier contribution to the
project since there is no need to go via the patch
submission process. This should enable better productivity.
A PPMC member helps manage and guide the direction of the project.
40 changes: 40 additions & 0 deletions src/news/2022-03-27-new-committers.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
---
title: 'New committers: Nicholas Jiang & Fu Chen'
date: 2022-03-27
linked: true
description: We are happy to announce Nicholas Jiang & Fu Chen becomes new Kyuubi committers.
---
<!---
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License. See accompanying LICENSE file.
-->

The Podling Project Management Committee (PPMC) for Apache Kyuubi
has invited [Nicholas Jiang](https://github.com/SteNicholas) &
[Fu Chen](https://github.com/cfmcgrady) to become our committers and
we are pleased to announce that they both have accepted.

Nicholas's been working in many areas of the Kyuubi community, especially
in the Flink SQL engine, he plays an important role in implementation,
promotion and Q&A of the Kyuubi Flink SQL engine.

Fu contributed to several modules in Kyuubi consistently over 6 months,
including Spark engine, Spark engine extension, Kyuubi server restful api and
Kyuubi infrastructure. He also helps review other developers' pull requests
actively in the community.

Please join me in congratulating Nicholas & Fu!

Being a committer enables easier contribution to the
project since there is no need to go via the patch
submission process. This should enable better productivity.
A PPMC member helps manage and guide the direction of the project.
1 change: 1 addition & 0 deletions static/css/kyuubi.css
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,7 @@ body {

/* footer */
.footer {
margin: 32px 0 0 0;
min-width: 1250px;
height: 489px;
background: rgb(26, 26, 26);
Expand Down

0 comments on commit a9c2d7d

Please sign in to comment.