1
0
mirror of https://github.com/jcwimer/wrestlingApp synced 2026-03-24 17:04:43 +00:00
Commit Graph

668 Commits

Author SHA1 Message Date
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
817e1fb0c1 Moved api call to a service 2016-03-02 13:34:41 +00:00
459585fce2 Fixed navbar with rails navbar changes 2016-03-01 16:22:34 +00:00
691d417322 Merge branch 'linemanjs' into development 2016-03-01 16:15:45 +00:00
c03402bcdb Added a mock layout and an api call for angular 2016-03-01 16:15:19 +00:00
db2e9a1c65 making navbar mobile friendly 2016-02-23 14:12:26 -05:00
305d45960b Changed tmux script to better suite needs 2016-02-18 12:54:06 -05:00
4a90165514 Added bootstrap and angularjs 2016-02-18 15:13:33 +00:00
3504c54ed4 Added a script to run tests 2016-02-18 08:24:24 -05:00
33529cb9fe Added description and author 2016-02-18 12:51:22 +00:00
fae5b310a2 Changed port lineman runs on 2016-02-18 12:51:00 +00:00
8c08b5a47f Added memcahced to test deploy 2016-02-18 07:49:49 -05:00
2d3aa1b760 Set up api for development 2016-02-10 17:46:16 +00:00
dfa0972747 Added linemanjs as frontend 2016-02-10 16:33:44 +00:00
4685173548 Removed url for tournaments api 2016-02-10 15:20:52 +00:00
643012ae1d Change to ruby 2.3.0 on travis ci 2016-02-10 15:17:32 +00:00
e215717914 Start of api 2016-02-10 15:16:58 +00:00
731131073f Specified ruby 2.3.0 2016-02-10 14:10:42 +00:00
1f08d1a823 Assign next mat match before submitting delayed job 2016-02-04 15:32:38 +00:00