Yogesh Mahajan
|
97bd417ea8
|
Fixed intermittent failures for the role related feature tests.
|
2023-03-27 11:51:28 +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 |
|
Dave Page
|
49b5ab71c2
|
Use repo commit URLs that Yarn 2+ is happy with.
|
2023-03-24 16:30:38 +00:00 |
|
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 |
|
dependabot[bot]
|
7e8cc539dc
|
Python dependency: Bump webfonts-loader from 7.5.2 to 8.0.1 in /web
Bumps [webfonts-loader](https://github.com/jeerbl/webfonts-loader) from 7.5.2 to 8.0.1.
- [Release notes](https://github.com/jeerbl/webfonts-loader/releases)
- [Commits](https://github.com/jeerbl/webfonts-loader/compare/v7.5.2...v8.0.1)
---
updated-dependencies:
- dependency-name: webfonts-loader
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2023-03-24 11:09: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 |
|
Nikhil Mohite
|
8fbe2fb8f2
|
Fixed TypeError: changelist must be an iterable of select.kevent objects occurring with eventlet & Python3.9.*
|
2023-03-21 17:37:55 +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 |
|
Akshay Joshi
|
f43b3b0ce5
|
After upgrading SQLAlchemy, use _asdict().items() instead of .items().
|
2023-03-20 16:48:12 +05:30 |
|
Akshay Joshi
|
3ca7bb854f
|
Fixed an issue where migration on external database is not working. #5941
|
2023-03-20 16:18:59 +05:30 |
|
dependabot[bot]
|
4577acae71
|
Bump webpack from 5.75.0 to 5.76.0 in /web
Bumps [webpack](https://github.com/webpack/webpack) from 5.75.0 to 5.76.0.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v5.75.0...v5.76.0)
---
updated-dependencies:
- dependency-name: webpack
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2023-03-17 17:48:13 +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 |
|
Yogesh Mahajan
|
3de2e625b5
|
Fix feature test failures caused due to invalid binary path.
|
2023-03-15 18:54:22 +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 |
|
Yogesh Mahajan
|
48f2e2744c
|
Fixed feature tests failures occurred due to psycopg3 changes.
|
2023-03-14 17:51:14 +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 |
|