Commit Graph

74 Commits

Author SHA1 Message Date
Andreas Köpf 10ef889261 Merge branch 'v1_db_schema' into main 2022-12-16 09:48:06 +01:00
Yannic Kilcher 200074c13e Merge pull request #13 from LAION-AI/simple-text-frontend
implemented a simple text-based frontend
2022-12-16 09:25:31 +01:00
Andreas Köpf b38c14233f add polymorphic JSONB payload support
update nullable fields, new auth check
2022-12-16 02:08:43 +01:00
Keith Stevens 88628d7add Merge pull request #10 from LAION-AI/next-auth
Integrating Next-Auth to do user authentication on the website
2022-12-16 09:21:53 +09:00
Yannic Kilcher df3ce4aa71 Merge branch 'main' into simple-text-frontend 2022-12-16 00:48:16 +01:00
Yannic Kilcher f32600888d made user structured 2022-12-16 00:41:43 +01:00
Yannic Kilcher 348f81e4e7 frontend fix 2022-12-16 00:09:12 +01:00
Yannic Kilcher bb1a0fe432 added rating workflow 2022-12-16 00:03:06 +01:00
Andreas Köpf a827b7f19e add sqlmodel classes 2022-12-15 23:51:58 +01:00
Andreas Köpf 7d88ff4a8c use JSONB instead of Text of payload columns 2022-12-15 23:51:58 +01:00
Andreas Köpf e1a7ae42aa add v1 database alembic migration script 2022-12-15 23:51:58 +01:00
Yannic Kilcher 2f19c67d99 Merge pull request #11 from LAION-AI/duplicate-key-fi
removed duplicate api_key entry
2022-12-15 17:21:42 +01:00
Yannic Kilcher 7ccb55e756 implemented a simple text-based frontend 2022-12-15 13:03:44 +01:00
Yannic Kilcher 95a1ec9771 changed post IDs to strings 2022-12-15 12:58:45 +01:00
Yannic Kilcher e444343fad protocol uuid factory fix 2022-12-15 12:50:53 +01:00
Yannic Kilcher 8515d09bd7 removed duplicate api_key entry 2022-12-15 12:38:15 +01:00
Keith Stevens 34dcf81594 Undoing some debug statements 2022-12-15 19:28:27 +09:00
Keith Stevens dbc91b6f00 merge with main 2022-12-15 19:27:20 +09:00
Keith Stevens 2d7c7f317d Adding support for an email login method and registering new users with the labeler backend. 2022-12-15 19:25:31 +09:00
Andreas Köpf c0e9f037c6 add config defaults for postgres dev docker image, support setting POSTGRES_PASSWORD 2022-12-15 11:00:21 +01:00
Yannic Kilcher 9742f6bd7b Added initial protocol classes
Provides a rough draft of story summarization interaction
2022-12-15 10:22:50 +01:00
Keith Stevens 1f670cebd5 Cleaning up some not-used files and adding in the prisma database adapater 2022-12-15 15:45:00 +09:00
Keith Stevens 15d47e2fd0 Including vim files in gitignore for web 2022-12-15 15:30:46 +09:00
Yannic Kilcher 1f286196f9 added gitignore 2022-12-14 23:52:36 +01:00
Yannic Kilcher 2b02ef2ddc docstring fix 2022-12-14 23:51:42 +01:00
Yannic Kilcher 96d668fa4b Rough draft of story summarization interaction 2022-12-14 23:08:08 +01:00
Birger Moëll 6d892f3895 Merge pull request #8 from LAION-AI/bot-to-laion-update
Bot to laion update
2022-12-14 22:34:25 +01:00
Birger Moell 7dc714fc30 Lint fix 2022-12-14 21:56:32 +01:00
Birger Moell f04e0efd49 Updated code to work on LAION server 2022-12-14 21:55:33 +01:00
Yannic Kilcher b0a5c9bcca Merge pull request #7 from MattAlexMiracle/main
implemented "Ranked Pairs" algorithm for merging rankings from different users
2022-12-14 20:45:31 +01:00
Alexander Mattick 38ca08446d ran pre-commit hook 2022-12-14 20:32:23 +01:00
Alexander Mattick 55a2b892b0 implemented "Ranked Pairs" algorithm for merging
rankings from different users
2022-12-14 19:57:45 +01:00
Yannic Kilcher 6048f54333 Merge pull request #5 from LAION-AI/bot-update
Bot update
2022-12-14 10:03:43 +01:00
Keith Stevens 1f5e563b1d Adding a basic version of next-auth-js using Discord and ensuring an authenticated user can fetch prompts from the real backend using an API middlelayer 2022-12-14 11:49:42 +09:00
Birger Moell 0ff400c947 lint fix 2022-12-14 01:16:03 +01:00
Birger Moell c807737ab4 Fix typo and added logger 2022-12-14 01:15:20 +01:00
Yannic Kilcher 38349b6661 updated readme 2022-12-14 00:17:52 +01:00
Yannic Kilcher 8d3b2bf036 Added setup for backend local development
local database setup
2022-12-14 00:16:07 +01:00
Yannic Kilcher 4c06c3fb93 removed alembic section 2022-12-14 00:14:49 +01:00
Birger Moell a10c337b3d Lint fixes 2022-12-13 23:51:14 +01:00
Birger Moell b44a7000cf Added buttons and commands to bot 2022-12-13 23:50:25 +01:00
Andreas Koepf 837452af25 add minimal docker files for backend and database 2022-12-13 18:44:29 +01:00
Yannic Kilcher 4774534262 Merge pull request #3 from LAION-AI/BirgerMoell-readme-update
Update README.md
2022-12-13 16:38:45 +01:00
Birger Moell d81375719d Updated with working local pre-commit 2022-12-13 16:37:16 +01:00
Yannic Kilcher c5e485be81 adjusted pre-commit 2022-12-13 16:33:32 +01:00
Yannic Kilcher 3de66c692f removed unnecessary settings 2022-12-13 16:20:56 +01:00
Yannic Kilcher 6bc64459f5 local database setup 2022-12-13 16:19:29 +01:00
Birger Moëll ddd915d63b Update README.md 2022-12-13 15:12:22 +01:00
Andreas Köpf ceb8f873cc remove unused file db_test.py 2022-12-13 14:10:27 +01:00
Keith Stevens 1c4ae635f7 Merge pull request #2 from LAION-AI/next-js-website
Migrate website portion to Next.js
2022-12-13 22:08:55 +09:00