Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: apitable/apitable
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: release/1.13.0
Choose a base ref
...
head repository: apitable/apitable
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: develop
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 3 commits
  • 48 files changed
  • 16 contributors

Commits on May 7, 2025

  1. sync: hosted cloud (#1788)

    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>
    14 people authored May 7, 2025
    Configuration menu
    Copy the full SHA
    ebf2e08 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2025

  1. fix: service "init-db" didn't completed successfully (#1798)

    Run without the default seccomp profile
    
    Co-authored-by: paylm Penglong Feng <fengpenglong@vikadata.com>
    yangdingding and paylm authored Oct 30, 2025
    Configuration menu
    Copy the full SHA
    318bffe View commit details
    Browse the repository at this point in the history
  2. fix all in one script (#1794)

    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
    wcpaxx authored Oct 30, 2025
    Configuration menu
    Copy the full SHA
    88b24ce View commit details
    Browse the repository at this point in the history
Loading