|
|
1c8e3af5f4
|
Fixed navbar on school show page
|
2021-12-21 02:04:08 +00:00 |
|
|
|
b571bcc749
|
Fix calculate team scores
|
2021-12-21 01:23:28 +00:00 |
|
|
|
a6cc05424c
|
Do not award bye points if they get bye's all the way to the finals and win by bye
|
2021-12-21 00:39:40 +00:00 |
|
|
|
efeea574ed
|
Upgraded to rails 6.1.4.4
|
2021-12-21 00:29:42 +00:00 |
|
|
|
54e755ba3a
|
Added bye points for double elimination and modified double elimination
|
2021-12-20 20:48:29 +00:00 |
|
|
|
8430949a37
|
Fixed a couple slow queries
|
2021-12-11 03:08:43 +00:00 |
|
|
|
5ef27f19cc
|
Fixed ad blocker checker
|
2021-12-11 03:08:43 +00:00 |
|
|
|
09651ff12e
|
Updated gems
|
2021-12-11 03:08:43 +00:00 |
|
|
|
c0ad06cea7
|
Fixed syntax error in rake task to finish seed tournaments
|
2021-11-08 23:09:04 +00:00 |
|
|
|
ad259f00b5
|
Fixed n+1 error for matches page on tournament
|
2021-11-08 22:42:55 +00:00 |
|
|
|
7ee8abe81a
|
Updated db seeding for all tournament types
|
2021-11-08 22:42:16 +00:00 |
|
|
|
cc38c842e0
|
Updated manifest for mariadb to include backup and metrics
|
2021-10-21 23:56:49 +00:00 |
|
|
|
f7ea68da17
|
Updated gems and rails for vulnerabilities, switched to bundle-audit from hakiri due to hakiri not supporting ruby 3, and removed the travisci gem.
|
2021-08-30 20:06:31 +00:00 |
|
|
|
cb5f0e28ae
|
Fixed the CI links on README
|
2021-08-20 20:29:35 +00:00 |
|
|
|
873e5b9465
|
Fixed development compose file syntax error
|
2021-05-01 13:17:29 +00:00 |
|
|
|
df6a029ef1
|
Persist influxdb on dev docker compose
|
2021-04-01 21:45:47 +00:00 |
|
|
|
03d884e672
|
Updated rails to 6.1.3.1 to fix the mimemagic issues
|
2021-04-01 20:06:51 +00:00 |
|
|
|
e1cba865b0
|
Added influxdb to wrestlingdev
|
2021-04-01 19:52:18 +00:00 |
|
|
|
e36de59971
|
Mispelled include for fixing bracket partial bug
|
2021-03-03 00:39:34 +00:00 |
|
|
|
329c01db79
|
Added 1 more hint for tournament types
|
2021-03-03 00:38:01 +00:00 |
|
|
|
4cdc9e7df1
|
Split bracket integration tests into a logical separation
|
2021-03-03 00:24:14 +00:00 |
|
|
|
1f43fdf8fa
|
Updated about page for modified 16 man bracket
|
2021-03-03 00:24:14 +00:00 |
|
|
|
f6aff5a753
|
Fixed bracket partial bug
|
2021-03-03 00:24:14 +00:00 |
|
|
|
3dabc16a82
|
Added regular double elimination placing 1-8 tournament
|
2021-03-01 23:55:35 +00:00 |
|
|
|
9d51ef7b51
|
Fixed all brackets page
|
2021-03-01 13:28:00 +00:00 |
|
|
|
63b0541aa4
|
Added a precision and scale to the school score to make sure decimals are stored in mysql
|
2021-02-22 16:22:06 +00:00 |
|
|
|
1e30344be8
|
Fixed bug where wrestler deducted points were deducting twice from the team score
|
2021-02-22 16:21:22 +00:00 |
|
|
|
683b2967af
|
Fix team score to have half a point
|
2021-02-22 15:29:29 +00:00 |
|
|
|
432903e7a9
|
Fixed small bug in modified 16 man double elim brackets
|
2021-02-22 13:42:25 +00:00 |
|
|
|
537eccf04d
|
Added tests for modified double elimination, added a 1-8 place modified double elimination, and renamed regular double elimination
|
2021-02-20 01:33:31 +00:00 |
|
|
|
89a695388a
|
Change school abbreviation if school has 3 names
|
2021-02-19 17:09:47 +00:00 |
|
|
|
0aea26967a
|
Added quick create high school girls weight classes
|
2021-02-18 20:27:44 +00:00 |
|
|
|
5677f4e944
|
Updated development to allow all hostnames (for localtunnel)
|
2021-02-18 20:27:44 +00:00 |
|
|
|
f5ddc6652d
|
Trying to fix all_brackets
|
2021-02-17 04:00:59 +00:00 |
|
|
|
987c89b7d5
|
Fix all brackets view for Rails 6
|
2021-02-17 03:44:55 +00:00 |
|
|
|
b2ba1901df
|
Changed forfeit bracket label to FF
|
2021-02-17 03:38:03 +00:00 |
|
|
|
6c86f25add
|
Added html_safe for all_matches view
|
2021-02-17 03:37:52 +00:00 |
|
|
|
ce063f5faa
|
Fixed error_string bug in match generations
|
2021-02-15 13:40:54 +00:00 |
|
|
|
396e4be5b3
|
Fix deploy job and put into workflow
|
2021-02-12 19:29:27 +00:00 |
|
|
|
46919a2b1b
|
Add heroku deploy to circleci
|
2021-02-12 19:13:39 +00:00 |
|
|
|
55d122771c
|
Had to create storage.yml for activestorage for Rails 6.1 upgrade and changed config to use mem_cache_store instead of dalli_store
|
2021-02-12 13:16:30 +00:00 |
|
|
|
e43f3253d4
|
Updated README for new versions of rails and ruby
|
2021-02-12 12:54:00 +00:00 |
|
|
|
f720de0db6
|
Fixed deprecations for rails 6.1 and 6.2
|
2021-02-12 12:17:46 +00:00 |
|
|
|
44c9f947d7
|
Use user_id for dev script
|
2021-02-11 16:39:29 +00:00 |
|
|
|
ee8d861bee
|
Updated to rails 6.1.2 and updated all gems
|
2021-02-11 16:39:17 +00:00 |
|
|
|
bdd80fc1d2
|
Updated to ruby 3.0.0
|
2021-02-11 12:33:25 +00:00 |
|
|
|
db15e79c0f
|
Updated to rails 6.0.3.4
|
2020-11-10 15:58:26 -05:00 |
|
|
|
1f5aa304ff
|
Updated to ruby 2.7.2 and rails 6.0.3.3
|
2020-11-10 15:45:30 -05:00 |
|
|
|
4522113396
|
Added status badge for circleci and removed travisci config
|
2020-11-10 15:44:51 -05:00 |
|
|
|
7327902fe8
|
Merge pull request #13 from jcwimer/circleci-project-setup
Add .circleci/config.yml
|
2020-11-06 12:29:02 -05:00 |
|