Akshay Joshi
0e0d0c7c2e
Fixed API test cases for Triggers in EPAS.
2023-04-27 17:46:58 +05:30
Aditya Toshniwal
e20e75aeba
Fixed an issue where Reset Password is not working after upgrading to latest flask-security-too. #6191
2023-04-27 13:19:09 +05:30
Aditya Toshniwal
46a9d4a69d
Fix an issue where query tool hangs for some time when multiple columns are selected to open geometry viewer. #5044
2023-04-27 11:58:50 +05:30
Nikhil Mohite
35cbe968f4
Fixed an issue where table node is not getting added on UI if the same name table is present in another schema.
2023-04-27 11:57:55 +05:30
Pravesh Sharma
861c66d180
Ensure that when pasting a row in query tool grid, default value is used for autogenerated/serial columns. #5922
2023-04-26 15:41:10 +05:30
Aditya Toshniwal
1e7517dc98
Show object breadcrumbs path along with its comment on object hover. #2078
2023-04-26 11:18:16 +05:30
Nikhil Mohite
60265b306f
Fixed an issue where PSQL is not working if the PGUSER env variable is set and service file is used for server connection details. #6180
2023-04-26 11:14:10 +05:30
Aditya Toshniwal
3ac789f615
Fix ERD JS test cases failing due to previous commit.
2023-04-24 18:49:04 +05:30
Aditya Toshniwal
4c2ae44e4c
Attempt to fix failing JS test cases with error related to ERD.
2023-04-24 18:04:02 +05:30
Nikhil Mohite
625508e32a
Fixed an issue with the properties tab not getting updated if the user updates the selected node. #6158
2023-04-24 14:54:52 +05:30
Yogesh Mahajan
39a0f46159
Ensure that internal users are able to login when auth sources are [ldap, internal]. #6151
2023-04-24 11:54:02 +05:30
Akshay Joshi
0ccfa7900c
The search object, query tool, and psql tool menu should not be displayed for pgAgent. #6077
2023-04-20 18:01:20 +05:30
Khushboo Vashi
d98f411ea9
Show proper message if the debugger is stopped by the user. #6059
2023-04-20 17:05:05 +05:30
Akshay Joshi
c19fc3628c
Ensure that the ERD tool should work with the external database after moving to psycopg3. #6159
2023-04-20 15:37:43 +05:30
Aditya Toshniwal
20132f8daa
Fix a typo in database delete test case.
2023-04-20 14:39:41 +05:30
Akshay Joshi
d6ecc531e0
Added support to create an unnamed index. #3318
2023-04-20 12:35:10 +05:30
Aditya Toshniwal
ed941b5b95
Fix a SQL error occurring on roles dependents SQL. #6128
2023-04-20 10:18:00 +05:30
Khushboo Vashi
41e4f3eed9
Log the exception to better understand the GSSAPI module load failure.
2023-04-19 17:20:34 +05:30
Khushboo Vashi
bd3eeb7111
Skip Kerberos login mock test if GSSAPI module failed to load.
2023-04-19 16:20:07 +05:30
Yogesh Mahajan
f1e7782ca2
Fixed error occurring while dumping the servers from CLI. #6137
2023-04-19 16:05:35 +05:30
Yogesh Mahajan
4ede084b8f
Fixed error occurring while logging out from pgAdmin keeping a query tool opened. #6120
2023-04-18 17:54:21 +05:30
Nikhil Mohite
a6faa77e5b
Throw an appropriate error when a table for which View/Edit data is open is deleted and query is executed. #6138
2023-04-18 15:26:40 +05:30
Khushboo Vashi
47a0009d32
Ensure to quote the primary key value if needed while deleting rows from the table. #6130
2023-04-17 12:38:16 +05:30
Akshay Joshi
947630e0f0
Added support to show statistics for materialized views. #3316
2023-04-14 16:27:43 +05:30
Yogesh Mahajan
64d5457e2b
Try to fix feature test failures happening due to error occurring while deleting test databases.
...
* Try to fix feature test failures happening due to error occurring while deleting test databases.
* Updated ON_DEMAND_ROW_COUNT to ON_DEMAND_RECORD_COUNT missed in #3275 .
2023-04-13 17:25:12 +05:30
Yogesh Mahajan
993e1eb1b6
Allow on demand record count setting to be changed per user using preferences. #3275
2023-04-13 16:43:11 +05:30
Pravesh Sharma
288ba1d1f9
Fixed an issue where collation was set to none if we remove it while creating partitioned table. #5820
2023-04-13 13:27:16 +05:30
Pravesh Sharma
c2a54f3524
Fixed an issue where browser tree state is not remembered when reopening pgAdmin. #5777
2023-04-13 13:02:46 +05:30
Pravesh Sharma
097080ba97
Ensure that save button is enabled when registering new server fails due to API error. #6075
...
Incorporated review comments
2023-04-13 13:02:12 +05:30
Khushboo Vashi
6ab102fcbc
Fixed CSV export from Query Tool results does not include all columns for multiple CTEs. #6122
2023-04-11 19:09:26 +05:30
Khushboo Vashi
660a75a582
Fixed asyncio random task error messages in Query tool. #6109
2023-04-10 16:45:05 +05:30
Aditya Toshniwal
15914fe5e3
Fix the dependents SQL of Roles which is throwing a type casting error on PostgreSQL 15. #6093
2023-04-10 12:25:12 +05:30
Aditya Toshniwal
a93c0c8d94
Redirect pgAdmin main window console logs to NW.js server logs.
2023-04-06 15:16:14 +05:30
Khushboo Vashi
fa29ba9163
Fixed the LDAP authentication issue for the simultaneous login attempts.
2023-04-04 18:47:13 +05:30
Aditya Toshniwal
a18d469c90
Fix an issue in search objects where objects were unable to locate occasionally. #5916
2023-04-04 18:29:54 +05:30
Aditya Toshniwal
ca088e83f7
Fix server test cases for servers with blank password and trust
2023-04-03 17:51:35 +05:30
Aditya Toshniwal
e334b87b4c
Add an extra None check for password before encryption to avoid possible failure
2023-04-03 17:21:16 +05:30
Aditya Toshniwal
415e9c0ac5
Ensure that when execute_scalar is run for multiple queries in single SQL then the last query result is returned.
2023-04-03 16:07:34 +05:30
Khushboo Vashi
bc5e710d49
Fixed error while executing continue in debugging session after some time of debug execution. #5953
2023-04-03 15:28:11 +05:30
Akshay Joshi
3eac4ba59e
Fixed an issue where MSQL is not loading while creating a new login role.
2023-04-03 14:50:45 +05:30
Aditya Toshniwal
6710969143
Rename 'Edit Object..' context menu back to 'Properties...'. #4734
2023-04-03 13:10:24 +05:30
Pravesh Sharma
6c7116a20c
Fix an issue where insert was failing when copy pasting a row and saving in result grid. #5934
2023-04-03 10:57:45 +05:30
Libor M
17a4faeb6b
Czech translation for version 7.0
2023-04-03 10:29:46 +05:30
Yogesh Mahajan
33953e9119
Fixed intermittent error "Connection Lost" shown while connecting to database.
2023-03-31 16:17:04 +05:30
Aditya Toshniwal
94051a0991
Fix failing RE-SQL test cases for pgAgent.
2023-03-31 15:34:57 +05:30
Khushboo Vashi
659316d3cb
Fix View data issue for the table without column.
2023-03-31 11:23:20 +05:30
Aditya Toshniwal
21cbc6e9e5
Fix SQLs generated for pgAgent related nodes which were causing issues after psycopg3 changes. #5011
2023-03-31 10:48:16 +05:30
Nikhil Mohite
50391ae3fd
Fixed an issue loading file fails in Desktop mode
2023-03-31 10:47:48 +05:30
Domenico Sgarbossa
ce637ecd4b
Italian translations updated for v7.0
2023-03-31 10:46:34 +05:30
Akshay Joshi
374941bfab
Update message catalogs
2023-03-30 19:11:23 +05:30
Aditya Toshniwal
5330121b36
On pressing Ctrl+C on a tree object, copy the fully qualified name to clipboard. #5854
2023-03-29 21:45:09 +05:30
Akshay Joshi
140494454a
Fixed linter errors after eslint upgrade.
2023-03-29 17:22:50 +05:30
Nikhil Mohite
48839983fd
Updated config file documentation for shared storage and While doing save as operation, ensure the error message is shown if access is restricted in shared storage #5014
2023-03-29 13:49:32 +05:30
Aditya Toshniwal
36d18ba5cb
Changes in accesskey display code to reflect all supported browser+OS combinations. #5022
2023-03-29 13:49:11 +05:30
Aditya Toshniwal
9924fae378
Nomenclature changes:
...
1. Rename "Properties..." context menu option of object to "Edit Object...".
2. Rename "Browser" tree to "Object Explorer". #4734
2023-03-28 22:20:14 +05:30
Nikhil Mohite
05f3efbc97
Fixed jasmine and API test cases for import/export servers.
2023-03-28 22:19:01 +05:30
Yogesh Mahajan
fc0e36b313
Removed old path library used to validate client secret path while google authentication. #5750
2023-03-28 11:27:16 +05:30
Yogesh Mahajan
501bff6f7a
Ensure google authentication can be completed successfully, while pgAdmin is running in behind proxy servers. #5750
2023-03-28 11:07:41 +05:30
Akshay Joshi
12f82820c9
Fix an issue where Backup, Restore, and Maintenance not working if connection timeout is set in the server dialog. #5959
2023-03-27 17:41:19 +05:30
Aditya Toshniwal
66cb4e3bcf
Auto expand row edit form when a new row is added for Primary Key, Foreign Key, Unique Constraint and Exclusion Constraint. #3298
2023-03-27 17:14:37 +05:30
Khushboo Vashi
7ce03f3bea
Fix UUID datatype typecast issue.
2023-03-27 11:38:57 +05:30
Akshay Joshi
636ab5cbab
Change the foreground color of the code mirror text for Dark Theme. #6018
2023-03-27 11:35:54 +05:30
Pravesh Sharma
eef7461ae6
Ensure that default values are set only for insert statement if user does not provide any values, in case of updating existing values to blank it should be set to null. #5934
...
Incorporated review comments
2023-03-27 10:22:28 +05:30
Nikhil Mohite
b429a38176
Fixed shared storage file accessibility issues in import/export servers and cloud deployment. #5014
2023-03-24 16:27:02 +05:30
Yogesh Mahajan
40013fb26c
Added support of BigAnimal v3 API. #5805
2023-03-24 16:07:02 +05:30
Yogesh Mahajan
58aca506fe
Fixed error occurring while authentication in Google Cloud SQL deployment wizard in server mode. #5750
2023-03-24 15:50:37 +05:30
Aditya Toshniwal
1d01b5a8a2
Add a note on top of keyboard shortcuts preferences to show the Accesskey of the browser. #5022
2023-03-24 15:44:43 +05:30
Akshay Joshi
207812582d
1) Fixed RESQL test case for EPAS.
...
2) Update Dependencies.
2023-03-24 14:37:35 +05:30
Yogesh Mahajan
f1aa82ad36
While restoring the database connections due to lost server connection, ensure that the databases which were previously connected are only reconnected. #5919
2023-03-24 14:33:45 +05:30
Khushboo Vashi
5cb64f7602
Fix Debugger restart issue.
2023-03-24 14:33:07 +05:30
Akshay Joshi
70b2ead852
Ensure that the schema diff tool should not allow comparison between Postgres Server and EDB Postgres Advanced Server. #5952
2023-03-24 13:03:35 +05:30
Nikhil Mohite
e4eeba2aa7
Fixed the UI related issues reported during testing for Shared Storage in Server Mode. #5014
2023-03-24 11:08:27 +05:30
Aditya Toshniwal
319701dbbd
Ensure that when pasting rows the rows are added right below the selected rows for copying. #5921
2023-03-23 18:49:15 +05:30
Yogesh Mahajan
a026353df8
Fixed the UI related issues reported during testing for Google Cloud SQL deployment. #5750
2023-03-23 11:51:21 +05:30
Aditya Toshniwal
64ddfc0eb7
Fix an issue where server foreground/background color was not getting applied after jQuery changes. #5701
2023-03-21 17:39:37 +05:30
Yogesh Mahajan
1b327d1997
Fix issues reported during testing. #5750
2023-03-20 18:22:16 +05:30
Aditya Toshniwal
eba306618c
Fix issues related to packages update. #5901
2023-03-20 18:21:33 +05:30
Aditya Toshniwal
b923f5fcfa
Use fetch instead of axios to close connections in SQLEditor, ERD, Schema Diff and Debugger to ensure it completes. When closing a browser tab, axios does not guarantee AJAX request completion. #5894
2023-03-20 18:20:48 +05:30
Khushboo Vashi
64aa739224
Fix SQLEditor Notifier and InetLoader issue.
2023-03-20 18:20:25 +05:30
Khushboo Vashi
366dd3a973
Remove psycopg2 completely.
2023-03-20 16:57:30 +05:30
Yogesh Mahajan
6c12829cd4
Validate user inputs provided in configuration files before starting pgadmin server. #5907
2023-03-17 17:46:11 +05:30
Pravesh Sharma
a9399030f4
Fixed issue where pgAgent jobs were not getting dropped from properties tab #5834
2023-03-17 17:43:42 +05:30
Aditya Toshniwal
3ce1589681
Fix an issue where query tool is stuck when running query after discarding changed data. #5955
2023-03-16 17:23:57 +05:30
Aditya Toshniwal
42ac0d577d
Add .ts and .tsx files under linter and fix linter issues. #5830
2023-03-16 17:22:26 +05:30
Aditya Toshniwal
37c0de5d7d
Fix an issue where new dashboard graphs are partially following theme colors. #5958
2023-03-16 17:21:56 +05:30
Aditya Toshniwal
7b18ce10fe
Fix layout saving which didn't work after jQuery changes. #5701
2023-03-15 18:57:31 +05:30
Pravesh Sharma
89c8a7f907
Added option to create unique constraint with nulls not distinct. #5855
2023-03-15 18:55:42 +05:30
Aditya Toshniwal
292d76b39e
Update SQLAlchemy, Flask, Flask-SQLAlchemy, and other packages to current versions. #5901
...
- Update Flask, Flask-SQLAlchemy, Flask-Babel, Flask-Security-Too, Flask-SocketIO, pytz, psutil, SQLAlchemy, bcrypt, cryptography, eventlet, Authlib, requests python packages
- Remove pinned dnspython, Werkzeug packages from requirements.txt
2023-03-15 11:57:16 +05:30
Akshay Joshi
294282c7ca
Fixed circular import error.
2023-03-14 18:40:53 +05:30
Akshay Joshi
0a543d0e95
Ensure that the user's storage directory is created when the users are created, as well as for those users who have not yet been created. #5824
2023-03-14 18:21:18 +05:30
Aditya Toshniwal
fea1b9cf82
Use http for SVG namespace URLs which were changed to https for SonarQube fixes. #5943
2023-03-14 13:48:43 +05:30
Aditya Toshniwal
f72f4aa359
Dashboard graph Y-axis width should increase with label. #5929
2023-03-14 11:04:08 +05:30
Yogesh Mahajan
63c7d14638
Added capability to deploy PostgreSQL servers on Google Cloud. #5750
2023-03-13 14:56:16 +05:30
Aditya Toshniwal
ec32099d2f
Show appropriate error message when master password is not set instead of 'Crypt key missing'. #5735
2023-03-13 11:51:35 +05:30
Khushboo Vashi
66c4b9d05a
Fix Debugger test cases.
2023-03-13 11:51:15 +05:30
Akshay Joshi
3c56c0e4b7
Revert "Update SQLAlchemy, Flask, Flask-SQLAlchemy, and other packages to current versions. #5901 "
...
This reverts commit 31818bb67a
.
2023-03-09 16:53:43 +05:30
Aditya Toshniwal
31818bb67a
Update SQLAlchemy, Flask, Flask-SQLAlchemy, and other packages to current versions. #5901
...
Remove the python version check from the requirements.txt.
2023-03-08 18:26:51 +05:30
Akshay Joshi
6bd0ea7a02
Fixed an issue where the file name in the query tool tab was not changing if another file is opened. #5909
2023-03-08 17:37:45 +05:30
Reese Russell
53f460ca7d
Fixed typo
2023-03-08 11:23:41 +05:30
Nikhil Mohite
79de2ad571
Fixed jasmine test cases.
2023-03-08 11:20:39 +05:30
Akshay Joshi
17f18e795f
Fixed an issue where the count query should not be triggered when the estimated count is less than zero. #5904
2023-03-07 16:16:34 +05:30
Akshay Joshi
ca33283930
Make 'using' and 'with check' fields a textarea in the RLS policy. #5874
2023-03-07 12:19:03 +05:30
Nikhil Mohite
9da8a188fa
Added support for mounting shared storage in server mode. #5014
2023-03-06 17:03:47 +05:30
Khushboo Vashi
c35d449d7e
Fix query mogrify issue.
2023-03-06 16:57:31 +05:30
Yogesh Mahajan
740164fbd0
Handle errors occurring during decoding UTF-8 encoded query result data which contains ascii characters. #4784
2023-03-02 11:03:17 +05:30
Anil Sahoo
5abb748c3e
Display the 'No menu available for this object' message if the selected tree node does not have any options. #5775
2023-03-02 11:02:15 +05:30
Dave Page
ff25afb88e
Add missing import.
2023-02-28 11:24:35 +00:00
Akshay Joshi
55b917f24b
1) Ensure that when '--pkg resql' is provided then only RESQL test cases should run.
...
2) Fixed the RESQL test cases for Sequences. #5810
2023-02-28 16:24:29 +05:30
Akshay Joshi
a008f9ba79
Fixed an issue where the database server is not connected using a service file. #5889
2023-02-28 13:29:58 +05:30
Nikhil Mohite
1c0b826d23
Fixed schema diff UI alignment issues.
2023-02-27 15:47:24 +05:30
Pravesh Sharma
59b47847d7
Fixed an issue where user MFA entry was not getting delete after deleting a user. #5833
2023-02-27 15:46:33 +05:30
Khushboo Vashi
b640df5bdd
Fix Query Tool error messages for psycopg3 driver.
2023-02-22 14:07:05 +05:30
Aditya Toshniwal
9abbd30790
Fix an issue where sequence owner is remove on sequence edit. #5810
2023-02-22 14:06:44 +05:30
Aditya Toshniwal
cf28d7df32
Fix an issue where query tool is stripping spaces in grid cell. #5803
2023-02-22 14:06:13 +05:30
Akshay Joshi
f404fdcf8a
Fixed an issue where the user can't create trigger AFTER UPDATE OF. #5790
2023-02-20 17:37:17 +05:30
Aditya Toshniwal
08062e67ca
Do not allow to save invalid JSON in query tool JSON editor. #5822
2023-02-20 15:37:59 +05:30
Aditya Toshniwal
8967a510c9
Handle MERGE operation in query tool explain introduced in PostgreSQL 15. #5872
2023-02-20 15:36:22 +05:30
Pravesh Sharma
b1e6eaad61
Fixed an issue where query was not pasted to editor after trojan source warning. #5760
2023-02-20 13:25:35 +05:30
Khushboo Vashi
b9cbf08b51
Another try to fix JSON issues.
2023-02-20 11:21:32 +05:30
Aditya Toshniwal
aeb4867bdf
Few dashboard graph improvements.
2023-02-18 15:46:37 +05:30
Khushboo Vashi
5f52bb59dd
Fix json issues ( #5865 )
2023-02-16 10:46:39 +00:00
Akshay Joshi
a0b8676f61
Fixed an issue where an object of type bytes is not JSON serializable when saving the data from the query tool.
2023-02-15 15:20:18 +05:30
Khushboo Vashi
5e0daccf76
Added support for psycopg3 along with psycopg2. #5011
2023-02-15 11:31:29 +05:30
Matěj Cepl
7a4951f211
Remove dependency on simplejson package.
2023-02-15 11:10:12 +05:30
Akshay Joshi
d8c5bc4320
Ensure that content on the DDL comparison panel should get refreshed on selecting the object using the up and down arrow keys. #5747
2023-02-14 17:15:04 +05:30
Anil Sahoo
5303a36ff4
Fixed an issue where Clear Saved Password should be disabled if the password is already cleared. #5773
2023-02-14 15:47:40 +05:30
Pravesh Sharma
8388f1e7ba
Fix for query tool prompting for unsaved changes even if no changes have been made. #5756
2023-02-14 11:04:30 +05:30
Akshay Joshi
f623d563b1
Ensure that the schema diff tool should pick up the change in the column grants. #5269
2023-02-13 17:54:38 +05:30
Akshay Joshi
0fd1e0963e
Fixed an issue where pgAdmin failed to connect when the Postgres password included special characters. #5847
2023-02-13 16:49:18 +05:30
Paul Milbank
83ec0f3d90
Add additional logging for successful logins and user creation. #5842
2023-02-13 11:11:05 +05:30
Anil Sahoo
ed2b8ea1de
Fix an issue where the maintenance dialog for Materialized View gives an error. #5764
2023-02-10 15:19:53 +05:30
Aditya Toshniwal
be72cee6be
Fix failing jasmin test cases. #5701
2023-02-10 14:47:29 +05:30
Akshay Joshi
b0846908da
Correct the OR operator. #5758
2023-02-10 12:38:53 +05:30
Pravesh Sharma
ff6f0825b8
Fixed an issue where lock layout menu was not in sync with preferences. #5758
2023-02-10 10:31:02 +05:30
Aditya Toshniwal
713ddb5f62
Remove usage of jQuery in pgAdmin.
...
Remove usage of Bootstrap in React components. #5701
2023-02-10 10:28:39 +05:30
Aditya Toshniwal
1806866bf5
Allow changing cardinality notation in ERD to use Chen notation. #5832
2023-02-10 10:27:16 +05:30
Akshay Joshi
696cb0fa05
Ensure that Grant column permission to a view is visible in the SQL tab. #5685
2023-02-10 10:26:01 +05:30
Akshay Joshi
6833fdd731
Ensure that keyboard hotkey to open query tool and search object should work properly. #5763
2023-02-06 15:58:33 +05:30
Aditya Toshniwal
4a3bcfa202
Use uplot for Dashboard graphs to reduce CPU usage. #5794
2023-02-06 15:55:02 +05:30
Aditya Toshniwal
f3bb4776e4
Fix an issue where drag and drop object names is not working. #5761
2023-02-06 15:29:27 +05:30
rlbxku1r
c2acaa2fc8
Update Japanese translation for v6.20
2023-02-06 11:05:19 +05:30
Domenico Sgarbossa
4c34781b15
Updated Italian Translation for v6.20
2023-02-06 11:04:53 +05:30
Akshay Joshi
a3202ccb2d
Update message catalogs
2023-02-02 20:22:13 +05:30
Akshay Joshi
ca43f938bd
1. Ensure that the system columns should not visible in the import/export data. #5733
...
2. Fixed console error while attaching the partition. #5748
2023-02-02 18:14:38 +05:30
Nikhil Mohite
b3a3b8beab
Revert "Fixed an issue where the default value of string for columns should wrap in quotes in the create script. #5577 "
...
This reverts commit 34e409f313
.
2023-02-02 15:32:29 +05:30
Aditya Toshniwal
cdc1248794
Send the username to server node when created. #5702
2023-02-02 13:58:09 +05:30
Akshay Joshi
adc7155fe9
Make a backup of the old SQLite database to support running older versions if necessary. #4728
2023-02-01 17:52:58 +05:30
Pravesh Sharma
e247867abf
Incorporated review comments for #5705
2023-02-01 14:24:49 +05:30
Aditya Toshniwal
932dcd9666
Fix an issue where role is used as username for newly added servers when opening query tool. #5702
2023-02-01 13:11:00 +05:30
Nikhil Mohite
b02f81505b
Ensure nested menu items are shown in quick search result. #5796
2023-01-31 13:04:49 +05:30