-
Sam authored
commit b54c0133 Author: sam <sam.woodcock@protonmail.com> Date: Mon Jun 13 19:42:35 2022 +0100 ci: add helm chart and untested gitlab pipeline commit 35406619 Author: sam <sam.woodcock@protonmail.com> Date: Mon Jun 6 12:28:21 2022 +0100 refactor: add register endpoint, with separate pydantic model commit 9d981eee Author: sam <sam.woodcock@protonmail.com> Date: Mon Jun 6 12:25:23 2022 +0100 refactor: WIP save state of importer script (not working) commit bf60b30d Author: sam <sam.woodcock@protonmail.com> Date: Mon Jun 6 12:15:33 2022 +0100 build: update docker build to include version file and readme commit 5e2d64c9 Author: sam <sam.woodcock@protonmail.com> Date: Mon Jun 6 12:15:01 2022 +0100 build: remove thefuzz, sqlalchemy, psycopg commit 94172b0d Author: sam <sam.woodcock@protonmail.com> Date: Sun Jun 5 17:13:21 2022 +0100 build: re-init app version to 0.1.0 commit ce9eddfa Author: sam <sam.woodcock@protonmail.com> Date: Sun Jun 5 17:12:29 2022 +0100 ci: update pre-commit hooks to ignore markdown false positives commit 1d53a187 Author: sam <sam.woodcock@protonmail.com> Date: Sun Jun 5 17:08:46 2022 +0100 refactor: allow species scientific name to be null, re-init migrations commit 323c096c Author: sam <sam.woodcock@protonmail.com> Date: Sun Jun 5 17:08:06 2022 +0100 build: add version file in app root for commitizen bumps commit 77f4c8ad Author: sam <sam.woodcock@protonmail.com> Date: Sun Jun 5 17:06:45 2022 +0100 build: add thefuzz package for fuzzy matching commit 636918fa Author: sam <sam.woodcock@protonmail.com> Date: Sun Jun 5 17:05:47 2022 +0100 ci: remove redundant vscode configs commit 2d4f7711 Author: sam <sam.woodcock@protonmail.com> Date: Sun Jun 5 17:05:14 2022 +0100 ci: add commitizen & isort to pre-commit hooks commit cc5f3b7e Author: sam <sam.woodcock@protonmail.com> Date: Sun May 22 00:37:05 2022 +0100 feat: add auth, remove user add endpoint, split routers commit a35fd56a Author: sam <sam.woodcock@protonmail.com> Date: Sat May 21 20:42:24 2022 +0100 feat: basic crud api for 3 models, test placeholder, http 500 handler commit 6ec7f49b Author: sam <sam.woodcock@protonmail.com> Date: Sat May 21 20:39:52 2022 +0100 refactor: update migrations to reflect models commit cac569a5 Author: sam <sam.woodcock@protonmail.com> Date: Sat May 21 20:39:29 2022 +0100 refactor: refinement to app models + syntax, add validators commit 5aadaa44 Author: sam <sam.woodcock@protonmail.com> Date: Sat May 21 20:36:59 2022 +0100 ci: update deps, tortoise to latest for pydantic meta optional commit 99184997 Author: sam <sam.woodcock@protonmail.com> Date: Sat May 14 12:16:42 2022 +0100 tweak models, add blank string validator commit 8c4c5e5c Author: sam <sam.woodcock@protonmail.com> Date: Fri May 13 16:18:21 2022 +0100 add migrations to repo commit df4c008b Author: sam <sam.woodcock@protonmail.com> Date: Fri May 13 16:07:07 2022 +0100 bugfix add python binaries to img commit 9b8b864b Author: sam <sam.woodcock@protonmail.com> Date: Fri May 13 15:53:24 2022 +0100 complete restructure of project, pdm dep manage commit a5005146 Author: sam <sam.woodcock@protonmail.com> Date: Wed Apr 6 15:36:28 2022 +0100 change fastapi-users to auth0, edit models commit 50b3f08a Author: sam <sam.woodcock@protonmail.com> Date: Sat Apr 2 19:10:46 2022 +0100 rename scripts for generic re-use commit e6aefdc9 Author: sam <sam.woodcock@protonmail.com> Date: Sat Apr 2 19:10:06 2022 +0100 create utils for scripts, update logging commit 064b68a4 Author: sam <sam.woodcock@protonmail.com> Date: Sat Apr 2 18:36:05 2022 +0100 save state of import_data.py commit e01c36a1 Author: sam <sam.woodcock@protonmail.com> Date: Sat Apr 2 18:10:53 2022 +0100 update db init script logic... - logging - use user_manager to import users commit ab561a3e Author: sam <sam.woodcock@protonmail.com> Date: Sat Apr 2 17:34:33 2022 +0100 update user model, dates optional, add is_editor commit 939d4f51 Author: sam <sam.woodcock@protonmail.com> Date: Sat Apr 2 16:23:49 2022 +0100 add fastapi-users, token, oauth... commit 8dcc95cd Author: sam <sam.woodcock@protonmail.com> Date: Sat Apr 2 14:13:46 2022 +0100 fix docker build copy location commit 57372003 Author: sam <sam.woodcock@protonmail.com> Date: Fri Apr 1 13:19:58 2022 +0100 vscode debug config, update db init script commit bc9c8a25 Author: sam <sam.woodcock@protonmail.com> Date: Fri Apr 1 13:16:35 2022 +0100 update change_log_level endpoint var type commit 543cfcf2 Author: sam <sam.woodcock@protonmail.com> Date: Fri Apr 1 13:16:02 2022 +0100 update pre-commit latest versions commit bf64bfa6 Author: sam <sam.woodcock@protonmail.com> Date: Sat Mar 26 13:13:41 2022 +0000 revert to manual docker compose, attach debug - remote debugging requires docker compose up on host first - config broken with mounted docker.sock otherwise commit 05f1169c Author: sam <sam.woodcock@protonmail.com> Date: Sat Mar 26 13:12:02 2022 +0000 add migrations to repo permanently commit 568d8040 Author: sam <sam.woodcock@protonmail.com> Date: Sat Mar 26 11:03:39 2022 +0000 rename db init script commit 3f10d44a Author: sam <sam.woodcock@protonmail.com> Date: Sat Mar 26 11:03:14 2022 +0000 db init script save state, before rename commit 3ef479d6 Author: sam <sam.woodcock@protonmail.com> Date: Fri Mar 25 21:33:48 2022 +0000 final debug config, mount data to docker volumes.. - copy app and scripts into running debug volumes, prior to run - avoids need to rebuild commit 3ff74c35 Author: sam <sam.woodcock@protonmail.com> Date: Fri Mar 25 20:53:37 2022 +0000 move migrations into docker volume commit c237adcb Author: sam <sam.woodcock@protonmail.com> Date: Fri Mar 25 19:48:37 2022 +0000 add standard python run to launch.json commit c74f5849 Author: sam <sam.woodcock@protonmail.com> Date: Fri Mar 25 19:42:12 2022 +0000 fix register_tortoise, init migrations script commit 1d62b19f Author: sam <sam.woodcock@protonmail.com> Date: Fri Mar 25 19:41:34 2022 +0000 update models, migrations dir commit d7ce138b Author: sam <sam.woodcock@protonmail.com> Date: Fri Mar 25 19:38:06 2022 +0000 secrets --> env, add debugpy config for dev commit 122c7e4c Author: sam <sam.woodcock@protonmail.com> Date: Fri Mar 25 19:35:16 2022 +0000 add init users script (admin & basic users) commit d5faef9a Author: sam <sam.woodcock@protonmail.com> Date: Sat Mar 19 11:57:41 2022 +0000 update root README commit aa0f3dca Author: sam <sam.woodcock@protonmail.com> Date: Sat Mar 19 11:44:54 2022 +0000 init repo with basic working api... - working db connection, initialised
110c99e6
This project is licensed under the MIT License.
Learn more
Loading