Akshay Joshi
522a92586a
Added PG/EPAS 14 binary path entry in the preferences dialog.
2021-09-20 14:59:05 +05:30
Rahul Shirsat
c142296f3f
Fixed following issues for Type dialog:
...
1. Enum Type - Unable to delete rows for Enum type in Create Type dialogue.
2. Range Type - Loading icons are shown in different drop-down tabs.
Fixes #6744
2021-09-20 13:12:23 +05:30
Nikhil Mohite
d27b4831d6
Fixed the issue where password field is showing as plain text.
2021-09-20 13:05:58 +05:30
Nikhil Mohite
7aa213a5ce
1) Port Grant Wizard to react. Fixes #6687
...
2) Fixed an issue where grant wizard is unresponsive if the database size is huge. Fixes #2097
2021-09-20 13:02:41 +05:30
Nikhil Mohite
44e770aa0b
Updated query error row selection color as per dark theme style guide. Fixes #6723
2021-09-17 21:04:49 +05:30
Nikhil Mohite
99c99a9ce9
Ensure that in the Query History tab, query details should be scrollable. Fixes #3827
2021-09-17 21:01:24 +05:30
Rahul Shirsat
346ee6ba5f
Fixed an issue where privileges not shown in catalog nodes for Properties tab. Fixes #6743
2021-09-17 20:50:29 +05:30
Aditya Toshniwal
32e97b6422
Fixed the CSS issue causing extra space at the bottom of maintenance backup dialog.
2021-09-17 20:47:03 +05:30
Rahul Shirsat
f1c04096e5
Fixed an issue where the last message is not visible in the Debugger. Fixes #6713
2021-09-17 20:44:57 +05:30
Pradip Parkale
89d40d38d9
Fixed jasmine test cases.
2021-09-15 11:42:23 +05:30
Akshay Joshi
460c66ab3f
Fixed an issue where the drop cascade button enables for Databases. Fixes #6724
2021-09-10 18:27:16 +05:30
Akshay Joshi
15c99ec9e7
Changed APP_SUFFIX and APP_VERSION_INT for testing upgrade scenario.
2021-09-10 12:01:05 +05:30
Akshay Joshi
4a0a4941af
Correct the message in the release note.
2021-09-09 16:30:31 +05:30
Pradip Parkale
dbf78bf214
Added support to create the Partitioned table should be created using COLLATE and opclass. Fixes #2546
2021-09-09 16:26:23 +05:30
Yogesh Mahajan
02ed2289e6
Fixed errors thrown for empty CSS files.
...
refs #6705
2021-09-09 16:10:09 +05:30
Rahul Shirsat
55e7e481d4
Fixed an issue where collapse and expand arrows mismatch in case of nested IF. Fixes #6712
2021-09-09 16:04:59 +05:30
Aditya Toshniwal
f874276d0f
Added some missing propTypes.
2021-09-09 15:57:17 +05:30
Akshay Joshi
1585e6b424
Fixed theme issue in server mode.
2021-09-09 14:10:37 +05:30
Akshay Joshi
103393fee6
Update release note for 6.0
2021-09-09 13:24:55 +05:30
Akshay Joshi
eeff75ba20
Remove GPDB support completely. Fixes #6692
2021-09-09 13:09:53 +05:30
Aditya Toshniwal
f7b8969c72
Stability and bug fixes for the react schema view framework.
2021-09-09 13:09:53 +05:30
Aditya Toshniwal
74cec6594e
Port the partitions node.
2021-09-09 13:09:52 +05:30
Aditya Toshniwal
af27af8d42
Integer and Numeric inputs fixes.
2021-09-09 13:09:44 +05:30
Aditya Toshniwal
73e1cbc0b9
Change the parse changes logic to get changes at any level of depth.
2021-09-09 13:09:42 +05:30
Aditya Toshniwal
d62fba024b
- Focus on first tab and first element on reset. - Move formErr to state context.
2021-09-09 13:09:42 +05:30
Aditya Toshniwal
ae49b556ce
- Properties tab should refresh if node is updated. - Error should be hierarchical and not just id based.
2021-09-09 13:09:41 +05:30
Aditya Toshniwal
2a76027cce
- Fix codemirror cursor issue. - Fix foreign table jasmine test cases.
2021-09-09 13:09:30 +05:30
Pradip Parkale
c8026873b4
Fixed code coverage and RESQL test cases for Cast, Publication and Subscription.
2021-09-09 13:08:11 +05:30
Akshay Joshi
7ffe71d12f
Added support for OWNED BY clause for sequences. Fixes #4211
2021-09-09 13:07:53 +05:30
Aditya Toshniwal
c02705c53c
- Fix all the jasmine test case failures. - Show default value column in Table->Columns grid. Fixes #4353 .
2021-09-09 13:06:24 +05:30
Pradip Parkale
2074534b72
Port Procedure and Function node to react. Fixes #6632 #6677
2021-09-09 13:06:24 +05:30
Aditya Toshniwal
27e446a0b0
Fixed following: - Dropdown selected menu color - CodeMirror render on properties tab - Placeholders on select control - Codemirror borders
2021-09-09 13:06:24 +05:30
Nikhil Mohite
c35c72c551
Improve Foreign Table code coverage.
2021-09-09 13:06:24 +05:30
Akshay Joshi
4bfffa3806
Port FTS Configurations node to react. Fixes #6638
2021-09-09 13:06:24 +05:30
Nikhil Mohite
42eac6f846
Port Foreign Table node to react. Fixes #6678 .
2021-09-09 13:06:24 +05:30
Aditya Toshniwal
261cec1d20
Port Table, Column, Primary key, Foreign key, Check constraint, Unique constraint, Exclusion constraint.
2021-09-09 13:05:57 +05:30
Rahul Shirsat
725d9b4bbf
Port package and it’s child node to React. Fixes #6675
2021-09-09 13:04:42 +05:30
Akshay Joshi
b7105093e2
1) Port Compound Trigger node to react. Fixes #6674 2) Remove 'inSchema' method and create a generic method 'inCatalog'.
2021-09-09 13:03:54 +05:30
Aditya Toshniwal
9274df0f11
- Fix Jasmine test cases failing in framework. - More stability fixes and enhancements.
2021-09-09 13:03:54 +05:30
Nikhil Mohite
351cb3e6ca
Port Triggers node to react. Fixes #6672
2021-09-09 13:03:54 +05:30
Aditya Toshniwal
bb5e2b98e9
Stability and bug fixes in schemaview react framework.
2021-09-09 13:03:54 +05:30
Rahul Shirsat
e3992527fb
Port Index node to react. Fixes #6661
2021-09-09 13:03:54 +05:30
Akshay Joshi
1b7a77f5cb
Port pgAgent and it's child nodes to react. Fixes #6645
2021-09-09 13:03:54 +05:30
Aditya Toshniwal
1ce6c2aee1
Add the plain string component forgot last time.
2021-09-09 13:03:54 +05:30
Aditya Toshniwal
314fcabbeb
Add plain string control with formatter.
2021-09-09 13:03:54 +05:30
Nikhil Mohite
f742c5eb8a
Port Role node to react. Fixes #6651
2021-09-09 13:03:54 +05:30
Aditya Toshniwal
0ddd053e88
Framework stability fixes.
2021-09-09 13:03:54 +05:30
Nikhil Mohite
169d8fa480
Port Trigger Functions node to react. Fixes #6665
2021-09-09 13:03:54 +05:30
Aditya Toshniwal
9bfef1f6e5
- Add feature to allow collection header form using CustomControl. - Framework stability and bug fixes.
2021-09-09 13:03:38 +05:30
Rahul Shirsat
08f2121544
Port Schema & Catalog node to react. Fixes #6655
2021-09-09 13:01:53 +05:30