Aditya Toshniwal
ad34ee2699
Fixed new line indentation in query editor and add a user preference to disable it. #7295
2024-06-13 18:06:13 +05:30
Aditya Toshniwal
e03d65d547
Fixed an issue where query tool shortcuts for find/replace are not working. #7555
2024-06-13 17:26:47 +05:30
Pravesh Sharma
b5c8692f34
Fixed an issue where resizable data editors in query tool should not be allowed to resize beyond the app window bounds. #7241
2024-06-13 14:07:44 +05:30
Akshay Joshi
f96977733f
Downgrade some more packages to ensure compatibility with Debian 10
2024-06-13 12:27:24 +05:30
Akshay Joshi
33bd02d337
Downgrade boto3 to ensure compatibility with Debian 10.
2024-06-13 11:26:15 +05:30
Akshay Joshi
ab01dde2ba
Fixed RESQL test case.
2024-06-12 18:46:12 +05:30
Akshay Joshi
dea5335ce5
Fixed the following SonarQube code smells:
...
1) Do not use the Array index in keys.
2) Import from the same module should be merged.
3) Mutable variables should not be exported.
4) Variables should not be initialized to undefined.
5) startswith or endswith method should be used.
6) Unwrap this unnecessarily grouped subpattern.
Additionally, addressed many other SonarQube rules.
2024-06-12 18:09:06 +05:30
Rohit Bhati
288fd7ed12
Add support for comments on RLS policy object. #7414
2024-06-12 17:18:55 +05:30
Rohit Bhati
c98cea2ea9
Search Objects dialog should focus on search input on open. #7536
2024-06-12 17:17:35 +05:30
Aditya Toshniwal
056aff4742
Revert the changes done for removing support for Python 3.7
2024-06-12 16:23:27 +05:30
Yogesh Mahajan
6357672387
Provide an option to set the theme based on the OS theme. #5932
2024-06-12 16:18:37 +05:30
Yogesh Mahajan
bdadc77235
Ensure preferences can be loaded using preferences.json. #7516
2024-06-12 12:07:28 +05:30
dependabot[bot]
0cb75bdcab
Python dependency: Bump azure-identity in /web/regression
...
Bumps [azure-identity](https://github.com/Azure/azure-sdk-for-python ) from 1.16.0 to 1.16.1.
- [Release notes](https://github.com/Azure/azure-sdk-for-python/releases )
- [Changelog](https://github.com/Azure/azure-sdk-for-python/blob/main/doc/esrp_release.md )
- [Commits](https://github.com/Azure/azure-sdk-for-python/compare/azure-identity_1.16.0...azure-identity_1.16.1 )
---
updated-dependencies:
- dependency-name: azure-identity
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-06-12 11:44:55 +05:30
dependabot[bot]
bc3052ed1b
Python dependency: Bump testtools from 2.7.1 to 2.7.2 in /web/regression
...
Bumps [testtools](https://github.com/testing-cabal/testtools ) from 2.7.1 to 2.7.2.
- [Release notes](https://github.com/testing-cabal/testtools/releases )
- [Changelog](https://github.com/testing-cabal/testtools/blob/master/NEWS )
- [Commits](https://github.com/testing-cabal/testtools/compare/2.7.1...2.7.2 )
---
updated-dependencies:
- dependency-name: testtools
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-06-12 11:44:31 +05:30
Akshay Joshi
df2f3460f0
Fix the following SonarQube code smells:
...
1) Use the "RegExp.exec()" method instead.
2) Remove parameter form or provide default value.
3) Extract this nested ternary operation into an independent statement.
4) Replace this character class by the character itself.
5) Unnecessary use of conditional expression for default assignment.
6) Prefer using an optional chain expression instead, as it's more concise and easier to read.
2024-06-11 18:07:22 +05:30
Aditya Toshniwal
bdf4f39b2b
- Update release notes.
...
- Update more JS packages.
2024-06-11 15:28:21 +05:30
Yogesh Mahajan
fff192eb95
Ensure that a user can connect to a server using SSL certificates and identity files from a shared storage. #7306
2024-06-11 14:48:11 +05:30
Akshay Joshi
c47390e643
Fixed API test cases for BatchProcess
2024-06-11 12:59:48 +05:30
Ahmad
fd944280f1
Fixed an issue where dark theme shows white background when all tabs are closed. #7481
2024-06-11 12:03:43 +05:30
Khushboo Vashi
fa71b06874
Set the permission for the installation directory without fakeroot.
2024-06-11 10:41:47 +05:30
Khushboo Vashi
591308fbe8
chmod doesn't work with fakeroot in a single command.
2024-06-10 18:45:44 +05:30
Akshay Joshi
a03b513389
Revert changes for yarn.lock
2024-06-10 18:15:05 +05:30
Akshay Joshi
8857f0d179
Fix SonarQube code smells:
...
1) String literals should not be duplicated.
2) Prefer using an optional chain expression instead, as it's more concise and easier to read.
3) Expected the Promise rejection reason to be an Error.
2024-06-10 18:04:32 +05:30
Khushboo Vashi
2d2aa45ec5
Another attempt to fix Debian installation directory permission.
2024-06-10 16:50:59 +05:30
Khushboo Vashi
ba5b66ff4f
Fix Debian installation directory permission.
2024-06-10 16:11:09 +05:30
oon arfiandwi
285e3afeee
Indonesian translation for version 8.9
...
* Added translation using Weblate (Indonesian)
* Added translation using Weblate (Indonesian)
* Translated using Weblate (Indonesian)
---------
Co-authored-by: Weblate Admin <admin@example.com>
2024-06-10 11:33:03 +05:30
Akshay Joshi
b3cf9ce185
Unpin dnspython from 'regression/requirements.txt' as eventlet issue is fixed.
2024-06-07 17:52:46 +05:30
dependabot[bot]
18deb16e36
Python dependency: Bump pbr from 5.11.1 to 6.0.0 in /web/regression
...
Bumps [pbr](https://docs.openstack.org/pbr/latest/ ) from 5.11.1 to 6.0.0.
---
updated-dependencies:
- dependency-name: pbr
dependency-type: direct:production
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>
2024-06-07 16:53:22 +05:30
dependabot[bot]
1a1266a5d6
Python dependency: Bump azure-identity from 1.15.0 to 1.16.0
...
Bumps [azure-identity](https://github.com/Azure/azure-sdk-for-python ) from 1.15.0 to 1.16.0.
- [Release notes](https://github.com/Azure/azure-sdk-for-python/releases )
- [Changelog](https://github.com/Azure/azure-sdk-for-python/blob/main/doc/esrp_release.md )
- [Commits](https://github.com/Azure/azure-sdk-for-python/compare/azure-identity_1.15.0...azure-identity_1.16.0 )
---
updated-dependencies:
- dependency-name: azure-identity
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-06-07 16:49:53 +05:30
dependabot[bot]
7cdcaa0533
Python dependency: Bump azure-mgmt-resource in /web/regression
...
Bumps [azure-mgmt-resource](https://github.com/Azure/azure-sdk-for-python ) from 23.0.1 to 23.1.1.
- [Release notes](https://github.com/Azure/azure-sdk-for-python/releases )
- [Changelog](https://github.com/Azure/azure-sdk-for-python/blob/main/doc/esrp_release.md )
- [Commits](https://github.com/Azure/azure-sdk-for-python/compare/azure-mgmt-resource_23.0.1...azure-mgmt-resource_23.1.1 )
---
updated-dependencies:
- dependency-name: azure-mgmt-resource
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-06-07 16:49:30 +05:30
dependabot[bot]
d5f6802e5f
Python dependency: Bump azure-identity in /web/regression
...
Bumps [azure-identity](https://github.com/Azure/azure-sdk-for-python ) from 1.15.0 to 1.16.0.
- [Release notes](https://github.com/Azure/azure-sdk-for-python/releases )
- [Changelog](https://github.com/Azure/azure-sdk-for-python/blob/main/doc/esrp_release.md )
- [Commits](https://github.com/Azure/azure-sdk-for-python/compare/azure-identity_1.15.0...azure-identity_1.16.0 )
---
updated-dependencies:
- dependency-name: azure-identity
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-06-07 16:49:11 +05:30
dependabot[bot]
bc1a2a0b4d
Python dependency: Bump selenium in /web/regression
...
Bumps [selenium](https://github.com/SeleniumHQ/Selenium ) from 4.19.0 to 4.21.0.
- [Release notes](https://github.com/SeleniumHQ/Selenium/releases )
- [Commits](https://github.com/SeleniumHQ/Selenium/compare/selenium-4.19.0...selenium-4.21.0 )
---
updated-dependencies:
- dependency-name: selenium
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-06-07 16:39:53 +05:30
dependabot[bot]
7cb1d74c05
Python dependency: Update setuptools requirement from ==69.* to ==70.*
...
Updates the requirements on [setuptools](https://github.com/pypa/setuptools ) to permit the latest version.
- [Release notes](https://github.com/pypa/setuptools/releases )
- [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst )
- [Commits](https://github.com/pypa/setuptools/compare/v69.0.0...v70.0.0 )
---
updated-dependencies:
- dependency-name: setuptools
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-06-07 16:39:31 +05:30
dependabot[bot]
02dbb20b41
Python dependency: Update setuptools requirement in /web/regression
...
Updates the requirements on [setuptools](https://github.com/pypa/setuptools ) to permit the latest version.
- [Release notes](https://github.com/pypa/setuptools/releases )
- [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst )
- [Commits](https://github.com/pypa/setuptools/compare/v69.0.0...v70.0.0 )
---
updated-dependencies:
- dependency-name: setuptools
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-06-07 16:38:56 +05:30
Akshay Joshi
6b9e3f5d1c
Update release note.
2024-06-07 15:54:41 +05:30
Aditya Toshniwal
5f4db94179
Update yarn.lock file
2024-06-07 15:21:13 +05:30
Aditya Toshniwal
de712b0805
- Update JS packages.
...
- Remove support for Python 3.7 as Debian 10 is EOL.
2024-06-07 14:17:22 +05:30
dependabot[bot]
fdfd6c7792
Python dependency: Update boto3 requirement in /web/regression
...
Updates the requirements on [boto3](https://github.com/boto/boto3 ) to permit the latest version.
- [Release notes](https://github.com/boto/boto3/releases )
- [Changelog](https://github.com/boto/boto3/blob/develop/CHANGELOG.rst )
- [Commits](https://github.com/boto/boto3/compare/1.33.0...1.34.86 )
---
updated-dependencies:
- dependency-name: boto3
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-06-06 18:14:14 +05:30
dependabot[bot]
c6739ebd6b
Python dependency: Bump dnspython from 2.3.0 to 2.6.1 in /web/regression
...
Bumps [dnspython](https://github.com/rthalley/dnspython ) from 2.3.0 to 2.6.1.
- [Release notes](https://github.com/rthalley/dnspython/releases )
- [Changelog](https://github.com/rthalley/dnspython/blob/main/doc/whatsnew.rst )
- [Commits](https://github.com/rthalley/dnspython/compare/v2.3.0...v2.6.1 )
---
updated-dependencies:
- dependency-name: dnspython
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-06-06 18:11:47 +05:30
dependabot[bot]
f673e68677
Python dependency: Bump eventlet from 0.34.2 to 0.36.1
...
Bumps [eventlet](https://github.com/eventlet/eventlet ) from 0.34.2 to 0.36.1.
- [Changelog](https://github.com/eventlet/eventlet/blob/master/NEWS )
- [Commits](https://github.com/eventlet/eventlet/compare/v0.34.2...0.36.1 )
---
updated-dependencies:
- dependency-name: eventlet
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-06-06 18:09:33 +05:30
Rohit Bhati
85d4473af4
Disable the query tool editor input if any SQL is being loaded to prevent users from typing. #6357
2024-06-06 18:06:49 +05:30
dependabot[bot]
45cafd2cff
Python dependency: Update boto3 requirement from ==1.33.* to ==1.34.*
...
Updates the requirements on [boto3](https://github.com/boto/boto3 ) to permit the latest version.
- [Release notes](https://github.com/boto/boto3/releases )
- [Changelog](https://github.com/boto/boto3/blob/develop/CHANGELOG.rst )
- [Commits](https://github.com/boto/boto3/compare/1.33.0...1.34.86 )
---
updated-dependencies:
- dependency-name: boto3
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-06-06 18:03:50 +05:30
dependabot[bot]
d5ac441ab7
Python dependency: Bump psycopg[c] in /web/regression
...
Bumps [psycopg[c]](https://github.com/psycopg/psycopg ) from 3.1.12 to 3.1.19.
- [Changelog](https://github.com/psycopg/psycopg/blob/master/docs/news.rst )
- [Commits](https://github.com/psycopg/psycopg/compare/3.1.12...3.1.19 )
---
updated-dependencies:
- dependency-name: psycopg[c]
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-06-06 18:01:42 +05:30
dependabot[bot]
8e372f194c
Python dependency: Update bcrypt requirement in /web/regression
...
Updates the requirements on [bcrypt](https://github.com/pyca/bcrypt ) to permit the latest version.
- [Changelog](https://github.com/pyca/bcrypt/blob/main/release.py )
- [Commits](https://github.com/pyca/bcrypt/compare/4.0.0...4.1.2 )
---
updated-dependencies:
- dependency-name: bcrypt
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-06-06 17:58:48 +05:30
dependabot[bot]
55ad67ac52
Javascript dependency: Bump eslint from 9.2.0 to 9.4.0
...
Bumps [eslint](https://github.com/eslint/eslint ) from 9.2.0 to 9.4.0.
- [Release notes](https://github.com/eslint/eslint/releases )
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md )
- [Commits](https://github.com/eslint/eslint/compare/v9.2.0...v9.4.0 )
---
updated-dependencies:
- dependency-name: eslint
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-06-06 17:58:03 +05:30
Yogesh Mahajan
cc999ae5a5
Remove the usage of MUI makeStyles as it doesn't support React 18. #7363
2024-06-06 17:13:12 +05:30
Khushboo Vashi
f66bd4bcfb
Remove the use of is_normalized function for Python 3.7.
2024-06-05 14:11:59 +05:30
Akshay Joshi
dfaea944f0
Revert "Detect if running in Flatpak; patch pythonPath and pgadminFile accordingly."
...
This reverts commit d98ee76b8d
.
2024-06-04 20:35:25 +05:30
Akshay Joshi
ff287f32c5
Update version for release v8.8
2024-06-04 18:22:35 +05:30
Akshay Joshi
a46f99d360
1) Partially fixed the issue with inserting characters at the end of the line by setting 'Underline query at cursor?' to false by default.
...
2) Update release note.
2024-06-04 18:18:16 +05:30