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
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
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
Yogesh Mahajan
1b327d1997
Fix issues reported during testing. #5750
2023-03-20 18:22:16 +05:30
Yogesh Mahajan
63c7d14638
Added capability to deploy PostgreSQL servers on Google Cloud. #5750
2023-03-13 14:56:16 +05:30
Matěj Cepl
7a4951f211
Remove dependency on simplejson package.
2023-02-15 11:10:12 +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
9ff015e73c
Added support of AWS provider for BigAnimal cloud deployment. #5569
2023-01-09 12:32:26 +05:30
Akshay Joshi
98184e5835
Update copyright notices for 2023
2023-01-02 11:53:55 +05:30
Khushboo Vashi
5d9bcde50d
Fix BigAnimal API v2 compatibility issue for checking the cluster creation permission.
2022-12-21 18:22:05 +05:30
Khushboo Vashi
d9fba3a186
Ignore SQLAlchemy vulnerability as it is ignored by the upstream too.
...
Fix BigAnimal database versions by type. #5637
2022-12-13 15:57:43 +05:30
Khushboo Vashi
bb07d36963
Fixed BigAnimal authentication aborted issue. #5629
2022-12-12 14:23:25 +05:30
Khushboo Vashi
6442854fb5
Update the BigAnimal API version to V2. #5147
2022-11-24 10:49:42 +05:30
Mark Mayo
41508f7f67
python 3 updates
...
- Fix super() calls for python 3
- No need to inherit objects.
- No need for u at the start of strings
- Tidied up some brackets and f-strings too
2022-11-19 10:13:41 +05:30
Akshay Joshi
0b6b2e733a
1) Remove Python's 'Six' package completely. #5357
...
2) Replace deprecated @abstractproperty with @property, @abstractmethod.
2022-09-26 12:47:31 +05:30
Yogesh Mahajan
83e2ee04d1
Added high availability options to AWS deployment. #5304
2022-09-22 14:59:42 +05:30
Yogesh Mahajan
d38d0ce805
1) Fixed the error message displayed when clicking the cloud server for which deployment is in progress. Fixes #5144
...
2) Ensure that if big animal authentication is aborted, API calls should be stopped. Fixes #5275
2022-09-15 18:44:07 +05:30
Khushboo Vashi
40e0175ee5
Added the verification of region id for BigAnimal deployment.
2022-09-14 15:10:21 +05:30
Aditya Toshniwal
2de965d710
1. Use EDB's repo for react-data-grid instead of the personal repo.
...
2. Improved searching in the Search Objects.
3. Fixed react warnings in the query tool.
4. Fixed some SonarQube issues.
2022-09-13 19:13:33 +05:30
Aditya Toshniwal
b128ba2f57
Fixed a couple of SonarQube issues.
2022-09-10 14:04:28 +05:30
Akshay Joshi
b73aa6d000
Fixed 'Remove the unnecessary boolean literals' code smell
2022-09-08 20:28:43 +05:30
Akshay Joshi
b8f63adf41
Fixes following code smell reported by SonarQube:
...
1) Replace this if-then-else flow by a single return statement
2) Remove the unnecessary boolean literals.
2022-09-08 19:56:02 +05:30
Akshay Joshi
7086719640
Fixed SonarQube issues.
2022-09-08 18:08:58 +05:30
Akshay Joshi
18b77f15dd
Remove Alertify from pgAdmin completely. Fixes #7619
2022-09-08 15:16:48 +05:30
Akshay Joshi
e58b9c767b
Port search object dialog to React. Fixes #7622
2022-08-30 17:08:12 +05:30
Yogesh Mahajan
71a4b20d90
Fixed some SonarQube issues.
2022-08-30 14:21:33 +05:30
Aditya Toshniwal
09e2c0eac0
1. Explain plan crashes query tool after SonarQube fixes.
...
2. Fix XSS issue in query tool.
3. Process details for cloud process not showing complete command.
4. Confirm dialog before removing processes.
2022-08-18 18:42:03 +05:30
Yogesh Mahajan
f873ab5374
1) Ensure that the next button should be disabled if the password did not match for Azure deployment. Fixes #7616
...
2) Fixed an issue where Azure cloud deployment failed. Fixes #7617
2022-08-18 18:39:52 +05:30
Khushboo Vashi
8bcd1e4e60
Strings are wrapped into gettext in the Dashboard and Cloud modules.
2022-08-18 13:41:27 +05:30
Dave Page
c8ef4733d0
Various minor string fixes.
2022-08-17 12:47:13 +01:00
Khushboo Vashi
ae5254e8a9
Fixed an issue where the cloud deployment wizard creates the cluster with the
...
High Availability even if that option is not selected. Fixes #7608
2022-08-14 07:14:10 +05:30
Aditya Toshniwal
7bd0d55c83
Fixed Security Hotspot reported by SonarQube.
2022-08-12 17:14:15 +05:30
Akshay Joshi
084203debc
Fixed Securtiy Hotspot reported by SonarQube.
2022-08-12 17:10:26 +05:30
Aditya Toshniwal
c2b23465cc
1) Added support to show all background processes in separate panel. Fixes #3709
...
2) Port process watcher to React. Fixes #7404
2022-08-11 10:49:45 +05:30
Yogesh Mahajan
fa6b77b42c
Port Role Reassign dialog to React. Fixes #7344
2022-08-05 16:04:15 +05:30
Yogesh Mahajan
4c6e7d4f4f
Fixed an issue with the error message being displayed at the right place for Azure deployments. Fixes #7497
2022-08-05 14:11:17 +05:30
Akshay Joshi
81b0d1138b
Remove Alertify dialog from Grant Wizard, Import/Export Servers and Cloud.
2022-07-28 10:14:04 +05:30
Yogesh Mahajan
8f2bda2309
1) Preserve the settings set by the user in the import/export data dialog. Fixes #7428
...
2) Fixed the JSON editor issue of hiding the first record. Fixes #7520
2022-07-18 10:54:03 +05:30
Yogesh Mahajan
59f5c0d955
Added support for Azure PostgreSQL deployment in server mode. Fixes #7522
2022-07-06 11:43:49 +05:30
Aditya Toshniwal
cb635f6706
Removing dynamic module loading and replacing it with static loading. Fixes #7492
...
Gets rid of all occurrences and usage of get_own_javascripts since it is no longer used.
2022-06-30 11:06:50 +05:30
Yogesh Mahajan
64e1e004ae
Disables Azure PostgreSQL cloud deployment in Server mode.
...
refs #7506
2022-06-28 18:48:41 +05:30
Yogesh Mahajan
d4657dcd32
Fixed module import issue.
...
refs #7506
2022-06-28 11:28:55 +05:30
Yogesh Mahajan
659009c1de
Fixed permission denied error when deploying PostgreSQL in Azure using Docker. Fixes #7506
2022-06-27 19:36:20 +05:30
Yogesh Mahajan
23869cd61f
Fixed an issue where users would not be able to authenticate in Azure on Linux platforms. Fixes #7495
2022-06-23 18:19:32 +05:30
Yogesh Mahajan
7e1e068370
Added capability to deploy PostgreSQL servers on Microsoft Azure. Fixes #7178
2022-06-15 11:22:42 +05:30
Khushboo Vashi
48336fd7f4
Fixed an issue when deploying instances on BigAnimal with the High Availability option not selected, it throws an error.
2022-06-15 11:00:40 +05:30
Khushboo Vashi
e1c5a06bf0
Fixed some cloud deployment issues:
...
- Added High Availability option
- Server group renamed to pgAdmin server group
- Removed the Private option from Networking otherwise, it would not be possible to connect the server from pgAdmin.
2022-06-09 14:07:05 +05:30
Khushboo Vashi
345cfd7c60
Ensure that unwanted APIs should not be getting called for BigAnimal. Fixes #7368
...
Updated the BigAnimal icon.
2022-05-24 11:34:23 +05:30