diff --git a/.asf.yaml b/.asf.yaml new file mode 100644 index 0000000..d8ac643 --- /dev/null +++ b/.asf.yaml @@ -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 diff --git a/README.md b/README.md index 5f72a6b..12b3bdc 100644 --- a/README.md +++ b/README.md @@ -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) @@ -35,7 +33,7 @@ Thanks to all the contributors: -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