pgwui_server
2024-10-21 Karl O. PincBump version number to 0.28.0 master
2024-10-21 Karl O. PincBump version number to 0.27.0
2024-10-21 Karl O. PincAs of plaster-yaml 2.0 an entrypoint is redundent and...
2024-10-10 Karl O. PincBump version number to 0.26.0
2024-10-10 Karl O. PincAdd feature to upload missing column values as NULL
2024-10-08 Karl O. PincBump version number to 0.25.0
2024-10-08 Karl O. PincBump version number to 0.24.0
2024-10-05 Karl O. PincBump version number to 0.23.0
2024-10-05 Karl O. PincBump version number to 0.22.0
2024-10-04 Karl O. PincNote menu route does not have the route_prefix applied
2024-10-04 Karl O. PincBump version number to 0.21.0
2024-10-04 Karl O. PincBump version number to 0.20.0
2024-10-04 Karl O. PincInstall the extra testing dependencies when testing
2024-09-14 Karl O. PincDefault port and host so that psycopg uses correspondin...
2024-09-03 Karl O. PincBetter documentation of the logging handlers
2024-09-03 Karl O. PincUsing both handlers double-logs
2024-09-03 Karl O. PincDocument how to restart server
2024-09-03 Karl O. PincAdditional example waitress settings
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
next