Commit Graph

830 Commits

Author SHA1 Message Date
Alejandra
b18783f642 Add Not Found page (#595) 2024-02-13 21:06:57 +01:00
Alejandra
a88f637ed8 Add delete_user; refactor delete_item (#594) 2024-02-13 15:25:58 +01:00
Alejandra
b4a1da918d Add new pages, components, panels, modals, and theme; refactor and improvements in existing components (#593)
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2024-02-12 22:46:51 +01:00
Alejandra
2014a3bcf5 Add state store to new frontend (#592) 2024-02-12 20:03:08 +01:00
dependabot[bot]
889d97f057 ⬆ Bump tiangolo/issue-manager from 0.2.0 to 0.5.0 (#591)
Bumps [tiangolo/issue-manager](https://github.com/tiangolo/issue-manager) from 0.2.0 to 0.5.0.
- [Release notes](https://github.com/tiangolo/issue-manager/releases)
- [Commits](https://github.com/tiangolo/issue-manager/compare/0.2.0...0.5.0)

---
updated-dependencies:
- dependency-name: tiangolo/issue-manager
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-02-01 17:09:46 +01:00
github-actions
78b4d5d5fa 📝 Update release notes 2024-01-29 22:42:30 +00:00
Alejandra
cbba08d565 🐛 Add onClose to SidebarItems (#589) 2024-01-29 23:42:09 +01:00
github-actions
4bbab503cd 📝 Update release notes 2024-01-29 22:11:07 +00:00
Alejandra
b950fd7389 Add Layout to App (#588) 2024-01-29 23:10:46 +01:00
github-actions
16f26df0c6 📝 Update release notes 2024-01-29 21:40:31 +00:00
Alejandra
68ae0970f1 Add Sidebar to new frontend (#587) 2024-01-29 22:40:11 +01:00
github-actions
fa473bed72 📝 Update release notes 2024-01-23 16:49:17 +00:00
Alejandra
52150b3d10 Add Login to new frontend (#585) 2024-01-23 20:48:56 +04:00
github-actions
bd54967db8 📝 Update release notes 2024-01-22 20:21:50 +00:00
Alejandra
6ecc8a06ec Include schemas in generated frontend client (#584) 2024-01-22 21:16:21 +01:00
github-actions
d91ed067a8 📝 Update release notes 2023-12-27 19:51:08 +00:00
Alejandra
7966d3fb1b Regenerate frontend client with recent changes (#575) 2023-12-27 20:50:48 +01:00
github-actions
5a4b0ed2e4 📝 Update release notes 2023-12-27 19:40:02 +00:00
Alejandra
6faa5f66d5 ♻️ Re-enable user update path operations for frontend client generation (#574) 2023-12-27 20:39:42 +01:00
github-actions
47d30b75c3 📝 Update release notes 2023-12-27 18:49:56 +00:00
Alejandra
d5982236ac ♻️ Refactor API in utils.py (#573) 2023-12-27 19:49:36 +01:00
github-actions
570ca7b9d9 📝 Update release notes 2023-12-27 18:37:23 +00:00
Alejandra
047e6884be ♻️ Remove type ignores and add response_model (#572) 2023-12-27 19:37:05 +01:00
github-actions
73798ba60c 📝 Update release notes 2023-12-27 18:07:13 +00:00
Sebastián Ramírez
c1538fd1fb Update code for login API (#571)
*  Update models for login API

*  Add authenticate simplified CRUD

* ♻️ Refactor get_current_user dependency, integrate is_active

*  Refactor and upgrade login API code
2023-12-27 19:06:47 +01:00
github-actions
5679d04a29 📝 Update release notes 2023-12-26 15:52:06 +00:00
Alejandra
49d610e443 Add client in frontend and client generation (#569) 2023-12-26 16:51:46 +01:00
github-actions
311939e640 📝 Update release notes 2023-12-04 22:09:34 +00:00
Alejandra
8155761cf4 🐳 Set up Docker config for new-frontend (#564) 2023-12-04 23:09:14 +01:00
github-actions
229191061a 📝 Update release notes 2023-11-30 21:16:52 +00:00
Alejandra
28808e071c Set up new frontend with Vite, TypeScript and React (#563) 2023-11-30 22:16:32 +01:00
github-actions
1864e7e5b0 📝 Update release notes 2023-11-29 22:22:34 +00:00
Alejandra
3f109aee1f 🐛 Fix positional argument bug in init_db.py (#562) 2023-11-29 23:22:15 +01:00
github-actions
85de4ce362 📝 Update release notes 2023-11-29 17:13:36 +00:00
Alejandra
6f29eb2438 ♻️ Refactor Users API and dependencies (#561)
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2023-11-29 18:13:15 +01:00
github-actions
2189b9f43b 📝 Update release notes 2023-11-24 23:11:25 +00:00
Sebastián Ramírez
870d45fa36 Upgrade items router with new SQLModel models, simplified logic, and new FastAPI Annotated dependencies (#560) 2023-11-25 00:11:02 +01:00
github-actions
9befa33a9f 📝 Update release notes 2023-11-24 23:08:46 +00:00
Sebastián Ramírez
a66a9256dd Adopt SQLModel, create models, start using it (#559)
* 🔥 Remove old SQLAlchemy models

*  Add new SQLModel models

* 🔧 Update Alembic configs to work with SQLModel

*  Re-generate initial Alembic migration

* 🔧 Update PostgreSQL driver connection string URL

*  Create new SQLModel engine

* 🔥 Remove old unneeded SQLAlchemy-specific files

* ♻️ Update init_db

* ♻️ Use new SQLModel session

* ♻️ Update conftest with new DB Session

* ♻️ Update pre-start scripts to use SQLModel session

* ♻️ Import new SQLModel models

*  Create new simplified create_user crud util

* ♻️ Update import in CRUDBase class (soon to be removed)

* 🙈 Update .gitignore with Python files
2023-11-25 00:08:22 +01:00
github-actions
2d92cd70a4 📝 Update release notes 2023-11-24 22:48:38 +00:00
Sebastián Ramírez
e4877b7a9f ⬆️ Upgrade Python version and dependencies (#558) 2023-11-24 23:48:21 +01:00
github-actions
bd2236b842 📝 Update release notes 2023-11-15 22:02:28 +00:00
Sebastián Ramírez
fa4ea018c3 ♻️ Refactor frontend Docker build setup, use plain NodeJS, use custom Nginx config, fix build for old Vue (#555) 2023-11-15 23:02:09 +01:00
github-actions
02223e1e1b 📝 Update release notes 2023-11-15 21:15:42 +00:00
Gusti Triandi Winata
8b317cafd1 📌 Fix flower Docker image, pin version (#396)
Co-authored-by: Kyler <39353605+fisher60@users.noreply.github.com>
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2023-11-15 22:15:23 +01:00
github-actions
68d48be306 📝 Update release notes 2023-11-15 21:04:53 +00:00
Oskar Bechtold
7705fe89df 🐛 Fix Celery worker command (#443)
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2023-11-15 22:04:34 +01:00
github-actions
edae7ba371 📝 Update release notes 2023-11-15 20:58:15 +00:00
Sebastián Ramírez
c892fc200e 🔧 Add missing dotenv variables (#554) 2023-11-15 21:57:55 +01:00
github-actions
9fb69ba140 📝 Update release notes 2023-11-15 20:20:48 +00:00