Releases: ystv/internal-site
Releases · ystv/internal-site
v0.14.4
What's Changed
- Bump prisma version by @archessmn in #190
- Add pull request template by @markspolakovs in #192
- Add some basic docs for how to contribute to the project. by @archessmn in #188
- [INT-93] Different colours for event types by @ben260 in #189
Full Changelog: v0.14.3...v0.14.4
v0.14.3
What's Changed
- [INT-133] Word breaks for long words in event titles by @ben260 in #185
- [INT-208] Formatted check with tech request descriptions with line breaks by @ben260 in #186
- Parse slack errors semi-properly by @archessmn in #187
New Contributors
Full Changelog: v0.14.2...v0.14.3
v0.14.2
What's Changed
- Move COOKIE_NAME to auth core and rename by @archessmn in #184
Full Changelog: v0.14.1...v0.14.2
v0.14.1
What's Changed
- Make webcam loading spinners appear/disappear more reliably by @markspolakovs in #175
- Use ramdisk for faster(?) Jenkins builds by @markspolakovs in #177
- [INT-204] Replace URL search calendar state with history state + TanStack Query by @markspolakovs in #176
- #CheckWithTech: Better handle users without Slack by @markspolakovs in #178
- [INT-206] Rework post-login redirects by @archessmn in #181
- Simplify socketio implementation by @archessmn in #182
- [INT-205] Do in channel check properly by @archessmn in #180
- Add some awaits by @markspolakovs in #183
Full Changelog: v0.14.0...v0.14.1
v0.14.0
What's Changed
- [INT-200] Check database connection on startup and on
/healthz
endpoint by @archessmn in #167 - [INT-198] Basic page for deleting session data by @archessmn in #169
- [INT-199] Add titles to pages to differentiate tabs by @archessmn in #166
- [INT-201] #CheckWithTech enhancements by @markspolakovs in #168
- Unbreak slack actions import (+ add lint) by @markspolakovs in #171
- Run server build through tsc-alias to fix import issues once and for all by @markspolakovs in #172
- Add env var to disable socket mode by @markspolakovs in #173
- Tell Bolt to not listen on port 3000 by @markspolakovs in #174
Full Changelog: v0.13.7...v0.14.0
v0.13.7
What's Changed
- Update index.ts to only load slackApp if slack is enabled by @archessmn in #162
- [INT-165] Add Webcams by @archessmn in #163
- Remove public event banner on event page by @markspolakovs in #164
- Make nickname not required when editing a user by @archessmn in #165
Full Changelog: v0.13.6...v0.13.7
v0.13.6
What's Changed
- Remove PR deployments when merged to main by @archessmn in #155
- Optimise clash checking by querying at the sheet level by @markspolakovs in #160
- [INT-141] [INT-142] User and role management by @archessmn in #137
Full Changelog: v0.13.5...v0.13.6
v0.13.5
What's Changed
- Only send "you joined this channel" when the user actually joined the channel by @archessmn in #107
- Add alert on public events to distinguish them by @markspolakovs in #161
Behind-the-scenes stuff
- Replace slackApiConnection import with one that'll work after build. by @archessmn in #158
- Fix some errors and warnings in the build process by @archessmn in #159
Full Changelog: v0.13.4...v0.13.5
v0.13.4
Couple small behind-the-scenes changes in this one, not much user-facing.
What's Changed
- [INT-194] Only open slack socket on the persistent server by @archessmn in #154
- Add Nix flake for development by @archessmn in #146
- Remove Prisma instrumentation in edge runtime by @markspolakovs in #157
- Replace calls to getCurrentUser in page components with mustGetCurrentUser by @markspolakovs in #156
Full Changelog: v0.13.3...v0.13.4
v0.13.3
User-Facing Changes
- #CheckWithTech: Error handling and correct perms check by @markspolakovs in #153
Behind The Scenes
- Create certificates folder on SSL generation by @archessmn in #147
- Fix invalid URL is env.ts by @archessmn in #145
- Enable Prisma tracing in Sentry by @markspolakovs in #151
- Wrap all server actions in Sentry.withServerActionInstrumentation by @markspolakovs in #150
- Cache getUser and resolvePermissionsForUser by @markspolakovs in #152
Full Changelog: v0.13.2...v0.13.3