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

Commit Graph

  • 63595954a1 Needed to add a js library to dev and prod docker images Jacob Cody Wimer 2017-05-31 12:43:31 -04:00
  • b37004cbbf Removed frontend and updated production to use puma instead of pasenger Jacob Cody Wimer 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. Jacob Cody Wimer 2017-03-02 18:11:21 +00:00
  • 889c2114a4 Merge branch 'development' Jacob Cody Wimer 2017-02-02 19:07:33 +00:00
  • 8fa529dc5f Condensed the bracket pages Jacob Cody Wimer 2017-02-01 19:37:58 +00:00
  • 9ac3b3baa9 All brackets page gives 1 bracket per page Jacob Cody Wimer 2017-02-01 13:47:48 +00:00
  • 86bb0b6f3c Fixed cache names so multiple tournaments cache at once Jacob Cody Wimer 2017-01-31 14:01:09 +00:00
  • b5d07e103e Swap wrestlers moved from edit wrestler to the bracket page Jacob Cody Wimer 2017-01-31 13:43:56 +00:00
  • 196797566c Merge branch 'development' Jacob Cody Wimer 2017-01-19 13:13:07 +00:00
  • bb30b0f916 Fixed heroku api key for travis Jacob Cody Wimer 2017-01-19 13:12:13 +00:00
  • eccc523698 Merge branch 'development' Jacob Cody Wimer 2017-01-19 00:42:13 -05: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. Jacob Cody Wimer 2017-01-19 00:41:34 -05:00
  • 3c5838c827 Merge branch 'development' Jacob Cody Wimer 2017-01-18 09:56:32 -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 Jacob Cody Wimer 2017-01-18 14:55:11 +00:00
  • aeb6011340 apt-get clean before update to fix deployment error Jacob Cody Wimer 2017-01-18 14:54:05 +00:00
  • 11d0939fa5 Merge pull request #6 from jcwimer/development Jacob Cody Wimer 2017-01-18 09:23:26 -05:00
  • d7c82a8d71 Fixed bug on wrestler form to allow a tournament director to move a wrestler to another school Jacob Cody Wimer 2017-01-18 13:53:17 +00:00
  • b7775172a3 Updated active record and ruby version Jacob Cody Wimer 2017-01-17 03:32:38 +00:00
  • c16ec26ecb Re-added source code to the dev docker image for jenkins to use Jacob Cody Wimer 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. Jacob Cody Wimer 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 jcwimer 2016-09-09 17:51:00 +00:00
  • a14d750f13 Added docker ignore jcwimer 2016-07-06 02:07:52 +00:00
  • 4f15c2b8a3 Still moving logic out of the models jcwimer 2016-05-26 01:04:51 +00:00
  • 44464722a3 O Merge branch 'development' of https://github.com/jcwimer/wrestlingApp into development Jacob Cody Wimer 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. Jacob Cody Wimer 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. jcwimer 2016-05-14 14:54:49 +00:00
  • 2f9c54df2e Refactored match generation so I can eventually support multiple types of tournaments jcwimer 2016-05-14 13:28:28 +00:00
  • a763c966d1 Sped up tests and updated Pool Order jcwimer 2016-05-07 02:06:11 +00:00
  • 3659597780 CRUD finished for Schools on frontend jcwimer 2016-04-30 00:55:34 +00:00
  • 84d48bbee3 Made login form look better and made user menu look better. jcwimer 2016-04-28 01:58:48 +00:00
  • 07ac335c7c Fixed a few static pages on frontend jcwimer 2016-04-28 01:25:06 +00:00
  • 425e7f5fc5 Frontend authentication working. jcwimer 2016-04-28 01:13:58 +00:00
  • 84578d89da Added frontend pages and trying to model wrestlers on frontend jcwimer 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 jcwimer 2016-04-12 21:11:18 +00:00
  • 8f07bc2f82 Cleaned up tests jcwimer 2016-04-12 21:09:57 +00:00
  • e01fe5993a Fixed run all tests script jcwimer 2016-03-26 04:15:39 +00:00
  • 8ebff0b37a Fixed dev dockerfile jcwimer 2016-03-26 04:10:57 +00:00
  • 1fb38abf16 Added files to dev dockerfile jcwimer 2016-03-26 03:56:08 +00:00
  • a703268a75 Speeding up tests and renaming generateMatchup methods jcwimer 2016-03-26 03:55:02 +00:00
  • ddcf2d807e Speeding up tests and renaming a few methods in generateMatchups jcwimer 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 jcwimer 2016-03-22 11:29:32 +00:00
  • f66725d750 Change to ruby 2.3.0 on travis ci jcwimer 2016-02-10 15:17:32 +00:00
  • 2b4c9aff8b making navbar mobile friendly Jacob Cody Wimer 2016-02-23 14:12:26 -05:00
  • 97ec2971a5 Added memcached to production docker compose, also added worker command for test compose jcwimer 2016-03-10 12:47:46 +00:00
  • dc1c955485 Workers have a different command jcwimer 2016-03-10 12:46:03 +00:00
  • 4ae5e66b66 Fixed dockerfiles for prod and dev with new frontend Jacob Cody Wimer 2016-03-09 09:09:18 -05:00
  • c8a09956f4 Revert "Using a more lightweight image and using rvm for ruby" Jacob Cody Wimer 2016-03-03 09:56:24 -05:00
  • 621813a015 Using a more lightweight image and using rvm for ruby jcwimer 2016-03-03 13:55:27 +00:00
  • 089f0e3162 Set up frontend on docker images jcwimer 2016-03-03 13:39:56 +00:00
  • 85f9346001 Removed console.log on frontend tournamentsController, also fixed frontend syntax errors in tournamentsController and tournamentsService jcwimer 2016-03-02 15:54:38 +00:00
  • 9bd36d2cb0 Added a search to both api and frontend jcwimer 2016-03-02 14:08:14 +00:00
  • 817e1fb0c1 Moved api call to a service jcwimer 2016-03-02 13:34:41 +00:00
  • 459585fce2 Fixed navbar with rails navbar changes jcwimer 2016-03-01 16:22:34 +00:00
  • 691d417322 Merge branch 'linemanjs' into development jcwimer 2016-03-01 16:15:45 +00:00
  • c03402bcdb Added a mock layout and an api call for angular jcwimer 2016-03-01 16:15:19 +00:00
  • db2e9a1c65 making navbar mobile friendly Jacob Cody Wimer 2016-02-23 14:12:26 -05:00
  • 305d45960b Changed tmux script to better suite needs Jacob Cody Wimer 2016-02-18 12:54:06 -05:00
  • 4a90165514 Added bootstrap and angularjs jcwimer 2016-02-18 15:13:33 +00:00
  • 3504c54ed4 Added a script to run tests Jacob Cody Wimer 2016-02-18 08:24:24 -05:00
  • 33529cb9fe Added description and author jcwimer 2016-02-18 12:51:22 +00:00
  • fae5b310a2 Changed port lineman runs on jcwimer 2016-02-18 12:51:00 +00:00
  • 8c08b5a47f Added memcahced to test deploy Jacob Cody Wimer 2016-02-18 07:49:49 -05:00
  • 2d3aa1b760 Set up api for development jcwimer 2016-02-10 17:46:16 +00:00
  • dfa0972747 Added linemanjs as frontend jcwimer 2016-02-10 16:33:44 +00:00
  • 4685173548 Removed url for tournaments api jcwimer 2016-02-10 15:20:52 +00:00
  • 643012ae1d Change to ruby 2.3.0 on travis ci jcwimer 2016-02-10 15:17:32 +00:00
  • e215717914 Start of api jcwimer 2016-02-10 15:16:58 +00:00
  • 731131073f Specified ruby 2.3.0 jcwimer 2016-02-10 14:10:42 +00:00
  • 1f08d1a823 Assign next mat match before submitting delayed job jcwimer 2016-02-04 15:32:38 +00:00
  • 57c4191562 Containers do not need removed just killed jcwimer 2016-02-03 19:02:30 +00:00
  • 42a5215d34 Separate killing containers and removing them jcwimer 2016-02-03 18:42:53 +00:00
  • fcda6095c8 Kill and remove containers gracefully without error when zero are running jcwimer 2016-02-03 18:26:47 +00:00
  • 6d6fddea7e Fixed bug on bracket page jcwimer 2016-01-30 03:34:31 +00:00
  • ac28af84a5 Fixed bug in single pool placement points and wrote tests jcwimer 2016-01-29 19:22:05 +00:00
  • 14058e6a6c Old tests now pass with single pool placement points. Still need to write tests for single pool placement points jcwimer 2016-01-29 13:42:28 +00:00
  • 03a8653229 Trying to kill container without ansible failing when zero containers are running jcwimer 2016-01-29 13:09:31 +00:00
  • 29dd01cb9c Pull latest image before running jcwimer 2016-01-29 13:06:49 +00:00
  • 3ae5727f09 Set hostname for production docker containers jcwimer 2016-01-28 16:37:04 +00:00
  • 1b9151a888 First shot at setting placement points for a single pool jcwimer 2016-01-28 16:36:13 +00:00
  • a8b96c96e8 Swap page is now working and also moved swaping logic from tournament model to its own class jcwimer 2016-01-27 14:13:49 +00:00
  • 96c7cd446c Fixed tests now that higher seeded guys wrestle in the last pool round jcwimer 2016-01-26 14:00:48 +00:00
  • 997d547ed2 Now that swapping works, make sure the higher seeded guys wrestle last in the pools jcwimer 2016-01-26 14:00:09 +00:00
  • 765d45194c Had to specify swapping pool matches because guys were being added to bracket matches and I could not figure out why jcwimer 2016-01-26 13:59:37 +00:00
  • ada3434e55 Fixed bug to correctly calculate championship wins and conso wins jcwimer 2016-01-25 16:02:33 +00:00
  • c46f895870 Swapping wrestlers works correctly now. jcwimer 2016-01-25 15:33:46 +00:00
  • dcd8ab3dc0 Removed uneeded method in tournament model jcwimer 2016-01-25 13:02:16 +00:00
  • 01b9476ba7 Switched back to original way I swapped wrestlers jcwimer 2016-01-25 12:59:38 +00:00
  • 75efa73777 Added shell views and routes to swap wrestlers bracket positions Still need to set permssions on swap controller method jcwimer 2016-01-25 12:53:32 +00:00
  • 0275b48499 Fixed issue with zero seeded kids jcwimer 2016-01-25 01:18:02 +00:00
  • f97557ec23 Fixed the way I swap wrestlers jcwimer 2016-01-25 01:11:35 +00:00
  • a9463d0f0c Revert "idk" jcwimer 2016-01-23 14:41:42 +00:00
  • bb8f498ca0 idk jcwimer 2016-01-23 14:39:21 +00:00
  • 798e14d837 Test placeholder to run single tests jcwimer 2016-01-23 05:04:44 +00:00
  • 54f7a68e88 Moving seeded pool matches to last round is not working with the poolOrder jcwimer 2016-01-23 05:04:23 +00:00
  • 3663fa5745 Seed my database seeds correctly jcwimer 2016-01-22 19:12:25 +00:00
  • 5c71d98998 Move two highest pool seeds match to last pool round jcwimer 2016-01-22 19:00:15 +00:00
  • 2b1b9270fd Can edit wrestler school jcwimer 2016-01-22 14:12:56 +00:00
  • e48d473807 Revert "Eager load users and delegates for tournaments, eager load delegates and tournament for schools" jcwimer 2016-01-22 13:21:13 +00:00
  • 285cfa9647 Changing worker back to rake jobs:work jcwimer 2016-01-22 04:51:25 +00:00
  • fdc11dd693 Fixing running delayed jobs jcwimer 2016-01-22 04:48:59 +00:00