Commit Graph

524 Commits

Author SHA1 Message Date
Sebastián Ramírez
f0c433ae5f 🔧 Add VS Code debug configs (#620) 2024-02-29 13:19:11 +00:00
github-actions
c49bf29b0e 📝 Update release notes 2024-02-29 13:00:32 +00:00
Sebastián Ramírez
a4b151112b 👷 Update GitHub Action latest-changes and move release notes to independent file (#619) 2024-02-29 13:00:15 +00:00
github-actions
14f63707c4 📝 Update release notes 2024-02-29 01:09:41 +00:00
Sebastián Ramírez
0122fa2f11 🔧 Update .env to allow local debug for the backend (#618) 2024-02-29 01:09:24 +00:00
github-actions
5b802e96bb 📝 Update release notes 2024-02-29 01:03:45 +00:00
Sebastián Ramírez
cfd66d2eee ♻️ Refactor and update CORS, remove trailing slash from new Pydantic v2 (#617) 2024-02-29 01:03:23 +00:00
github-actions
53a0aebadf 📝 Update release notes 2024-02-28 23:57:06 +00:00
github-actions
0dd6ce699f 📝 Update release notes 2024-02-28 23:57:02 +00:00
github-actions
9fc4045bc0 📝 Update release notes 2024-02-28 23:56:48 +00:00
github-actions
9fccee6fd5 📝 Update release notes 2024-02-28 23:56:38 +00:00
github-actions
bb124f91ff 📝 Update release notes 2024-02-28 23:56:32 +00:00
github-actions
aa678e92a9 📝 Update release notes 2024-02-28 23:56:29 +00:00
github-actions
0602722f8c 📝 Update release notes 2024-02-28 23:56:21 +00:00
github-actions
52ee514d8c 📝 Update release notes 2024-02-28 23:56:18 +00:00
github-actions
9507f4b54b 📝 Update release notes 2024-02-28 23:56:13 +00:00
github-actions
76081da4c3 📝 Update release notes 2024-02-28 23:54:19 +00:00
github-actions
d5cef0da2d 📝 Update release notes 2024-02-28 23:54:13 +00:00
github-actions
c0d9e6e701 📝 Update release notes 2024-02-28 23:54:08 +00:00
github-actions
9cff2434a9 📝 Update release notes 2024-02-28 23:53:56 +00:00
github-actions
922bf1f6ce 📝 Update release notes 2024-02-28 23:53:43 +00:00
github-actions
61ea8fcee3 📝 Update release notes 2024-02-28 23:53:41 +00:00
github-actions
701eb4815c 📝 Update release notes 2024-02-28 23:53:37 +00:00
github-actions
7a8870b7b2 📝 Update release notes 2024-02-28 23:53:29 +00:00
github-actions
26fac55651 📝 Update release notes 2024-02-28 23:53:22 +00:00
github-actions
84c1a8fd68 📝 Update release notes 2024-02-28 23:53:19 +00:00
github-actions
dbd2050362 📝 Update release notes 2024-02-28 23:53:07 +00:00
github-actions
f71706b077 📝 Update release notes 2024-02-28 23:49:28 +00:00
Alejandra
e4a4bed5b6 Add form validation to Admin, Items and Login (#616) 2024-02-29 00:30:59 +01:00
Esteban Maya
08395759fe ⬆ Upgrade code to support pydantic V2 (#615) 2024-02-28 23:24:24 +01:00
Alejandra
2346b81c51 Support delete own account and other tweaks (#614)
Co-authored-by: Esteban Maya Cadavid <emaya@trueblue.com>
2024-02-27 21:47:42 +01:00
Alejandra
e44777f919 Restructure folders, allow editing of users/items, and implement other refactors and improvements (#603)
* Reorganize project directory structure

* Allow edit users/items, add useAuth and useCustomToast, password confirmation

* Minor improvements for consistency

* Add 'Cancel' button to UserInformation in editMode

* Refactor UserSettings

* Enable user password changes and improve error handling

* Enable user information update

* Add logout to Sidebar in mobile devices, conditional tabs depending on role and other improvements

* Add badges

* Remove comment

* Appearance tab updates

* Change badge color

* Reset inputs when clicking on 'Cancel' button

* Disable actions menu for Superuser when logged in

* Modify Logout and update stores
2024-02-26 15:39:09 +01:00
Sebastián Ramírez
544f89f253 📝 Update internal README and referred files (#613) 2024-02-25 21:51:56 +01:00
Sebastián Ramírez
42726193d0 Add Copier, migrate from Cookiecutter, in a way that supports using the project as is, forking or cloning it (#612)
* 🔧 Add first Copier config

* 🔧 Add custom copier answers file

* 🔨 Add Copier script to update .env after generating/copying

* 🙈 Update .gitignores from Copier updates

* 🔧 Update .env, restructure in order of relevance

* 🔧 Remove Copier config for SMTP port, if necessary, it can be overwritten in .env

* ♻️ Refactor Copier files, make them less visible

* 🔧 Update Copier config

* 🔥 Remove Cookiecutter files
2024-02-25 21:20:20 +01:00
Sebastián Ramírez
0cc802eec8 🎨 Format files with pre-commit and Ruff (#611) 2024-02-25 19:39:33 +01:00
Sebastián Ramírez
2802a4df9e Replace black, isort, flake8, autoflake with ruff and upgrade mypy (#610) 2024-02-25 19:29:00 +01:00
Sebastián Ramírez
73b2884057 🚚 Refactor and simplify backend file structure (#609) 2024-02-25 18:48:02 +01:00
Sebastián Ramírez
a065f9c9e8 🔥 Clean up old files no longer relevant (#608) 2024-02-25 17:50:12 +01:00
Sebastián Ramírez
72f835a6b4 ♻ Re-structure Docker Compose files, discard Docker Swarm specific logic (#607) 2024-02-25 17:28:26 +01:00
Esteban Maya
f41f4432fe ♻ Refactor items and services endpoints to return count and data, and add CI tests (#599)
Co-authored-by: Esteban Maya Cadavid <emaya@trueblue.com>
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2024-02-25 16:04:47 +01:00
Alejandra
176b6fb1c9 ♻️ Refactor update endpoints and regenerate client for new-frontend (#602) 2024-02-22 00:55:19 +04:00
Sebastián Ramírez
fe95750e3a Add support for updating items and upgrade SQLModel to 0.0.16 (which supports model object updates) (#601) 2024-02-17 21:29:15 +01:00
Alejandra
93e03184d6 Add dark mode to new-frontend and conditional sidebar items (#600) 2024-02-16 19:38:00 +01:00
Alejandra
b470f59ce2 Migrate to RouterProvider and other refactors (#598)
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2024-02-15 23:17:26 +01:00
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