forked from oceanbase/ob-operator
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
commit 1871f64 Author: yangon <[email protected]> Date: Mon Apr 1 11:14:51 2024 +0800 Trim string (oceanbase#276) * fix: Trim string fields * fix: Disabled delete button * fix: Remove backup medium editing commit b42863c Author: yangon <[email protected]> Date: Sun Mar 31 13:17:23 2024 +0800 Feat statistics (oceanbase#275) * feat: Statistics * fix: Padding ajustment commit ccb5dbe Author: Powerfool <[email protected]> Date: Fri Mar 29 14:53:05 2024 +0800 Documentation website built with Docusaurus framework (oceanbase#273) commit d57ad62 Author: yangon <[email protected]> Date: Thu Mar 28 21:13:57 2024 +0800 Feat behaviour statistics commit 8453102 Author: Powerfool <[email protected]> Date: Thu Mar 28 21:04:47 2024 +0800 Merge from 2.2.0_release (oceanbase#272) commit c4540ee Author: Powerfool <[email protected]> Date: Thu Mar 28 19:36:50 2024 +0800 Transform heading characters in logging sentence to uppercase (oceanbase#267)
- Loading branch information
Showing
199 changed files
with
17,803 additions
and
599 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
name: Deploy to GitHub Pages | ||
|
||
on: | ||
push: | ||
branches: | ||
- master | ||
- test-docsite | ||
paths: | ||
- 'docsite/**' | ||
|
||
permissions: | ||
contents: write | ||
|
||
jobs: | ||
deploy: | ||
name: Deploy to GitHub Pages | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v4 | ||
with: | ||
fetch-depth: 0 | ||
- uses: actions/setup-node@v4 | ||
with: | ||
node-version: 18 | ||
cache: yarn | ||
cache-dependency-path: './docsite' | ||
- name: Install dependencies | ||
run: cd docsite && yarn install --frozen-lockfile | ||
- name: Build website | ||
run: cd docsite && yarn build | ||
|
||
# Popular action to deploy to GitHub Pages: | ||
# Docs: https://github.com/peaceiris/actions-gh-pages#%EF%B8%8F-docusaurus | ||
- name: Deploy to GitHub Pages | ||
uses: peaceiris/actions-gh-pages@v3 | ||
with: | ||
github_token: ${{ secrets.GITHUB_TOKEN }} | ||
# Build output to publish to the `gh-pages` branch: | ||
publish_dir: ./docsite/build |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
apiVersion: v2 | ||
appVersion: 2.1.2 | ||
appVersion: 2.2.0 | ||
description: A Helm chart for OB-Operator | ||
name: ob-operator | ||
type: application | ||
version: 2.1.2 | ||
version: 2.2.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.