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 |
|
Nuno Góis
|
b496990f79
|
chore: add no unused imports biome rule (#5855)
Adds a Biome rule for "no unused imports", which is something we
sometimes have trouble catching.
We're adding this as a warning for now. It is safely and easily fixable
with `yarn lint:fix`.
![image](https://github.com/Unleash/unleash/assets/14320932/fd84dea8-6b20-4ba5-bfd8-047b9dcf2bff)
![image](https://github.com/Unleash/unleash/assets/14320932/990bb0b0-760a-4c5e-8136-d957e902bf0b)
|
2024-01-11 12:44:05 +00:00 |
|
Mateusz Kwasniewski
|
7a6cb0c527
|
refactor: tag type service feature oriented architecture and tx support (#5489)
|
2023-11-29 11:44:56 +01:00 |
|
Nuno Góis
|
5dc3e830a8
|
feat: add CREATE_TAG_TYPE permission (#5386)
https://linear.app/unleash/issue/2-1164/update-tag-type-covers-both-creation-and-update
Adds a new `CREATE_TAG_TYPE` permission instead of using
`UPDATE_TAG_TYPE` for both actions.
|
2023-11-22 10:20:19 +00: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
|
2c3514954c
|
feat: import service validate duplicates (#4558)
|
2023-08-24 10:05:21 +02:00 |
|
Jaanus Sellin
|
3da1cbba47
|
feat: feature creation limit crud together with frontend (#4221)
|
2023-07-13 14:02:35 +03:00 |
|
Mateusz Kwasniewski
|
3800877be1
|
feat: drop full- for import/validate (#3168)
|
2023-02-21 10:15:57 +01:00 |
|