WK
WK
@o1lab In this case we need to find out all attachment columns in users' meta databases (nc_columns_v2) and make connections to the external databases (start new transactions ..). The entire...
Follow-up items: - [x] support PG - [ ] support MySQL - [ ] support MSSQL - [ ] support SQLite
@waveywaves The PR workflow would publish the build to NPM and Docker hub. The required access tokens are stored in NocoDB repository. Supposedly, PR build is not for forked repos...
@waveywaves Is `registry.uffizzi.com` only for docker containers? As in existing workflow, we need to build 3 packages to npm and 1 package to docker hub.
@JohnGrisham Are you still working on it? Or do you want me to pick up?
Removing @JohnGrisham 's assignment due to inactivity. I'll pick it up.
Copy and Paste for BelongTo columns is introduced in #4514
@VishakhaSainani basically we need all features working as expected. The tests can be run locally. Also we should run it on CI pipeline (Github Action) to make sure the new...
@ShrinidhiUpadhyaya go ahead.
@KevinKeyssx I think you are using v2 while looking at the v1 doc. In v2 doc, I don't see the usage of Col under Card. ref: - v1: https://v1.nextui.org/docs/components/card#cover-image -...