pgwui_server
2024-09-03 Karl O. PincBetter documentation of defaults
2024-09-03 Karl O. PincImproved systemd example service file
2024-08-20 Karl O. PincBump version number to 0.19.0
2024-08-20 Karl O. PincChange docs on overriding assets to YAML syntax
2024-08-19 Karl O. PincBump version number to 0.18.0
2024-08-05 Karl O. PincBump version number to 0.17.0
2024-08-05 Karl O. PincUse proper boolean values instead of string representations
2024-08-05 Karl O. PincBump version number to 0.16.0
2024-08-05 Karl O. PincRemove unused pgwui_upcen settings from devel settings...
2024-08-05 Karl O. PincAdd pgwui_upcen settings
2024-07-16 Karl O. PincRecommend Python virtualenv creation with "python3...
2024-06-23 Karl O. PincUse correct syslog facility code in yaml configs
2024-06-23 Karl O. PincRemove leftover "pgwui." prefixes in the yaml configs
2024-06-23 Karl O. PincFix PasteDeploy entrypoint example to use with standalo...
2024-06-23 Karl O. PincBump version number to 0.15.0
2024-06-22 Karl O. PincUse immediate assignments
2024-06-21 Karl O. PincFix conditional yamllint execution
2024-06-21 Karl O. PincReplace .ini config files with YAML config files
2024-06-21 Karl O. PincRun yamllint when checking
2024-03-28 Karl O. PincBump version number to 0.14.0
2024-03-28 Karl O. PincUse "build" to build packages; add a pyproject.toml...
2024-03-24 Karl O. PincDrop "register" targets; no longer supported at pypi
2024-03-22 Karl O. PincBump version number to 0.13.0
2024-03-20 Karl O. PincThe pkg_resources module is not used
2024-03-05 Karl O. PincDrop Python 3.6 support; psycopg3 does not support it
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
next