Skip to content

Commit

Permalink
Merge pull request #7707 from nocodb/develop
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Feb 23, 2024
2 parents 67e9f8a + a0b205c commit 9b5ac33
Show file tree
Hide file tree
Showing 512 changed files with 34,643 additions and 13,365 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/--bug-report.yaml
Expand Up @@ -10,7 +10,7 @@ body:
- type: checkboxes
attributes:
label: Please confirm if bug report does NOT exists already ?
label: Please confirm if bug report does NOT exist already ?
description: We kindly ask that you [search](https://github.com/nocodb/nocodb/issues?q=is%3Aissue+sort%3Acreated-desc+) to see if an issue already exists for your bug
options:
- label: I confirm there is no existing issue for this
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/--feature-request.yaml
Expand Up @@ -10,7 +10,7 @@ body:
- type: checkboxes
attributes:
label: Please confirm if feature request does NOT exists already ?
label: Please confirm if feature request does NOT exist already ?
description: We kindly ask that you [search](https://github.com/nocodb/nocodb/issues?q=is%3Aissue+sort%3Acreated-desc+) to see if an issue already exists for your feature
options:
- label: I confirm there is no existing issue for this
Expand Down
2 changes: 1 addition & 1 deletion .github/uffizzi/docker-compose.uffizzi.yml
Expand Up @@ -31,7 +31,7 @@ services:
MYSQL_PASSWORD: password
MYSQL_ROOT_PASSWORD: password
MYSQL_USER: noco
image: "mysql:8.0.35"
image: "mysql:8.3.0"
deploy:
resources:
limits:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci-cd.yml
Expand Up @@ -40,7 +40,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: 18.14.0
node-version: 18.19.0
- name: Checkout
uses: actions/checkout@v3
with:
Expand Down Expand Up @@ -75,7 +75,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: 18.14.0
node-version: 18.19.0
- name: Checkout
uses: actions/checkout@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/playwright-test-workflow.yml
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: 18.14.0
node-version: 18.19.0
- name: Setup pnpm
uses: pnpm/action-setup@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pre-build-for-playwright.yml
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: 18.14.0
node-version: 18.19.0
- name: Setup pnpm
uses: pnpm/action-setup@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-blog.yml
Expand Up @@ -17,7 +17,7 @@ jobs:

- uses: actions/setup-node@v3
with:
node-version: 18
node-version: 18.19.0
- name: Build blogs
run: |
cd packages/noco-blog
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-dev-docs.yml
Expand Up @@ -20,7 +20,7 @@ jobs:
fetch-depth: 0
- uses: actions/setup-node@v3
with:
node-version: 18
node-version: 18.19.0
- name: Build docs
run: |
cd packages/noco-docs
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-docs.yml
Expand Up @@ -19,7 +19,7 @@ jobs:
fetch-depth: 0
- uses: actions/setup-node@v3
with:
node-version: 18
node-version: 18.19.0
- name: Build docs
run: |
cd packages/noco-docs
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-noco-i18n.yml
Expand Up @@ -19,7 +19,7 @@ jobs:

- uses: actions/setup-node@v3
with:
node-version: 18
node-version: 18.19.0
- name: Build noco-i18n
run: |
cd packages/noco-i18n
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-prev-docs.yml
Expand Up @@ -19,7 +19,7 @@ jobs:
fetch-depth: 0
- uses: actions/setup-node@v3
with:
node-version: 18
node-version: 18.19.0
- name: Build prev docs
run: |
cd packages/noco-docs-prev
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-docker.yml
Expand Up @@ -84,7 +84,7 @@ jobs:
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: 18.14.0
node-version: 18.19.0

- name: upgrade packages for nightly build or pr build
if: ${{ github.event.inputs.targetEnv == 'DEV' || inputs.targetEnv == 'DEV' }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-draft.yml
Expand Up @@ -70,5 +70,5 @@ jobs:
})
- uses: actions/setup-node@v3
with:
node-version: 18
node-version: 18.19.0
- run: "npx github-release-notes@0.17.2 release --token ${{ secrets.GITHUB_TOKEN }} --draft --tags ${{ github.event.inputs.tag || inputs.tag }}..${{ github.event.inputs.prev_tag || inputs.prev_tag }}"
2 changes: 1 addition & 1 deletion .github/workflows/release-executables.yml
Expand Up @@ -63,7 +63,7 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: 18
node-version: 18.19.0

- name : Install nocodb, other dependencies and build executables
run: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release-npm.yml
Expand Up @@ -46,11 +46,11 @@ jobs:
with:
fetch-depth: 0
ref: ${{ github.ref }}
- name: pnpm Setup and Publish with 18.14.0
- name: pnpm Setup and Publish with 18.19.0
# Setup .npmrc file to publish to npm
uses: actions/setup-node@v3
with:
node-version: 18.14.0
node-version: 18.19.0
registry-url: 'https://registry.npmjs.org'
- run: |
export NODE_OPTIONS="--max_old_space_size=16384"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-timely-executables.yml
Expand Up @@ -64,7 +64,7 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: 18
node-version: 18.19.0

- name: Update nocodb-timely
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-sdk-path.yml
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: 18.14.0
node-version: 18.19.0
- name: Checkout
uses: actions/checkout@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion .npmrc
@@ -1,3 +1,3 @@
engine-strict=true
shamefully-hoist=true
use-node-version=18.14.0
use-node-version=18.19.0
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -15,7 +15,7 @@ Turns any MySQL, PostgreSQL, SQL Server, SQLite & MariaDB into a smart spreadshe

<div align="center">

[![Node version](https://img.shields.io/badge/node-%3E%3D%2018.14.0-brightgreen)](http://nodejs.org/download/)
[![Node version](https://img.shields.io/badge/node-%3E%3D%2018.19.0-brightgreen)](http://nodejs.org/download/)
[![Conventional Commits](https://img.shields.io/badge/Conventional%20Commits-1.0.0-green.svg)](https://conventionalcommits.org)

</div>
Expand Down Expand Up @@ -250,7 +250,7 @@ Access Dashboard using: [http://localhost:8080/dashboard](http://localhost:8080/

### App Store for Workflow Automations

We provide different integrations in three main categories. See <a href="https://docs.nocodb.com/setup-and-usages/account-settings#app-store" target="_blank">App Store</a> for details.
We provide different integrations in three main categories. See <a href="https://docs.nocodb.com/account-settings/oss-specific-details/#app-store" target="_blank">App Store</a> for details.

-&nbsp;Chat: Slack, Discord, Mattermost, and etc
-&nbsp;Email: AWS SES, SMTP, MailerSend, and etc
Expand Down
2 changes: 1 addition & 1 deletion docker-compose/mysql/docker-compose.yml
Expand Up @@ -27,7 +27,7 @@ services:
- "-h"
- localhost
timeout: 20s
image: "mysql:8.0.35"
image: "mysql:8.3.0"
restart: always
volumes:
- "db_data:/var/lib/mysql"
Expand Down
2 changes: 1 addition & 1 deletion docker-compose/nginx-proxy-manager/docker-compose.yml
Expand Up @@ -46,7 +46,7 @@ services:
- "-h"
- localhost
timeout: 20s
image: "mysql:8.0.35"
image: "mysql:8.3.0"
networks:
- default
restart: always
Expand Down

0 comments on commit 9b5ac33

Please sign in to comment.