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

761 Commits

Author SHA1 Message Date
fe5259b8c1 Removing redundency in Dockerfile 2018-09-14 15:23:24 +00:00
db6c8b79bd Trying to get travis working 2018-09-14 10:18:28 -04:00
4758a0d1de Upgrade to rails 5.2.1 and ruby 2.5.1 2018-08-23 00:12:35 +00:00
2083186b78 Use compose 2.2 for docker compose to add the ability to use mem_limit for memcached 2018-08-13 11:43:42 +00:00
08b3d9b7ee Changed worker script for heroku and added workers to puma 2018-08-08 13:33:40 +00:00
db5438903a Downgrade to rails 5.1 to see if rails 5.2 is what is crashing docker 2018-08-03 11:23:58 +00:00
74c2654299 Forgot to update Gemfile.lock 2018-07-31 18:45:16 +00:00
c62f017bec Changing delayed_job executing script because I think rake jobs:work is crashing docker 2018-07-31 14:51:28 +00:00
ce8ad2b284 Switched back to puma because I think passenger is crashing docker. 2018-07-30 12:34:01 +00:00
93b726f425 Moving to passenger + nginx 2018-07-26 10:34:48 +00:00
1dbbed833e Switching back to Passenger and using tini to not have PID problems 2018-07-24 17:15:59 +00:00
37cb8f816b Switch back to puma and ruby 2.4.4. Trying to fix stability problems. Docker daemon's are crashing after a period of time. 2018-07-24 14:22:00 +00:00
cb22111c3c Upgrade to mysql 5.7, tag memcached 1.5, and check for PID 1 on workers instead of ps. ps generates apparmor errors in the docker daemon. 2018-07-24 13:58:59 +00:00
9183a16d5d Want ability to run db:seed on prod if needed 2018-07-24 13:57:25 +00:00
933aa522b7 Forgot to update Gemfile.lock 2018-07-17 11:34:06 +00:00
1a6e2a08a8 Switching to passenger 2018-07-17 11:30:36 +00:00
94b6d9aaa3 Trying to get compose build working 2018-07-11 17:20:53 +00:00
ab87b78b4d Added build to test compose 2018-07-11 14:06:22 +00:00
cd94b9901d Updating to compose api version 3.3 2018-07-11 13:23:17 +00:00
cdf42b4434 Check for vulns in gems 2018-07-09 14:59:36 +00:00
291c1f3bcc Ignore vendor/bundle folder 2018-07-09 14:59:21 +00:00
452333ffbf Added travis gem and updated heroku api key for travis 2018-07-09 13:43:15 +00:00
5033f1fcb4 Added healthcheck to docker compose files for workers 2018-07-07 12:26:33 -04:00
018bccb1ef Fixed healthcheck syntax 2018-07-06 14:21:30 -04:00
31025ff833 Added healthcheck to dockerfile 2018-07-06 14:09:09 -04:00
fc3b7694d3 Fixing brakeman on CI 2018-05-03 19:20:53 +00:00
5c1975ff44 Updated to Ruby 2.5.1 and Rails 5.2.0 2018-05-03 18:48:42 +00:00
a2f3d836ec Updated gems 2018-05-03 18:04:29 +00:00
5bd97b923a Added brakeman to running tests and added a silencer for secret key 2018-05-03 17:17:38 +00:00
533f0e0890 Revert "Removed old rvm travis tests"
This reverts commit ffcd33903f.
2018-05-03 14:01:55 +00:00
ffcd33903f Removed old rvm travis tests 2018-05-03 13:53:11 +00:00
d3ae73cb4a Run travis tests with docker 2018-05-03 12:55:44 +00:00
37c106fb06 Fixed depricated callback 2018-05-03 12:55:23 +00:00
a8ee3ffa61 Revert "Use git to find project_dir"
This reverts commit 81158be575.
2018-05-03 08:11:03 -04:00
81158be575 Use git to find project_dir 2018-04-24 08:55:50 -04:00
a52d2c6b70 Reload tournament matches so generateweight moves finals to the last round as well 2018-02-02 08:17:04 -05:00
ed23a8e997 Need to save unassigning mats 2018-02-01 13:42:35 -05:00
bfd4c0c702 Run background actions if winner_id or finished changes 2018-02-01 09:27:16 -05:00
0ac3efa615 Force curently genrating matches to be nil 2018-02-01 08:16:28 -05:00
ada1cac436 Corrected query for upcoming matches on bout board 2018-02-01 07:44:58 -05:00
df397f55e3 Trying to get curently generating matches to be nil 2018-02-01 07:13:06 -05:00
cda7e21d34 Fixed typo to fix bug 2018-01-31 09:31:03 -05:00
ebbc92e0c0 Only assign matches with about number 2018-01-31 09:15:48 -05:00
275e65c7a1 When generating a new weight, wipe mats from matches 2018-01-31 08:49:38 -05:00
9841f5648d Discard ActiveRecord association cache so generating a single weight class of matches works 2018-01-31 07:59:48 -05:00
53598152cf Realigned file and sorted matches by weight and round when assigning bouts 2018-01-31 07:26:15 -05:00
6d75d26f3b Copyright current year 2018-01-10 07:32:17 -05:00
ff4cb52541 Upgrade packages upon build for prod 2018-01-09 07:59:49 -05:00
a36a083826 Moved files out of the root of the project to bin and deploy where they belong 2018-01-09 07:58:37 -05:00
d88000f06a Added a stats page for teams 2017-12-18 07:51:38 -05:00