16 Commits (52e92a38147863c73dd67111b1ca2d792b9a8d1c)

Author SHA1 Message Date
Zed A. Shaw ec7298cce0 Refactor everything that's used all over into a common/ package and sync files from static/ into public/ so that public's not in the git. 8 months ago
Zed A. Shaw 859e3ad0e3 Initial setup of an admin page that dynamically reflects the DB to create the CRUD stuff. 8 months ago
Zed A. Shaw 3bd8d38847 Managed to get a simple and NOT SECURE login system going. 9 months ago
Zed A. Shaw 23bda88b29 Had to make the tests pass for the new page gen. 9 months ago
Zed A. Shaw 9961915c8c Used the new sitebuild tool to generate stuff. 9 months ago
Zed A. Shaw 05788e5fbb Very simple dumb login that has no password hashing. 9 months ago
Zed A. Shaw fecfc8ee84 chromedp completely fails to reliably click on links when running in non-headless mode on Windows. About 50% of the time it just hangs thinking it clicked when it didn't. So, on Windows need headless only, and then design tests on Linux where it (maybe) works. 9 months ago
Zed A. Shaw 23c6092aa6 More coverage report setup. 9 months ago
Zed A. Shaw e29c36fb5c Change the test make to build the runtests but not run it so that I can set a constant security under windows, but messed it up. 9 months ago
Zed A. Shaw 849943a01e Changed to pkgsite for docs browsing and then refined the chromedp test some to be nicer to write. 9 months ago
Zed A. Shaw b28e507e5e Can now run ChromeDP to automate the browser based testing. 9 months ago
Zed A. Shaw 55f59d88b6 Sorted out how to do views with Go html/template, how to put code in subdirectories for a namespace, and documented why Go's modules are so weird. 10 months ago
Zed A. Shaw 4045799ab9 I can now submit a form and store it in the database. 10 months ago
Zed A. Shaw eaaab2ac0b Add air's proxy auto page reload features. 10 months ago
Zed A. Shaw d015a8ce93 Added Air to the project to get automatic restarts. 10 months ago
Zed A. Shaw 6098995318 Add a little Makefile for vim. 10 months ago