This website requires JavaScript.
2802a4df9e
➕ Replace black, isort, flake8, autoflake with ruff and upgrade mypy (#610 )
Sebastián Ramírez
2024-02-25 19:29:00 +01:00
73b2884057
🚚 Refactor and simplify backend file structure (#609 )
Sebastián Ramírez
2024-02-25 18:48:02 +01:00
a065f9c9e8
🔥 Clean up old files no longer relevant (#608 )
Sebastián Ramírez
2024-02-25 17:50:12 +01:00
72f835a6b4
♻ Re-structure Docker Compose files, discard Docker Swarm specific logic (#607 )
Sebastián Ramírez
2024-02-25 17:28:26 +01:00
f41f4432fe
♻ Refactor items and services endpoints to return count and data, and add CI tests (#599 )
Esteban Maya
2024-02-25 10:04:47 -05:00
176b6fb1c9
♻️ Refactor update endpoints and regenerate client for new-frontend (#602 )
Alejandra
2024-02-21 15:55:19 -05:00
fe95750e3a
✨ Add support for updating items and upgrade SQLModel to 0.0.16 (which supports model object updates) (#601 )
Sebastián Ramírez
2024-02-17 21:29:15 +01:00
93e03184d6
✨ Add dark mode to new-frontend and conditional sidebar items (#600 )
Alejandra
2024-02-16 13:38:00 -05:00
b470f59ce2
✨ Migrate to RouterProvider and other refactors (#598 )
Alejandra
2024-02-15 17:17:26 -05:00
b18783f642
✨ Add Not Found page (#595 )
Alejandra
2024-02-13 15:06:57 -05:00
a88f637ed8
✨ Add delete_user; refactor delete_item (#594 )
Alejandra
2024-02-13 09:25:58 -05:00
b4a1da918d
✨ Add new pages, components, panels, modals, and theme; refactor and improvements in existing components (#593 )
Alejandra
2024-02-12 16:46:51 -05:00
2014a3bcf5
✨ Add state store to new frontend (#592 )
Alejandra
2024-02-12 14:03:08 -05:00
889d97f057
⬆ Bump tiangolo/issue-manager from 0.2.0 to 0.5.0 (#591 )
dependabot[bot]
2024-02-01 17:09:46 +01:00
78b4d5d5fa
📝 Update release notes
github-actions
2024-01-29 22:42:30 +00:00
cbba08d565
🐛 Add onClose to SidebarItems (#589 )
Alejandra
2024-01-29 17:42:09 -05:00
4bbab503cd
📝 Update release notes
github-actions
2024-01-29 22:11:07 +00:00
b950fd7389
✨ Add Layout to App (#588 )
Alejandra
2024-01-29 17:10:46 -05:00
16f26df0c6
📝 Update release notes
github-actions
2024-01-29 21:40:31 +00:00
68ae0970f1
✨ Add Sidebar to new frontend (#587 )
Alejandra
2024-01-29 16:40:11 -05:00
fa473bed72
📝 Update release notes
github-actions
2024-01-23 16:49:17 +00:00
52150b3d10
✨ Add Login to new frontend (#585 )
Alejandra
2024-01-23 11:48:56 -05:00
bd54967db8
📝 Update release notes
github-actions
2024-01-22 20:21:50 +00:00
6ecc8a06ec
✨ Include schemas in generated frontend client (#584 )
Alejandra
2024-01-22 15:16:21 -05:00
d91ed067a8
📝 Update release notes
github-actions
2023-12-27 19:51:08 +00:00
7966d3fb1b
✨ Regenerate frontend client with recent changes (#575 )
Alejandra
2023-12-27 14:50:48 -05:00
5a4b0ed2e4
📝 Update release notes
github-actions
2023-12-27 19:40:02 +00:00
6faa5f66d5
♻️ Re-enable user update path operations for frontend client generation (#574 )
Alejandra
2023-12-27 14:39:42 -05:00
47d30b75c3
📝 Update release notes
github-actions
2023-12-27 18:49:56 +00:00
d5982236ac
♻️ Refactor API in utils.py (#573 )
Alejandra
2023-12-27 13:49:36 -05:00
570ca7b9d9
📝 Update release notes
github-actions
2023-12-27 18:37:23 +00:00
047e6884be
♻️ Remove type ignores and add response_model (#572 )
Alejandra
2023-12-27 13:37:05 -05:00
73798ba60c
📝 Update release notes
github-actions
2023-12-27 18:07:13 +00:00
c1538fd1fb
✨ Update code for login API (#571 )
Sebastián Ramírez
2023-12-27 19:06:47 +01:00
5679d04a29
📝 Update release notes
github-actions
2023-12-26 15:52:06 +00:00
49d610e443
✨ Add client in frontend and client generation (#569 )
Alejandra
2023-12-26 10:51:46 -05:00
311939e640
📝 Update release notes
github-actions
2023-12-04 22:09:34 +00:00
8155761cf4
🐳 Set up Docker config for new-frontend (#564 )
Alejandra
2023-12-04 17:09:14 -05:00
229191061a
📝 Update release notes
github-actions
2023-11-30 21:16:52 +00:00
28808e071c
✨ Set up new frontend with Vite, TypeScript and React (#563 )
Alejandra
2023-11-30 16:16:32 -05:00
1864e7e5b0
📝 Update release notes
github-actions
2023-11-29 22:22:34 +00:00
3f109aee1f
🐛 Fix positional argument bug in init_db.py (#562 )
Alejandra
2023-11-29 17:22:15 -05:00
85de4ce362
📝 Update release notes
github-actions
2023-11-29 17:13:36 +00:00
6f29eb2438
♻️ Refactor Users API and dependencies (#561 )
Alejandra
2023-11-29 12:13:15 -05:00
2189b9f43b
📝 Update release notes
github-actions
2023-11-24 23:11:25 +00:00
870d45fa36
✨ Upgrade items router with new SQLModel models, simplified logic, and new FastAPI Annotated dependencies (#560 )
Sebastián Ramírez
2023-11-25 00:11:02 +01:00
9befa33a9f
📝 Update release notes
github-actions
2023-11-24 23:08:46 +00:00
a66a9256dd
✨ Adopt SQLModel, create models, start using it (#559 )
Sebastián Ramírez
2023-11-25 00:08:22 +01:00
2d92cd70a4
📝 Update release notes
github-actions
2023-11-24 22:48:38 +00:00
e4877b7a9f
⬆️ Upgrade Python version and dependencies (#558 )
Sebastián Ramírez
2023-11-24 23:48:21 +01:00
bd2236b842
📝 Update release notes
github-actions
2023-11-15 22:02:28 +00:00
fa4ea018c3
♻️ Refactor frontend Docker build setup, use plain NodeJS, use custom Nginx config, fix build for old Vue (#555 )
Sebastián Ramírez
2023-11-15 23:02:09 +01:00
02223e1e1b
📝 Update release notes
github-actions
2023-11-15 21:15:42 +00:00
8b317cafd1
📌 Fix flower Docker image, pin version (#396 )
Gusti Triandi Winata
2023-11-16 04:15:23 +07:00
68d48be306
📝 Update release notes
github-actions
2023-11-15 21:04:53 +00:00
7705fe89df
🐛 Fix Celery worker command (#443 )
Oskar Bechtold
2023-11-15 22:04:34 +01:00
edae7ba371
📝 Update release notes
github-actions
2023-11-15 20:58:15 +00:00
c892fc200e
🔧 Add missing dotenv variables (#554 )
Sebastián Ramírez
2023-11-15 21:57:55 +01:00
9fb69ba140
📝 Update release notes
github-actions
2023-11-15 20:20:48 +00:00
455de4d9a9
♻️ Refactor project generation, discard cookiecutter, use plain git/clone/fork (#553 )
Sebastián Ramírez
2023-11-15 21:20:29 +01:00
30c722339b
📝 Update release notes
github-actions
2023-11-15 20:03:57 +00:00
dceca9c1e5
📝 Update README with in construction notice (#552 )
Sebastián Ramírez
2023-11-15 21:03:37 +01:00
370b5c1345
📝 Update release notes
github-actions
2023-11-15 19:51:12 +00:00
64e4d37ee2
📌 Add NodeJS version management and instructions (#551 )
Alejandra S
2023-11-15 14:50:50 -05:00
ef615cf8e9
📝 Update release notes
github-actions
2023-11-14 20:14:36 +00:00
f3823edaed
🐛 Fix Poetry installation in Dockerfile and upgrade Python version and packages to fix Docker build (#480 )
little7Li
2023-11-15 04:14:19 +08:00
6c9f70281b
📝 Update release notes
github-actions
2023-11-04 03:30:07 +00:00
e0db713f6b
👷 Add dependabot (#547 )
Sebastián Ramírez
2023-11-04 07:29:47 +04:00
04664a9ce9
📝 Update release notes
Sebastián Ramírez
2023-11-04 07:28:38 +04:00
ea544e903c
📝 Update release notes
github-actions
2023-11-04 03:25:36 +00:00
5c5de0fa5d
📝 Update release notes
github-actions
2023-11-04 03:24:58 +00:00
6e5c3375c7
📝 Update release notes
Sebastián Ramírez
2023-11-04 07:15:05 +04:00
20d93b0284
📝 Update release notes
github-actions
2023-11-04 03:11:34 +00:00
d148958782
👷 Fix latest-changes GitHub Action token, strike 2 (#546 )
Sebastián Ramírez
2023-11-04 07:11:15 +04:00
b57ae43bcf
👷 Fix latest-changes GitHub Action token config (#545 )
Sebastián Ramírez
2023-11-04 06:35:32 +04:00
5729eceb83
👷 Add latest-changes GitHub Action (#544 )
Sebastián Ramírez
2023-11-04 06:32:02 +04:00
490c554e23
📝 Update release notes
Sebastián Ramírez
2020-06-05 19:12:34 +02:00
aab833bae2
⬆️ Update issue-manager (#211 )
Sebastián Ramírez
2020-06-05 19:11:45 +02:00
45fdd880ce
📝 Update release notes
Sebastián Ramírez
2020-05-25 08:44:17 +02:00
27fabe01ea
✨ Add GitHub Sponsors button (#201 )
Sebastián Ramírez
2020-05-25 08:43:24 +02:00
6967ce1b0c
📝 Update release notes
Sebastián Ramírez
2020-05-25 08:34:31 +02:00
20fa4ce8fb
🔊 Add consistent errors for env vars not set (#200 )
Sebastián Ramírez
2020-05-25 08:33:36 +02:00
1a64656267
📝 Update release notes
Sebastián Ramírez
2020-05-24 23:37:01 +02:00
e4c668d7cd
✨ Upgrade Traefik to version 2 (#199 )
Sebastián Ramírez
2020-05-24 23:35:49 +02:00
bdc40a17f6
📝 Update release notes
Sebastián Ramírez
2020-04-20 20:46:13 +02:00
b88a0fc5fa
📝 Add docs about reporting coverage in HTML (#161 )
Sebastián Ramírez
2020-04-20 20:45:32 +02:00
b02e4633dc
📝 Update relase notes
Sebastián Ramírez
2020-04-20 20:32:26 +02:00
43d5b49bd1
✨ Test using the TestClient (#160 )
Sebastián Ramírez
2020-04-20 20:31:29 +02:00
41a2f15d8f
🎨 Format fixes (#159 )
Sebastián Ramírez
2020-04-20 19:27:45 +02:00
7b768879f5
📝 Update release notes
Sebastián Ramírez
2020-04-20 19:15:01 +02:00
eed33d276d
♻️ Refactor backend, settings, DB sessions, types, configs, plugins (#158 )
Sebastián Ramírez
2020-04-20 19:03:13 +02:00
4b80bdfdce
📝 Update release notes
Sebastián Ramírez
2020-04-19 21:01:11 +02:00
7d57876bda
📝 Add docs about removing the frontend (#156 )
Sebastián Ramírez
2020-04-19 21:00:31 +02:00
3678eb9d57
📝 Update release notes
Sebastián Ramírez
2020-04-19 20:20:32 +02:00
f09fb854bf
🔧 Simplify scripts and development (#155 )
Sebastián Ramírez
2020-04-19 20:19:25 +02:00
a7fd258e18
📝 Update release notes
Sebastián Ramírez
2020-04-19 16:45:30 +02:00
2afe4159ab
♻️ Simplify Docker Compose files and deployment (#153 )
Sebastián Ramírez
2020-04-19 16:44:12 +02:00
283bc7c95b
♻️ Simplify tests, run in same backend service (#152 )
Sebastián Ramírez
2020-04-19 12:34:03 +02:00
8f9c2bac42
📝 Update release notes
Sebastián Ramírez
2020-04-19 09:18:19 +02:00
a7d3671a72
♻️ Simplify env files, merge to one .env (#151 )
Sebastián Ramírez
2020-04-19 09:17:14 +02:00