dependabot[bot]
|
d31245d53a
|
Bump idna from 3.6 to 3.7 in /backend (#1168)
Bumps [idna](https://github.com/kjd/idna) from 3.6 to 3.7.
- [Release notes](https://github.com/kjd/idna/releases)
- [Changelog](https://github.com/kjd/idna/blob/master/HISTORY.rst)
- [Commits](https://github.com/kjd/idna/compare/v3.6...v3.7)
---
updated-dependencies:
- dependency-name: idna
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2024-04-27 19:22:03 -05:00 |
|
github-actions
|
72cd3c97f3
|
📝 Update release notes
|
2024-04-26 22:56:21 +00:00 |
|
Alejandra
|
f11bec6aa6
|
🔥 Remove duplicated code (#1185)
|
2024-04-26 15:55:59 -07:00 |
|
github-actions
|
cd462c0a84
|
📝 Update release notes
|
2024-04-26 20:47:19 +00:00 |
|
Joel Gotsch
|
84ef657406
|
🐛 Fix local Traefik proxy network config to fix Gateway Timeouts (#1184)
|
2024-04-26 13:47:00 -07:00 |
|
github-actions
|
8882dc53e8
|
📝 Update release notes
|
2024-04-26 19:35:30 +00:00 |
|
Alejandra
|
b81cec8ea5
|
♻️ Add delete_user_me endpoint and corresponding test cases (#1179)
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
|
2024-04-26 12:35:12 -07:00 |
|
github-actions
|
d1cc75903e
|
📝 Update release notes
|
2024-04-23 02:19:03 +00:00 |
|
Esteban Maya
|
933419e79c
|
✅ Update test to add verification database records (#1178)
|
2024-04-22 22:18:41 -04:00 |
|
github-actions
|
897ee1481b
|
📝 Update release notes
|
2024-04-16 14:57:19 +00:00 |
|
Patrick Arminio
|
472e0f254b
|
🚸 Use useSuspenseQuery to fetch members and show skeleton (#1174)
|
2024-04-16 09:56:59 -05:00 |
|
github-actions
|
fb361b1bf6
|
📝 Update release notes
|
2024-04-16 14:56:30 +00:00 |
|
Patrick Arminio
|
79a7182816
|
🔧 Ignore src/routeTree.gen.ts in biome (#1175)
|
2024-04-16 09:56:11 -05:00 |
|
github-actions
|
6509aaa8ff
|
📝 Update release notes
|
2024-04-15 21:35:10 +00:00 |
|
Alejandra
|
314da98a45
|
🎨 Format Utils (#1173)
|
2024-04-15 21:34:50 +00:00 |
|
github-actions
|
6e0674236b
|
📝 Update release notes
|
2024-04-15 21:28:46 +00:00 |
|
Bill Zhong
|
3bd0d98f51
|
♻️ Fix tests when first superuser password is changed in .env (#1165)
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
|
2024-04-15 21:28:29 +00:00 |
|
github-actions
|
7ca1a3f045
|
📝 Update release notes
|
2024-04-15 21:20:01 +00:00 |
|
Alejandra
|
78a8a3b4c4
|
🐛 Fix bug when resetting password (#1171)
|
2024-04-15 21:19:40 +00:00 |
|
github-actions
|
e53dc1702b
|
📝 Update release notes
|
2024-04-15 20:03:58 +00:00 |
|
Patrick Arminio
|
c31a12c0fb
|
✨ Use suspense for items page (#1167)
|
2024-04-15 15:03:39 -05:00 |
|
github-actions
|
cc10bf6e31
|
📝 Update release notes
|
2024-04-12 15:50:36 +00:00 |
|
Patrick Arminio
|
615170dc34
|
🚸 Mark login field as required (#1166)
|
2024-04-12 10:50:14 -05:00 |
|
github-actions
|
c947cb09e1
|
📝 Update release notes
|
2024-04-09 15:19:34 +00:00 |
|
Alejandra
|
88505aa683
|
📝 Update release-notes.md (#1164)
|
2024-04-09 15:19:12 +00:00 |
|
github-actions
|
71efd68518
|
📝 Update release notes
|
2024-04-09 14:12:38 +00:00 |
|
Patrick Arminio
|
9523db2f53
|
🚸 Improve login (#1163)
|
2024-04-09 09:12:19 -05:00 |
|
github-actions
|
1e9cb5ec28
|
📝 Update release notes
|
2024-04-09 14:11:28 +00:00 |
|
Patrick Arminio
|
d0fbd0e925
|
🥅 Handle AxiosErrors in Login page (#1162)
|
2024-04-09 09:11:09 -05:00 |
|
github-actions
|
b8aef74702
|
📝 Update release notes
|
2024-04-08 20:49:54 +00:00 |
|
Alejandra
|
ccd85b098b
|
🎨 Format frontend (#1161)
|
2024-04-08 15:49:22 -05:00 |
|
github-actions
|
98bd7e6350
|
📝 Update release notes
|
2024-04-06 23:26:34 +00:00 |
|
Alejandra
|
b92de6eb4f
|
♻️ Regenerate frontend client (#1156)
|
2024-04-06 18:26:12 -05:00 |
|
github-actions
|
e5670212ea
|
📝 Update release notes
|
2024-04-06 21:54:05 +00:00 |
|
Esteban Maya
|
ad72c4d3fd
|
♻️ Refactor rename ModelsOut to ModelsPublic (#1154)
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
|
2024-04-06 21:53:49 +00:00 |
|
github-actions
|
1105ea4c5c
|
📝 Update release notes
|
2024-04-05 20:15:55 +00:00 |
|
Sebastián Ramírez
|
8a008f0bc8
|
🔧 Update mypy config to ignore .venv directories (#1155)
|
2024-04-05 20:15:34 +00:00 |
|
github-actions
|
2c6d4a0e57
|
📝 Update release notes
|
2024-04-05 20:05:45 +00:00 |
|
Patrick Arminio
|
dcebccadba
|
🚨 Enable ARG001 to prevent unused arguments (#1152)
|
2024-04-05 15:05:28 -05:00 |
|
github-actions
|
e3a023da1e
|
📝 Update release notes
|
2024-04-05 20:00:03 +00:00 |
|
Patrick Arminio
|
e9b2f9f480
|
🔥 Remove isort configuration, since we use Ruff now (#1144)
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
|
2024-04-05 14:59:40 -05:00 |
|
github-actions
|
1538530349
|
📝 Update release notes
|
2024-04-04 14:31:02 +00:00 |
|
Patrick Arminio
|
2314dbd2df
|
🆙 Update React Query to TanStack Query (#1153)
|
2024-04-04 09:30:42 -05:00 |
|
github-actions
|
3628e039f8
|
📝 Update release notes
|
2024-04-03 21:40:51 +00:00 |
|
Alejandra
|
529a475c8d
|
♻️ Migrate frontend client generation from openapi-typescript-codegen to @hey-api/openapi-ts (#1151)
|
2024-04-03 16:40:33 -05:00 |
|
github-actions
|
7d7b31823f
|
📝 Update release notes
|
2024-04-03 21:08:51 +00:00 |
|
Alejandra
|
78b68e1ab9
|
🔧 Update pre-commit config to exclude generated client folder (#1150)
|
2024-04-03 21:08:33 +00:00 |
|
github-actions
|
e97f7bfd95
|
📝 Update release notes
|
2024-04-03 20:08:08 +00:00 |
|
dependabot[bot]
|
6e6b230dfc
|
Bump vite from 5.0.12 to 5.0.13 in /frontend (#1149)
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 5.0.12 to 5.0.13.
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.0.13/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.0.13/packages/vite)
---
updated-dependencies:
- dependency-name: vite
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2024-04-03 15:07:51 -05:00 |
|
github-actions
|
601f46f6d6
|
📝 Update release notes
|
2024-04-03 14:41:50 +00:00 |
|