Akshay Joshi
5dca51637c
Remove feature tests for JIT as there is no guarantee that this information will always be available.
2022-11-19 10:24:22 +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
Yogesh Mahajan
49fe54bc16
Fixed the feature test failures for Advanced Server 14.
2022-11-09 17:33:28 +05:30
Yogesh Mahajan
3a04f64545
Fixed feature test for PostgreSQL 15.
2022-11-04 13:43:53 +05:30
Pravesh Sharma
176ea5949b
Fixed copy sql to query tool feature test
2022-10-10 12:06:47 +05:30
Khushboo Vashi
ca8b5c68fd
Remove Backgrid and Backform. Fixes #6134
2022-09-10 14:22:49 +05:30
Yogesh Mahajan
cbf5886430
Fixed the following code smells:
...
1. Use concise character class syntax
2. Add a "break" statement or remove this "else" clause.
3. Replace this generic exception class with a more specific one.
4. Use a regular expression literal instead of the 'RegExp' constructor.
5. Use the opposite operator ("not in") instead.
2022-09-10 13:48:14 +05:30
Nikhil Mohite
d967d5046d
Fixed 'Remove the unused function parameter' code smell.
2022-09-09 18:36:51 +05:30
Akshay Joshi
3b95a416ca
Fixed 'Remove the unnecessary boolean literals' code smell.
2022-09-09 15:23:18 +05:30
Akshay Joshi
18b77f15dd
Remove Alertify from pgAdmin completely. Fixes #7619
2022-09-08 15:16:48 +05:30
Nikhil Mohite
e1942d8c9e
1) Port schema diff to React. Fixes #6133
...
2) Remove SlickGrid.
2022-09-07 19:20:03 +05:30
Akshay Joshi
1d0ac0f7dc
Moved the feature_tests folder into the regression folder.
2022-09-06 13:59:33 +05:30