pgadmin4/web
Nikhil Mohite b5f9fffadd Fixed the following issues:
RM-4232:
1. If the user adds a percentage (other than for placeholders) then it is stripped off.
2. Backslash is getting removed in the connection string if we provide the backslash(\) in placeholders or the database name contains it.
3. If the user added only spaces( )in placeholders it is not getting reset to default values.

RM-4230:
1. Rename panel option is not working in the debugger.
2. Added Rename panel for schema diff.

Fixes #4232 #4230
2020-10-27 11:03:00 +05:30
..
migrations Fixed SQLAlchemy operation error with the boolean value as true/false for Python version < 3.7 2020-10-01 13:29:46 +05:30
pgadmin Fixed the following issues: 2020-10-27 11:03:00 +05:30
regression Added support to download utility files at the client-side. Fixes #3318 2020-10-23 16:14:55 +05:30
.editorconfig Fixed focus color issue for Alertify dialog buttons. Fixes #5292 2020-03-26 15:30:31 +05:30
.eslintignore Ignore the ycache directory when linting. 2018-05-31 10:34:29 -04:00
.eslintrc.js Replace charting library Flotr2 with ChartJS using React. Fixes #3904 2020-07-29 14:49:22 +05:30
babel.cfg Modify babel config for javascript files. 2020-09-13 18:54:35 +05:30
config.py Added following security enhancements: 2020-10-20 17:14:45 +05:30
karma.conf.js Added ability to generate code coverage reports for java script files. 2020-08-07 12:27:12 +05:30
package.json Added support to rename query tool and debugger tabs. Fixes #4230 2020-10-23 17:16:31 +05:30
pgAdmin4.py Change the following to replace Python 2 code with Python 3: 2020-08-31 16:45:31 +05:30
pgAdmin4.wsgi Raise an exception under Python < 3.4 for WSGI mode. 2020-05-04 15:06:45 +05:30
pgadmin.themes.json 1) Further styling tweaks for Dark Theme. 2019-11-11 18:47:43 +05:30
setup.py Fixed incorrect import in setup.py 2020-09-28 17:47:38 +05:30
webpack.config.js Added support to download utility files at the client-side. Fixes #3318 2020-10-23 16:14:55 +05:30
webpack.shim.js Added support to download utility files at the client-side. Fixes #3318 2020-10-23 16:14:55 +05:30
webpack.test.config.js Added ability to generate code coverage reports for java script files. 2020-08-07 12:27:12 +05:30
yarn.lock Added support to rename query tool and debugger tabs. Fixes #4230 2020-10-23 17:16:31 +05:30