Christopher Kolstad
|
53354224fc
|
chore: Bump biome and configure husky (#6589)
Upgrades biome to 1.6.1, and updates husky pre-commit hook.
Most changes here are making type imports explicit.
|
2024-03-18 13:58:05 +01:00 |
|
Daniel Brooks
|
1392b10727
|
fix(import): making all imports relative and removing baseUrl (#5847)
Co-authored-by: Simon Hornby <liquidwicked64@gmail.com>
|
2024-01-17 15:33:03 +02:00 |
|
Gastón Fournier
|
f16ad4e899
|
chore: import IUser instead of User for auth (#5269)
## About the changes
A very subtle change in the way we import IUser makes a huge difference
because previously, instead of importing IUser interface we were
importing User and naming it IUser here:
6f8f21fd48/src/lib/routes/unleash-types.ts (L2)
whereas the correct way of importing the interface is:
eec64b119e/src/lib/routes/unleash-types.ts (L2)
|
2023-11-06 10:46:59 +01:00 |
|
Mateusz Kwasniewski
|
e20e7df10f
|
feat: protect segment operations for change requests (#4417)
|
2023-08-04 12:23:19 +02:00 |
|
Mateusz Kwasniewski
|
2caab45801
|
feat: disallow clone toggle on change request enabled (#3383)
|
2023-03-27 13:21:50 +02:00 |
|
Mateusz Kwasniewski
|
ab913228ca
|
refactor: read model for change request access checking (#3380)
|
2023-03-24 14:31:43 +01:00 |
|