pgwui_server
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