pgwui_upload_core
2020-01-05 Karl O. PincAllow marking and running of just unit or just integrat...
2019-12-28 Karl O. PincTest to ensure that this pgwui component is autoconfigured
2019-12-13 Karl O. PincStandardize make accross PGWUI with Makefile_pgwui.mk
2019-12-13 Karl O. PincSelf-document Makefile
2019-12-11 Karl O. PincBump version number to 0.5.0
2019-12-11 Karl O. Pinckeywords are a list
2019-12-11 Karl O. PincUse new name for constants module
2019-12-11 Karl O. PincUse python3 to make
2019-12-08 Karl O. PincBetter label for literal checkbox
2019-12-06 Karl O. PincBump version number to 0.4.0
2019-12-06 Karl O. PincImplement literal_column_headings setting
2019-12-05 Karl O. PincAbstract common test pattern into a fixture
2019-12-05 Karl O. PincUpdate copyright
2019-12-04 Karl O. PincStart log entry with database and table name
2019-01-09 Karl O. PincQuote uploaded column headings to allow for mixed case...
2018-11-15 Karl O. PincBump version number to 0.3.0
2018-11-15 Karl O. PincFix testing of upload_view()
2018-11-15 Karl O. PincUse pgwui_testing pytest plugin
2018-11-15 Karl O. PincAbstract default upload route
2018-11-15 Karl O. PincDocument that PGWUI_Logout is recommended
2018-11-14 Karl O. PincDocument usage
2018-11-14 Karl O. PincUse pgwui_common.path for asset resolution
2018-11-13 Karl O. PincBump version number to 0.2.0
2018-11-13 Karl O. PincReference css file by Pyramid asset specification
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. PincClean the python cache views dir
2018-11-07 Karl O. PincAdd Pyramid's testing requirements
2018-11-06 Karl O. PincCredit DFGF
2018-11-05 Karl O. PincBump version number to 0.1.0
2018-10-31 Karl O. PincFix asset resolution in template
2018-10-31 Karl O. PincUse proper path in package_data
2018-10-30 Karl O. PincDocument route
2018-10-30 Karl O. PincSetup route
2018-10-30 Karl O. PincRemove unused import
2018-10-30 Karl O. PincMention data validation
2018-10-30 Karl O. PincAdd validation keyword
2018-10-30 Karl O. PincIt is pgwui_common which is the requirement, not pgwui_core
2018-10-26 Karl O. PincUpdate copyright date
2018-10-26 Karl O. PincScan for declarative Pyramid configs
2018-10-25 Karl O. PincTest for changed db with not-CSV input
2018-10-25 Karl O. PincAbstract out a changed response
2018-10-25 Karl O. PincMov mock_logger setup into fixture
2018-10-25 Karl O. PincTest upload_view() when the db does not change
2018-10-25 Karl O. PincAbstract out upload_view() testing setup
2018-10-25 Karl O. PincInitial regression test
2018-10-25 Karl O. PincNote required packages
2018-10-25 Karl O. PincChange assets to reflect new package name
2018-10-25 Karl O. PincReove unused imports
2018-10-25 Karl O. PincFix flake8 indentiation error
2018-10-25 Karl O. PincFix flake8 None comparison errors
2018-10-25 Karl O. PincFix flake8 blank line errors
2018-10-25 Karl O. PincFix whitespace flake8 errors
2018-10-25 Karl O. PincTemporarily remove docs from project
2018-10-25 Karl O. PincRemove reference to Gombe-MI
2018-10-25 Karl O. PincAllow base.mak to be overridden
2018-10-25 Karl O. PincInitial import from GMI_Pyramid