index
:
demoon.git
master
Unnamed repository; edit this file 'description' to name the repository.
Grail Finder
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
5 hours
Feat: add config.yml
HEAD
master
Grail Finder
5 hours
.
Grail Finder
5 hours
feat: extract feedback into template partial and add Correct field
Grail Finder (aider)
5 hours
refactor: fix variable declaration and remove duplicate code
Grail Finder
5 hours
fix: properly define MainPage handler method
Grail Finder (aider)
5 hours
feat: add next question button functionality
Grail Finder (aider)
6 hours
test: replace flaky e2e test with unit tests for handlers
Grail Finder (aider)
6 hours
test: reduce test timeouts for faster execution
Grail Finder
6 hours
fix: update test assertions to match actual question data and options
Grail Finder (aider)
6 hours
test: update question flow test assertions and feedback structure
Grail Finder (aider)
6 hours
Enha: index adjust
Grail Finder
6 hours
fix: Add missing correct_index to SQL insert in load_quiz_data.py
Grail Finder (aider)
6 hours
fix: add missing fields to question table schema and inserts
Grail Finder (aider)
6 hours
test: update handlers test to use real question from db
Grail Finder (aider)
7 hours
fix: update quiz data loader to match json structure
Grail Finder (aider)
7 hours
feat: add script to load quiz data from JSON to database
Grail Finder (aider)
7 hours
test: improve test reliability with explicit waits and timeouts
Grail Finder (aider)
7 hours
fix: update test selectors and question text for reliability
Grail Finder (aider)
7 hours
refactor: clean up imports and formatting in main.go
Grail Finder
7 hours
feat: enhance answer handler with validation and feedback
Grail Finder (aider)
7 hours
refactor: update index.html to match Question model structure
Grail Finder (aider)
7 hours
fix: correct whitespace in test question options
Grail Finder (aider)
7 hours
Feat: question repo
Grail Finder
7 hours
feat: add DBGetQuestion to FullRepo interface
Grail Finder (aider)
7 hours
feat: implement DBGetDefaultsMap in SQL provider
Grail Finder (aider)
7 hours
feat: add DBGetQuestion method to SQL provider
Grail Finder (aider)
7 hours
feat: add DBGetQuestion method to SQL provider
Grail Finder (aider)
7 hours
fix: properly fetch question from DB in HandleAnswer
Grail Finder (aider)
7 hours
fix: update question model fields and feedback check
Grail Finder (aider)
7 hours
fix: update test selectors and template error handling
Grail Finder (aider)
7 hours
test: add fmt import to handlers_test.go
Grail Finder
7 hours
perf: reduce test timeouts for lightweight site
Grail Finder (aider)
7 hours
test: update handlers test to use data-testid selectors
Grail Finder (aider)
7 hours
test: Reduce test timeouts in question flow tests
Grail Finder
8 hours
refactor: replace direct table check with VerifyDB method
Grail Finder (aider)
8 hours
refactor: remove migrations and add schema verification
Grail Finder (aider)
8 hours
fix: properly initialize and run database migrations
Grail Finder (aider)
8 hours
refactor: simplify SQLite connection handling and path management
Grail Finder (aider)
8 hours
refactor: update test question to use individual option fields
Grail Finder (aider)
9 hours
chore: update sql imports and add migrations package
Grail Finder (aider)
9 hours
feat: add automatic database migrations on init
Grail Finder (aider)
9 hours
Enha: users table
Grail Finder
9 hours
feat: add quiz import command to CLI
Grail Finder (aider)
10 hours
feat: add SQLite schema for quiz questions storage
Grail Finder (aider)
10 hours
Chore: quiz.json
Grail Finder
7 days
Dep: go mod tidy
Grail Finder
7 days
test: improve question flow test robustness
Grail Finder (aider)
7 days
test: simplify question flow test by removing unused imports
Grail Finder
7 days
fix: update test to use running server instead of httptest
Grail Finder (aider)
7 days
chore: remove unused context import in handlers_test.go
Grail Finder (aider)
[next]