pgwui_server
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
2018-11-15 Karl O. PincCorrect spelling of pgwui.routes in ini files
2018-11-15 Karl O. PincTweak docs
2018-11-15 Karl O. PincBump version number to 0.3.0
2018-11-14 Karl O. PincAllow routes to contain equal signs
2018-11-14 Karl O. PincMention that routes can be full URLs
2018-11-14 Karl O. PincDocument pgwui.routes in the ini files
2018-11-14 Karl O. PincAdd pgwui.route_prefix to example ini files
2018-11-13 Karl O. PincImplement pgwui.routes config settings
2018-11-13 Karl O. PincBump version number to 0.2.0
2018-11-10 Karl O. PincFix wheel install in pudb venv
2018-11-09 Karl O. PincClean up and fix cleaning of pytest generate files
2018-11-09 Karl O. PincMove LIVE_DB constant into pgwui.default_db ini file...
2018-11-09 Karl O. PincPreface all pgwui settings with "pgwui."
2018-11-09 Karl O. PincAdd integration test
2018-11-06 Karl O. PincCredit DFGF
2018-11-05 Karl O. PincBump version number to 0.1.0
2018-11-05 Karl O. PincLock required pgwui distributions to current version
2018-11-02 Karl O. PincUse context manager
2018-11-01 Karl O. PincFix heading markup
2018-11-01 Karl O. PincMove code out of main() for extensibility
2018-11-01 Karl O. PincInitial import from GMI_Pyramid