pgadmin4/web
Aditya Toshniwal 9179b7464b Fixed following issues after React Porting:
1. Unique constraint should not allow changing values for deferrable, deferred, included columns.
2. Primary keys should not allow changing values for deferrable, deferred, included columns.
3. Foreign keys should not allow changing match type. The referenced table name is empty.
4. Exclude - Column/Expression has incorrect values.
5. Save should not be enabled when Custom auto-vacuum is enabled but none of the parameters are edited.

Fixes #6777
2021-09-23 14:46:10 +05:30
..
migrations Ensure that the login account should be locked after N number of attempts. N is configurable using the 'MAX_LOGIN_ATTEMPTS' parameter. Fixes #6337 2021-07-22 12:24:43 +05:30
pgadmin Fixed following issues after React Porting: 2021-09-23 14:46:10 +05:30
regression Fixed following issues after React Porting: 2021-09-23 14:46:10 +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 Included JSX files in the linter check. 2021-04-08 17:56:18 +05:30
babel.cfg Modify babel config for javascript files. 2020-09-13 18:54:35 +05:30
config.py Added PG/EPAS 14 binary path entry in the preferences dialog. 2021-09-20 14:59:05 +05:30
karma.conf.js Update copyright notices for 2021 2021-01-04 15:34:45 +05:30
package.json Pin @material-ui/lab to 4.0.0-alpha.58, to fix build on Windows x64 2021-09-23 13:15:53 +05:30
pgAdmin4.py Added support to launch PSQL for the connected database server. Fixes #2341 2021-05-25 20:12:57 +05:30
pgAdmin4.wsgi Update copyright notices for 2021 2021-01-04 15:34:45 +05:30
pgadmin.themes.json 1) Further styling tweaks for Dark Theme. 2019-11-11 18:47:43 +05:30
setup.py Fixed ModuleNotFoundError when running setup.py from outside of the root. Fixes #6408 2021-04-27 12:54:57 +05:30
webpack.config.js Fixes SonarQube issues. 2021-05-29 12:55:59 +05:30
webpack.shim.js Added React framework for the properties dialog and port Server Group, Server, and Database dialogs. 2021-09-09 12:20:59 +05:30
webpack.test.config.js Added React framework for the properties dialog and port Server Group, Server, and Database dialogs. 2021-09-09 12:20:59 +05:30
yarn.lock Pin @material-ui/lab to 4.0.0-alpha.58, to fix build on Windows x64 2021-09-23 13:15:53 +05:30