From 45174facaf9e1babc0b5b118e2c4dc53c6b3bd9b Mon Sep 17 00:00:00 2001 From: Jagger Wang Date: Mon, 4 Dec 2023 12:14:39 +0800 Subject: [PATCH 1/4] Update issue templates --- .github/ISSUE_TEMPLATE/ask-a-question.md | 2 +- .github/ISSUE_TEMPLATE/bug_report.md | 2 +- .github/ISSUE_TEMPLATE/feature_request.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/ask-a-question.md b/.github/ISSUE_TEMPLATE/ask-a-question.md index 0c079474..0935bd48 100644 --- a/.github/ISSUE_TEMPLATE/ask-a-question.md +++ b/.github/ISSUE_TEMPLATE/ask-a-question.md @@ -3,7 +3,7 @@ name: Ask a question about: Ask any question about this project title: '' labels: '' -assignees: nicozhan +assignees: jaggerwang --- diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index b8dd64e1..508633f6 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -3,7 +3,7 @@ name: Bug report about: Create a report to help us improve title: '' labels: '' -assignees: jaggerwang, nicozhan +assignees: jaggerwang --- diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 8f17df6d..fc07abf4 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -3,7 +3,7 @@ name: Feature request about: Suggest an idea for this project title: '' labels: '' -assignees: nicozhan +assignees: jaggerwang --- From 8e8d39d44dd0ea1d50afd4b4eb9ec9af76e07054 Mon Sep 17 00:00:00 2001 From: James Whislter Date: Thu, 21 Dec 2023 10:57:21 +0800 Subject: [PATCH 2/4] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e711e7d8..d8eba27e 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ Today, building upon this initiative, we're delighted to present our [AI-powered # Join community -[Website](https://xtreme1.io) | [Slack](https://join.slack.com/t/xtreme1group/shared_invite/zt-1jhk36uzr-NpdpYXeQAEHN6rYJy5_6pg) | [Twitter](https://twitter.com/Xtreme1io) | [Medium](https://medium.com/multisensory-data-training) | [Issues](https://github.com/xtreme1-io/xtreme1/issues) +[Slack](https://join.slack.com/t/xtreme1group/shared_invite/zt-1jhk36uzr-NpdpYXeQAEHN6rYJy5_6pg) | [Twitter](https://twitter.com/Xtreme1io) | [Medium](https://medium.com/multisensory-data-training) | [Issues](https://github.com/xtreme1-io/xtreme1/issues) Join the Xtreme1 community on Slack to share your suggestions, advice, and questions with us. From 3cbc46361404171ade06cd8f77bed4d0595f3fec Mon Sep 17 00:00:00 2001 From: James Whislter Date: Thu, 11 Jan 2024 16:51:10 +0800 Subject: [PATCH 3/4] Update README.md --- README.md | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 76649cc2..81195446 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,6 @@ ![](https://img.shields.io/badge/Release-v0.8-green) ![](https://img.shields.io/badge/License-Apache%202.0-blueviolet) -[![Slack](https://img.shields.io/badge/Join-Slack-orange.svg?logo=slack)](https://join.slack.com/t/xtreme1group/shared_invite/zt-1jhk36uzr-NpdpYXeQAEHN6rYJy5_6pg) [![Twitter](https://img.shields.io/badge/Follow-Twitter-blue)](https://twitter.com/Xtreme1io) [![Online](https://img.shields.io/badge/Xtreme1_Online-App-yellow)](https://app.basic.ai/#/login) [![Docs](https://img.shields.io/badge/Docs-Stable-success.svg?style=flat&longCache=true)](http://docs.xtreme1.io/) @@ -23,12 +22,9 @@ Today, building upon this initiative, we're delighted to present our [AI-powered [📙 Find our docs here! ](https://docs.xtreme1.io/xtreme1-docs/) -# Join community -[Slack](https://join.slack.com/t/xtreme1group/shared_invite/zt-1jhk36uzr-NpdpYXeQAEHN6rYJy5_6pg) | [Twitter](https://twitter.com/Xtreme1io) | [Medium](https://medium.com/multisensory-data-training) | [Issues](https://github.com/xtreme1-io/xtreme1/issues) +# Find Us +[Twitter](https://twitter.com/Xtreme1io) | [Medium](https://medium.com/multisensory-data-training) | [Issues](https://github.com/xtreme1-io/xtreme1/issues) -Join the Xtreme1 community on Slack to share your suggestions, advice, and questions with us. - -[👉 Join us on Slack today!](https://join.slack.com/t/xtreme1group/shared_invite/zt-1jhk36uzr-NpdpYXeQAEHN6rYJy5_6pg) # Key features From 9d5b8a17cc227c44815eff5b6e5272b9913b535a Mon Sep 17 00:00:00 2001 From: Jagger Wang Date: Thu, 11 Jan 2024 17:39:51 +0800 Subject: [PATCH 4/4] Using custom configuration file for MySQL to set max_allowed_packet to 1GB for large annotation result saving. Signed-off-by: Jagger Wang --- deploy/mysql/custom.cnf | 2 ++ docker-compose.yml | 1 + 2 files changed, 3 insertions(+) create mode 100644 deploy/mysql/custom.cnf diff --git a/deploy/mysql/custom.cnf b/deploy/mysql/custom.cnf new file mode 100644 index 00000000..93fb2d5f --- /dev/null +++ b/deploy/mysql/custom.cnf @@ -0,0 +1,2 @@ +[mysqld] +max_allowed_packet=1073741824 \ No newline at end of file diff --git a/docker-compose.yml b/docker-compose.yml index 3afc6dec..3bc7a534 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -19,6 +19,7 @@ services: - 8191:3306 volumes: - mysql-data:/var/lib/mysql + - ./deploy/mysql/custom.cnf:/etc/mysql/conf.d - ./deploy/mysql/migration:/docker-entrypoint-initdb.d healthcheck: test: '/usr/bin/mysql --user=xtreme1 --password=Rc4K3L6f --execute "SHOW DATABASES;"'