Commit Graph

315 Commits

Author SHA1 Message Date
Ramesh Mane
677aa576ad fix(nc-gui): review comments 2025-05-28 09:42:18 +00:00
mertmit
14648dfc06 fix: small ui corrections 2025-05-23 12:47:44 +00:00
mertmit
ae62585801 feat: custom pg sync 2025-05-23 12:47:43 +00:00
mertmit
812f1e55d0 fix: category handling 2025-05-23 07:02:03 +00:00
mertmit
6854ad3f10 feat: gitlab + logging 2025-05-23 07:01:57 +00:00
mertmit
ef7a6a5a94 feat: sync edit + improvements 2025-05-23 07:01:57 +00:00
mertmit
11f8953243 feat: sync revise 2025-05-23 07:01:57 +00:00
mertmit
531c9037a9 fix: migrate sync 2025-05-23 07:01:57 +00:00
mertmit
78ae3dbfe7 feat: multi sync WIP - relation data 2025-05-23 07:01:56 +00:00
mertmit
c4fed7c070 feat: multi sync WIP - relation schema 2025-05-23 07:01:56 +00:00
mertmit
0419a0a648 feat: multi sync WIP 2025-05-23 07:01:56 +00:00
DarkPhoenix2704
95d3a7c81e chore: clean up fe legacy code 2025-05-22 04:52:41 +00:00
DarkPhoenix2704
21db068ff4 chore: clean up fe legacy code 2025-05-22 04:52:40 +00:00
Salim B
2df3d6c763 refactor: improve div title 2025-05-14 00:38:30 +02:00
DarkPhoenix2704
8aa1e77f9f fix: review comments 2025-05-12 05:25:48 +00:00
DarkPhoenix2704
2053775d2d fix: padding at header 2025-05-12 05:25:47 +00:00
DarkPhoenix2704
0bd34bb0c7 fix: review changes from shreyas 2025-05-12 05:25:47 +00:00
DarkPhoenix2704
997fe81a51 fix: minor corrections 2025-05-12 05:25:47 +00:00
DarkPhoenix2704
9bd0876eb5 fix: review comments 2025-05-12 05:25:47 +00:00
DarkPhoenix2704
7b644a8873 fix: remove console 2025-05-12 05:25:46 +00:00
DarkPhoenix2704
87e816ad80 fix: zod schema for attacment read 2025-05-12 05:25:46 +00:00
DarkPhoenix2704
cdb30ec02a fix: new aui 2025-05-12 05:25:46 +00:00
DarkPhoenix2704
114f04d271 fix: review changes 2025-05-12 05:25:45 +00:00
DarkPhoenix2704
447edc5fd4 fix: keep mcp under feature flag 2025-05-12 05:25:45 +00:00
DarkPhoenix2704
07a9eb42d0 feat: mcp 2025-05-12 05:25:44 +00:00
Ramesh Mane
6acad8ee22 fix(nc-gui): external source ui restrictions 2025-04-15 05:53:23 +00:00
Ramesh Mane
f497c8db02 fix(nc-gui): remove explicit import statement of ant message as this globally imported 2025-04-03 07:57:49 +00:00
Ramesh Mane
4db2c46195 chore(nc-gui): lint 2025-03-07 08:26:45 +00:00
Ramesh Mane
96dc2ac77d chore(nc-gui): lint 2025-03-05 06:25:21 +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
Mert E.
874b8311cb feat: cloud exp (#10504)
* feat: cloud migrate

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

* feat: migration support user field

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

* feat: compatability mode

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

---------

Signed-off-by: mertmit <mertmit99@gmail.com>
2025-02-17 11:18:01 +03:00
Raju Udava
f5c49cf283 Nc fix/progress meta sync (#10448)
* feat: progress panel component

* feat: meta sync progress support

* test: meta sync

---------

Co-authored-by: mertmit <mertmit99@gmail.com>
2025-02-07 23:12:06 +03:00
Ramesh Mane
d4580d610a fix(nc-gui): remove emtpy style and script tag 2025-01-28 13:18:34 +00:00
Ramesh Mane
3b8603c4f0 refactor(nc-gui): audit logs 2025-01-27 08:25:17 +00:00
Ramesh Mane
d3f5b90052 fix(nc-gui): show external source audit logs and remove audit logs table from data source 2025-01-27 08:25:15 +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
Ramesh Mane
f2c8f023da fix(nc-gui): left align base settings tab content 2024-12-27 15:25:38 +05:30
Ramesh Mane
ffc4fe73fa fix(nc-gui): table alignment issue 2024-12-27 15:25:38 +05:30
Ramesh Mane
e37a3eed46 fix(nc-gui): search input box placeholder color issue 2024-12-27 15:25:38 +05:30
Ramesh Mane
59aa969b24 fix(nc-gui): update dropdown menu height 2024-12-26 08:01:46 +01:00
Ramesh Mane
35bd98ff5e fix(nc-gui): hide base settings sidebar if it is oss 2024-12-09 21:49:12 +05:30
Ramesh Mane
b695307e85 fix(nc-gui): audit log ui changes 2024-12-07 13:18:12 +05:30
mertmit
1513f9b9a2 chore: lint
Signed-off-by: mertmit <mertmit99@gmail.com>
2024-12-07 12:11:34 +05:30
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
DarkPhoenix2704
a4545964f5 fix: snapshot fixes 2024-11-28 14:48:04 +00:00
DarkPhoenix2704
6834d46eb5 fix: tooltips and color corrections 2024-11-28 14:48:03 +00:00
DarkPhoenix2704
bc05ad2a8c fix: trigger switch on click 2024-11-28 14:48:02 +00:00
DarkPhoenix2704
5d1f74b0bd fix: design corrections 2024-11-28 14:48:02 +00:00
DarkPhoenix2704
3997346a22 fix: design corrections 2024-11-28 14:48:02 +00:00