Commit Graph

4955 Commits

Author SHA1 Message Date
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
426cc683eb Update version for release v6.20 2023-02-06 16:08:50 +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
Akshay Joshi
103cf0eba5 Fixed a migration issue for the external database. #4728 2023-01-31 15:53:16 +05:30
Nikhil Mohite
b02f81505b Ensure nested menu items are shown in quick search result. #5796 2023-01-31 13:04:49 +05:30
Aditya Toshniwal
ec86152396 Revert audit fix changes and ignore the low severity Vulnerability. 2023-01-31 13:01:52 +05:30
dependabot[bot]
d206b1c403 Bump ua-parser-js from 0.7.32 to 0.7.33 in /web (#5791)
Bumps [ua-parser-js](https://github.com/faisalman/ua-parser-js) from 0.7.32 to 0.7.33.
- [Release notes](https://github.com/faisalman/ua-parser-js/releases)
- [Changelog](https://github.com/faisalman/ua-parser-js/blob/master/changelog.md)
- [Commits](https://github.com/faisalman/ua-parser-js/compare/0.7.32...0.7.33)

---
updated-dependencies:
- dependency-name: ua-parser-js
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-30 15:40:00 +05:30
Khushboo Vashi
7a18ceab64 Fixed the server heartbeat logging issue when server is removed. #5567 2023-01-30 15:39:34 +05:30
Akshay Joshi
ea3dffe78d 1) Fixed an issue where Query history is not getting loaded with an external database. #5781
2) Change the datatype of the value column of the setting table to text instead of a string. #5746
3) Fixed an issue where the key 'passfile' is not found. #4728
2023-01-30 15:38:36 +05:30
Akshay Joshi
fd1c26408b Modify the logic to show the connection string for the shared servers. #4728 2023-01-24 17:22:54 +05:30
Khushboo Vashi
7dc0c1d05c Make the heartbeat normal thread to the daemon thread. #5567 2023-01-24 17:22:29 +05:30
Akshay Joshi
a7cf698d09 1) Added support for setting PostgreSQL connection parameters. #4728
2) Fixed an issue where Kerberos authentication to the server is not imported/exported. #5732
3) Increase the length of the value column of the setting table. #5746
4) Upgrade Flask-Migrate to 4.0.0. #5525
2023-01-23 17:19:59 +05:30
Khushboo Vashi
6ae91592d1 Fix orphan database connections resulting in an inability to connect to databases. #5567 2023-01-19 15:57:02 +05:30
Aditya Toshniwal
22cc658dca Fix failing import servers CLI due to vulnerability fix. #5751 2023-01-18 13:19:21 +05:30
Pravesh Sharma
9c4573fd80 Ensure that all parts of the application recommend and enforce the same length of passwords. #5705 2023-01-17 17:20:32 +05:30
Nikhil Mohite
a48828e7a3 Improve performance by removing signal-based zoom-in, zoom-out, etc functionality from the runtime environment. #5723 2023-01-17 17:18:35 +05:30
Nikhil Mohite
1a64af2743 Fixed the issue where the user cannot add via user management if the email field is blank. 2023-01-16 19:33:17 +05:30
Aditya Toshniwal
53ae657cc9 Fix menu closing issue on file manager. #5615
Fix file path issue in import/export servers caused due to vulnerability fix.
2023-01-16 19:28:23 +05:30
Aditya Toshniwal
8b236e7bc8 Ensure that the authenticated users can't access each other's directories and files by providing relative paths. #5734 2023-01-13 12:29:21 +05:30
Aditya Toshniwal
83b207e7da Fix few more issues related to Menu rewrite. #5615 2023-01-13 12:28:23 +05:30
Aditya Toshniwal
42220b1cb2 Fix select dropdown border issue. #5661 2023-01-09 18:42:48 +05:30
Aditya Toshniwal
1c705cf9be Fix issues related to menu rewrite. #5615 2023-01-09 18:41:23 +05:30
Akshay Joshi
2a86afc64c Update version for release 6.19 2023-01-09 12:34:13 +05:30
Khushboo Vashi
9ff015e73c Added support of AWS provider for BigAnimal cloud deployment. #5569 2023-01-09 12:32:26 +05:30
Libor M
9d307cf9ba Czech translation for version 6.19 2023-01-09 11:07:07 +05:30
Dave Page
895feeb4ad Move external repos to pgadmin-org 2023-01-06 09:25:39 +00:00
Domenico Sgarbossa
9e231641f2 Italian translation updated. 2023-01-06 10:08:10 +05:30
Akshay Joshi
a8724b9764 Update message catalogs 2023-01-05 17:44:35 +05:30
Pravesh Sharma
af2fc30b95 Fixed an issue where rename panel was losing focus when trying to add name if input box is empty. #5675 2023-01-05 17:37:09 +05:30
Nikhil Mohite
0a7d9a69f7 Ensure the correct child node is selected on the expansion of the collection node. 2023-01-05 17:30:30 +05:30
dependabot[bot]
25b6a0a1cf Bump json5 from 1.0.1 to 1.0.2 2023-01-05 11:10:50 +05:30
Nikhil Mohite
9c61670c9f Ensure the query tool opens successfully on renaming any tree node from the database selected for the query tool connection #5542, #5559 2023-01-04 12:20:54 +05:30
Yogesh Mahajan
3841bc5253 Fixed feature test failures occurring due to tree changes. 2023-01-04 10:44:22 +05:30
Pravesh Sharma
e987b3074d Fixed jasmine test case failure. 2023-01-03 12:57:32 +05:30
Akshay Joshi
a562e73d34 Fixed audit issue 2023-01-03 11:36:16 +05:30