Commit Graph

55 Commits

Author SHA1 Message Date
DarkPhoenix2704
fbee271cb5 fix: disable 2025-05-26 09:54:18 +00:00
DarkPhoenix2704
4c73f5daa6 feat: versioned feature toggle 2025-05-26 09:54:18 +00:00
DarkPhoenix2704
68bdd8b414 fix: update side bar feature toggle 2025-05-26 12:24:19 +05:30
DarkPhoenix2704
8f6f4b69a6 chore: rename improved_sidebar feature flag to improved_sidebar_ui 2025-05-24 09:37:57 +00:00
Pranav C
7574206f0a refactor: move under feature flag 2025-05-22 16:28:01 +00:00
Ramesh Mane
ccb5396db0 fix(nc-gui): hide mini sidebar 2025-05-19 10:52:54 +00:00
Ramesh Mane
37b1185ed5 fix(nc-gui): disable new sidebar for playwright 2025-05-17 06:32:01 +00:00
Ramesh Mane
9902ad0445 fix(test): base related test udpate 2025-05-17 06:31:58 +00:00
Ramesh Mane
04b67bbbda chore(nc-gui): add Improved Sidebar under beta feature 2025-05-17 06:31:45 +00:00
Anbarasu
0435448fc4 Merge pull request #11310 from nocodb/nc-feat/mcp 2025-05-12 18:34:07 +05:30
DarkPhoenix2704
447edc5fd4 fix: keep mcp under feature flag 2025-05-12 05:25:45 +00:00
Ramesh Mane
2af6faf5d8 fix(nc-gui): enable discussion & file mode by default 2025-05-09 10:40:23 +00:00
DarkPhoenix2704
7fae759353 fix: move enddate support out of feature toggle 2025-05-07 04:53:37 +00:00
DarkPhoenix2704
530de77ee1 fix: enable canvas group by by default 2025-04-17 18:34:50 +00:00
Pranav C
9cc201a7d1 refactor: keep canvas group by in disabled state 2025-04-10 03:52:15 +00:00
DarkPhoenix2704
5fecac1182 feat: move groupBy to betaToggle 2025-04-10 03:52:11 +00:00
mertmit
7c0f07cd16 feat: feature flag for payment 2025-04-05 18:36:56 +03:00
mertmit
39618fa986 fix: preserve id for flag 2025-03-21 09:33:19 +00:00
Raju Udava
a6d3dba218 chore: OSS to EE migration feature preview 2025-03-15 06:52:47 +00:00
Ramesh Mane
39eba06b3c fix(nc-gui): enable or disable all experimental features option 2025-03-11 19:25:20 +00:00
Mert E.
2a4b192e73 feat: sync fw (#10671)
* feat: sync table init

* feat: sync table (WIP)

* feat: oauth flow for github

* feat: sync feature flag

* feat: progress for sync

* feat: revise sync status

* feat: incremental support for sync

* feat: disable insert & delete operations on synced tables

* feat: handle synced & readonly on frontend

* test: apply system column order (always initial)

* test: change wrong index

* fix: PR requested changes

* test: overlapping variable names
2025-02-28 16:43:49 +03:00
DarkPhoenix2704
c201ceb21c fix: disable canvas in playwright 2025-02-17 13:11:50 +00:00
DarkPhoenix2704
b041d38ef8 feat: enavle canvas table 2025-02-17 13:11:50 +00:00
DarkPhoenix2704
826a393268 fix: remove duplicate onMounted 2025-02-17 13:11:48 +00:00
DarkPhoenix2704
7191e517ef fix: lint fix: updated beta toggle 2025-02-17 13:11:48 +00:00
DarkPhoenix2704
3fd86e142c fix: disable canvas in playwright 2025-02-17 13:11:12 +00:00
DarkPhoenix2704
8e27a7a56b fix: enable canvas by default 2025-02-17 13:11:11 +00:00
DarkPhoenix2704
d1cced2608 chore: refactor 2025-02-17 13:10:47 +00:00
Mert E.
1712b4f980 chore: sync import ft (#10509)
* feat: cloud import

* feat: single input

* feat: feature flag for import from nocodb

* feat: user support for cloud import

* fix: refactor ux

* fix: use ncSiteUrl instead of base url

* fix: properly finish with redis
2025-02-17 10:27:09 +03:00
Pranav C
2dfcc01900 refactor: enable row audit by default 2025-02-05 16:18:45 +00:00
Yoones Khoshghadam
7dcd3799fd fix (nc-gui): move discussion mode behind a feature flag 2025-01-31 14:42:37 +00:00
Ramesh Mane
be079354b9 fix(nc-gui): add reactive data- test attribute only if it is pw testing 2025-01-28 13:18:34 +00:00
Raju Udava
f3890072b3 chore: sub-text change for LTAR feature toggle 2025-01-22 06:23:51 +00:00
Mert E.
c2f50efbb9 feat: data reflection preps (#10227)
* feat: integration hooks

* feat: data reflection

* feat: improved UX for data reflection

* chore: lint

* fix(nc-gui): update nocodb integration ui

* fix(nocodb): type error

* fix(nc-gui): nocodb integration icon and modal gap issue

* fix: defer integration hooks

* fix: check proper state

* refactor(nc-gui): integration modal

* refactor(nc-gui): integration modal ui changes

* refactor: change default port

* fix(nc-gui): add base id copy input

* fix(nc-gui): schema dropdown placement and item height issue

* fix(nc-gui): nocodb connection bg color issue

* fix(nc-gui): update nocodb integration count and user logo

* fix: rspack keep class

* feat: get connection menu item

* chore: rebase issue

* fix: hide nc from sources

* feat: move data reflection to model level

* fix: remove deprecated fn & fix type errors

* feat: reflection settings

* feat: feature flag for data reflection

* refactor: avoid save on feature flags

* fix: properly show host

* fix: PR requested changes

* fix: use named parameters for queries

---------

Co-authored-by: Ramesh Mane <101566080+rameshmane7218@users.noreply.github.com>
2025-01-14 14:59:45 +03:00
Anbarasu
fa00432874 Merge pull request #10218 from nocodb/nc-nc-scripts
chore: nc sync
2025-01-13 22:19:59 +05:30
Mert E.
d77b9fd8e4 fix: fields menu reload (#10259)
* fix: move hash api to fields menu root

* fix: use get meta instead of base store

* chore: move LTAR to feature flags

* fix: include column hash with meta with info
2025-01-13 14:16:19 +03:00
DarkPhoenix2704
f594a5ff25 fix: move under engineering flag 2025-01-10 16:11:08 +00:00
DarkPhoenix2704
ba5d0ad409 fix: base page fixes 2025-01-10 16:11:07 +00:00
Raju Udava
d4c8849823 Nc feat/expanded form discussion mode (#10212)
* feat (nc-gui): discussion mode structure

* feat (nc-gui): expanded form discussion mode render audits and comments

* fix (nc-gui): refactor different entries in discussion

* fix (nc-gui): expanded form discussion mode use rich comments

* fix (nc-gui): expanded form discussion mode implement new ui looks

* fix (nc-gui): expanded form discussion mode comment actions

* fix (nc-gui): comments list start from bottom

* fix (nc-gui): expanded form discussion mode better grouping logic

* feat (nc-gui): discussion view ui latest polish and mocks

* chore (nc-gui): lint

* fix (nc-gui): expanded form discussion mode audits list wiring

* fix (nc-gui): expanded form discussion mode audits preview attachments

* fix (nc-gui): expanded form discussion mode audits in the right sidebar tab

* fix (nc-gui): expanded form discussion mode remove unused declarations

* fix (nc-gui): expanded form discussion mode remove duplicate rendering

* fix (nc-gui): expanded form discussion mode refactor to remove duplication

* fix (nc-gui): expanded form discussion mode use Cell component to render data based on colOptions and meta

* fix (nc-gui): expanded form discussion mode use proper types

* fix (nc-gui): expanded form discussion mode lint

* fix (nc-gui): expanded form discussion mode normalize meta and spacings

* fix (nc-gui): expanded form discussion mode save expanded form mode to discussion

* fix (nc-gui): expanded form discussion mode use cell component for mini audits

* fix (nc-gui): expanded form discussion mode small fix

* fix (nc-gui): discussion mode records audit ui polishes

* fix (nc-gui): records audit items polishes

* fix (nc-gui): records audit conditional raw rendering for date/time type cells

* fix (nc-gui): records audit ui polishes

* fix (nc-gui): records audit diff the changed values

* fix (nc-gui): records audit better text wrap and json scrollbar

* chore (nc-gui): mock change to run ci

* fix (nc-gui): records audit text diff and link ui polish

* fix (nc-gui): records audit polish links ui

* chore (nc-gui): records audit lint

* fix (nc-gui): handle v0 type audit information

* fix (nc-gui): move records audit under a feature flag

* fix (nc-gui): lint

* refactor: enable audit in CE

* fix(nc-gui) : v0 audit rendering issue

* fix (nc-gui): records audit correctly load after refresh when expanded record is open

* fix (nc-gui): records audit code polishes

---------

Co-authored-by: Yoones Khoshghadam <yooneskh@gmail.com>
Co-authored-by: Pranav C <pranavxc@gmail.com>
2025-01-10 17:19:11 +03:00
Ramesh Mane
ac6be47a12 chore(nc-gui): lint 2025-01-06 06:54:55 +00:00
Ramesh Mane
307f9d5a5a fix(nc-gui): enable language in ee under beta feature 2025-01-01 09:23:11 +00:00
DarkPhoenix2704
4b9d1f4cd3 fix: row dragging 2024-12-30 17:40:56 +00:00
DarkPhoenix2704
54ea43d5fc fix: expanded row nav fix 2024-12-18 18:56:58 +00:00
Ramesh Mane
9f79e1dfdb chore(nc-gui): beta feature changes 2024-12-10 06:01:02 +00:00
mertmit
d3ceb9a517 refactor: use feature flags 2024-12-09 06:57:33 +00:00
Mert E.
ec464a3310 chore: sync various (#9950)
* chore: some missing changes

Signed-off-by: mertmit <mertmit99@gmail.com>

* chore: sync refactored expanded form

Signed-off-by: mertmit <mertmit99@gmail.com>

---------

Signed-off-by: mertmit <mertmit99@gmail.com>
2024-12-03 23:35:32 +03:00
DarkPhoenix2704
e2dde21330 fix: enable snapshots 2024-11-29 06:57:02 +00:00
Raju Udava
04c9a004e5 fix: subtext 2024-11-28 14:48:03 +00:00
DarkPhoenix2704
6834d46eb5 fix: tooltips and color corrections 2024-11-28 14:48:03 +00:00
DarkPhoenix2704
1c6ef42c89 feat: enable date field for calendar 2024-11-27 10:36:24 +00:00