projects
/
pgwui_server
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first
⋅
prev
⋅ next
pgwui_server
2020-08-29
Karl O. Pinc
Added long_description_content_type
commit
|
commitdiff
|
tree
|
snapshot
2020-08-29
Karl O. Pinc
Components check their own settings
commit
|
commitdiff
|
tree
|
snapshot
2020-08-29
Karl O. Pinc
Values that won't parse as a boolean are not boolean
commit
|
commitdiff
|
tree
|
snapshot
2020-08-28
Karl O. Pinc
Split exceptions into their own file
commit
|
commitdiff
|
tree
|
snapshot
2020-08-27
Karl O. Pinc
Abstract config declaration key construction
commit
|
commitdiff
|
tree
|
snapshot
2020-06-28
Karl O. Pinc
Parse plugin config values
commit
|
commitdiff
|
tree
|
snapshot
2020-06-28
Karl O. Pinc
Tighten up code
commit
|
commitdiff
|
tree
|
snapshot
2020-06-28
Karl O. Pinc
Move parse_assignments() in code
commit
|
commitdiff
|
tree
|
snapshot
2020-06-28
Karl O. Pinc
Better test of validate_settings()
commit
|
commitdiff
|
tree
|
snapshot
2020-06-28
Karl O. Pinc
Switch mock handling in tests; plugin config declaratio...
commit
|
commitdiff
|
tree
|
snapshot
2020-06-27
Karl O. Pinc
Route names must match pgwui component names
commit
|
commitdiff
|
tree
|
snapshot
2020-01-23
Karl O. Pinc
Clean .tox when setup.py changes
commit
|
commitdiff
|
tree
|
snapshot
2020-01-05
Karl O. Pinc
Allow marking and running of just unit or just integrat...
commit
|
commitdiff
|
tree
|
snapshot
2019-12-28
Karl O. Pinc
pgwui.autoconfigure declaration; autodetect pgwui compo...
commit
|
commitdiff
|
tree
|
snapshot
2019-12-28
Karl O. Pinc
Remove unused test fixture
commit
|
commitdiff
|
tree
|
snapshot
2019-12-28
Karl O. Pinc
Add sample systemd service file
commit
|
commitdiff
|
tree
|
snapshot
2019-12-28
Karl O. Pinc
Change default session.secure to False so PGWUI works...
commit
|
commitdiff
|
tree
|
snapshot
2019-12-28
Karl O. Pinc
Provide a working Nginx config
commit
|
commitdiff
|
tree
|
snapshot
2019-12-14
Karl O. Pinc
Reorganize examples dir as relative to target destination
commit
|
commitdiff
|
tree
|
snapshot
2019-12-13
Karl O. Pinc
Standardize make accross PGWUI with Makefile_pgwui.mk
commit
|
commitdiff
|
tree
|
snapshot
2019-12-13
Karl O. Pinc
Mehtion SNI, Hitch, HAProxy; better wording; better...
commit
|
commitdiff
|
tree
|
snapshot
2019-12-13
Karl O. Pinc
Self-document Makefile
commit
|
commitdiff
|
tree
|
snapshot
2019-12-12
Karl O. Pinc
Improve the docs accuracy and language
commit
|
commitdiff
|
tree
|
snapshot
2019-12-12
Karl O. Pinc
Document minimal logging on stderr
commit
|
commitdiff
|
tree
|
snapshot
2019-12-12
Karl O. Pinc
Report all configuration errors, not just the first
commit
|
commitdiff
|
tree
|
snapshot
2019-12-12
Karl O. Pinc
On startup fail also print to stderr
commit
|
commitdiff
|
tree
|
snapshot
2019-12-11
Karl O. Pinc
Bump version number to 0.5.0
commit
|
commitdiff
|
tree
|
snapshot
2019-12-11
Karl O. Pinc
Log and exit on config failure, instead of dumping...
commit
|
commitdiff
|
tree
|
snapshot
2019-12-11
Karl O. Pinc
keywords are a list
commit
|
commitdiff
|
tree
|
snapshot
2019-12-11
Karl O. Pinc
40 characters for hmac session secret
commit
|
commitdiff
|
tree
|
snapshot
2019-12-11
Karl O. Pinc
Use python3 to make
commit
|
commitdiff
|
tree
|
snapshot
2019-12-06
Karl O. Pinc
Bump version number to 0.4.0
commit
|
commitdiff
|
tree
|
snapshot
2019-12-06
Karl O. Pinc
Add literal_column_headings setting
commit
|
commitdiff
|
tree
|
snapshot
2019-12-04
Karl O. Pinc
Better docs in ini file logging section
commit
|
commitdiff
|
tree
|
snapshot
2019-12-04
Karl O. Pinc
Configure for logging from pgwui_upload
commit
|
commitdiff
|
tree
|
snapshot
2018-11-17
Karl O. Pinc
Improve some of the documentation related to security
commit
|
commitdiff
|
tree
|
snapshot
2018-11-17
Karl O. Pinc
Better ini file heading
commit
|
commitdiff
|
tree
|
snapshot
2018-11-17
Karl O. Pinc
Do not supply default settings, let the component suppl...
commit
|
commitdiff
|
tree
|
snapshot
2018-11-17
Karl O. Pinc
Require some settings, supply defaults for others,...
commit
|
commitdiff
|
tree
|
snapshot
2018-11-17
Karl O. Pinc
Tidy up
commit
|
commitdiff
|
tree
|
snapshot
2018-11-17
Karl O. Pinc
Validation of session.secret setting
commit
|
commitdiff
|
tree
|
snapshot
2018-11-17
Karl O. Pinc
Raise exception on unknown pgwui setting
commit
|
commitdiff
|
tree
|
snapshot
2018-11-17
Karl O. Pinc
Parse settings which are dicts
commit
|
commitdiff
|
tree
|
snapshot
2018-11-15
Karl O. Pinc
Correct spelling of pgwui.routes in ini files
commit
|
commitdiff
|
tree
|
snapshot
2018-11-15
Karl O. Pinc
Tweak docs
commit
|
commitdiff
|
tree
|
snapshot
2018-11-15
Karl O. Pinc
Bump version number to 0.3.0
commit
|
commitdiff
|
tree
|
snapshot
2018-11-14
Karl O. Pinc
Allow routes to contain equal signs
commit
|
commitdiff
|
tree
|
snapshot
2018-11-14
Karl O. Pinc
Mention that routes can be full URLs
commit
|
commitdiff
|
tree
|
snapshot
2018-11-14
Karl O. Pinc
Document pgwui.routes in the ini files
commit
|
commitdiff
|
tree
|
snapshot
2018-11-14
Karl O. Pinc
Add pgwui.route_prefix to example ini files
commit
|
commitdiff
|
tree
|
snapshot
2018-11-13
Karl O. Pinc
Implement pgwui.routes config settings
commit
|
commitdiff
|
tree
|
snapshot
2018-11-13
Karl O. Pinc
Bump version number to 0.2.0
commit
|
commitdiff
|
tree
|
snapshot
2018-11-10
Karl O. Pinc
Fix wheel install in pudb venv
commit
|
commitdiff
|
tree
|
snapshot
2018-11-09
Karl O. Pinc
Clean up and fix cleaning of pytest generate files
commit
|
commitdiff
|
tree
|
snapshot
2018-11-09
Karl O. Pinc
Move LIVE_DB constant into pgwui.default_db ini file...
commit
|
commitdiff
|
tree
|
snapshot
2018-11-09
Karl O. Pinc
Preface all pgwui settings with "pgwui."
commit
|
commitdiff
|
tree
|
snapshot
2018-11-09
Karl O. Pinc
Add integration test
commit
|
commitdiff
|
tree
|
snapshot
2018-11-06
Karl O. Pinc
Credit DFGF
commit
|
commitdiff
|
tree
|
snapshot
2018-11-05
Karl O. Pinc
Bump version number to 0.1.0
commit
|
commitdiff
|
tree
|
snapshot
2018-11-05
Karl O. Pinc
Lock required pgwui distributions to current version
commit
|
commitdiff
|
tree
|
snapshot
2018-11-02
Karl O. Pinc
Use context manager
commit
|
commitdiff
|
tree
|
snapshot
2018-11-01
Karl O. Pinc
Fix heading markup
commit
|
commitdiff
|
tree
|
snapshot
2018-11-01
Karl O. Pinc
Move code out of main() for extensibility
commit
|
commitdiff
|
tree
|
snapshot
2018-11-01
Karl O. Pinc
Initial import from GMI_Pyramid
commit
|
commitdiff
|
tree
|
snapshot