Akshay Joshi
9f6ddd3cf9
Fixed violates check constraint issue when creating a pgAgent schedule. #7390
2024-04-23 17:27:11 +05:30
Pravesh Sharma
0d1e3f36e1
Revert "Fixed an issue where function arguments were getting enclosed in double quotes if written in upper case. #7222 "
...
This reverts commit fc4b419987
.
2024-04-17 11:33:25 +05:30
Pravesh Sharma
5ee403fec7
Upgraded Flask, Flask-Security-Too, Werkzeug, and other dependencies, ensuring compatibility with Python 3.7. #7362
2024-04-16 12:23:03 +05:30
Yogesh Mahajan
e384c9665a
Fixed a XSS vulnerability in the /settings/store endpoint. #7282
2024-04-10 17:58:51 +05:30
Akshay Joshi
30d2d1b23e
Fixed the following code smells:
...
1) useState call is not destructured into value + setter pair.
2) A fragment with only one child is redundant.
3) Unnecessary '.apply()' and '.call()'.
4) Expected the Promise rejection reason to be an Error.
2024-04-09 19:18:56 +05:30
Yogesh Mahajan
102e0a9839
- Update MUI v4 to v5
...
- Remove the SCSS dependency completely and use MUI for theming.
- Update - date-fns, @date-io, notistack. Remove - popper.js, sass-loader.
- Cleanup webpack config.
- Port PSQL tool to use MUI themes instead of SCSS theme.
- Theme change will reflect realtime without refreshing pgAdmin.
2024-04-09 08:21:14 +05:30
Akshay Joshi
edec9adbfb
Fixed SonarQube code smell 'Unnecessary use of boolean literals in conditional expression'.
2024-04-08 17:19:51 +05:30
Pravesh Sharma
fc4b419987
Fixed an issue where function arguments were getting enclosed in double quotes if written in upper case. #7222
2024-04-04 16:48:00 +05:30
Akshay Joshi
475e3689f7
Added the new columns last_seq_scan and last_idx_scan from the pg_stat_all_tables and pg_stat_all_indexes tables respectively to the Statistics tab. #6728
2024-04-04 16:39:12 +05:30
Pravesh Sharma
a85d907351
Fixed an issue where user was unable to share a newly registered server. #7111
...
* Fixed an issue where the clear SSH tunnel password option was disabled in desktop mode.
2024-04-01 16:57:47 +05:30
Akshay Joshi
9f31ec115a
Fixed Schema Diff issues while comparing Materialized View. #7271
2024-04-01 16:56:18 +05:30
Khushboo Vashi
fbbbfe22dd
Fixed a remote code execution issue in the validate binary path (CVE-2024-3116). #7326
2024-04-01 11:34:01 +05:30
JyotiEdb
4ae9132b59
Fixed an issue with empty locale provider while editing collation. #5611
2024-03-29 11:40:44 +05:30
Akshay Joshi
00e17ef152
Fixed an issue where the 'Save Password' option for SSH tunneling password was consistently disabled. #7139
2024-03-28 13:58:03 +05:30
Aditya Toshniwal
ace73ebb60
Added support for viewing Log Based Clusters. #7216
...
Co-authored-by: Akshay Joshi <akshay.joshi@enterprisedb.com>
2024-03-28 12:19:34 +05:30
JyotiEdb
053b1e3d69
Fixed issues in create collation. #5611
2024-03-27 17:30:16 +05:30
Akshay Joshi
8ab78dc40d
Fixed an issue where serial, bigserial, and smallserial columns were always shown as different in the schema diff.
2024-03-27 16:11:40 +05:30
Pravesh Sharma
b742487dc3
Fixed an issue where table properties were not updating from properties dialog. #7210
2024-03-27 11:41:01 +05:30
Akshay Joshi
089f890f2e
Fixed an issue where Triggers, Rules, Indexes were absent from the Schema Diff when comparing views. #7271
...
Fixed an issue in Schema Diff where Columns with sequences get altered unnecessarily. #4413
2024-03-27 11:40:23 +05:30
Pravesh Sharma
1bcf343ceb
Fixed an issue where taking backup of a shared server was using server owner's user name. #7255
2024-03-26 11:28:20 +05:30
JyotiEdb
25074e46b4
Added support for provider, deterministic, version and RULES parameter while creating collation. #5611
2024-03-19 16:52:22 +05:30
Anil Sahoo
cee0945a78
Revert the changes made to include a separate 'ALTER TABLE ...' query for setting defaults, as per the previous fix for issue #7165 .
2024-03-19 15:12:04 +05:30
Akshay Joshi
c56aef335b
Fixed RESQL test cases for DBMS Schedule
2024-03-18 13:44:07 +05:30
Akshay Joshi
097b630738
Added support for EDB Job Scheduler. #7098
2024-03-18 11:53:59 +05:30
Anil Sahoo
bece59d4b3
Fixed schema diff wrong query generation for table, foreign table and sequence. #7165
2024-03-14 11:21:19 +05:30
Aditya Toshniwal
7374997425
Fix an issue in table dialog where changing column name was not syncing table constraints appropriately. #7229
2024-03-08 11:45:32 +05:30
Aditya Toshniwal
a5530f59f7
Fix sonarqube issues for the rule - 'If' statement should not be the only statement in 'else' block
2024-02-26 11:55:36 +05:30
Pravesh Sharma
2ab419c8a5
Fixed EPAS RESQL test case failure.
2024-02-23 11:25:54 +05:30
Pravesh Sharma
4faf2a3c6d
Fixed an issue where dependencies and dependents were not showing if a composite type is used as an attribute in another composite type. #7027
2024-02-21 11:18:44 +05:30
Aditya Toshniwal
d3ede3151a
Upgrade CodeMirror from version 5 to 6. #7097
2024-02-21 11:15:25 +05:30
Anil Sahoo
e81a036850
Fix an issue where the scripts created by generate script of Schema diff for Table with sequence was not working earlier. #7165
2024-02-15 11:38:44 +05:30
Anil Sahoo
47b2bc8a83
1) Fix the tabbed panel backward/forward shortcut for tabs. #6808
...
2) Remove shortcuts for the dialog tab backward/forward.
3) Used hotkeys.js in place of mousetrap for listening to keyboard shortcuts.
2024-02-09 16:33:30 +05:30
Anil Sahoo
9ad223c41c
Fix an issue where constraint check control is enabled in edit table dialog. #7164
2024-02-09 16:26:46 +05:30
Akshay Joshi
c92e9c2953
Fixed all broken submenus of the Help menu due to the SonarQube fix.
2024-02-08 12:24:40 +05:30
Yogesh Mahajan
9462296d33
Fixed API tests failed due to #7113 changes.
2024-02-05 10:47:43 +05:30
Sebastian Bogaci
459121566c
Fix wrong default for FORCE_LOWER in the FLASK_GRAVATAR module #7175
2024-02-02 11:47:14 +05:30
Anil Sahoo
8145e042a6
Fix a backend server error when creating a named restore point. #7166
2024-02-01 14:20:22 +05:30
Yogesh Mahajan
711181c752
Ensure that the correct SQL is generated when changing the column data type to "char". #7113
2024-01-29 14:53:03 +05:30
Pravesh Sharma
3de19f66f2
Added support for column storage syntax while creating table. #6450
2024-01-29 11:32:34 +05:30
Akshay Joshi
639a28fbfc
Fixed code smell 'Prefer using an optional chain expression instead, as it's more concise and easier to read'.
2024-01-25 16:51:40 +05:30
Akshay Joshi
41fe1db884
Fixed PEP8
2024-01-25 12:51:29 +05:30
Akshay Joshi
cafe69c235
Fixed SonarQube Bugs and API test cases.
2024-01-25 12:46:55 +05:30
Akshay Joshi
0e0cbc40b8
Fixed SonarQube code smell Replace the unused local variable with '_'.
2024-01-24 18:33:43 +05:30
Akshay Joshi
81fccc87b5
Added support to rename columns in Views. #6380
2024-01-22 12:27:55 +05:30
Aditya Toshniwal
93d25eea0b
Use COOKIE_DEFAULT_PATH or SCRIPT_NAME in session cookie path. #6557
2024-01-22 12:25:20 +05:30
Yogesh Mahajan
2d08b0dd13
Added configurable parameter to enable support for PasswordExecCommand in server mode. #6792
2024-01-12 17:34:40 +05:30
Pravesh Sharma
b28df5874e
Fixed an issue where multiple errors were showing if user does not have connect privileges. #7073
2024-01-12 17:20:51 +05:30
Pravesh Sharma
701085adaf
Fixed an issue where group membership information was displayed incorrectly. #7085
2024-01-12 16:48:49 +05:30
Akshay Joshi
5240e8ccf8
Added BYPASSRLS|NOBYPASSRLS option while creating a Role. #6392
2024-01-11 19:14:01 +05:30
Akshay Joshi
f5ba42bec8
Fixed API test case for Foreign Table.
2024-01-08 15:02:08 +05:30
Nikhil Mohite
26ec59ab5f
Limit the keyring calls based on save_password flag of server config.
2024-01-08 14:04:38 +05:30
Akshay Joshi
30509d1bc1
Added copy server support, allowing the duplication of existing servers with the option to make certain modifications. #6085 ( #7106 )
...
Added copy server support, allowing the duplication of existing servers with the option to make certain modifications. #6085
2024-01-08 12:16:49 +05:30
Akshay Joshi
5e710f7ee3
Fixed an issue where Schema Diff not generating difference for missing columns. #7104
2024-01-08 09:39:39 +05:30
Akshay Joshi
740ce15bd7
Update copyright notices for 2024
2024-01-01 14:13:48 +05:30
Nikhil Mohite
2621050066
Fix an issue where connection string sequences do not persist after updating server details. #7041
2024-01-01 14:11:17 +05:30
Aditya Toshniwal
01a118d495
Fixed an error-'amname' when generating ERD for database containing parition tables. #7064
2023-12-28 15:27:30 +05:30
Nikhil Mohite
a4e9f04a2e
Fixed an issue where changes done to a node using edit dialog are not reflecting on the properties tab if the properties tab is active. #7041
2023-12-27 11:06:04 +05:30
Akshay Joshi
8c06d93303
Fixed an issue where an error occurred in the SQL tab when using an extended index(pgroonga). #7002
2023-12-22 13:59:51 +05:30
Akshay Joshi
9ccdaf73cd
Ensure that the 'Dbo' schema is displayed as a regular schema rather than a system catalog schema. #7061
2023-12-21 18:52:27 +05:30
Aditya Toshniwal
09b83e54a2
Fixed an issue where pgAgent job schedule dialog is not opening for edit. #7070
2023-12-21 17:49:01 +05:30
Khushboo Vashi
0d287df6dd
Administer pgAdmin Users and Preferences Using the Command Line Interface (CLI). #2483
2023-12-21 12:07:26 +05:30
Akshay Joshi
a22b2a6074
Added keep-alive support for SSH sessions when connecting to a PostgreSQL server via an SSH tunnel. #7016
2023-12-19 16:16:03 +05:30
Akshay Joshi
e207a82dbb
Remove the 'Close Window' submenu specifically for OSX to prevent unintended closure of the entire application. #6814 (partial fixed)
2023-12-05 12:29:28 +05:30
Akshay Joshi
2b2ff0d260
Ensure that indexes created by constraints are visible in the object explorer when "Show system objects" is enabled. #6717
2023-12-01 13:02:21 +05:30
Anil Sahoo
f2876cabe8
1. Fixed an issue where database name was missing in an error message if name contains any special characters. #6488
...
2. Add a confirmation dialog before closing a query tool when a query is already running.
2023-11-30 18:23:52 +05:30
Akshay Joshi
fd1a0753bc
Fixed an issue where the Schema was not visible in the dropdown for table properties or when creating a new table. #6964
2023-11-29 13:09:01 +05:30
Aditya Toshniwal
377216caec
Add support for generating ERD for a schema. #4580
2023-11-28 16:42:51 +05:30
Pravesh Sharma
412375af3c
- Add support for creating a function with custom return type. #6854
...
- Fixed an issue where create object dialog title was not showing object type name.
2023-11-28 15:54:44 +05:30
Akshay Joshi
85255b65b1
1) Ensure that the Authentication Source in the drop-down of the UserManagement dialog aligns with the entries specified for AUTHENTICATION_SOURCES in the configuration file. #6950
...
2) Fixed an issue where the pgAdmin page went blank when clicking the delete button in the User Management dialog. #6989
2023-11-27 14:16:49 +05:30
Yogesh Mahajan
e66cb54a58
Ensure user is not prompted for password if server password is saved and server configuration has invalid pgpass file parameter. #6934
2023-11-23 15:54:14 +05:30
Nikhil Mohite
361ae458d4
Fixed an issue where on entering full screen, the option label is not changed to 'Exit Full Screen' in desktop mode. #6921
2023-11-23 15:52:00 +05:30
Aditya Toshniwal
115208c8d8
Reverse engineer serial columns when generating ERD for database/table. #6958
2023-11-23 15:50:54 +05:30
Aditya Toshniwal
0358298090
Fix failing feature tests
2023-11-16 21:01:43 +05:30
Akshay Joshi
302e1acabd
Fixed an issue where the data type of the array type was not visible for the column in the Foreign Table dialog. #6962
2023-11-16 17:49:26 +05:30
Aditya Toshniwal
c9db4a0d16
Add DROP SQL for foreign keys in SQL generated by ERD when using WITH DROP option. #5770
2023-11-16 16:55:26 +05:30
Akshay Joshi
cc239149ba
Fixed and improve few API test cases.
2023-11-16 14:43:10 +05:30
Aditya Toshniwal
75a2d880f6
More fixes for UI issues found when testing wcDocker changes. #6479
2023-11-14 16:47:40 +05:30
Anil Sahoo
7f49b891df
Fix an issue in ERD tool where SQL generated is missing columns for the table. #6920
2023-11-13 13:53:10 +05:30
Yogesh Mahajan
370cb611d7
Clear the password field in the config database on clear saved server password. #6934
2023-11-09 13:02:19 +05:30
Nikhil Mohite
d4b57edede
Fixed an issue where the change server password is not working in desktop mode #6902
2023-11-09 12:06:42 +05:30
Anil Sahoo
695c008245
Remove the max length of 255 from password exec command in server configuration dialog. #6877
2023-11-06 11:55:29 +05:30
Aditya Toshniwal
96fccd28a9
Upgrade Flask, Flask-SQLAlchemy, Flask-WTF, Flask-Babel, Flask-Security-Too, WTForms, Werkzeug and keep backward compatibility with Python 3.7
2023-11-03 18:19:01 +05:30
Anil Sahoo
6062084128
Fixed the query generated when creating subscription where copy_data parameter was missing. #6817
2023-11-03 14:58:48 +05:30
Akshay Joshi
9eb7c1cbea
1) Ensure that eventlet's subprocess is used for Python versions up to 3.11 and await the issue resolution for Python versions 3.12.
...
2) Fixed unescape sequence for Python 3.12
2023-11-02 16:03:50 +05:30
Aditya Toshniwal
17acce3e7b
Continue fixing multiple UI issues found when testing wcDocker changes. #6479
2023-11-01 20:52:38 +05:30
Aditya Toshniwal
b11b2a2f50
Continue fixing multiple UI and SonarQube issues found when testing wcDocker changes. #6479
2023-10-27 15:51:45 +05:30
Yogesh Mahajan
1bfd8d7f3c
Fix foreign table api test failures for EPAS.
2023-10-27 12:58:47 +05:30
Aditya Toshniwal
862f101772
Significant changes to use ReactJS extensively.
...
1. Replace the current layout library wcDocker with ReactJS based rc-dock. #6479
2. Have close buttons on individual panel tabs instead of common. #2821
3. Changes in the context menu on panel tabs - Add close, close all and close others menu items. #5394
4. Allow closing all the tabs, including SQL and Properties. #4733
5. Changes in docking behaviour of different tabs based on user requests and remove lock layout menu.
6. Fix an issue where the scroll position of panels was not remembered on Firefox. #2986
7. Reset layout now will not require page refresh and is done spontaneously.
8. Use the zustand store for storing preferences instead of plain JS objects. This will help reflecting preferences immediately.
9. The above fix incorrect format (no indent) of SQL stored functions/procedures. #6720
10. New version check is moved to an async request now instead of app start to improve startup performance.
11. Remove jQuery and Bootstrap completely.
12. Replace jasmine and karma test runner with jest. Migrate all the JS test cases to jest. This will save time in writing and debugging JS tests.
13. Other important code improvements and cleanup.
2023-10-23 17:43:17 +05:30
Benjamin Blattberg
e587ef404c
Fix an issue where the default server-group is being deleted if the load-server json file contains no servers. #6602
2023-10-23 11:16:57 +05:30
Khushboo Vashi
b4b2a4ff67
Fix an issue where user login is not working if username/email contains single quote in server mode. #6865
2023-10-17 13:49:18 +05:30
Pravesh Sharma
eead9b77e7
Fixed issue where MSQL for delete column was not generating. #5749
2023-10-16 15:04:31 +05:30
Aditya Toshniwal
3a62fc5a2a
Fix issues found during testing. #6229 , #6836
2023-10-12 16:58:46 +05:30
Aditya Toshniwal
10adb6a11b
Add support for setting prepare threshold in server connection. #6285
2023-10-12 16:54:06 +05:30
Aditya Toshniwal
221af6caa6
Fix an issue where scale in columns is not allowed to have value as 0 or below. #6851
2023-10-11 15:06:57 +05:30
Pravesh Sharma
73430a2062
Fixed an issue where user was not able to assign new/old columns as primary key once column with primary key is deleted. #5749
2023-10-11 13:29:19 +05:30
Aditya Toshniwal
fc411bfc49
Allow setting custom username for shared servers, with default as username of server being shared. #6229
2023-10-11 12:56:06 +05:30
Yogesh Mahajan
4450145d31
Fixed issues reported while testing foreign table properties. #640
2023-10-11 11:53:14 +05:30
Yogesh Mahajan
7ce07f7dcf
Fixed issues reported while testing foreign table node. #640
2023-10-06 12:28:40 +05:30
Akshay Joshi
9666bd6c8d
1) Added 'load_balance_hosts' connection string parameter for PG 16 and above. #6802
...
2) Added EPAS 11 support back as its EOL is in November.
2023-10-04 17:55:37 +05:30
Aditya Toshniwal
b9d3006915
Fix failing RE-SQL test cases for foreign tables on EPAS servers.
2023-09-29 13:38:22 +05:30