This website works better with JavaScript.
Explore
Help
Sign In
learn-code-the-hard-way
/
zedshaw-games
Watch
1
Star
0
Fork
You've already forked zedshaw-games
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
31
Commits
1
Branch
0
Tags
1.1 MiB
Tag:
Branch:
Tree:
0c47f02201
main
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '0c47f02201'
${ noResults }
Commit Graph
31 Commits (0c47f0220173a93ddd614049b072cf4aea334db3)
All Branches
Search
Author
SHA1
Message
Date
Zed A. Shaw
0c47f02201
Abit of refactoring into a more classic layout for an MVC style app.
3 days ago
Zed A. Shaw
db58b38917
Simple test of having a render handler that simply renders files by URL name.
3 days ago
Zed A. Shaw
0bccddc62c
Forgot the tools file
3 days ago
Zed A. Shaw
db9697130e
.\tests\tools.go
3 days ago
Zed A. Shaw
74edb069d2
Cleanup how clicking on a link works for the tests.
3 days 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.
4 days ago
Zed A. Shaw
bac4472c3a
Apparently for 2 weeks (yes 2 whole fucking weeks) I was using NamedExec wrong instead of MustExec so inserts haven't worked since then. Other than that, this is a more cleaned up MVC style setup than before.
6 days ago
Zed A. Shaw
1785a8e4f5
Got the port wrong on the second test.
6 days ago
Zed A. Shaw
985d0edda3
Now just have a base file I can use to start making tests right away.
6 days ago
Zed A. Shaw
23c6092aa6
More coverage report setup.
6 days ago
Zed A. Shaw
831b5ea762
Test can now attempt a login and the browser is shown rather than headless.
1 week 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.
1 week ago
Zed A. Shaw
849943a01e
Changed to pkgsite for docs browsing and then refined the chromedp test some to be nicer to write.
2 weeks ago
Zed A. Shaw
b28e507e5e
Can now run ChromeDP to automate the browser based testing.
2 weeks ago
Zed A. Shaw
81aaffec56
Add in a few middlewares I need.
3 weeks ago
Zed A. Shaw
8c04bffa5d
A bit more cleanup into an api to use before testing out authentication.
3 weeks 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.
3 weeks ago
Zed A. Shaw
144a76a67a
Going to try quicktemplate for some of the site templates.
3 weeks ago
Zed A. Shaw
c5f39b3fa3
Can now do basic validations of form submits.
3 weeks ago
Zed A. Shaw
4045799ab9
I can now submit a form and store it in the database.
3 weeks ago
Zed A. Shaw
eaaab2ac0b
Add air's proxy auto page reload features.
3 weeks ago
Zed A. Shaw
d015a8ce93
Added Air to the project to get automatic restarts.
3 weeks ago
Zed A. Shaw
5a1c71677f
Install godoc for great docs goodness.
3 weeks ago
Zed A. Shaw
6098995318
Add a little Makefile for vim.
3 weeks ago
Zed A. Shaw
c576a61fbe
Have a mostly working API server in go that's talking to streams/index.html and related pages.
4 weeks ago
Zed A. Shaw
d49e1fbdc0
More testing of the sqlx and squirrel database system, then added in goose for migrations. Pretty close to making a first version api.
4 weeks ago
Zed A. Shaw
07fa59c8e7
Basic API kind of worked out and solved a bunch of things with alpine.js
1 month ago
Zed A. Shaw
f49608d74c
Now have a basic alpine.js page going and it's talking to the server to get json in a fake API.
1 month ago
Zed A. Shaw
9ed5c05cdf
This is the readme.
1 month ago
Zed A. Shaw
f0dd939acd
First commit of most of the pages laid out for the next phase.
1 month ago
Zed A. Shaw
b9f811f1b5
Initial commit
1 month ago