pgwui_server
2024-03-05 Karl O. PincBetter docs for the pgwui.client_encoding setting
2024-02-23 Karl O. PincSet client-side connection encoding
2024-02-23 Karl O. PincDrop python <= v3.5, add v3.8-v3.11
2021-06-03 Karl O. PincBump version number to 0.12.0
2021-05-30 Karl O. PincBump version number to 0.11.0
2021-05-09 Karl O. PincBump version number to 0.10.0
2021-04-29 Karl O. PincExample pgwui_copy configs
2021-04-27 Karl O. PincUse SetupError name from pgwui_core instead of the...
2021-04-15 Karl O. PincChange init_menu() to establish_settings()
2021-01-26 Karl O. PincChange component name from pgwui_testing to pgwui_develop
2021-01-24 Karl O. PincBump version number to 0.9.0
2021-01-24 Karl O. PincBump version number to 0.8.0
2021-01-23 Karl O. PincAdd a "trim" key to the bulk upload map
2021-01-23 Karl O. PincUpdate copyright statements
2021-01-23 Karl O. PincAdd a setting for uploaded file format
2021-01-23 Karl O. PincAdd a "null" setting to control upload of NULL values
2021-01-23 Karl O. PincHave literal_column_headings values be those of boolean...
2021-01-23 Karl O. PincDocument "trim" settings in config text
2021-01-23 Karl O. PincChange the default db setting, will have new setting...
2021-01-20 Karl O. PincFix so component settings are validated
2021-01-20 Karl O. PincReorganize docs in ini files
2021-01-18 Karl O. PincBump version number to 0.7.0
2021-01-05 Karl O. PincAdd the pgwui_bulk_upload settings
2021-01-05 Karl O. PincComment the pgwui_upload settings so the component...
2020-12-09 Karl O. PincSupport tox against multiple Python versions using...
2020-12-09 Karl O. PincComponent name includes pgwui_ prefix
2020-12-09 Karl O. PincUpdate email address
2020-12-08 Karl O. PincBump version number to 0.6.0
2020-12-08 Karl O. PincAllow overriding of assets
2020-12-08 Karl O. PincReturn error(s) when page routes or assets do not resolve
2020-12-08 Karl O. PincOnly turn introspection on during development
2020-12-08 Karl O. PincProduce at startup the map of route names to paths...
2020-12-07 Karl O. PincMove validation from pgwui_server to pgwui_common
2020-12-06 Karl O. Pincroute_prefix should not apply to *_page settings
2020-12-06 Karl O. PincSome route prefix integration tests
2020-12-06 Karl O. PincReport error when multi-valued setting has one value
2020-12-06 Karl O. PincTidy up
2020-12-06 Karl O. PincMove integration tests into their own file
2020-12-02 Karl O. PincMove acting on pgwui.routes setting into PGWUI_Common
2020-12-01 Karl O. PincAdd home_page and menu_page concepts
2020-11-24 Karl O. PincMark unit and integration tests
2020-11-24 Karl O. PincAdjust for unit test marking
2020-11-23 Karl O. PincAdd check-debug target
2020-11-20 Karl O. PincNew ini syntax for list after =
2020-11-18 Karl O. PincImprove docs
2020-11-17 Karl O. PincMove code out of __init__.py
2020-11-17 Karl O. PincBetter check_config.py example
2020-09-13 Karl O. PincSimpler, faster code
2020-09-13 Karl O. PincLog (debug) when done autoconfiguring components
2020-09-13 Karl O. PincModule for functions that validate the internal setting...
2020-09-13 Karl O. PincUse dicts instead of dots in the internal settings...
2020-09-09 Karl O. PincLog autoconfiguration at the debug level
2020-09-09 Karl O. PincDefault pgwui.autoconfigure to True
2020-08-31 Karl O. PincMove literal_column_headings setting into PGWUI_Upload
2020-08-31 Karl O. PincAdd documentation of component checking
2020-08-29 Karl O. PincMove common exceptions into pgwui_common
2020-08-29 Karl O. PincMove component setting checker helpers into pgwui_common
2020-08-29 Karl O. PincAdded long_description_content_type
2020-08-29 Karl O. PincComponents check their own settings
2020-08-29 Karl O. PincValues that won't parse as a boolean are not boolean
2020-08-28 Karl O. PincSplit exceptions into their own file
2020-08-27 Karl O. PincAbstract config declaration key construction
2020-06-28 Karl O. PincParse plugin config values
2020-06-28 Karl O. PincTighten up code
2020-06-28 Karl O. PincMove parse_assignments() in code
2020-06-28 Karl O. PincBetter test of validate_settings()
2020-06-28 Karl O. PincSwitch mock handling in tests; plugin config declaratio...
2020-06-27 Karl O. PincRoute names must match pgwui component names
2020-01-23 Karl O. PincClean .tox when setup.py changes
2020-01-05 Karl O. PincAllow marking and running of just unit or just integrat...
2019-12-28 Karl O. Pincpgwui.autoconfigure declaration; autodetect pgwui compo...
2019-12-28 Karl O. PincRemove unused test fixture
2019-12-28 Karl O. PincAdd sample systemd service file
2019-12-28 Karl O. PincChange default session.secure to False so PGWUI works...
2019-12-28 Karl O. PincProvide a working Nginx config
2019-12-14 Karl O. PincReorganize examples dir as relative to target destination
2019-12-13 Karl O. PincStandardize make accross PGWUI with Makefile_pgwui.mk
2019-12-13 Karl O. PincMehtion SNI, Hitch, HAProxy; better wording; better...
2019-12-13 Karl O. PincSelf-document Makefile
2019-12-12 Karl O. PincImprove the docs accuracy and language
2019-12-12 Karl O. PincDocument minimal logging on stderr
2019-12-12 Karl O. PincReport all configuration errors, not just the first
2019-12-12 Karl O. PincOn startup fail also print to stderr
2019-12-11 Karl O. PincBump version number to 0.5.0
2019-12-11 Karl O. PincLog and exit on config failure, instead of dumping...
2019-12-11 Karl O. Pinckeywords are a list
2019-12-11 Karl O. Pinc40 characters for hmac session secret
2019-12-11 Karl O. PincUse python3 to make
2019-12-06 Karl O. PincBump version number to 0.4.0
2019-12-06 Karl O. PincAdd literal_column_headings setting
2019-12-04 Karl O. PincBetter docs in ini file logging section
2019-12-04 Karl O. PincConfigure for logging from pgwui_upload
2018-11-17 Karl O. PincImprove some of the documentation related to security
2018-11-17 Karl O. PincBetter ini file heading
2018-11-17 Karl O. PincDo not supply default settings, let the component suppl...
2018-11-17 Karl O. PincRequire some settings, supply defaults for others,...
2018-11-17 Karl O. PincTidy up
2018-11-17 Karl O. PincValidation of session.secret setting
2018-11-17 Karl O. PincRaise exception on unknown pgwui setting
2018-11-17 Karl O. PincParse settings which are dicts
next