Commit Graph

4 Commits

Author SHA1 Message Date
394b7e279c Update file types: Add .log, remove .txt
- Support .json and .log file formats for load from disk
- Better suited for log filtering expression prototyping
- Remove .txt as it's not commonly used for JSON data
2026-01-18 13:52:01 +01:00
be7d4502ac Add file upload feature: Load JSON data from disk
- Add 'Load from Disk' button to toolbar in middle section
- Implement file selection dialog with JSON validation
- Support .json and .txt file formats
- Display error messages for invalid JSON files
- Update README to document the new file upload capability
- Add styling for the new upload button
- Feature matches requirement in copilot-instructions.md
2026-01-18 13:48:41 +01:00
a891d736ef Test workflow: Add comment to trigger CI build 2026-01-18 13:23:42 +01:00
c09e545637 Initial commit: JMESPath Testing Tool
- React-based web application for testing JMESPath expressions
- macOS-first containerization with Apple container command
- Bootstrap UI with real-time evaluation
- GitHub Actions CI/CD pipeline
- Docker fallback support
- Comprehensive documentation and development scripts
2026-01-18 13:19:07 +01:00