Commit Graph

  • b4bd116367 Added function to report generation page to change the selection of tests based on the benchmark wanted to compare main Gregory Ballantine 2024-06-03 13:18:38 -0400
  • cedad0e48d Switched javascript to CoffeeScript Gregory Ballantine 2024-06-03 12:48:05 -0400
  • 004a2ddef6 Switched javascript to CoffeeScript Gregory Ballantine 2024-06-03 12:46:22 -0400
  • f473bdf9ab Switched javascript to CoffeeScript Gregory Ballantine 2024-06-03 12:44:13 -0400
  • 4a4f694831 Added API handler for getting a benchmark's tests Gregory Ballantine 2024-06-03 12:39:33 -0400
  • 10df46be3b Added API handler for getting a benchmark's info Gregory Ballantine 2024-06-03 12:37:44 -0400
  • b9b881ec0c Added API handler for getting a benchmark's info Gregory Ballantine 2024-06-03 12:37:13 -0400
  • 94794f2ca1 Updated styles for multiple option selectors Gregory Ballantine 2024-06-03 12:29:24 -0400
  • b293254a41 Updated styles for multiple option selectors Gregory Ballantine 2024-06-03 12:29:03 -0400
  • a4aaae0cd4 Fixed name of ReportController Gregory Ballantine 2024-06-03 12:26:18 -0400
  • 27c9267261 Added report generation page Gregory Ballantine 2024-06-03 12:25:29 -0400
  • de01e4b144 Fixed typo in Test model Gregory Ballantine 2024-06-03 11:42:05 -0400
  • e0c6e3ef68 Fixed division by zero error Gregory Ballantine 2024-06-03 11:41:30 -0400
  • acbbbeb74f Added test result averages Gregory Ballantine 2024-06-03 11:37:01 -0400
  • af9d788fe0 Added test result averages Gregory Ballantine 2024-06-03 11:36:47 -0400
  • 0510c80c34 Reworked test view page Gregory Ballantine 2024-06-03 11:28:24 -0400
  • 0fde8c082e Fixed typos in the test view page Gregory Ballantine 2024-06-03 10:54:19 -0400
  • e3285bbaeb Fixed typos in the result add route Gregory Ballantine 2024-06-03 10:53:50 -0400
  • 2f42f19c26 Fixed some styles on the test view page Gregory Ballantine 2024-06-03 10:52:29 -0400
  • 9aa0b57298 Removed references to old result routes; fixed typos in some models Gregory Ballantine 2024-06-03 10:52:00 -0400
  • c81d6f0e32 Fixed calls to the benchmarks array on the test view page Gregory Ballantine 2024-06-03 10:51:20 -0400
  • 4fab94b271 Fixed some styles on the test view page Gregory Ballantine 2024-06-03 10:50:53 -0400
  • ca940932a7 Removed references to old result routes; fixed typos in some models Gregory Ballantine 2024-06-03 10:45:33 -0400
  • 9b575f8717 Reworked how test results get submitted Gregory Ballantine 2024-06-03 10:37:20 -0400
  • 05b1374d1d Reworked how test results get submitted Gregory Ballantine 2024-06-03 10:36:18 -0400
  • de8e523c2c Fixed some things with the test add functions Gregory Ballantine 2024-06-03 09:43:33 -0400
  • 6079524c4e Fixed typo in the test view Gregory Ballantine 2024-06-03 09:42:50 -0400
  • 0844c8aead Fixed typo in the test add view Gregory Ballantine 2024-06-03 08:40:45 -0400
  • 0b2c1b083c Fixed typo in the SCSS file Gregory Ballantine 2024-06-03 08:39:50 -0400
  • 9e164485ed Fixed some styles/layout on the test add page Gregory Ballantine 2024-06-03 08:38:28 -0400
  • f27490e192 Modified some views, routes and models to work with the new many-to-many for tests and benchmarks Gregory Ballantine 2024-06-03 08:32:37 -0400
  • 15377da52d Fixed derp problem with many-to-many relationship table for tests and benchmarks Gregory Ballantine 2024-06-03 08:23:06 -0400
  • 6eaf7a0ba9 Added many-to-many relationship table for tests and benchmarks Gregory Ballantine 2024-06-03 08:22:09 -0400
  • bd4c79a6fc Changed database structure a bit; fixed code style problems in the old migrations Gregory Ballantine 2024-06-03 08:18:35 -0400
  • 33c9bf5cb5 Updated test views and routes for the new test attributes Gregory Ballantine 2024-04-06 12:08:23 -0400
  • 0c1df2e7e6 Added script to run phinx migrations; updated tests table to have better labels Gregory Ballantine 2024-04-06 11:54:45 -0400
  • 96a69a94ba Updated entrypoint to automatically run dev environment migrations Gregory Ballantine 2024-02-26 13:17:17 -0500
  • 987ecde7c7 Re-worked test views and routes for new DB schema Gregory Ballantine 2023-10-07 21:45:21 -0600
  • 3349d42985 Added routes and views for adding and listing benchmarks and components Gregory Ballantine 2023-10-07 11:45:11 -0600
  • 0dd7098681 Started work to re-work database; add new models for benchmarks and components Gregory Ballantine 2023-09-22 23:03:24 -0600
  • e176398f41 Updated README with development instructions Gregory Ballantine 2023-09-20 20:09:28 -0600
  • 408b3baf8f Added Dockerfiles and scripts to run the dev build of Colossus through Docker Gregory Ballantine 2023-07-05 13:52:15 -0400
  • d6a72fcee3 Added batch scripts to run/develop the app on Windows Gregory Ballantine 2023-05-08 12:57:03 -0400
  • 950b12ee10 Ordered result and test searches by last updated date Gregory Ballantine 2022-11-25 21:30:56 -0500
  • 005b31dbd7 Changed where the result.add route redirects to; added some more links around the site for easier navigation Gregory Ballantine 2022-11-25 19:46:31 -0500
  • ca62be49b6 Added Test class to track benchmark groups Gregory Ballantine 2022-11-25 19:39:51 -0500
  • 9a65b5f27a Added eloquent and phinx to project to handle database interactions and migrations; added Result model for storing benchmark results Gregory Ballantine 2022-11-25 16:48:54 -0500
  • 323152a8f5 Added Grunt for compiling CSS/JS; added start of Result controller Gregory Ballantine 2022-11-25 16:30:22 -0500
  • ade48ccb2f Initial PHP Slim project structure Gregory Ballantine 2022-11-25 15:46:18 -0500
  • 5581f0de90 Initial commit Gregory Ballantine 2022-11-25 10:09:05 -0500