Skip to content

Merge v1.10.0-beta.3 from main#6

Open
peterng1618 wants to merge 12 commits into
peterng1618:test-configfrom
apitable:develop
Open

Merge v1.10.0-beta.3 from main#6
peterng1618 wants to merge 12 commits into
peterng1618:test-configfrom
apitable:develop

Conversation

@peterng1618

Copy link
Copy Markdown
Owner

Submit a pull request for this project.

Why?

What?

How?

zoe-icu and others added 12 commits May 6, 2024 16:56
@coderabbitai: ignore

---------

Signed-off-by: wangkailang <wangkailang@vikadata.com>
Co-authored-by: Chambers <chenbochao@vikadata.com>
Co-authored-by: Kilian <wangkailang@users.noreply.github.com>
Co-authored-by: Aria <sujian@apitable.com>
Co-authored-by: Zoe <13400804+zoe-icu@users.noreply.github.com>
Co-authored-by: XuKecheng <xukecheng@apitable.com>
Co-authored-by: xukecheng <xukecheng@aitable.ai>
Co-authored-by: ziqiang <zhaoziqiang@vikadata.com>
Co-authored-by: Evie Wanmei Huang <37546178+wmEvie@users.noreply.github.com>
Co-authored-by: jeremyyin <jeremyyin2012@gmail.com>
Co-authored-by: William Chan <root@williamchan.me>
Co-authored-by: wangkailang <wangkailang@vikadata.com>
Co-authored-by: yanmingZhang <44792891+quppenge@users.noreply.github.com>
Co-authored-by: Jover <joverzh@gmail.com>
Co-authored-by: paylm penglong feng <fengpenglong@vikadata.com>
Co-authored-by: Caedman Ziwen Lan <lanziwen@apitable.com>
Co-authored-by: Caedman Ziwen Lan <12862508+ranglang@users.noreply.github.com>
Co-authored-by: Zoe <13400804+zoe-icu@users.noreply.github.com>
@coderabbitai: ignore

---------

Co-authored-by: Zoe <13400804+zoe-icu@users.noreply.github.com>
@coderabbitai: ignore

Co-authored-by: Zoe <13400804+zoe-icu@users.noreply.github.com>
Submit a pull request for this project.

<!-- If you have an Issue that related to this Pull Request, you can
copy this Issue's description -->

# Why? 
<!-- 
> Related to which issue?
> Why we need this pull request?
> What is the user story for this pull request? 
-->


# What?
<!-- 
> Can you describe this feature in detail?
> Who can benefit from it? 
-->


# How?
<!-- 
> Do you have a simple description of how this pull request is
implemented?
-->
Submit a pull request for this project.

<!-- If you have an Issue that related to this Pull Request, you can
copy this Issue's description -->

# Why? 
<!-- 
> Related to which issue?
> Why we need this pull request?
> What is the user story for this pull request? 
-->


# What?
<!-- 
> Can you describe this feature in detail?
> Who can benefit from it? 
-->


# How?
<!-- 
> Do you have a simple description of how this pull request is
implemented?
-->
@coderabbitai: ignore

---------

Signed-off-by: wangkailang <wangkailang@vikadata.com>
Co-authored-by: Kilian <wangkailang@users.noreply.github.com>
Co-authored-by: Aria <sujian@apitable.com>
Co-authored-by: Zoe <13400804+zoe-icu@users.noreply.github.com>
Co-authored-by: paylm penglong feng <fengpenglong@vikadata.com>
Co-authored-by: Chambers <chenbochao@vikadata.com>
Co-authored-by: Evie Wanmei Huang <37546178+wmEvie@users.noreply.github.com>
Co-authored-by: Caedman Ziwen Lan <lanziwen@apitable.com>
Co-authored-by: Caedman Ziwen Lan <12862508+ranglang@users.noreply.github.com>
Co-authored-by: vac (Brendan) <wangjintao@apitable.com>
Co-authored-by: 张本富 Benson <benson@vikadata.com>
Co-authored-by: CnForeRunner <qiuzewei@aitable.ai>
Co-authored-by: paylm <172749114@qq.com>
Co-authored-by: Shawn Deng <dengguiheng@apitable.com>
Signed-off-by: wangkailang <wangkailang@vikadata.com>
Co-authored-by: Zoe <13400804+zoe-icu@users.noreply.github.com>
Co-authored-by: Kilian <wangkailang@users.noreply.github.com>
Co-authored-by: Chambers <chenbochao@vikadata.com>
Co-authored-by: Evie Wanmei Huang <37546178+wmEvie@users.noreply.github.com>
Co-authored-by: Caedman Ziwen Lan <lanziwen@apitable.com>
Co-authored-by: Aria <sujian@apitable.com>
Co-authored-by: Caedman Ziwen Lan <12862508+ranglang@users.noreply.github.com>
Co-authored-by: vac (Brendan) <wangjintao@apitable.com>
Co-authored-by: paylm penglong feng <fengpenglong@vikadata.com>
Co-authored-by: 张本富 Benson <benson@vikadata.com>
Co-authored-by: CnForeRunner <qiuzewei@aitable.ai>
Co-authored-by: paylm <172749114@qq.com>
Co-authored-by: Shawn Deng <dengguiheng@apitable.com>
Run without the default seccomp profile

Co-authored-by: paylm Penglong Feng <fengpenglong@vikadata.com>
Caused by: liquibase.exception.DatabaseException: You have an error in
your SQL syntax; check the manual that corresponds to your MySQL server
version for the right syntax to use near
'-DDB_ENGINE=mysqlclient_release_version change `describe` `description`
varch' at line 1 [Failed SQL: (1064) ALTER TABLE apitable_
-DDB_ENGINE=mysqlclient_release_version change `describe` `description`
varchar(255) not null comment 'Version Description']
at
liquibase.executor.jvm.JdbcExecutor$ExecuteStatementCallback.doInStatement(JdbcExecutor.java:445)
	at liquibase.executor.jvm.JdbcExecutor.execute(JdbcExecutor.java:77)
	at liquibase.executor.jvm.JdbcExecutor.execute(JdbcExecutor.java:160)
at
liquibase.database.AbstractJdbcDatabase.execute(AbstractJdbcDatabase.java:1287)
at
liquibase.database.AbstractJdbcDatabase.executeStatements(AbstractJdbcDatabase.java:1269)
	at liquibase.changelog.ChangeSet.execute(ChangeSet.java:718)
	... 51 more
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants