Feature all one (#41)

This commit is contained in:
qianmoQ 2022-09-29 00:31:38 +08:00 committed by GitHub
commit 5c72cc13a6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
9 changed files with 222 additions and 1 deletions

View File

@ -19,6 +19,7 @@ body:
- label: Server
- label: Web
- label: Plugin
- label: Docs
- label: Other
- type: textarea
attributes:

27
.github/PULL_REQUEST_TEMPLATE.yml vendored Normal file
View File

@ -0,0 +1,27 @@
name: Pull Request
title: Pull Request for xxx
description: Pull Request
body:
- type: checkboxes
attributes:
label: Contribution guidelines
description: Please read the contribution guidelines before proceeding.
options:
- label: I've read the [contribution guidelines](https://github.com/EdurtIO/incubator-datacap/blob/master/CONTRIBUTING.md) and wholeheartedly agree
required: true
- type: checkboxes
attributes:
label: Affected Module
description: Which modules have been changed.
options:
- label: Server
- label: Web
- label: Plugin
- label: Docs
- label: Other
- type: textarea
attributes:
label: To change the details
description: List of change details of the current pull request
validations:
required: true

11
.github/dependabot.yml vendored Normal file
View File

@ -0,0 +1,11 @@
# To get started with Dependabot version updates, you'll need to specify which
# package ecosystems to update and where the package manifests are located.
# Please see the documentation for all configuration options:
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
version: 2
updates:
- package-ecosystem: "" # See documentation for possible values
directory: "/" # Location of package manifests
schedule:
interval: "weekly"

39
CONTRIBUTING.md Normal file
View File

@ -0,0 +1,39 @@
## Contributing
[fork]: https://github.com/EdurtIO/incubator-datacap/fork
[pr]: https://github.com/EdurtIO/incubator-datacap/compare
[code-of-conduct]: CODE_OF_CONDUCT.md
Hi there! We're thrilled that you'd like to contribute to this project. Your help is essential for keeping it great.
Please note that this project is released with a [Contributor Code of Conduct][code-of-conduct]. By participating in this project you agree to abide by its terms.
## Issues and PRs
If you have suggestions for how this project could be improved, or want to report a bug, open an issue! We'd love all and any contributions. If you have questions, too, we'd love to hear them.
We'd also love PRs. If you're thinking of a large PR, we advise opening up an issue first to talk about it, though! Look at the links below if you're not sure how to open a PR.
## Submitting a pull request
1. [Fork][fork] and clone the repository.
1. Configure and install the dependencies: `./mvnw clean install -X`.
1. Make sure the tests pass on your machine: `./mvnw clean install package -X`, note: these tests also apply the linter, so there's no need to lint separately.
1. Create a new branch: `git checkout -b my-branch-name`.
1. Make your change, add tests, and make sure the tests still pass.
1. Push to your fork and [submit a pull request][pr].
1. Pat your self on the back and wait for your pull request to be reviewed and merged.
Here are a few things you can do that will increase the likelihood of your pull request being accepted:
- Write and update tests.
- Keep your changes as focused as possible. If there are multiple changes you would like to make that are not dependent upon each other, consider submitting them as separate pull requests.
- Write a [good commit message](http://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html).
Work in Progress pull requests are also welcome to get feedback early on, or if there is something blocked you.
## Resources
- [How to Contribute to Open Source](https://opensource.guide/how-to-contribute/)
- [Using Pull Requests](https://help.github.com/articles/about-pull-requests/)
- [GitHub Help](https://help.github.com)

View File

@ -23,7 +23,7 @@ chmod 700 .git/hooks/*
---
DBM can query data from any SQL-speaking datastore or data engine (ClickHouse and more).
DataCap can query data from any SQL-speaking datastore or data engine (ClickHouse, MySQL, Presto and more).
Here are some of the major database solutions that are supported:

70
docs/docs/download.en.md Normal file
View File

@ -0,0 +1,70 @@
---
template: main.html
hide:
- navigation
- toc
---
<style>
.md-typeset h1 {
text-align: center;
font-weight: 1000;
}
</style>
<div class="font-center">
The current Trino release is version <img src="https://img.shields.io/github/v/release/EdurtIO/incubator-datacap.svg" />. Learn more details from the <a href="/release-latest.html">release notes</a>.
</div>
<div class="grid cards" markdown style="margin-top: 30px; padding: 50px;">
- :fontawesome-brands-app-store-ios: __Mac package__
---
See [Installation datacap](./reference/get_started/install.md) for complete install instructions.
<br />
[Download latest](https://github.com/EdurtIO/incubator-datacap/releases/latest){ .md-button .md-button-primary }
- :fontawesome-brands-windows: __Windows package__
---
See [Installation datacap](./reference/get_started/install.md) for complete install instructions.
<br />
[Download latest](https://github.com/EdurtIO/incubator-datacap/releases/latest){ .md-button .md-button-primary }
- :material-more: __More package__
---
See [The source code to install](./reference/get_started/install.md#the-source-code-to-install) for complete install instructions.
<br />
[Source Code](https://github.com/EdurtIO/incubator-datacap){ .md-button .md-button-primary }
</div>
<div class="grid cards" markdown style="padding: 0 50px 30px 50px;">
- __Community resources__
---
* **Chat On Slack**: [edurtio.slack.com](https://edurtio.slack.com/archives/C02EU2YM2N8)
* **Issues**: [GitHub issues](https://github.com/EdurtIO/incubator-datacap/issues)
* **DingTalk**: [16160001608]()
- __Getting help__
---
If you need help using or running dbm, please ask a question on [Slack](https://edurtio.slack.com/archives/C02EU2YM2N8). Please [report](https://github.com/EdurtIO/incubator-datacap/issues/new/choose) any issue you find with dbm.
</div>

70
docs/docs/download.md Normal file
View File

@ -0,0 +1,70 @@
---
template: main.html
hide:
- navigation
- toc
---
<style>
.md-typeset h1 {
text-align: center;
font-weight: 1000;
}
</style>
<div class="font-center">
当前 <code>DataCap</code> 发布最新版本 <img src="https://img.shields.io/github/v/release/EdurtIO/incubator-datacap.svg" />. 了解更多的细节请查看 <a href="/release-latest.html">发布说明</a>.
</div>
<div class="grid cards" markdown style="margin-top: 30px; padding: 50px;">
- :fontawesome-brands-app-store-ios: __Mac package__
---
查看 [datacap](./reference/get_started/install.md) 完整的安装说明。
<br />
[下载最新版](https://github.com/EdurtIO/incubator-datacap/releases/latest){ .md-button .md-button-primary }
- :fontawesome-brands-windows: __Windows package__
---
查看 [datacap](./reference/get_started/install.md) 完整的安装说明。
<br />
[下载最新版](https://github.com/EdurtIO/incubator-datacap/releases/latest){ .md-button .md-button-primary }
- :material-more: __More package__
---
查看 [源代码编译](./reference/get_started/install.md#the-source-code-to-install) 完整的安装说明。
<br />
[源代码](https://github.com/EdurtIO/incubator-datacap){ .md-button .md-button-primary }
</div>
<div class="grid cards" markdown style="padding: 0 50px 30px 50px;">
- __社区资源__
---
* **Chat On Slack**: [edurtio.slack.com](https://edurtio.slack.com/archives/C02EU2YM2N8)
* **Issues**: [GitHub issues](https://github.com/EdurtIO/incubator-datacap/issues)
* **钉钉**: [16160001608]()
- __获取帮助__
---
如果你需要帮助使用或运行datacap, 请提交一个问题到 [Slack](https://edurtio.slack.com/archives/C02EU2YM2N8). 请在datacap [提交](https://github.com/EdurtIO/incubator-datacap/issues/new/choose)或查找问题.
</div>

View File

@ -38,6 +38,9 @@ This file was automatically generated - do not edit
<div class="mdx-hero__content">
<h1>Feel free to join us and contribute your code.</h1>
<h3 class="lead">DataCap is integrated software for data transformation, integration and visualization.</h3>
<a href="/download.html" title="Download" class="md-button">
Download
</a>
<a href="https://github.com/EdurtIO/incubator-datacap" target="_blank" title="Join Us On GitHub" class="md-button md-button--primary">
Join Us On GitHub
</a>