Commit Graph

348 Commits

Author SHA1 Message Date
Wing-Kam Wong
018031c5d6 chore(deps): sync with develop 2023-08-25 14:14:40 +08:00
Wing-Kam Wong
9325ab026a Merge branch 'develop' into feat/pnpm 2023-08-25 12:40:56 +08:00
Pranav C
33ee9bfa62 feat: Improved UI (#6222)
* feat: Improved ui (#6156)

* refactor: revert

Signed-off-by: Pranav C <pranavxc@gmail.com>

feat: shared base

Signed-off-by: Pranav C <pranavxc@gmail.com>

fix: remove duplicate import statement

Signed-off-by: Pranav C <pranavxc@gmail.com>

fix: disable starred & license menu

Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>

test: fix airtable wait issue

Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>

test: enable mysql in ci

Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>

test: fix checkbox order for sqlite

Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>

test: disable quick tests

Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>

test: fix dbType env variable for CI

Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>

test: workspace API access error fix

Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>

test: enable SQLite CI CD

Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>

test: use DB_TYPE env variable

Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>

test: enable SQLite UT

Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>

test: isHub cleanup

Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>

test: add check for EE Timezone spec

Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>

chore: cleanup

Signed-off-by: Pranav C <pranavxc@gmail.com>

chore: cleanup

Signed-off-by: Pranav C <pranavxc@gmail.com>

test: EE check fix

Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>

chore: test correction

Signed-off-by: Pranav C <pranavxc@gmail.com>

chore: sync latest changes

Signed-off-by: Pranav C <pranavxc@gmail.com>

test: set EE=false

Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>

test: set NC Edition to community in workflow file

Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>

chore: update sdk build command

Signed-off-by: Pranav C <pranavxc@gmail.com>

refactor: i18n and other changes

Signed-off-by: Pranav C <pranavxc@gmail.com>

feat: new ui

Signed-off-by: Pranav C <pranavxc@gmail.com>

* chore: sync tests

Signed-off-by: Pranav C <pranavxc@gmail.com>

* chore: lint

Signed-off-by: Pranav C <pranavxc@gmail.com>

* fix: shared view/base related bugs

Signed-off-by: Pranav C <pranavxc@gmail.com>

* test: checkbox verification sort order fix

Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>

* test: fix sqlite reset

Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>

* test: enable selfhosted runners

Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>

* docs: table ops (draft)

Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>

* Docs: screenshots for table-operations.md

* refactor: introduce missing buttons

Signed-off-by: Pranav C <pranavxc@gmail.com>

* fix: get all fields

Signed-off-by: Pranav C <pranavxc@gmail.com>

* test: UT fix- new data API response

Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>

* test: EE is false

Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>

* test: webhook lookup as string in CE

Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>

* fix: include created_at and updated_at

Signed-off-by: Pranav C <pranavxc@gmail.com>

* test: fix UT newDataAPI response for PG

Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>

* fix: separate api for webhook related plugins

Signed-off-by: Pranav C <pranavxc@gmail.com>

* test: msyql filter corrections

Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>

* test: mysql group by test corrections

Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>

* test: fix datatype for rating field in groupby spec for pg

Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>

* test: kanban datatype correction

Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>

* test: column edit for mysql- rating field

Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>

* test: misc fixes

Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>

* test: enable 4 workers

Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>

* test: enable 2 workers per shard only

Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>

* docs: table CRUD

* Rename table-operations.md to table-crud.md

* Create column-crud.md

* docs: row CRUD

* Rename row.md to row-crud.md

* docs: project crud

* docs: toolbar (skeleton)

* refactor: single page UI and bug fixes

Signed-off-by: Pranav C <pranavxc@gmail.com>

* chore: sync tests playwright

Signed-off-by: Pranav C <pranavxc@gmail.com>

* chore: add missing dependency

Signed-off-by: Pranav C <pranavxc@gmail.com>

* feat: single page ui, test corrections

Signed-off-by: Pranav C <pranavxc@gmail.com>

* chore: tests

Signed-off-by: Pranav C <pranavxc@gmail.com>

* test: project rename test correction

Signed-off-by: Pranav C <pranavxc@gmail.com>

* chore: remove only

Signed-off-by: Pranav C <pranavxc@gmail.com>

* test: remove wrong import statement

Signed-off-by: Pranav C <pranavxc@gmail.com>

* fix: delete option not visible in project context menu

Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>

* test: move ws access within isEE()

Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>

* test: fix groupby

* test: groupby fix

Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>

* docs: signup & landing page

* docs: project crud

* docs: project-crud misc

* docs: toolbar fields

* docs: toolbar / filters

* docs: toolbar / group by

* docs: toolbar / sort

* docs: toolbar / row height

* docs: filters additional options

* docs: file re-order

Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>

* docs: add links to column types

* docs: code snippets

* docs: links

* docs: lookup

* docs: rollup

* docs: formula

* docs: primary key

* docs: display value

* docs: development setup

* docs: swagger

* fix(nc-gui): encodeURIComponent for row id

- closes: #6202

* docs: language

* docs: expanded record

* docs: import airtable

* docs: airtable

* docs: webhook

* docs: revert file rename

Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>

* docs: account settings

* docs: audit

* docs: meta management

* docs: project settings

* docs: shared base

* docs: shared view

* docs: meta sync

* docs: team-auth

* docs: views

* docs: fix URL

* docs: URL corrections

* fix:  shared base, view related bugs

Signed-off-by: Pranav C <pranavxc@gmail.com>

* test: EE check for WSaccess

Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>

* test: exclude EE tests

Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>

* fix: missing project delete

closes #6215

Signed-off-by: Pranav C <pranavxc@gmail.com>

* fix: merge existing project meta  if found

closes #6216

Signed-off-by: Pranav C <pranavxc@gmail.com>

* fix: merge existing project meta  if found

closes #6216

Signed-off-by: Pranav C <pranavxc@gmail.com>

---------

Signed-off-by: Pranav C <pranavxc@gmail.com>
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
Co-authored-by: Raju Udava <86527202+dstala@users.noreply.github.com>
Co-authored-by: DarkPhoenix2704 <anbarasun123@gmail.com>
Co-authored-by: Wing-Kam Wong <wingkwong.code@gmail.com>

* refactor: docs and other bug fixes

Signed-off-by: Pranav C <pranavxc@gmail.com>

* feat: populate default project on super admin signup

Signed-off-by: Pranav C <pranavxc@gmail.com>

* fix: include created project details in signup response if avail, missing Dockerfile

Signed-off-by: Pranav C <pranavxc@gmail.com>

* chore: use custom function for resolving ts path aliases

Signed-off-by: Pranav C <pranavxc@gmail.com>

* chore: add missing generate script

Signed-off-by: Pranav C <pranavxc@gmail.com>

* chore: webpack build correction - ts path resolve

Signed-off-by: Pranav C <pranavxc@gmail.com>

---------

Signed-off-by: Pranav C <pranavxc@gmail.com>
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
Co-authored-by: mertmit <mertmit99@gmail.com>
Co-authored-by: Raju Udava <86527202+dstala@users.noreply.github.com>
Co-authored-by: DarkPhoenix2704 <anbarasun123@gmail.com>
Co-authored-by: Wing-Kam Wong <wingkwong.code@gmail.com>
2023-08-24 02:58:19 +05:30
Wing-Kam Wong
2d8bb02f7e chore: install local sdk 2023-08-14 21:17:55 +08:00
wingkwong
6dafddf428 [create-pull-request] automated change
Signed-off-by: GitHub <noreply@github.com>
2023-08-14 11:37:51 +00:00
Wing-Kam Wong
5a9a2e694c chore(deps): set engines to node >=18 2023-08-08 11:50:49 +08:00
Wing-Kam Wong
a9b0db7cae chore(dep): use rolling with ^ prefix 2023-08-04 21:32:29 +08:00
Wing-Kam Wong
222883abc7 chore(deps): use workspace:* 2023-08-03 14:33:05 +08:00
Pranav C
397e0854ed chore: update sdk path
Signed-off-by: Pranav C <pranavxc@gmail.com>
2023-08-02 17:10:31 +05:30
pranavxc
90413ddfa2 [create-pull-request] automated change
Signed-off-by: GitHub <noreply@github.com>
2023-08-02 10:53:54 +00:00
Pranav C
abd63700a5 chore: update sdk path
Signed-off-by: Pranav C <pranavxc@gmail.com>
2023-07-28 17:04:03 +05:30
pranavxc
38179687f9 [create-pull-request] automated change
Signed-off-by: GitHub <noreply@github.com>
2023-07-28 10:55:16 +00:00
Wing-Kam Wong
93e7566035 feat(nc-gui): revise nc-gui cmds 2023-07-24 16:31:05 +08:00
Wing-Kam Wong
ec1bbcc266 chore(deps): bump versions 2023-07-21 18:18:29 +08:00
Wing-Kam Wong
1f9ded56a6 chore(deps): version bump 2023-07-19 17:06:17 +08:00
Wing-Kam Wong
0bff168daa fix(nc-gui): ci:run in background 2023-07-19 12:49:39 +08:00
Wing-Kam Wong
9c15a9e57f fix(nc-gui): remove pnpm field 2023-07-18 23:35:03 +08:00
Wing-Kam Wong
1c188c5118 chore(deps): bump nuxt version 2023-07-16 02:23:26 +08:00
Pranav C
12eb679da3 chore: update sdk path
Signed-off-by: Pranav C <pranavxc@gmail.com>
2023-07-11 17:21:15 +05:30
pranavxc
c99f40dee2 [create-pull-request] automated change
Signed-off-by: GitHub <noreply@github.com>
2023-07-11 11:08:09 +00:00
Pranav C
4ed73fd795 chore: update sdk path
Signed-off-by: Pranav C <pranavxc@gmail.com>
2023-06-28 19:39:44 +05:30
pranavxc
46660435f6 [create-pull-request] automated change
Signed-off-by: GitHub <noreply@github.com>
2023-06-28 13:08:25 +00:00
Wing-Kam Wong
27d5fd7ef3 chore(deps): bump nuxt 2023-06-28 02:56:34 +08:00
Wing-Kam Wong
1eab4b4661 chore(pnpm): add npx only-allow pnpm 2023-06-27 22:30:08 +08:00
Wing-Kam Wong
7e01d01e3c chore(deps): bump pinia 2023-06-26 17:46:07 +08:00
Pranav C
5275f04bcd chore: update sdk path
Signed-off-by: Pranav C <pranavxc@gmail.com>
2023-06-21 19:09:04 +05:30
pranavxc
2f5356efea [create-pull-request] automated change
Signed-off-by: GitHub <noreply@github.com>
2023-06-21 12:38:19 +00:00
Wing-Kam Wong
8a3542f4fa fix(nc-gui): remove background run 2023-06-19 18:23:49 +08:00
Wing-Kam Wong
cb784f94fa fix(nc-gui): add back NUXT_PAGE_TRANSITION_DISABLE 2023-06-16 17:59:38 +08:00
Wing-Kam Wong
c2ee042955 fix(nc-gui): remove NUXT_PAGE_TRANSITION_DISABLE 2023-06-16 13:44:04 +08:00
Wing-Kam Wong
5a1a10d8e3 chore(deps): bump dependencies 2023-06-16 10:39:42 +08:00
Wing-Kam Wong
555976789d feat(nc-gui): bump some dependencies and adopt pnpm 2023-06-15 15:42:53 +08:00
Pranav C
9a3091852a chore: update sdk path
Signed-off-by: Pranav C <pranavxc@gmail.com>
2023-06-14 17:46:34 +05:30
pranavxc
18f5a9ccdb [create-pull-request] automated change
Signed-off-by: GitHub <noreply@github.com>
2023-06-14 06:20:07 +00:00
Pranav C
c08152a371 chore: update sdk path
Signed-off-by: Pranav C <pranavxc@gmail.com>
2023-06-13 12:17:55 +05:30
pranavxc
71c4921b2d [create-pull-request] automated change
Signed-off-by: GitHub <noreply@github.com>
2023-06-13 05:48:01 +00:00
dependabot[bot]
d691299e9f chore(deps): bump @antfu/utils, @windicss/plugin-utils, vite-plugin-windicss, unplugin-icons and unplugin-vue-components
Bumps [@antfu/utils](https://github.com/antfu/utils) to 0.7.4 and updates ancestor dependencies [@antfu/utils](https://github.com/antfu/utils), [@windicss/plugin-utils](https://github.com/antfu/vite-plugin-windicss), [vite-plugin-windicss](https://github.com/antfu/vite-plugin-windicss), [unplugin-icons](https://github.com/antfu/unplugin-icons) and [unplugin-vue-components](https://github.com/antfu/unplugin-vue-components). These dependencies need to be updated together.


Updates `@antfu/utils` from 0.5.2 to 0.7.4
- [Release notes](https://github.com/antfu/utils/releases)
- [Commits](https://github.com/antfu/utils/compare/v0.5.2...v0.7.4)

Updates `@windicss/plugin-utils` from 1.8.7 to 1.9.0
- [Release notes](https://github.com/antfu/vite-plugin-windicss/releases)
- [Commits](https://github.com/antfu/vite-plugin-windicss/compare/v1.8.7...v1.9.0)

Updates `vite-plugin-windicss` from 1.8.7 to 1.9.0
- [Release notes](https://github.com/antfu/vite-plugin-windicss/releases)
- [Commits](https://github.com/antfu/vite-plugin-windicss/compare/v1.8.7...v1.9.0)

Updates `unplugin-icons` from 0.14.7 to 0.14.15
- [Release notes](https://github.com/antfu/unplugin-icons/releases)
- [Commits](https://github.com/antfu/unplugin-icons/compare/v0.14.7...v0.14.15)

Updates `unplugin-vue-components` from 0.22.4 to 0.22.12
- [Release notes](https://github.com/antfu/unplugin-vue-components/releases)
- [Commits](https://github.com/antfu/unplugin-vue-components/compare/v0.22.4...v0.22.12)

---
updated-dependencies:
- dependency-name: "@antfu/utils"
  dependency-type: indirect
- dependency-name: "@windicss/plugin-utils"
  dependency-type: indirect
- dependency-name: vite-plugin-windicss
  dependency-type: indirect
- dependency-name: unplugin-icons
  dependency-type: direct:development
- dependency-name: unplugin-vue-components
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-06-02 17:18:12 +00:00
Pranav C
e21cf184ca chore: update sdk path
Signed-off-by: Pranav C <pranavxc@gmail.com>
2023-05-31 23:34:32 +05:30
pranavxc
4b41b6f014 [create-pull-request] automated change
Signed-off-by: GitHub <noreply@github.com>
2023-05-31 17:18:55 +00:00
Pranav C
271cbd4ffd chore: update sdk path
Signed-off-by: Pranav C <pranavxc@gmail.com>
2023-05-31 19:12:10 +05:30
wingkwong
ac0d6f6da6 [create-pull-request] automated change
Signed-off-by: GitHub <noreply@github.com>
2023-05-31 12:04:16 +00:00
Wing-Kam Wong
0b0257cbb8 chore: local sdk path 2023-05-29 16:31:10 +08:00
wingkwong
2fbd4ef739 [create-pull-request] automated change
Signed-off-by: GitHub <noreply@github.com>
2023-05-29 07:46:03 +00:00
Wing-Kam Wong
e0f90b4fd3 chore: local sdk path 2023-05-27 12:53:59 +08:00
wingkwong
086cea1b6f [create-pull-request] automated change
Signed-off-by: GitHub <noreply@github.com>
2023-05-27 03:50:55 +00:00
Wing-Kam Wong
0ee40bb2e0 chore: update sdk path 2023-05-24 22:31:24 +08:00
pranavxc
ca3197b248 [create-pull-request] automated change
Signed-off-by: GitHub <noreply@github.com>
2023-05-24 12:58:02 +00:00
Wing-Kam Wong
1494887ed3 chore: local sdk path 2023-05-22 21:04:35 +08:00
wingkwong
d4bf48762c [create-pull-request] automated change
Signed-off-by: GitHub <noreply@github.com>
2023-05-22 12:14:20 +00:00
Wing-Kam Wong
bb3a5f7a35 chore: local sdk path 2023-05-22 17:46:25 +08:00