Gregory Ballantine gballan
gballan opened issue BitGoblin/Leviathan#3 2025-08-18 16:50:05 -04:00
Create Interface for Editing/Removing Test Results
gballan opened issue BitGoblin/Leviathan#2 2025-08-18 16:49:09 -04:00
Improve Design
gballan opened issue BitGoblin/Leviathan#1 2025-08-18 16:48:23 -04:00
Add Unit Tests
gballan pushed to main at BitGoblin/Leviathan 2025-08-18 00:11:39 -04:00
c00d631e9f Modified some styles; more bootstrap 5 changes; added logo
gballan pushed to main at BitGoblin/game-data 2025-08-14 09:35:47 -04:00
98717db3d5 Added project logo to the README
gballan pushed to main at BitGoblin/game-data 2025-08-14 09:29:02 -04:00
5d249eb3c7 Added AI-generated logo/favicon; adjusted some navbar styles
gballan pushed to main at BitGoblin/game-data 2025-08-13 23:20:45 -04:00
4ed915a2c0 Added some basic table sorting
gballan opened issue BitGoblin/game-data#20 2025-08-13 19:00:28 -04:00
Tables Should Be Sortable
gballan opened issue BitGoblin/game-data#19 2025-08-13 18:56:48 -04:00
Search Fields!
gballan opened issue BitGoblin/game-data#18 2025-08-13 18:55:56 -04:00
Report Generation Page Shouldn't Show Tests Without Results
gballan opened issue BitGoblin/game-data#17 2025-08-13 18:54:01 -04:00
Add Hardware Profile
gballan opened issue BitGoblin/game-data#16 2025-08-13 18:52:20 -04:00
Recording Benchmarks Run at Different Settings
gballan released v0.2.1 at BitGoblin/game-data 2025-08-13 14:59:32 -04:00
gballan pushed tag v0.2.1 to BitGoblin/game-data 2025-08-13 14:58:02 -04:00
gballan pushed to main at BitGoblin/game-data 2025-08-13 14:58:00 -04:00
39f95575da Version bump to v0.2.1
gballan pushed to main at BitGoblin/game-data 2025-08-13 14:57:21 -04:00
6e1ab89209 Updating version number in appinfo
gballan pushed to main at BitGoblin/game-data 2025-08-13 14:54:04 -04:00
9cd6c78741 Adding missing step from Docker dev
gballan pushed to main at BitGoblin/game-data 2025-08-13 14:52:37 -04:00
5b730df803 Adding build badge to README
gballan pushed to main at BitGoblin/game-data 2025-08-13 14:46:41 -04:00
0ce4a3ecee Updated README
gballan commented on issue BitGoblin/game-data#14 2025-08-13 14:30:47 -04:00
Mount Controllers with Routing Namespace

Unfortunately, the map method that AI recommended is meant to be put in the config.ru file. This solution might work, but would make testing a bit more wonky. I'll want to see what other…