Commit Graph

31 Commits

Author SHA1 Message Date
778bd25ef2 Fixed awful FirstHashElementIndentation setting
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2024-02-09 15:45:16 -05:00
6aca95d832 Added rudimentary chart generation for benchmarks
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2024-02-09 15:39:49 -05:00
357bb69257 Fixed linter errors
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2024-02-09 13:59:44 -05:00
1e0cd49cf8 Added ability to add benchmark results from hardware page
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2024-02-09 13:57:01 -05:00
5628c69d66 Fix style linting
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2024-02-09 10:05:10 -05:00
e6333b855f Added form to hardware view page for adding test results
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2024-02-09 10:03:27 -05:00
f7979cd005 Removed more references to test
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2024-02-09 08:42:49 -05:00
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
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2024-02-09 08:40:34 -05:00
c83d517437 Updating Gem versions
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2024-02-09 07:19:30 -05:00
8dee8b1f40 Added docker support for development environment
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2024-02-09 07:17:14 -05:00
175ce24b27 Started work to redo the UI for database changes
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2023-12-21 01:29:59 -05:00
516f125ea7 Fixed a lot of linter warnings
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2023-12-11 13:08:46 -05:00
34741691ed Fixed Rubocop all
All checks were successful
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
All checks were successful
ci/woodpecker/manual/woodpecker Pipeline was successful
2023-12-08 12:17:13 -05:00
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
b819f4f1cd Reworked database schema from scratch 2023-12-07 12:59:32 -05:00
394a8ef91f Modified the Rakefile to make the rerun command a lot better 2023-11-29 22:01:44 -05:00
c940a248d7 [Issue #5] - Reworked app to better organize results with their corresponding tests 2023-09-21 20:41:25 -06:00
269587e6c9 Updated README 2023-09-20 23:04:05 -06:00
3c9e6eab6b Removed unnecessary score formatting from result add 2023-09-08 07:15:54 -06:00
a1a00d9fe5 Added functionality for better tracking of the minimum and maximum fps 2023-09-08 00:36:40 -06:00
7e38154bc1 Fixed the table on the dashboard 2023-09-03 09:26:09 -04:00
f0115847b8 Fixed a couple of things missing from result displays 2023-09-03 09:02:31 -04:00
b8bec03357 Removed the setup rake task to run bundler and replaced it with a shell script 2023-07-06 11:49:48 -04:00
7655b75410 Added functionality to add a benchmark result 2023-07-05 23:39:08 -04:00
691e2e9b1e Added module for helper functions; added helper for formatting date consistently 2023-07-05 22:27:07 -04:00
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
6c1c8bca0a Added Sequel ORM for database handling; added navbar 2023-07-05 18:04:31 -04:00
6f680e72e5 Added some more scaffolding to the project to get going; added Foundation css to start with styles 2023-07-03 23:02:25 -04:00
b376bf3a79 Added started adding some Sinatra app stuff 2023-07-02 23:42:24 -04:00
f599a3b9fa Initial commit 2023-07-02 22:18:34 -04:00