Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
silentbalanceyh committed Jun 8, 2023
0 parents commit 1ede4c3
Show file tree
Hide file tree
Showing 5,833 changed files with 599,240 additions and 0 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
24 changes: 24 additions & 0 deletions .gitee/ISSUE_TEMPLATE.zh-CN.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
## 1. 环境

### 1.1. 基本信息

* 标题:
* 详细描述:

### 1.2. 问题集

* 登录账号: 是否启用 `zero-rbac`
* 前端界面: <http://www.vertxui.cn> 初始化项目后的页面
* 数据模型:
* 模型类型: 混合 | 静态 | 动态
* 模型标识符: identifier

## 2. 重现步骤

1. 第一步: ...
2. 第二步: ...
3. ...

## 3. 个人诊断记录

1. 错误 + 分析原因
23 changes: 23 additions & 0 deletions .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
## 1. Environment

### 1.1. Task

* Title:
* Description:
* Prepare for:

### 1.2. Bug

* Account: If `zero-rbac`
* Page Url: Front-End of <http://www.vertxui.cn>
* Data Model:
* Type: DATA | META
* Identifier:

## 2. Re-Produce Steps

1. Step 1: ...
2. Step 2: ...
3. ...

## 3. Screen Shots
25 changes: 25 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
name: mkdocs-ci
on:
push:
branches:
- mkdocs
- master
- main
permissions:
contents: write
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: 3.x
- uses: actions/cache@v3
with:
key: mkdocs-material-${{ github.ref }}
path: .cache
restore-keys: |
mkdocs-material-
- run: pip install mkdocs-material
- run: mkdocs gh-deploy --force
41 changes: 41 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
# Compiled class up.god.file
*.class

# Log up.god.file
*.log

# BlueJ files
*.ctxt

# Mobile Tools for Java (J2ME)
.mtj.tmp/

# Package Files #
*.jar
*.war
*.ear
*.zip
*.tar.gz
*.rar

# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
hs_err_pid*
.vertx
.idea
up.god.file-uploads
target
*.versionsBackup
*.iml
archive
file-uploads
!vertx-zero-example
.Archive
.markeditor
configs
zero-tree.txt
~$*.xlsx
.DS_Store
# API文档专用目录
document
# Tree依赖树
tree.txt
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
language: java
jdk:
- openjdk17
1 change: 1 addition & 0 deletions CNAME
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
www.vertxup.cn
61 changes: 61 additions & 0 deletions CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,61 @@
# Contributor Covenant Code of Conduct

## Our Pledge

In the interest of fostering an open and welcoming environment, we as contributors and maintainers pledge to making
participation in our project and our community a harassment-free experience for everyone, regardless of age, body size,
disability, ethnicity, gender identity and expression, level of experience, nationality, personal appearance, race,
religion, or sexual identity and orientation.

## Our Standards

Examples of behavior that contributes to creating a positive environment include:

* Using welcoming and inclusive language
* Being respectful of differing viewpoints and experiences
* Gracefully accepting constructive criticism
* Focusing on what is best for the community
* Showing empathy towards other community members

Examples of unacceptable behavior by participants include:

* The use of sexualized language or imagery and unwelcome sexual attention or advances
* Trolling, insulting/derogatory comments, and personal or political attacks
* Public or private harassment
* Publishing others' private information, such as a physical or electronic address, without explicit permission
* Other conduct which could reasonably be considered inappropriate in a professional setting

## Our Responsibilities

Project maintainers are responsible for clarifying the standards of acceptable behavior and are expected to take
appropriate and fair corrective action in response to any instances of unacceptable behavior.

Project maintainers have the right and responsibility to remove, edit, or reject comments, commits, code, wiki edits,
issues, and other contributions that are not aligned to this Code of Conduct, or to ban temporarily or permanently any
contributor for other behaviors that they deem inappropriate, threatening, offensive, or harmful.

## Scope

This Code of Conduct applies both within project spaces and in public spaces when an individual is representing the
project or its community. Examples of representing a project or community include using an official project e-mail
address, posting via an official social media account, or acting as an appointed representative at an online or offline
event. Representation of a project may be further defined and clarified by project maintainers.

## Enforcement

Instances of abusive, harassing, or otherwise unacceptable behavior may be reported by contacting the project team at
silentbalanceyh@126.com. The project team will review and investigate all complaints, and will respond in a way that it
deems appropriate to the circumstances. The project team is obligated to maintain confidentiality with regard to the
reporter of an incident. Further details of specific enforcement policies may be posted separately.

