Releases: CodeForPoznan/codeforpoznan.pl_v3
Releases · CodeForPoznan/codeforpoznan.pl_v3
v1: cfpv3 on main domain!
What's Changed
- Docker containers introduction by @magul in #7
- Models in database: user, participant, hacknight #18 by @dagaaaaa in #19
- [21] Pytest infrastructure by @stanislawK in #30
- [2][8]Login, Logout and JWT authorization by @jacekkalbarczyk in #31
- Multiple minor python fixes by @magul in #36
- Makefile introduction by @magul in #39
- [35] login component by @stanislawK in #40
- [17]add contact us endpoint by @stanislawK in #32
- [14] contact us component front by @stanislawK in #34
- [CFP-64] Readme & makefile fixes by @w1stler in #65
- [63] Remove flask-script by @bartolino7 in #70
- extending gitignore by @OtisRed in #72
- [CFP-64] Add bash to Makefile by @w1stler in #66
- [42] participant and hacknight model relationship by @kristhina in #45
- [11] About Us component by @jacekkalbarczyk in #71
- [64] Fix readme by @w1stler in #77
- [78] scss by @w1stler in #81
- [78] delete css by @Loczi94 in #82
- [26]tests for models and db by @stanislawK in #33
- [43] populate database by @stanislawK in #76
- Updated vue to 2.6.10 by @Bosmanfrx in #90
- [44] unit tests for contact us endpoint by @stanislawK in #46
- [37] unit test for login api endpoint by @stanislawK in #38
- Bump js-yaml from 3.12.0 to 3.13.1 in /frontend by @dependabot in #99
- Bump axios from 0.18.0 to 0.18.1 in /frontend by @dependabot in #100
- Update vuetify by @OtisRed in #101
- [16] footer component by @Loczi94 in #86
- [15] social media component by @Loczi94 in #92
- get participant list api (fixes#20) by @kristhina in #91
- Updated lint config by @adamgajzlerowicz in #89
- Add Join Us component by @wrozda in #106
- Our projects component (fixes #12) by @OtisRed in #88
- quick_fix by @OtisRed in #111
- Bump lodash.defaultsdeep from 4.6.0 to 4.6.1 in /frontend by @dependabot in #117
- Bump lodash.mergewith from 4.6.1 to 4.6.2 in /frontend by @dependabot in #118
- Bump lodash from 4.17.11 to 4.17.15 in /frontend by @dependabot in #128
- Update README.md by @jacekkalbarczyk in #126
- Add flask_restful endpoints (fixes #85) by @stanislawK in #102
- Travis-CI setup (fixes #212) by @magul in #127
- fix messages of http status codes by @wrozda in #140
- changed response and http code (fixes #130) by @kristhina in #139
- Tests for get participants endpoint (fixes #104) by @stanislawK in #105
- Update psycopg2 to 2.8.3 (fixes #75) by @magul in #129
- deleted yarn.lock from main dir (fixes #108) by @OtisRed in #150
- [JDI] Add command to makefile by @w1stler in #148
- Create hacknight list endpoint(fixes #123) by @stanislawK in #145
- Tests for get participant details endpoint (fixes#141) by @stanislawK in #143
- Upgrade pytest and flask-sqlalchemy(fixes #69) by @stanislawK in #152
- create endpoint to add participant to database (fixes #59) by @w1stler in #125
- Create add new hacknight endpoint (fixes #94) by @w1stler in #144
- Participant details endpoint (fixes# 110) by @stanislawK in #114
- Run pytest in Travis-CI (fixes #133) by @stanislawK in #155
- [147] Remove creating MessageSchema in message_serializer by @ngiersz in #159
- Refactor contact us form by @OtisRed in #160
- improved the spacing underneath the title by @OtisRed in #161
- Title styling (quick fix) by @OtisRed in #163
- Bump eslint-utils from 1.3.1 to 1.4.2 in /frontend by @dependabot in #162
- [48] dashboard component by @Loczi94 in #115
- [156] Container names set to cfp_v3_{container}_1 by @ngiersz in #158
- Bump mixin-deep from 1.3.1 to 1.3.2 in /frontend by @dependabot in #167
- Lint js quick fix by @stanislawK in #178
- [83] Create refresh token endpoint by @jacekkalbarczyk in #173
- added compare type to alembic migrations by @kristhina in #181
- [62] Create API endpoint for hacknight details by @w1stler in #172
- Create participant endpoint fix and tests (fixes#175) by @stanislawK in #180
- [62] create endpoint for hacknight details by @w1stler in #182
- Username length in login_serializer (fixes #146) by @ngiersz in #177
- Changing frontend indentation to 2 spaces (fixes #188) by @OtisRed in #189
- rename participant field (fixes #136) by @kristhina in #142
- Vuetify upgraded with all dependencies (fixes#171) by @stanislawK in #174
- Fix for a test that was failing when name was renamed to first_name by @magul in #209
- delete participant endpoint (fixes #170) by @kristhina in #185
- Added code coverage tool (fixes #195) by @stanislawK in #196
- Added test for populate_database (fixes #197) by @stanislawK in #198
- Remove duplication of Vuetify init by @magul in #210
- Additional tests for login endpoint (fixes #199) by @stanislawK in #200
- [164] Refactor title classes by @Loczi94 in #211
- [134] Add travis badge (fixes #134) by @w1stler in #216
- [74] implement black (fixes #68 #74) by @w1stler in #187
- [219] Implement editorconfig fixes #219 by @w1stler in #220
- Vue files in .editorconfig by @magul in #222
- Added tests for delete participant endpoint (fixes #193) by @stanislawK in #194
- [201] Cleanup in login endpoint by @moniabak in #218
- Adjusting to mobile view (fixes #223) by @OtisRed in #224
- Add participants to hacknight endpoint with tests (fixes #93) by @s...