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

897 Commits

Author SHA1 Message Date
e2ec1d4a8a Fixed bug with pool to bracket advancement. This bug was conceived due to the removing of tests and logic when making pool and pool_placement database fields. 2019-12-12 11:19:24 -05:00
a8361593aa Refixed bug in new tournament form 2019-12-11 14:10:25 -05:00
78bed5ebdd Added GKE recommendations 2019-12-11 14:03:43 -05:00
1bce6dcf2a Forgot to commit schema change for delayed_job owner_id 2019-12-11 14:03:28 -05:00
024be04013 Fixed bug in new tournament form 2019-12-11 14:02:38 -05:00
7c12bf9427 Updated passenger worker size based on this recommendation: https://blog.phusion.nl/2015/11/10/heroku-and-passenger-focus-on-the-app-performance/ 2019-12-05 15:05:31 -05:00
b1bd5f5430 Fixed resources for Kubernetes and Dockerfile 2019-12-05 14:57:29 -05:00
661c56d04e Added job_owner and 'description' to delayed_job to show on the tournament show page 2019-11-26 23:40:01 -05:00
2f4ea5e42f Added some extra automation for dev container and fixed deploy test. Deploy test needs devise and rails secrets since it runs in prod 2019-11-26 15:03:01 -05:00
515ea6bb8d Fix headers to be more clear 2019-11-26 12:22:20 -05:00
3aacf1da28 Mariadb's service name is wrestlingdev-mariadb and fixed syntax error in db-migration yaml 2019-11-26 11:16:18 -05:00
6ced3c6797 Fix typo in README 2019-11-20 10:45:48 -05:00
9f37946ba1 Changed README to md, deleted unused scripts, and sured up deploy files 2019-11-20 10:27:49 -05:00
5a52122777 Removed old envs 2019-11-20 09:52:55 -05:00
9cc4dcb3d8 Made sqlite a dev gem 2019-11-20 09:49:43 -05:00
423544a1fb Updated ruby and rails versions on README 2019-11-20 09:27:20 -05:00
ed0abdfcd6 Forgot to update Gemfile.lock with new version of ruby 2019-11-20 09:26:47 -05:00
010798c8a8 Updated kubernetes manifests 2019-11-20 08:42:24 -05:00
5ef0d20b2f A second attempt to encrypt the heroku api key 2019-11-20 08:41:44 -05:00
3f6916a35c Updated heroku api key on travis 2019-11-20 08:01:00 -05:00
51cc7c8fbe Use ruby 2.6.5 2019-11-19 14:10:50 -05:00
76b7b82716 Upgraded to Rails 6.0.1 2019-11-19 13:41:17 -05:00
8a9ea7ff35 Fixed bug for deducted points and fastest pin. Also added tests to test against those bugs 2019-04-20 11:57:58 -04:00
22e63d3e92 Made delayed_jobs handler column a longtext 2019-04-19 22:49:37 -04:00
af9bec97af Deleted all fixtures not associated with controller tests 2019-04-19 22:48:57 -04:00
e458cbcf40 Add pool_placement and pool_placement_tiebreaker to importer and exporter 2019-04-19 22:47:53 -04:00
62f300841e Added tip on seeding page to inform of pool separation on pool to bracket tournaments 2019-04-19 21:50:31 -04:00
b89762b5bb Changed docker-compose healthcheck in test to http 2019-04-19 21:50:05 -04:00
278a3f3dd0 Removed fixtures from integration tests 2019-04-19 21:49:34 -04:00
39602adc82 Lingering Gemfile.lock? This is still the sqlite3 fix 2019-04-19 11:54:24 -04:00
ff749df11d Moved a number of tests away from fixtures 2019-04-19 11:53:59 -04:00
1dfceda422 --no-rdoc and --no-ri cannot be passed to gem install or bundle install in ruby 2.6 2019-04-19 11:19:11 -04:00
07eb7c84e2 Fixed issue with updated sqlite3 gem to 1.4 2019-04-19 10:45:47 -04:00
a76f4036b3 Added persistence to pool placement and pool order 2019-04-19 10:33:06 -04:00
31fbe5baff Updated to ruby 2.6.0 and updated gems 2019-04-19 10:29:06 -04:00
edb8885f00 Add kubernetes manifests 2019-04-15 14:40:18 -04:00
e16e807b54 Added kubernetes manifests 2019-03-27 17:13:13 +00:00
293dc87984 Run puma on port 80 and change the healthcheck 2019-03-25 17:25:04 +00:00
10c4401f7b Only force ssl on Heroku 2019-03-25 16:33:04 +00:00
3b790eb74a Made my tournaments page more compact and updated other static pages with updated information 2019-02-11 16:51:19 +00:00
77c416597a Removing bootstrap buttons all over the place and replacing with font awesome icons 2019-02-11 16:29:00 +00:00
5a800fccb9 Making navigation easier to find 2019-02-06 19:59:53 +00:00
d93a03ff87 Display tournament show page when going to /tournament/:id/brackets 2019-02-06 19:59:35 +00:00
80ae130aa8 This fixes a bug where moving from two pools to four did not work 2019-02-05 14:15:09 +00:00
d0cf5301e2 Put win type on bracket and made bracket text smaller 2019-02-01 15:36:37 +00:00
2b92bdaf66 Preliminary import/export feature 2019-01-30 20:16:56 +00:00
46b8888245 Need to delete the return_path when on schools show otherwise you get redirected to another school you browsed 2019-01-30 20:16:23 +00:00
972c5af093 Put number next to school on team scores page and included team scores into all brackets 2019-01-30 14:16:26 +00:00
dea5ee83f0 Bracket name was not including the loser name 2019-01-30 13:53:51 +00:00
523e124c47 Added a rake task for finishing all matches and updated the readme 2019-01-30 13:34:58 +00:00