Project maintainers who do not follow or enforce the Code of Conduct in good faith may face temporary or permanent
repercussions as determined by other members of the project's leadership.

## Attribution

This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4, available
at [http://contributor-covenant.org/version/1/4][version]

[homepage]: http://contributor-covenant.org

[version]: http://contributor-covenant.org/version/1/4/
65 changes: 65 additions & 0 deletions DOCUMENT-API.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,65 @@
# All Api Documents

## 1.Read Me

### 1.1. Rules for Reading

There are some categories of each document for flag:

* 「Tp」Third-part extensions ( May be extend from Open Source Project ).
* 「Kt」Tools in zero framework such as `Ux, Ut, Fn`.
* 「Co」Core classes in zero framework, it does not contain `web container` docs.
* 「Web」Critical `web` docs include **engine** and **container** docs.
* 「Ex」Zero Extension documents.
* 「Ix」Zero Infix documents.

## 2.Document List

### 2.1. Core

| Parent Module | Module | Links |
|---:|---:|---:|
| vertx-gaia | vertx-co | [Core Library](vertx-gaia/vertx-co/src/document/index.html) |
| | vertx-tp | [Third Part Integration](vertx-gaia/vertx-tp/src/document/index.html) |
| | vertx-up | [Web Container](vertx-gaia/vertx-up/src/document/index.html) |
| | vertx-rx | [Reactive Style](vertx-gaia/vertx-rx/src/document/index.html) |
| | vertx-micro | [Micro Service](vertx-gaia/vertx-micro/src/document/index.html) |

### 2.2. Infix

> Different plugins for Tech.
| Parent Module | Module | Links |
|---:|---:|---:|
| vertx-ifx | zero-ifx-es | [Elastic Search](vertx-ifx/zero-ifx-es/src/document/index.html) |
| | zero-ifx-excel | [Excel Plugin](vertx-ifx/zero-ifx-excel/src/document/index.html) |
| | zero-ifx-feign | [Feign Plugin](vertx-ifx/zero-ifx-feign/src/document/index.html) |
| | zero-ifx-history | [Trash Service Archive](vertx-ifx/zero-ifx-history/src/document/index.html) |
| | zero-ifx-iqiy | [AiQiyi Plugin](vertx-ifx/zero-ifx-iqiy/src/document/index.html) |
| | zero-ifx-mongo | [Mongo Database](vertx-ifx/zero-ifx-mongo/src/document/index.html) |
| | zero-ifx-native | [Vert.x Native Clients](vertx-ifx/zero-ifx-native/src/document/index.html) |
| | zero-ifx-neo4j | [Neo4j Database](vertx-ifx/zero-ifx-neo4j/src/document/index.html) |
| | zero-ifx-qiniu | [QiNiu Cloud Storage](vertx-ifx/zero-ifx-qiniu/src/document/index.html) |
| | zero-ifx-redis | [Redis Plugin](vertx-ifx/zero-ifx-redis/src/document/index.html) |
| | zero-ifx-sms | [Ali Mobile Sms Service](vertx-ifx/zero-ifx-sms/src/document/index.html) |

### 2.3. Extension

| Parent Module | Module | Links |
|---:|---:|---:|
| vertx-pin | zero-ambient | [Ambient Environment](vertx-pin/zero-ambient/src/document/index.html) |
| | zero-atom | [Atom Dynamic Modeling](vertx-pin/zero-atom/src/document/index.html) |
| | zero-crud | [Crud Module](vertx-pin/zero-crud/src/document/index.html) |
| | zero-erp | [Organization Resources](vertx-pin/zero-erp/src/document/index.html) |
| | zero-graphic | [Graphic Engine](vertx-pin/zero-graphic/src/document/index.html) |
| | zero-jet | [Dynamic Routing](vertx-pin/zero-jet/src/document/index.html) |
| | zero-ke | [Extension Core](vertx-pin/zero-ke/src/document/index.html) |
| | zero-lbs | [Location Based Service](vertx-pin/zero-lbs/src/document/index.html) |
| | zero-quiz | [Quiz Testing Framework](vertx-pin/zero-quiz/src/document/index.html) |
| | zero-rbac | [Rbac Module](vertx-pin/zero-rbac/src/document/index.html) |
| | zero-router | [Micro Api Gateway](vertx-pin/zero-router/src/document/index.html) |
| | zero-ui | [(UI) User Interface](vertx-pin/zero-ui/src/document/index.html) |

## 3. Summary


Loading

0 comments on commit 1ede4c3

Please sign in to comment.