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

686 Commits

Author SHA1 Message Date
573b3c3e12 Updated ruby version in .travis.yml 2017-06-08 21:51:22 -04:00
a3c768b0bb Updated README to reflect new versions of rails and ruby 2017-06-08 21:47:47 -04:00
98e63a2ff0 Upgraded to Rails 5.1.1 2017-06-08 21:45:36 -04:00
f409918f5b Separate apt-get clean and apt-get update on multiple lines 2017-06-02 21:42:30 -04:00
63595954a1 Needed to add a js library to dev and prod docker images 2017-05-31 12:43:31 -04:00
b37004cbbf Removed frontend and updated production to use puma instead of pasenger 2017-05-31 09:40:31 -04:00
3f72a912b6 Wrestler pool number is now saved in db. Pool number generation moved to it's own class. 2017-03-02 18:11:21 +00:00
8fa529dc5f Condensed the bracket pages 2017-02-01 19:37:58 +00:00
9ac3b3baa9 All brackets page gives 1 bracket per page 2017-02-01 13:47:48 +00:00
86bb0b6f3c Fixed cache names so multiple tournaments cache at once 2017-01-31 14:01:09 +00:00
b5d07e103e Swap wrestlers moved from edit wrestler to the bracket page 2017-01-31 13:43:56 +00:00
bb30b0f916 Fixed heroku api key for travis 2017-01-19 13:12:13 +00:00
96dc5407da Fixed glitch in pool byes receiving 2 points when you have at least 1 pool
win. Poolrounds was not returning what I was expecting.
2017-01-19 00:41:34 -05:00
e77b555069 A BYE gives 2 points in a pool of you win one pool match. Now have two tests failing with regard to tie breakers. Most likely poorley written tests 2017-01-18 14:55:11 +00:00
aeb6011340 apt-get clean before update to fix deployment error 2017-01-18 14:54:05 +00:00
d7c82a8d71 Fixed bug on wrestler form to allow a tournament director to move a wrestler to another school 2017-01-18 13:53:17 +00:00
b7775172a3 Updated active record and ruby version 2017-01-17 03:32:38 +00:00
c16ec26ecb Re-added source code to the dev docker image for jenkins to use 2017-01-17 03:30:20 +00:00
67c64e94d1 Fixed dev dockerfile to start up quicker by not adding the rails code. This code gets mounted instead with rails-dev.sh. Added git logs and node_modules folder to dockerignore. Added node_modules folder to gitignore. 2016-12-08 13:40:05 -05:00
bbb745564e Re-generating one weight classes matches - NEED TO REFACTOR and NEED TO WRITE TESTS
Code is repeated in the following classes:
GenerateTournamentMatches
PoolToBracketMatchGeneration
PoolToBracketGenerateLoserNames
WipeTournamentMatches
2016-09-09 17:51:00 +00:00
a14d750f13 Added docker ignore 2016-07-06 02:07:52 +00:00
4f15c2b8a3 Still moving logic out of the models 2016-05-26 01:04:51 +00:00
44464722a3 O
Merge branch 'development' of https://github.com/jcwimer/wrestlingApp into development
2016-05-14 11:20:50 -04:00
225e90ca8f Get frontend javascript into the docker image. Still need to figure out how to get frontend templates into rails. 2016-05-14 11:20:28 -04:00
a6e64bdf8f Moved none database classes out of model folder. Still need to separate classes that are doing too much for bracket_advancement, for placement points, and for swapping wrestlers in pool/bracket. 2016-05-14 14:54:49 +00:00
2f9c54df2e Refactored match generation so I can eventually support multiple types of tournaments 2016-05-14 13:28:28 +00:00
a763c966d1 Sped up tests and updated Pool Order 2016-05-07 02:06:11 +00:00
3659597780 CRUD finished for Schools on frontend 2016-04-30 00:55:34 +00:00
84d48bbee3 Made login form look better and made user
menu look better.
2016-04-28 01:58:48 +00:00
07ac335c7c Fixed a few static pages on frontend 2016-04-28 01:25:06 +00:00
425e7f5fc5 Frontend authentication working. 2016-04-28 01:13:58 +00:00
84578d89da Added frontend pages and trying to model wrestlers on frontend 2016-04-26 01:14:15 +00:00
5b9f64b3f9 Created basic viewing pages in angular
Can now search and view tournaments. Can now view team scores, weights and seeds, mats and bout board
2016-04-12 21:11:18 +00:00
8f07bc2f82 Cleaned up tests 2016-04-12 21:09:57 +00:00
e01fe5993a Fixed run all tests script 2016-03-26 04:15:39 +00:00
8ebff0b37a Fixed dev dockerfile 2016-03-26 04:10:57 +00:00
1fb38abf16 Added files to dev dockerfile 2016-03-26 03:56:08 +00:00
a703268a75 Speeding up tests and renaming generateMatchup methods 2016-03-26 03:55:02 +00:00
ddcf2d807e Speeding up tests and renaming a few methods in generateMatchups 2016-03-26 03:54:31 +00:00
2c44bc9845 Trying to get routes working but they are not working at the moment. Also moved the tournaments search and table to its own page 2016-03-22 11:29:32 +00:00
f66725d750 Change to ruby 2.3.0 on travis ci 2016-03-11 15:41:06 +00:00
2b4c9aff8b making navbar mobile friendly 2016-03-11 10:32:54 -05:00
97ec2971a5 Added memcached to production docker compose, also added worker command for test compose 2016-03-10 12:47:46 +00:00
dc1c955485 Workers have a different command 2016-03-10 12:46:03 +00:00
4ae5e66b66 Fixed dockerfiles for prod and dev with new frontend 2016-03-09 09:09:18 -05:00
c8a09956f4 Revert "Using a more lightweight image and using rvm for ruby"
This reverts commit 621813a015.

I could not get the lightweight docker image working correctly with rvm. I will most likely switch back to this image in the future when I have more time to work on it.
2016-03-03 09:56:24 -05:00
621813a015 Using a more lightweight image and using rvm for ruby 2016-03-03 13:55:27 +00:00
089f0e3162 Set up frontend on docker images 2016-03-03 13:39:56 +00:00
85f9346001 Removed console.log on frontend tournamentsController, also fixed frontend syntax errors in tournamentsController and tournamentsService 2016-03-02 15:54:38 +00:00
9bd36d2cb0 Added a search to both api and frontend 2016-03-02 14:08:14 +00:00