Commit Graph

54 Commits

Author SHA1 Message Date
gballan bc70fb8dd0 Added config/puma.rb for production deployment
ci/woodpecker/push/woodpecker Pipeline failed
2025-07-26 11:16:07 -04:00
gballan 0231ebad2d Made some more style changes
ci/woodpecker/push/woodpecker Pipeline failed
2025-07-26 01:08:35 -04:00
gballan 541b5236f0 Finished transition to Bootstrap 5
ci/woodpecker/push/woodpecker Pipeline failed
2025-07-26 00:55:52 -04:00
Gregory Ballantine 6215cecb53 Cleaned up app version output
ci/woodpecker/push/woodpecker Pipeline failed
2025-07-25 17:48:21 -04:00
Gregory Ballantine 886f566ae2 Started work to move the CSS framework to Bootstrap 5
ci/woodpecker/push/woodpecker Pipeline failed
ci/woodpecker/tag/woodpecker Pipeline failed
v0.1.0
2025-07-25 17:44:25 -04:00
Gregory Ballantine fdd350e16f Updated gulpfile to be a little bit less repetitive
ci/woodpecker/push/woodpecker Pipeline failed
2025-07-25 13:41:51 -04:00
gballan bc4cb181c3 Added some styles
ci/woodpecker/push/woodpecker Pipeline failed
2025-07-23 23:54:12 -04:00
gballan 822f49bcc2 fixed display of tests on the dashboard 2025-07-23 23:26:22 -04:00
gballan aec77628f7 Small updates
ci/woodpecker/push/woodpecker Pipeline failed
2025-07-23 23:25:00 -04:00
gballan ecb696372d Added dockerfile to build assets via Gulp; updated docker scripts 2025-07-23 23:24:49 -04:00
gballan 31b8404be1 Swapping out Grunt for Gulp 2025-06-22 19:30:17 -04:00
gballan 8cd47d7e70 Added API routes to provide some information for JS; added CoffeeScript to grab benchmark results for a test 2025-06-19 00:38:36 -04:00
gballan d17b66920a Fixed typo in watch task for CoffeeScript files 2025-06-18 16:44:10 -04:00
gballan 47cb580393 Started adding test model/routes/views; removed a bit of the old paradigm with tying results directly to hardware 2025-06-10 17:35:52 -04:00
gballan 883019b181 Fixing server:dev Rake command to actuualy reload the app 2025-06-09 23:27:48 -04:00
gballan 2cc80e239b Added TTY flag to docker-run.bat 2025-05-30 09:38:20 -04:00
gballan ed085e4b40 Added abilities to view and edit benchmark info 2025-05-30 01:45:49 -04:00
gballan cf9235cb18 Added ability to edit hardware 2025-05-30 01:30:36 -04:00
gballan 28b6cc66bb Updating dependencies to newer versions; Updating to Ruby 3.4 2025-05-30 01:20:43 -04:00
gballan e3a334546f Transitioned to using SASS and CoffeeScript for assets; using Grunt.js for compiling
ci/woodpecker/push/woodpecker Pipeline was successful
2024-06-12 22:19:46 -04:00
gballan d899ffe58a Adding bundle config to project
ci/woodpecker/push/woodpecker Pipeline was successful
2024-06-12 19:58:08 -04:00
gballan e6853a52d7 Fixed some alignment issues on the benchmark add page
ci/woodpecker/push/woodpecker Pipeline was successful
2024-02-26 15:53:13 -05:00
gballan 6d26eea419 Added shell scripts for managing the docker container
ci/woodpecker/push/woodpecker Pipeline was successful
2024-02-26 00:10:42 -05:00
gballan 778bd25ef2 Fixed awful FirstHashElementIndentation setting
ci/woodpecker/push/woodpecker Pipeline was successful
2024-02-09 15:45:16 -05:00
gballan 6aca95d832 Added rudimentary chart generation for benchmarks
ci/woodpecker/push/woodpecker Pipeline was successful
2024-02-09 15:39:49 -05:00
gballan 357bb69257 Fixed linter errors
ci/woodpecker/push/woodpecker Pipeline was successful
2024-02-09 13:59:44 -05:00
gballan 1e0cd49cf8 Added ability to add benchmark results from hardware page
ci/woodpecker/push/woodpecker Pipeline was successful
2024-02-09 13:57:01 -05:00
gballan 5628c69d66 Fix style linting
ci/woodpecker/push/woodpecker Pipeline was successful
2024-02-09 10:05:10 -05:00
gballan e6333b855f Added form to hardware view page for adding test results
ci/woodpecker/push/woodpecker Pipeline was successful
2024-02-09 10:03:27 -05:00
gballan f7979cd005 Removed more references to test
ci/woodpecker/push/woodpecker Pipeline was successful
2024-02-09 08:42:49 -05:00
gballan ef2e0a12a5 Removed Test object to simplify database schema; updated docker scripts to run database migrations before starting the server if the database doesn't exist
ci/woodpecker/push/woodpecker Pipeline was successful
2024-02-09 08:40:34 -05:00
gballan c83d517437 Updating Gem versions
ci/woodpecker/push/woodpecker Pipeline was successful
2024-02-09 07:19:30 -05:00
gballan 8dee8b1f40 Added docker support for development environment
ci/woodpecker/push/woodpecker Pipeline was successful
2024-02-09 07:17:14 -05:00
gballan 175ce24b27 Started work to redo the UI for database changes
ci/woodpecker/push/woodpecker Pipeline was successful
2023-12-21 01:29:59 -05:00
gballan 516f125ea7 Fixed a lot of linter warnings
ci/woodpecker/push/woodpecker Pipeline was successful
2023-12-11 13:08:46 -05:00
gballan 34741691ed Fixed Rubocop all
ci/woodpecker/push/woodpecker Pipeline was successful
2023-12-08 15:21:11 -05:00
Gregory Ballantine fa9245d7ec Added rubocop for style checking; added woodpecker CI config
ci/woodpecker/manual/woodpecker Pipeline was successful
2023-12-08 12:17:13 -05:00
gballan 1a363a5862 Improved the db:migrate function in the Rakefile to utilize the Sequel API for running migrations, and to allow downgrading to a specific migration easily 2023-12-07 13:04:02 -05:00
gballan b819f4f1cd Reworked database schema from scratch 2023-12-07 12:59:32 -05:00
gballan 394a8ef91f Modified the Rakefile to make the rerun command a lot better 2023-11-29 22:01:44 -05:00
gballan c940a248d7 [Issue #5] - Reworked app to better organize results with their corresponding tests 2023-09-21 20:41:25 -06:00
gballan 269587e6c9 Updated README 2023-09-20 23:04:05 -06:00
gballan 3c9e6eab6b Removed unnecessary score formatting from result add 2023-09-08 07:15:54 -06:00
gballan a1a00d9fe5 Added functionality for better tracking of the minimum and maximum fps 2023-09-08 00:36:40 -06:00
gballan 7e38154bc1 Fixed the table on the dashboard 2023-09-03 09:26:09 -04:00
gballan f0115847b8 Fixed a couple of things missing from result displays 2023-09-03 09:02:31 -04:00
gballan b8bec03357 Removed the setup rake task to run bundler and replaced it with a shell script 2023-07-06 11:49:48 -04:00
gballan 7655b75410 Added functionality to add a benchmark result 2023-07-05 23:39:08 -04:00
gballan 691e2e9b1e Added module for helper functions; added helper for formatting date consistently 2023-07-05 22:27:07 -04:00
gballan 291db231d5 Added functionality to add new hardware and benchmarks to tie to results (this may be moved to an admin panel later) 2023-07-05 22:08:37 -04:00