Commit Graph

81 Commits

Author SHA1 Message Date
Ramesh Mane
fa91d5ae90 fix(pw): provide baseTitle while open table 2025-08-16 10:02:16 +00:00
Raju Udava
507dc90b59 test: timezone 2025-08-16 10:02:16 +00:00
Ramesh Mane
f412e70ff5 fix(pw): column user select test fail issue 2025-08-16 10:02:15 +00:00
Ramesh Mane
25756dc3c4 fix(pw): erd test update 2025-08-16 10:02:15 +00:00
Ramesh Mane
cedb124dde fix(pw): share base test update 2025-08-16 10:02:15 +00:00
Ramesh Mane
706de25aa7 fix(pw): metaLtar test update 2025-08-16 10:02:15 +00:00
Ramesh Mane
9afb8de7c4 fix(pw): personal view test 2025-08-16 10:02:15 +00:00
Ramesh Mane
3b7ecc9eaa fix(nc-gui): some ws collaboration test 2025-08-16 10:02:14 +00:00
Ramesh Mane
4a210af24c fix(pw): add support to pass base title and context in openTable 2025-08-16 10:02:14 +00:00
Ramesh Mane
72e26bcea8 test(nc-gui): Base Collaboration test fail issue 2025-08-16 10:02:14 +00:00
Ramesh Mane
91dd11624d fix(pw): base overview page related test update 2025-08-16 10:02:14 +00:00
Ramesh Mane
ae756ac75e test(nc-guii): duplicate project test issue 2025-08-16 10:02:14 +00:00
Ramesh Mane
932d762010 test(nc-gui): update project rename, delete test 2025-08-16 10:02:14 +00:00
Ramesh Mane
07a9343bc5 fix(test): sidebar test fail issue 2025-05-17 06:32:00 +00:00
Ramesh Mane
e829b0f56c fix(test): Cannot read properties of undefined (reading 'verifyBaseListOpen') 2025-05-17 06:31:59 +00:00
Ramesh Mane
6061825fb8 fix(test): updated some left sidebar test cases 2025-05-17 06:31:59 +00:00
Ramesh Mane
9902ad0445 fix(test): base related test udpate 2025-05-17 06:31:58 +00:00
Ramesh Mane
4e7b8b3627 fix(test): minisidebar action test 2025-05-17 06:31:58 +00:00
Ramesh Mane
cb44ccd5ef fix(test): sidebar create table test update 2025-05-17 06:31:58 +00:00
DarkPhoenix2704
f234c00148 fix: duplciate base test fix 2025-03-17 06:16:30 +00:00
Aman Desai
c47e0b9848 test(extension-marketplace): marketplace test funcs (#9966)
* chore(tests): remove dead code

* chore(tests): remove dead code 2

* basic extension marketplace tests

* comments resolution

* fix: use id to add extension rather than name

* cleanup .closeTab

* test: pw issue

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

---------

Signed-off-by: mertmit <mertmit99@gmail.com>
Co-authored-by: mertmit <mertmit99@gmail.com>
2025-01-11 14:48:05 +03:00
Ramesh Mane
f835f1e48a fix(test): update rename table pw test case 2024-12-26 20:19:03 +00:00
Pranav C
212488b1c1 fix: review comments 2024-06-18 19:06:18 +00:00
Pranav C
d62f2cccfc tests: playwright 2024-06-18 19:06:18 +00:00
Pranav C
f7d3fd72dd test: update audit tab opening steps
Signed-off-by: Pranav C <pranavxc@gmail.com>
2024-05-17 18:47:53 +05:30
Pranav C
46da690cdd test: delete table - add class to avoid ambiguity 2024-05-17 09:35:48 +00:00
Pranav C
2ee3edee58 Nc feat/user management (#8369)
* fix: source filter

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

* feat: sso cloud apis - WIP

* feat: admin panel menu option

* feat: UI integration - WIP

* feat: UI integration - SSO

* feat: domain verification

* feat: workspace upgrade and sso page - WIP

* feat: domain adding and verification - WIP

* feat: domain adding and verification

* fix: domain validation corrections

* chore: lint

* feat(nc-gui): organization settings page

* feat(nc-gui): organization members page

* fix(nc-gui): some more changes

* fix(nc-gui): refactor collaborators ui

* feat(nc-gui): dashboard ui

* feat(nc-gui): bases page

* feat(nocodb): wired up ui and apis. wip

* fix(nc-gui): some more fixes

* fix(nc-gui): move ws to org immediately after creation

* fix(nc-gui): some more bug fixes

* feat(nocodb): transfer workspace ownership

* fix(nc-gui): load roles if baseId is provided in prop

* fix(nc-gui): show only org workspaces

* fix(nc-gui): some more fixes

* fix(nc-gui): rename base

* fix(nc-gui): invite fixes

* feat: restrict access to org level user(SSO login)

* fix: include org and client info in token

* fix: include org and client info in refresh token

* refactor: minor ui corrections

* refactor: add a generic component for copying

* refactor: ui correction and cleanup

* fix: refresh token update

* fix: ui corrections

* fix: if user signin using unverified domain show error in sso page rather than showing the json with error

* fix: for all sso related exceptions redirect to sso ui page with error

* chore: lint

* fix: show admin panel option only for user who have permission

* fix: redirect to sso login page on logout based on current user info

* test: sso - playwright test

* fix: duplicate attribute

* test: playwright

* fix: missing import

* test: playwright - WIP

* test: playwright - Cloud sso login flow

* fix: error handling

* test: playwright - sso auth flow tests

* fix: show upgrade option only for workspace owner

* test: user invite tests corrections

* test: user invite tests corrections

* test: user management correction

* test: playwright - use regex for path match

* fix: delete existing provider if any

* test: combine sso tests to run serially

* test: playwright - title name correction

* test: playwright - reset sso client from sso tests only

* test: playwright - page navigation correction

* refactor: by default navigate to org settings page on org creation and disable org image upload

* refactor: reverify domain after 7 days and update role names to avoid confusion between  org and cloud org roles

* fix: corrections

* fix: show org level roles in members section

* refactor: disable org update by default

* test: unit tests for org admin apis

* chore: lint

* fix: review comments

* chore: lint and cleanup

---------

Signed-off-by: mertmit <mertmit99@gmail.com>
Co-authored-by: mertmit <mertmit99@gmail.com>
Co-authored-by: DarkPhoenix2704 <anbarasun123@gmail.com>
2024-05-01 11:39:22 +05:30
Ramesh Mane
9cc1f3cb30 Nc Fix: UI improvements - left sidebar (#8244)
* fix(nc-gui); update toolbar menu text grom GroupBy to Group

* fix(nc-gui): move sidebar base, table expand icon to the right side

* fix(nc-gui): sidebar base, table, view menu options padding issue

* fix(nc-gui): add background color for row on hover in grid view

* fix(nc-gui): reduce width of index column

* fix(nc-gui): on hover grid row bg opacity issue

* fix(nc-gui): reduce font size and grid cell height

* fix(nc-gui): sidebar view menu alignment issue on mobile screen

* fix(nc-gui): reduce font size

* fix(nc-gui): set column default width to 180px

* fix(nc-gui): keep only sidebar changes & revert all other changes

* fix(nc-gui): change table icon

* fix(nc-gui): trim base, table, view title while saving it

* fix(nc-gui): increate left sidebar max width

* fix(nc-gui): show truncated base/table/view name until standard end

* fix(nc-gui): oss sidebar base menu options alignment issue

* fix(nc-gui): use valid classname

* fix(nc-gui): sidebar external db source menu ui fixes

* fix(nc-gui): small changes

* chore(nc-gui): lint

* fix(nc-gui): pw test fail issue

* fix(nc-gui): trim title while creating base, table, view

* fix(nc-gui): some of the sidebar pw test fail issues

* fix(test): sidebar test fail issue

* fix(test): projectCollaboration test fail issue

* fix(nc-gui): change font size of view menu option view mode chip text

* fix(nc-gui): grayed out create view dropdown plus icon color

* fix(nc-gui): grayed out table icon and reduce width of default view context menu

* fix(nc-gui): remove copyright text from user menu

* fix(nc-gui):  chevron icon and show/hide sidebar icon should be gray in color
2024-04-15 09:11:12 +05:30
Ramesh Mane
aefebe7f3c Nc feat(nc-gui): table action menu dropdown should be same as view action menu dropdown (#8043)
* feat(nc-gui): table action menu dropdown should be same as view action menu dropdown

* fix(nc-gui): PR AI review changes

* fix(nc-gui): PR review changes

* fix(nc-gui): view action menu copy id hover css

* fix(test): update table context menu test cases

* fix(nc-gui): update table context menu

* fix(test): role access pw test fail issue
2024-04-05 11:44:29 +05:30
Pranav C
e9d293a5d0 refactor: path correction 2023-10-11 06:25:53 +00:00
Pranav C
d30c4d0c95 refactor: remove extra / 2023-10-11 06:25:52 +00:00
Pranav C
a1eceefcb3 refactor: test corrections 2023-10-11 06:25:52 +00:00
Pranav C
fc579bb3a4 refactor: test corrections 2023-10-11 06:25:52 +00:00
Pranav C
2af447afff fix: remove extra / 2023-10-11 06:25:51 +00:00
Pranav C
75c9b7e3eb refactor: meta path corrections in tests 2023-10-11 06:25:51 +00:00
mertmit
a4ec12c08f test: typo in variable 2023-10-10 12:44:26 +00:00
mertmit
90ab437436 fix: hide context menu for shared base 2023-10-10 12:44:26 +00:00
Pranav C
e790abdbaf refactor: rename project and base
- Rename `Project`  => `Base`
- Rename `Base` => `Source`
- Remove `db` from data/meta api endpoints
- Add backward compatibility for old apis
- Migrations for renaming table and columns

Signed-off-by: Pranav C <pranavxc@gmail.com>
2023-10-02 23:52:18 +05:30
Muhammed Mustafa
4b6accad32 fix: Added temp fix with project click in text 2023-09-27 19:46:20 +05:30
Muhammed Mustafa
ff5d3d51b5 Merge remote-tracking branch 'origin/develop' into fix/sidebar-node-context-menu-acl-fix 2023-09-23 13:01:57 +05:30
Muhammed Mustafa
f6948d8564 fix: Fixed tests issues with view sidebar removal 2023-09-23 12:03:57 +05:30
Muhammed Mustafa
1b278b9535 fix: Integrated view sidebar removal to tests 2023-09-22 15:23:20 +00:00
Muhammed Mustafa
e931b4177f fix: Integrated view sidebar removal to tests 2023-09-22 15:23:20 +00:00
Muhammed Mustafa
3b1f76da75 fix: Fixed sidebar node context menu based on ACL and added tests for it based on roles 2023-09-22 15:21:22 +05:30
Muhammed Mustafa
3c11b4a9f8 fix: Integarted new pw setup changes to OSS 2023-09-19 14:55:02 +00:00
Muhammed Mustafa
5fd9e8d70f fix: Fixed project opration test issue where we are not waiting for project duplication 2023-09-19 14:55:02 +00:00
Raju Udava
bf28f682f6 test: context menu import fix
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
2023-09-16 13:09:18 +05:30
mertmit
db1160b685 fix: i18n issue
Signed-off-by: mertmit <mertmit99@gmail.com>
2023-09-15 14:18:07 +03:00
Muhammed Mustafa
a81abcf7c8 fix(nc-gui): Fixed Sidebar projectnode ctx menu 2023-09-14 11:56:06 +05:30
Wing-Kam Wong
5b45565028 Merge branch 'develop' into feat/pnpm 2023-09-06 20:52:59 +08:00