Daniel Schädler
|
071ed703db
|
Add quick install link
|
2019-06-04 17:39:23 +02:00 |
Jonny
|
207f1a6686
|
Merge pull request #32 from turniere/ticket/TURNIERE-207
Bugfix: match scores weren't editable
|
2019-05-29 08:45:17 +02:00 |
Felix Hamme
|
4a444babd4
|
Bugfix: match scores weren't editable
|
2019-05-29 08:40:11 +02:00 |
Jonny
|
0aa8f307ec
|
Merge pull request #31 from turniere/ticket/TURNIERE-207
Implement Starting and Ending a Match (Ticket/turniere 207)
|
2019-05-29 00:10:55 +02:00 |
Felix Hamme
|
e402fab71b
|
Merge remote-tracking branch 'origin/master' into ticket/TURNIERE-207
|
2019-05-29 00:01:54 +02:00 |
Felix Hamme
|
134844973e
|
Implement ending a match: make backend calls, replace match states {team1_won, team2_won, undecided} with {finished}, hold the match data in Match.js in state instead of in props, reorder internal match data storage
|
2019-05-29 00:00:54 +02:00 |
betanummeric
|
54e4eb901e
|
Merge pull request #30 from turniere/ticket/TURNIERE-221
Check for invalid inputs before applying new group size
|
2019-05-28 23:30:09 +02:00 |
Jonny
|
74d8e0d987
|
Merge branch 'master' into ticket/TURNIERE-221
|
2019-05-28 23:11:48 +02:00 |
JP1998
|
3fc8a5d291
|
Check the group advance input for valid values
|
2019-05-28 23:10:07 +02:00 |
JP1998
|
2defc3df22
|
Refactor the handleGroupSizeInput method
|
2019-05-28 22:55:19 +02:00 |
Felix Hamme
|
7848d3d81d
|
Implement starting a match, make backend calls
|
2019-05-28 22:03:17 +02:00 |
betanummeric
|
bcb7381fe7
|
Merge pull request #29 from turniere/feature/codacy-badge
Add codacy badge to README
|
2019-05-28 20:05:54 +02:00 |
JP1998
|
3bb902b033
|
Check for invalid inputs before applying new group size
|
2019-05-28 16:54:51 +02:00 |
Jonny
|
04e779738e
|
Add codacy badge to README
|
2019-05-28 15:30:56 +02:00 |
Jonny
|
e651a53125
|
Merge pull request #27 from turniere/ticket/TURNIERE-178
Refactoring: Ticket/turniere 178
|
2019-05-28 13:43:44 +02:00 |
Felix Hamme
|
2e223a7bb7
|
Merge branch 'master' into ticket/TURNIERE-178
|
2019-05-27 14:27:54 +02:00 |
Daniel Schädler
|
d07678e0d7
|
Merge pull request #25 from turniere/ticket/TURNIERE-168
Automatically deploy frontend docker containers
|
2019-05-25 19:36:25 +02:00 |
Thor77
|
fa1419d7fc
|
Add kubernetes deploy step
|
2019-05-14 21:26:31 +02:00 |
Thor77
|
b03a20f48c
|
Add kubernetes deployment files
|
2019-05-14 21:26:30 +02:00 |
Felix Hamme
|
97ba7726ed
|
Move Match and belongings out of tournament.js to new file Match.js
|
2019-05-12 12:21:24 +02:00 |
Felix Hamme
|
a40ecd56e9
|
Move axios wrapper methods to new file backendApi
|
2019-05-12 12:21:24 +02:00 |
Felix Hamme
|
6bea32b08a
|
Move actionType and defaultState definitions from api.js to own files
|
2019-05-12 12:21:24 +02:00 |
Felix Hamme
|
501cc7a208
|
Refactor ErrorComponents
|
2019-05-12 12:21:24 +02:00 |
Felix Hamme
|
fb4b380407
|
Refactor Footer and update copyright year
|
2019-05-12 12:21:24 +02:00 |
Felix Hamme
|
7b5e18cc9e
|
Move everypage.css into css directory
|
2019-05-12 12:21:24 +02:00 |
Felix Hamme
|
a27f18a9bd
|
delete unused file style.css
|
2019-05-12 12:21:24 +02:00 |
Jonny
|
cea1ceb081
|
Merge pull request #26 from turniere/ticket/TURNIERE-177
Choose and apply consistent code style rules: Ticket/turniere 177
|
2019-05-12 12:01:11 +02:00 |
Felix Hamme
|
24b9c09970
|
Add eslint-config-google to dev dependencies
|
2019-05-09 14:48:43 +02:00 |
Felix Hamme
|
a4b1506d41
|
Replace for-in-loop with for-of-loop (suggested by eslint)
|
2019-05-09 14:48:43 +02:00 |
Felix Hamme
|
b3243f6a5c
|
Format every js file to comply with the new eslint rules
|
2019-05-09 14:48:43 +02:00 |
Felix Hamme
|
d12af2731f
|
use camleCase identifiers in api.js
|
2019-05-09 14:48:43 +02:00 |
Felix Hamme
|
b40c0382a8
|
Automatically apply eslint rules
|
2019-05-09 14:48:43 +02:00 |
Felix Hamme
|
f93f9a57ce
|
Add some eslint rules
|
2019-05-09 14:48:43 +02:00 |
Felix Hamme
|
5a747cce2a
|
Disable eslint-checks for jsdoc because it is no longer supported
https://eslint.org/blog/2018/11/jsdoc-end-of-life
|
2019-05-09 14:48:43 +02:00 |
Felix Hamme
|
bd79607d98
|
Add google style guide to eslint config
|
2019-05-09 14:48:43 +02:00 |
betanummeric
|
4627a30ec0
|
Merge pull request #24 from turniere/ticket/TURNIERE-167
Automatically build Docker Containers - TURNIERE-167
|
2019-05-08 16:04:31 +02:00 |
Daniel Schädler
|
bc3db1176c
|
Add .gitlab-ci.yml
Took 4 minutes
|
2019-05-08 15:50:02 +02:00 |
betanummeric
|
cffda50647
|
Merge pull request #23 from turniere/ticket/TURNIERE-166
Create Dockerfile: Ticket/turniere 166
|
2019-05-08 14:31:07 +02:00 |
Daniel Schädler
|
482c500d9f
|
Use multistage build in Dockerfile to shrink image size
Co-Authored-By: betanummeric <40263343+betanummeric@users.noreply.github.com>
|
2019-05-08 14:27:41 +02:00 |
Daniel Schädler
|
db88a42897
|
Update README.md: tagging latest is redundant
Co-Authored-By: betanummeric <40263343+betanummeric@users.noreply.github.com>
|
2019-05-08 14:19:21 +02:00 |
Daniel Schädler
|
d6abcf403e
|
Exclude more in .dockerignore
Co-Authored-By: betanummeric <40263343+betanummeric@users.noreply.github.com>
|
2019-05-08 14:11:23 +02:00 |
Felix Hamme
|
f4cf04ad25
|
Formatting: satisfy Hound
|
2019-05-08 13:59:11 +02:00 |
Felix Hamme
|
6b4e0c36a5
|
update README.md
|
2019-05-08 13:37:29 +02:00 |
Felix Hamme
|
88d4f1dae8
|
Create Dockerfile (the image is quite big, but it works)
|
2019-05-08 13:36:45 +02:00 |
Felix Hamme
|
9a84dcb508
|
Run the server on port 80 if in production mode, otherwise on port 3000
|
2019-05-08 13:34:40 +02:00 |
Felix Hamme
|
91f7063887
|
Rename environment variable API_URL to TURNIERE_API_URL
|
2019-05-08 13:31:50 +02:00 |
Thor77
|
e858200a7a
|
Fix envvar problem
|
2019-05-08 10:54:00 +02:00 |
Felix Hamme
|
0a2c180d6a
|
Replace hardcoded backend url with environment variable (works only server-side) (required client-side tough, so it doesn't work (wait till next commit, Thor77 has a lovely fix for that))
(This commit was definitely not changed because I nagged about it wasn't working...)
|
2019-05-08 09:40:00 +02:00 |
betanummeric
|
e76840de21
|
Merge pull request #21 from turniere/ticket/TURNIERE-156
Fix bug "Login and Register pages don't clear the errors after switching page / reloading"
|
2019-05-02 15:21:07 +02:00 |
Jonny
|
b30a3a759e
|
Merge branch 'master' into ticket/TURNIERE-156
|
2019-05-02 08:52:18 +02:00 |