1
0
mirror of https://github.com/jcwimer/wrestlingApp synced 2026-03-25 01:14:43 +00:00
Commit Graph

832 Commits

Author SHA1 Message Date
b001445090 Fixed redirect for match editing and added controller tests. Added wrestler school name to match edit form. Added authorization tests to all matches page. 2019-01-23 19:35:19 +00:00
bb8ec92bf0 Added a default redirect when updating a match 2019-01-23 18:38:14 +00:00
0be27f05fd Removed sidebars, added tournament navbar, and removed chitika ads 2019-01-23 16:05:34 +00:00
19f10ec80b Matche edit and mat show redirect properly 2019-01-23 16:04:51 +00:00
100317075b Put weight class and school names on stats page 2019-01-23 13:20:24 +00:00
4eb75d45d3 Fixed issue with wrestlers having a pool number higher than possible when bracket types change after deleting wrestlers 2019-01-19 21:26:48 +00:00
30dc645375 Test to make sure eight pools to quarter run through all matches successfully 2019-01-19 15:20:54 +00:00
b8a4763eb5 No runner up in 8 pool 2019-01-12 12:27:32 -05:00
2516afd53c Fixed bug in baumspage importer. Trailing (season loss) array item was shifted if it was blank. 2019-01-10 19:22:42 +00:00
31323593c9 Added baumspage roster importer 2019-01-10 13:25:31 +00:00
046b48370e tournament.total_rounds should return 0 if there are none 2019-01-09 08:27:52 -05:00
5c0c4f8d7b If there are no rounds the bout sheets should not be displayed 2019-01-09 07:35:38 -05:00
07b51103bf Create bout sheets and make all printable pages go to a new window 2019-01-08 16:03:33 +00:00
2a506e072d Devise needs to prepend forgery 2019-01-08 16:02:25 +00:00
aaf21d6e92 Added delayed_job_web gem for easier insight into jobs queues 2019-01-07 19:52:52 +00:00
ba1be7fea7 Updated rails and gems to patch CVEs 2018-12-24 14:20:53 +00:00
b2b007bd96 Added eight pools to quarter final bracket 2018-12-24 13:36:03 +00:00
5b625cb791 Updated outdated gems to fix security vulnerabilities 2018-11-13 16:13:14 +00:00
bdda566696 Fixed sqlite deprication warning 2018-11-13 16:12:49 +00:00
d67a8f2b42 Refactored names of methods and some db column 2018-11-13 14:14:48 +00:00
93be525832 Removed un needed packages in prod dockerfile 2018-10-26 00:21:02 +00:00
436e716cd4 Changed database column for wrestlers seed to bracket_line 2018-09-17 14:29:00 +00:00
1cfe818d14 Merge branch 'development' 2018-09-14 15:23:43 +00:00
fe5259b8c1 Removing redundency in Dockerfile 2018-09-14 15:23:24 +00:00
db6c8b79bd Trying to get travis working 2018-09-14 10:18:28 -04:00
4758a0d1de Upgrade to rails 5.2.1 and ruby 2.5.1 2018-08-23 00:12:35 +00:00
2083186b78 Use compose 2.2 for docker compose to add the ability to use mem_limit for memcached 2018-08-13 11:43:42 +00:00
08b3d9b7ee Changed worker script for heroku and added workers to puma 2018-08-08 13:33:40 +00:00
e3a93cb4d6 Merge branch 'development' 2018-08-03 12:44:46 +00:00
db5438903a Downgrade to rails 5.1 to see if rails 5.2 is what is crashing docker 2018-08-03 11:23:58 +00:00
d19c5f59a6 Merge branch 'development' 2018-07-31 18:45:51 +00:00
74c2654299 Forgot to update Gemfile.lock 2018-07-31 18:45:16 +00:00
4b05833a33 Merge branch 'development' 2018-07-31 15:04:09 +00:00
c62f017bec Changing delayed_job executing script because I think rake jobs:work is crashing docker 2018-07-31 14:51:28 +00:00
baa8a2fea5 Merge branch 'development' 2018-07-30 14:07:53 +00:00
ce8ad2b284 Switched back to puma because I think passenger is crashing docker. 2018-07-30 12:34:01 +00:00
dae9a33f86 Merge branch 'development' 2018-07-26 11:59:56 +00:00
93b726f425 Moving to passenger + nginx 2018-07-26 10:34:48 +00:00
1dbbed833e Switching back to Passenger and using tini to not have PID problems 2018-07-24 17:15:59 +00:00
8742003183 Merge branch 'development' 2018-07-24 15:15:49 +00:00
37cb8f816b Switch back to puma and ruby 2.4.4. Trying to fix stability problems. Docker daemon's are crashing after a period of time. 2018-07-24 14:22:00 +00:00
cb22111c3c Upgrade to mysql 5.7, tag memcached 1.5, and check for PID 1 on workers instead of ps. ps generates apparmor errors in the docker daemon. 2018-07-24 13:58:59 +00:00
9183a16d5d Want ability to run db:seed on prod if needed 2018-07-24 13:57:25 +00:00
2b98a6d96b Merge branch 'development' 2018-07-17 11:48:16 +00:00
933aa522b7 Forgot to update Gemfile.lock 2018-07-17 11:34:06 +00:00
1a6e2a08a8 Switching to passenger 2018-07-17 11:30:36 +00:00
94b6d9aaa3 Trying to get compose build working 2018-07-11 17:20:53 +00:00
ab87b78b4d Added build to test compose 2018-07-11 14:06:22 +00:00
cd94b9901d Updating to compose api version 3.3 2018-07-11 13:23:17 +00:00
edd47ba427 Merge branch 'development' 2018-07-09 16:03:02 +00:00