Nikhil Mohite
3da85f415d
Fixed an issue while saving grant wizard data with user-defined functions. Fixes #6826
2021-09-30 10:56:51 +05:30
Akshay Joshi
8ac38a076b
Fixed linter error.
2021-09-29 20:17:54 +05:30
Nikhil Mohite
c80ea7ae89
1) Fixed accessibility issues for Trigger functions. Fixes #6803
...
2) Fixed incorrect privileges value in Materialize View. Fixes #6781
2021-09-29 19:56:30 +05:30
Akshay Joshi
1b6ab6b3bb
1) Fixed pgAgent related issues. Fixes #6827
...
2) Added helpMessageMode parameter to hide help messages from properties panel.
2021-09-29 19:48:43 +05:30
Khushboo Vashi
aa8854db53
1) Browser panel turns blank on connecting disconnected database & server has multiple databases. Fixes #6817
...
2) The object is not selected/properties panel is not updated when the user moves to object with arrow keys. Fixes #6821
3) Object gets deselected after editing. Fixes #6824
2021-09-29 17:18:55 +05:30
Aditya Toshniwal
c57fc74e18
Fixed Jasmine test cases.
2021-09-29 16:36:49 +05:30
Aditya Toshniwal
28892bb07f
Remove redundant empty option for Exclusion constraint access method name, Of type, and Like relations. Fixes #6825
2021-09-29 15:23:48 +05:30
Akshay Joshi
82935ad3be
Fixed API test caes for Domain node.
2021-09-29 15:20:50 +05:30
Aditya Toshniwal
332351efaf
1. Date time control not working on firefox.
...
2. Replace moment with date-fns in date time control as date-fns is more maintained.
Fixes #6816
2021-09-29 13:43:05 +05:30
Pradip Parkale
d753719891
1) Ensure the edit dialog should not allow clearing owner in the Language node. Fixes #6815
...
2) Fixed an issue where the Language node is disabled for the functions for
EPAS/PG 9.6 and 10. Fixes #6823
2021-09-29 13:40:10 +05:30
Rahul Shirsat
77d0409c5b
Fixed an issue where the user was not able to expand the server's on Windows. Fixes #6822
2021-09-29 13:35:54 +05:30
Akshay Joshi
7d07770244
Reverting 'Two-factor authentication' support as it cause OSX and docker build failures.
...
This reverts commit 787a441343
.
2021-09-29 13:24:18 +05:30
Khushboo Vashi
24399daefe
1) Browser panel turns blank on connecting/disconnecting the database when the
...
server has multiple databases. Fixes #6817
2) Use a hand pointer instead of an arrow. Fixes #6820
2021-09-28 17:50:54 +05:30
Aditya Toshniwal
08706ba6b2
1. Make Unlogged switch in table as read only.
...
2. Fix a console warning when saving node data.
Fixes #6778
2021-09-28 17:48:09 +05:30
Ashesh Vashi
787a441343
Added support for Two-factor authentication for improving security. Fixes #6543
2021-09-28 17:47:00 +05:30
Nikhil Mohite
c4db223a64
Added appropriate 'IF EXISTS', 'CASCADE', 'IF NOT EXISTS' clause for the remaining nodes.
...
refs #5741
2021-09-28 16:05:46 +05:30
Khushboo Vashi
31c7f3eaba
Fixed an error in browser tree when adding any node.
2021-09-28 15:08:59 +05:30
Aditya Toshniwal
be69470d55
Server and Database node fixes:
...
1. Unable to change shared server switch.
2. DB restriction and schema restriction have an empty option.
3. File select input control does not allow manual text input.
4. In the Parameters tab if the value is a switch control, then an empty value error should not come.
5. Values for parameters should be reset on changing parameters.
6. Added a new key - helpMessageMode which can have a value similar to mode. It will show the help message if the mode is supported.
Fixes #6814
2021-09-28 15:05:32 +05:30
Khushboo Vashi
7b6101bc6d
Fixed 'Save' button issue where dialog is not getting closed.
2021-09-28 15:04:37 +05:30
Akshay Joshi
1569be7866
Fixed keyerror issue in schema diff for 'attnum' and 'edit_types' parameter. Fixes #6755
2021-09-28 15:03:28 +05:30
Akshay Joshi
2265ffc0a7
Handler and Validator should not allow selecting the empty options. Fixes #6810
2021-09-28 11:34:45 +05:30
Pradip Parkale
d616cb88aa
1. Syntax error displayed If the table is not available and the user tries to use the blank option. Fixes #6793
...
2. Not able to add Parameters for Functions and Procedures.
3. For the procedure, the Volatility option should be disabled in some cases. Fixes #6799
2021-09-28 10:37:47 +05:30
Rahul Shirsat
15ecf5d821
Fixed an issue for sort and null controls for the Index node. Fixes #6791
2021-09-28 10:32:00 +05:30
Aditya Toshniwal
dc8ab7cd2a
1. Switch control and CodeMirror control UI improvements for read-only and disabled states.
...
2. If a form input value changes to null, pass it as an empty string in URL params.
3. Use server_type instead of type from the server info.
2021-09-28 10:24:25 +05:30
Nikhil Mohite
48a5143485
Fixed an issue where SQL is not getting generated for Foreign table options. Fixes #6813
2021-09-28 10:21:25 +05:30
Khushboo Vashi
483e2ca8d0
Port browser tree to React. Fixes #6129
2021-09-27 16:44:26 +05:30
zhangjie2@fujitsu.com
d983225683
Correct the variable names in the error messages for the Domain node.
2021-09-27 15:09:17 +05:30
Rahul Shirsat
d8d88b948a
Fixed an issue where Schema icon is not visible in the drop-down of General tab. Fixes #6806
2021-09-27 13:36:13 +05:30
Nikhil Mohite
2320370fd2
1) Fixed an issue where for constraint trigger only After event should be displayed,
...
also fixed the Incorrect values for Constraint trigger, Deferrable, Deferred. Fixes #6803
2) Fixed an issue where the user was unable to create the trigger for views. Fixes #6804
2021-09-27 11:31:52 +05:30
Nikhil Mohite
9d2f3b5ee9
Ensure that RLS names should not be editable in the collection node of properties tab. Fixes #6759
2021-09-27 10:57:08 +05:30
Aditya Toshniwal
0228d16990
Partition related fixes:
...
1. When attaching a partition, tables were not loading in the dropdown.
2. When adding a sub partition in a partition, collations were not loading in dropdown.
3. Fix some grid column widths in table node.
Fixes #6783
2021-09-24 16:28:55 +05:30
Akshay Joshi
c32a325c11
Fixed html help for foreign server dialog.
2021-09-24 13:32:13 +05:30
Aditya Toshniwal
d28f8bc7ee
Fixed exclusion constraint issues:
...
1. Incorrect error message.
2. Properties panel Column Section data missing
3. Operator class value is missing
Fixes #6771
2021-09-23 19:28:35 +05:30
Nikhil Mohite
a6dce27ffa
Fixed an issue where options are missing in the trigger function's Security tab. Fixes #6792
2021-09-23 19:23:08 +05:30
Pradip Parkale
6d08d9aa9f
Fixed Cast node related issues. Fixes #6741
2021-09-23 19:19:34 +05:30
Akshay Joshi
8125320093
Fixed linter error.
2021-09-23 17:12:34 +05:30
Akshay Joshi
ecaaa8a1b5
Fixed scrollbar issue and used flex layout in grant wizard.
2021-09-23 16:59:59 +05:30
Akshay Joshi
b9bc628189
1. Placeholder should be inside the controlProps. Change the placeholder from 'Select...' to 'Select an item...'
...
2. Updated grant wizard screenshot and documentation.
3. Remove '(Beta)' from ERD Tool and PSQL Tool.
2021-09-23 16:17:39 +05:30
Aditya Toshniwal
0e6794f2f5
Fixed issue where modified SQL not loading Unique Constraint dialog. Fixes #6772
2021-09-23 14:47:31 +05:30
Aditya Toshniwal
9179b7464b
Fixed following issues after React Porting:
...
1. Unique constraint should not allow changing values for deferrable, deferred, included columns.
2. Primary keys should not allow changing values for deferrable, deferred, included columns.
3. Foreign keys should not allow changing match type. The referenced table name is empty.
4. Exclude - Column/Expression has incorrect values.
5. Save should not be enabled when Custom auto-vacuum is enabled but none of the parameters are edited.
Fixes #6777
2021-09-23 14:46:10 +05:30
Nikhil Mohite
15a494c189
Fixed review comments for Grant Wizard.
...
refs #6687
2021-09-23 14:40:38 +05:30
Aditya Toshniwal
19f0181756
Pin @material-ui/lab to 4.0.0-alpha.58, to fix build on Windows x64
2021-09-23 13:15:53 +05:30
Aditya Toshniwal
8d681d68d7
Pin material-ui to 4.11 as later versions have some problems. Test cases are also failing on the latest material-ui version.
2021-09-23 12:12:14 +05:30
Akshay Joshi
25c98f8054
Fixed API test case.
2021-09-23 12:09:24 +05:30
Aditya Toshniwal
78c8fbbe00
Fixed an issue where the Properties panel was not loaded for catalog tables. Fixes #6778
2021-09-23 10:42:50 +05:30
Nikhil Mohite
f192be3667
Added flag to check before adding 'IF NOT EXISTS' and 'OR REPLACE' clause to the SQL. While creating any object the respective clause should not be added.
2021-09-22 19:14:19 +05:30
Nikhil Mohite
05ce3445b5
Fixed incorrect privileges value in Materialize View. Fixes #6781
2021-09-22 18:46:43 +05:30
Aditya Toshniwal
a1aa080956
Fixed an issue where unable to change the column properties from edit dialog. Fixes #6766
2021-09-22 18:23:40 +05:30
Aditya Toshniwal
a8c8ea69e3
Foreign Key fixes:
...
1. Auto FK related fixes.
2. Properties tab not showing columns.
3. Toggle button is editable even if set to read-only.
4. Dropdown placeholder should be blank for read-only/disabled.
5. Input control help text color on a dark theme.
Fixes #6770
2021-09-22 18:18:09 +05:30
Aditya Toshniwal
fc86faf51e
Changed the layout for tables from block layout to flex layout to fix the width of the columns as per the dialog size.
2021-09-22 18:11:50 +05:30