Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WIP: Let's build it in Elixir! #3

Open
wants to merge 35 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
35 commits
Select commit Hold shift + click to select a range
1ba0f77
Remove files
tyrbo Dec 29, 2015
8b250e9
Add Docker files
tyrbo Dec 29, 2015
181071b
Add --force to ensure phoenix installation
tyrbo Dec 29, 2015
df56b42
Phoenix install
tyrbo Dec 29, 2015
d16196d
Phoenix is now working
tyrbo Dec 29, 2015
e983641
Add phoenix_haml, add dockerignore
tyrbo Dec 29, 2015
729137d
Update Dockerfile
tyrbo Dec 29, 2015
8d059b4
Use env variables for test DB info
tyrbo Dec 29, 2015
1b0e692
Update test config, add ladder base route
tyrbo Dec 29, 2015
2aa72d1
Add env variables for Semaphore
tyrbo Dec 29, 2015
ab34bc5
Merge branch 'elixir' of github.com:tyrbo/lolsummoners into elixir
tyrbo Dec 29, 2015
408b82f
Add new things - new env inc
tyrbo Jan 11, 2016
2e3fbdd
Fresh go at a cleaner look (maybe)
tyrbo Jan 25, 2016
94a77f4
Add redis
tyrbo Jan 25, 2016
1c23d1f
Fixes broken Dockerfile
tyrbo Feb 17, 2016
4939f73
Adding temporary work
tyrbo Feb 17, 2016
31a3b4f
Remove sensitive information, fixes fonts
tyrbo Feb 17, 2016
3d05ee2
Add inotify-tools
tyrbo Feb 25, 2016
c161273
Adds initial DB structure, somewhat working updater
tyrbo Feb 25, 2016
6becd23
Use env variable for db host
tyrbo Feb 25, 2016
aea6a73
Remove generated tests
tyrbo Feb 25, 2016
9163a69
Add phantomjs to docker-compose
tyrbo Feb 26, 2016
d1be185
Adds hound, phantomjs
tyrbo Feb 26, 2016
c420451
Remove sensitive information from source
tyrbo Feb 26, 2016
1db7270
Config updates
tyrbo Feb 26, 2016
ed2a5d7
Fixes App env lookup
tyrbo Feb 26, 2016
09f972e
Update redis rankings after inserting league entries
tyrbo Feb 26, 2016
cb75cc4
Adds initial Ladder module, for loading ladder pages
tyrbo Feb 26, 2016
ea2dbc1
Cleans up ladder in a few places
tyrbo Feb 26, 2016
d4f9abd
Swap to API format
tyrbo Feb 26, 2016
023954a
Add ember frontend
tyrbo Feb 26, 2016
44957f0
I broke something. I have to fix it.
tyrbo Feb 27, 2016
9d6da9c
Fixed, I hope.
tyrbo Feb 27, 2016
0f89404
Adds style to ember
tyrbo Feb 27, 2016
0184be0
Adds initial channel and tests for stats communication
tyrbo Feb 27, 2016
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
14 changes: 0 additions & 14 deletions .cloud66/manifest.yml

This file was deleted.

27 changes: 0 additions & 27 deletions .codeclimate.yml

This file was deleted.

34 changes: 0 additions & 34 deletions .csslintrc

This file was deleted.

7 changes: 7 additions & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
.git
Dockerfile
_build
deps
*.ez
erl_crash.dump
node_modules
247 changes: 0 additions & 247 deletions .eslintrc

This file was deleted.

25 changes: 0 additions & 25 deletions .gitignore

This file was deleted.

3 changes: 0 additions & 3 deletions .rspec

This file was deleted.

Loading