Releases: michaelcoll/quiz-app
Releases · michaelcoll/quiz-app
v1.3.1
What's Changed
🔧 Fixes
- fix(docker): update docker images by @michaelcoll in #295
📦 Dependencies
- chore(deps-dev): Bump @types/node from 20.8.2 to 20.8.3 in /internal/web by @dependabot in #264
- chore(deps-dev): Bump @types/node from 20.8.3 to 20.8.4 in /internal/web by @dependabot in #266
- chore(deps-dev): Bump eslint-plugin-prettier from 5.0.0 to 5.0.1 in /internal/web by @dependabot in #268
- chore(deps-dev): Bump @sidebase/nuxt-auth from 0.6.0-beta.6 to 0.6.0-beta.7 in /internal/web by @dependabot in #269
- chore(deps-dev): Bump @types/node from 20.8.4 to 20.8.5 in /internal/web by @dependabot in #270
- chore(deps): Bump golang.org/x/net from 0.16.0 to 0.17.0 by @dependabot in #267
- chore(deps-dev): Bump eslint from 8.50.0 to 8.51.0 in /internal/web by @dependabot in #265
- chore(deps-dev): Bump @types/node from 20.8.5 to 20.8.6 in /internal/web by @dependabot in #271
- chore(deps-dev): Bump @sidebase/nuxt-auth from 0.6.0-beta.7 to 0.6.0-rc.0 in /internal/web by @dependabot in #273
- chore(deps-dev): Bump @types/node from 20.8.6 to 20.8.7 in /internal/web by @dependabot in #275
- chore(deps): Bump actions/setup-node from 3 to 4 by @dependabot in #279
- chore(deps-dev): Bump eslint from 8.51.0 to 8.52.0 in /internal/web by @dependabot in #278
- chore(deps): Bump @babel/traverse from 7.22.17 to 7.23.2 in /internal/web by @dependabot in #274
- chore(deps-dev): Bump undici from 5.24.0 to 5.26.5 in /internal/web by @dependabot in #280
- chore(deps-dev): Bump nuxt from 3.7.4 to 3.8.0 in /internal/web by @dependabot in #277
- chore(deps-dev): Bump @nuxt/devtools from 0.8.5 to 1.0.0 in /internal/web by @dependabot in #276
- chore(deps-dev): Bump @types/node from 20.8.7 to 20.8.8 in /internal/web by @dependabot in #282
- chore(deps-dev): Bump @sidebase/nuxt-auth from 0.6.0-rc.0 to 0.6.0-rc.1 in /internal/web by @dependabot in #283
- chore(deps-dev): Bump @nuxtjs/tailwindcss from 6.8.0 to 6.8.1 in /internal/web by @dependabot in #286
- chore(deps-dev): Bump @types/node from 20.8.8 to 20.8.9 in /internal/web by @dependabot in #287
- chore(deps-dev): Bump @types/node from 20.8.9 to 20.8.10 in /internal/web by @dependabot in #293
- chore(deps): Bump tj-actions/changed-files from 39 to 40 by @dependabot in #284
- chore(deps): Bump github.com/google/uuid from 1.3.1 to 1.4.0 by @dependabot in #289
- chore(deps-dev): Bump @nuxtjs/tailwindcss from 6.8.1 to 6.9.3 in /internal/web by @dependabot in #294
- chore(deps-dev): Bump nuxt-icon from 0.5.0 to 0.6.1 in /internal/web by @dependabot in #292
- chore(deps): Bump flowbite from 1.8.1 to 2.0.0 in /internal/web by @dependabot in #290
- chore(deps): Bump @pinia/nuxt and @pinia-plugin-persistedstate/nuxt in /internal/web by @dependabot in #291
- chore(deps): Bump github.com/go-git/go-git/v5 from 5.9.0 to 5.10.0 by @dependabot in #285
- chore(deps): Bump next from 13.4.19 to 13.5.6 in /internal/web by @dependabot in #281
Full Changelog: 1.3.0...1.3.1
v1.3.0
What's Changed
🎁 Features
- feat(database): add database location parameter by @michaelcoll in #263
Full Changelog: 1.2.0...1.3.0
v1.2.0
What's Changed
🎁 Features
- feat(health): disable log for health probe urls by @michaelcoll in #262
Full Changelog: 1.1.0...1.2.0
v1.1.0
What's Changed
🎁 Features
- feat(health): add health probes by @michaelcoll in #257
📦 Dependencies
- chore(deps-dev): Bump postcss from 8.4.14 to 8.4.31 in /internal/web by @dependabot in #258
Full Changelog: 1.0.0...1.1.0
v1.0.0
What's Changed
🎁 Features
- feat(quizz) : Add first version of database schema by @michaelcoll in #8
- fix(docker) : Update organisation name to reflect the real one. by @michaelcoll in #9
- feat(back) : Parse a quizz by @michaelcoll in #11
- Add CodeQL scan by @michaelcoll in #12
- feat(back) : Update DB model by @michaelcoll in #13
- chore(back) : Add quizz for test purpose. by @michaelcoll in #14
- feat(back) : Connect to a git repo to download quizzes by @michaelcoll in #16
- chore(quiz) : Update marvel quiz by @michaelcoll in #20
- feat(back) : Insert quizzes into database by @michaelcoll in #21
- chore(back) : Rename quizz -> quiz by @michaelcoll in #22
- feat(back) : Handle quizzes updates by @michaelcoll in #23
- feat(back) : Expose quiz api by @michaelcoll in #24
- feat(back): Add register endpoint by @michaelcoll in #35
- ci: Fix automerge job by @michaelcoll in #42
- ci: Fix automerge job by @michaelcoll in #43
- ci: Fix code-ql job by @michaelcoll in #44
- feat(back): Role based access by @michaelcoll in #46
- fix(back): Incorrect int conversion by @michaelcoll in #48
- ci: add automerge by @michaelcoll in #50
- ci: add Okteto preview by @michaelcoll in #57
- feat(db): add session tables by @michaelcoll in #59
- ci: restrict execution of github actions when it is really needed by @michaelcoll in #60
- ci: update auto-merge by @michaelcoll in #61
- ci: add coveralls by @michaelcoll in #62
- feat: add quiz duration by @michaelcoll in #63
- chore(dep): dependency version upgrades by @michaelcoll in #64
- feat(back): add /session endpoint by @michaelcoll in #65
- feat(back): add session start and add answer endpoints by @michaelcoll in #67
- ci(goveralls): disable goveralls on dependabot PRs by @michaelcoll in #68
- chore(dep): dependency version upgrades by @michaelcoll in #81
- feat(auth): switch from access token to id token in all endpoints by @michaelcoll in #82
- feat(auth): connect authentication from front app to backend by @michaelcoll in #84
- chore(front): add quiz pinia store by @michaelcoll in #85
- feat(db): add student class by @michaelcoll in #92
- feat(class): add list endpoint by @michaelcoll in #94
- feat(class): add create, update and delete endpoints by @michaelcoll in #98
- feat(user): add assign user to class endpoints by @michaelcoll in #104
- feat(quiz): add class visibility endpoints by @michaelcoll in #105
- feat(quiz): update quiz endpoint to restrain the visibility to the student by @michaelcoll in #106
- feat(quiz): list of quiz screen by @michaelcoll in #111
- chore(front): switch to Nuxt 3 by @michaelcoll in #116
- feat(quiz-session): add the quiz session by uuid endpoint by @michaelcoll in #120
- feat(front): add the quiz session screen by @michaelcoll in #158
- feat(auth): switch to github auth by @michaelcoll in #175
- feat(quiz): add session duration info by @michaelcoll in #180
- feat(admin): add user admin by @michaelcoll in #184
- feat(login): add a spinner while login by @michaelcoll in #186
- feat(class): add class admin by @michaelcoll in #196
- feat(admin): add quiz admin by @michaelcoll in #205
- feat(docker): update docker images by @michaelcoll in #208
- fix(front): fix front dependency by @michaelcoll in #210
- fix(docker): add env variables for local docker usage by @michaelcoll in #212
- feat(quiz): add code syntax highlight to questions by @michaelcoll in #228
- ci(next-auth): ignore dependency upgrade of the next-auth dependency by @michaelcoll in #232
- feat(admin): add quiz session admin by @michaelcoll in #245
- chore: add nitro logs by @michaelcoll in #246
- fix: multiple users using the same quiz have the same results by @michaelcoll in #249
- fix: filtering by user by @michaelcoll in #250
- ci: update trivy conf by @michaelcoll in #251
- feat(release): add github def file by @michaelcoll in #255
📦 Dependencies
- chore(deps): Bump github.com/stretchr/testify from 1.8.2 to 1.8.3 by @dependabot in #34
- chore(deps): Bump github.com/go-git/go-git/v5 from 5.6.1 to 5.7.0 by @dependabot in #58
- chore(deps): Bump tj-actions/changed-files from 35 to 36 by @dependabot in #66
- chore(deps): Bump github.com/spf13/viper from 1.15.0 to 1.16.0 by @dependabot in #71
- chore(deps): Bump github.com/stretchr/testify from 1.8.3 to 1.8.4 by @dependabot in #70
- chore(deps): Bump github.com/mattn/go-sqlite3 from 1.14.16 to 1.14.17 by @dependabot in #72
- chore(deps): Bump github.com/gin-gonic/gin from 1.9.0 to 1.9.1 by @dependabot in #73
- chore(deps-dev): Bump vite from 4.3.8 to 4.3.9 in /internal/web by @dependabot in #80
- chore(deps-dev): Bump @types/node from 20.2.3 to 20.2.5 in /internal/web by @dependabot in #79
- chore(deps-dev): Bump typescript from 5.0.4 to 5.1.3 in /internal/web by @dependabot in #75
- chore(deps-dev): Bump vitest from 0.31.4 to 0.32.0 in /internal/web by @dependabot in #77
- chore(deps): Bump google.golang.org/api from 0.126.0 to 0.127.0 by @dependabot in #107
- chore(deps): Bump golang.org/x/net from 0.10.0 to 0.11.0 by @dependabot in #108
- chore(deps): Bump google.golang.org/api from 0.127.0 to 0.128.0 by @dependabot in #109
- chore(deps-dev): Bump @types/node from 18.0.0 to 20.3.1 in /internal/web by @dependabot in #117
- chore(deps-dev): Bump nuxt from 3.6.0 to 3.6.1 in /internal/web by @dependabot in #127
- chore(deps-dev): Bump @types/node from 20.3.1 to 20.3.2 in /internal/web by @dependabot in #128
- chore(deps): Bump google.golang.org/api from 0.128.0 to 0.129.0 by @dependabot in #130
- chore(deps-dev): Bump typescript from 5.1.3 to 5.1.5 in /internal/web by @dependabot in #131
- chore(deps): Bump vue3-google-login from 2.0.16 to 2.0.17 in /internal/web by @dependabot in #126
- chore(deps-dev): Bump typescript from 5.1.5 to 5.1.6 in /internal/web by @dependabot in #132
- chore(deps-dev): Bump @types/node from 20.3.2 to 20.3.3 in /internal/web by @dependabot in #133
- chore(deps-dev): Bump eslint from 8.43.0 to 8.44.0 in /internal/web by @dependabot in #135
- chore(deps): Bump vue3-google-login from 2.0.17 to 2.0.18 in /internal/web by @dependabot in #136
- chore(deps-dev): Bump @types/node from 20.3.3 to 20.4.0 in /inte...