Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update asf.yaml and README.md #38

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
72 changes: 72 additions & 0 deletions .asf.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,72 @@
#
# Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements. See the NOTICE file distributed with
# this work for additional information regarding copyright ownership.
# The ASF licenses this file to You 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.
#

github:
description: Try out Apache Cloudberry (Incubating) via the Docker-based Sandbox
homepage: https://cloudberry.apache.org
labels:
- mpp
- big-data
- data-warehouse
- data-analysis
- olap
- distributed-database
- docker
- database
- postgres
- postgresql
- greenplum
- bootcamp
features:
# Enable wiki for documentation
wiki: false
# Enable issues management
issues: true
# Enable projects for project management boards
projects: false
enabled_merge_buttons:
# enable squash button:
squash: true
# disable merge button:
merge: false
# enable rebase button:
rebase: true
protected_branches:
main:
required_status_checks:
# strict means "Require branches to be up to date before merging".
strict: true
required_pull_request_reviews:
dismiss_stale_reviews: true
required_approving_review_count: 1
# squash or rebase must be allowed in the repo for this setting to be set to true.
required_linear_history: true

required_signatures: false

# requires all conversations to be resolved before merging is possible
required_conversation_resolution: true
del_branch_on_merge: true
dependabot_alerts: true
dependabot_updates: false
protected_tags:
- "v*.*.*"
notifications:
commits: commits@cloudberry.apache.org
issues: commits@cloudberry.apache.org
pullrequests: commits@cloudberry.apache.org
pullrequests_bot_dependabot: private@cloudberry.apache.org
12 changes: 5 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
# Apache Cloudberry (Incubating) Bootcamp

![CloudberryDB Logo](./images/cloudberrydb_logo.png)

[![Slack](https://img.shields.io/badge/Join_Slack-6a32c9)](https://communityinviter.com/apps/cloudberrydb/welcome)
[![Twitter Follow](https://img.shields.io/twitter/follow/cloudberrydb)](https://twitter.com/cloudberrydb)
[![Website](https://img.shields.io/badge/Visit%20Website-eebc46)](https://cloudberrydb.org)

---

# Cloudberry Database Bootcamp
[![Website](https://img.shields.io/badge/Visit%20Website-eebc46)](https://cloudberry.apache.org)

These tutorials showcase how Cloudberry Database can address day-to-day tasks performed in typical DW, BI and data science environments. It is designed to be used with the Cloudberry Database Sandbox, which is based on the Docker with the CentOS 7.9 and Rocky Linux 9.4 OS.
These tutorials showcase how Apache Cloudberry can address day-to-day tasks performed in typical DW, BI and data science environments. It is designed to be used with the Apache Cloudberry Sandbox, which is based on the Docker with the Rocky Linux 9.4 OS.

![CloudberryDB Sandbox](./images/cbdb-sandbox.png)

Expand All @@ -35,7 +33,7 @@ Thanks to all the contributors:
<img src="https://contrib.rocks/image?repo=cloudberrydb/bootcamp" />
</a>

We welcome your contributions to the Cloudberry Database Bootcamp. Please see our [CONTRIBUTING.md](./CONTRIBUTING.md) for more details.
We welcome your contributions to the Apache Cloudberry (Incubating) Bootcamp. Please see our [CONTRIBUTING.md](./CONTRIBUTING.md) for more details.

## License

Expand Down