pgadmin4/web
Aditya Toshniwal b64896f558 Fixed generated SQL issue for auto vacuum options. Fixes #5398
Fixed some more issues:

 1) pgAdmin allows only true or false values for autovacuum_enabled,
    and there is no way to reset it individually without disabling a custom auto vacuum.
    To fix this, the control is changed from the switch to three state buttons.
 2) Setting any vacuum options to zero made the option disappear from the SQL.
 3) Right-click on a table with vacuum options set and create a new table.
 4) The parameters tab will have the options prefilled.
 5) Changed the UI a bit to remove unnecessary space around. Added "Autovacuum" before enabled.
    The SQL generated was appending a ".0" to decimal vacuum options. Changed to remove the leading ".0".
2020-05-08 14:30:30 +05:30
..
migrations Ensure that the password prompt should not be visible if the database server is in trust authentication mode. Fixes #2813 2020-04-10 17:03:04 +05:30
pgadmin Fixed generated SQL issue for auto vacuum options. Fixes #5398 2020-05-08 14:30:30 +05:30
regression Raise an exception under Python < 3.4. 2020-04-30 14:17:00 +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 Update copyright notices for 2020. 2020-01-02 14:43:50 +00:00
babel.cfg Fix translation extraction for new client side translations, and update catalogs. 2017-03-28 15:21:49 -04:00
config.py Raise an exception under Python < 3.4. 2020-04-30 14:17:00 +05:30
karma.conf.js Update copyright notices for 2020. 2020-01-02 14:43:50 +00:00
package.json Replace the existing color picker - spectrum-colorpicker with @simonwep/pickr. 2020-04-03 17:06:47 +05:30
pgAdmin4.py Refactor pgAdmin4.py so it can be imported and is a lot more readable. Fixes #5455 2020-05-04 15:28:44 +01:00
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 Remove Python2 references from the source code. 2020-04-30 17:22:48 +05:30
webpack.config.js Remove the 'Beta' word from the Dark Theme. 2020-04-24 16:52:39 +05:30
webpack.shim.js Fixes an issue where pgAdmin4 GUI does not display properly in IE 11. Fixes #5361 2020-04-08 11:29:03 +05:30
webpack.test.config.js Added search object functionality. Fixes #2172 2020-04-06 17:33:07 +05:30
yarn.lock Update yarn.lock 2020-04-07 09:43:54 +01:00