Commit Graph

444 Commits

Author SHA1 Message Date
Keith Stevens 9b5a220e16 Merge pull request #192 from LAION-AI/104-load-new-tasks
Update all the task pages to fetch a new taks after submission
2022-12-31 18:37:58 +09:00
Yannic Kilcher 13424306e9 Merge branch 'main' of github.com:LAION-AI/Open-Chat-GPT 2022-12-31 10:32:07 +01:00
Yannic Kilcher 020c5f34e8 excluding notebooks from pre-commit 2022-12-31 10:32:03 +01:00
Igor Miagkov ef3a35ff9c fixes 2022-12-31 10:31:31 +01:00
Igor Miagkov 6d98ba1f75 fix alembic migration 2022-12-31 10:31:31 +01:00
Igor Miagkov f126b21bb3 adjust names and types to new naming 2022-12-31 10:31:31 +01:00
Igor Miagkov 475f48b195 stats api method 2022-12-31 10:31:31 +01:00
Igor Miagkov 8e1d80956a split message api endpoints 2022-12-31 10:31:31 +01:00
Igor Miagkov 13d01b5a2f management api 2022-12-31 10:31:31 +01:00
Keith Stevens b8fcb4df8f Update all the task pages to fetch a new taks after submission 2022-12-31 18:24:50 +09:00
AbdBarho e485ebcd43 Merge pull request #161 from LAION-AI/dnd
Use DnDKit for ranking tasks
2022-12-31 09:24:00 +01:00
AbdBarho ece0227aec Use DnDKit for ranking tasks 2022-12-31 09:19:37 +01:00
Keith Stevens 491b1f6b12 Merge pull request #188 from k-nearest-neighbor/fixes_for_breaking_change_182
Fixes for breaking changes in #182
2022-12-31 16:47:35 +09:00
Desmond Grealy 6ff96fce4e ("text_reply_to_post" -> "text_reply_to_message") 2022-12-30 17:50:25 -08:00
Desmond Grealy 3aaf45a8c8 ("post_rating" -> "message_rating") ("post_ranking" -> "message_ranking") 2022-12-30 17:37:28 -08:00
Desmond Grealy 5b787b8ad7 (post_id -> message_id), (user_post_id -> user_message_id) 2022-12-30 17:31:09 -08:00
Desmond Grealy 5243270212 Rename to in api endpoints in affected pages 2022-12-30 17:12:20 -08:00
Keith Stevens c6f8a2a107 Merge pull request #177 from martinnormark/cypress
Add component- and e2e testing with Cypress
2022-12-31 09:12:04 +09:00
Andreas Köpf 1595e8ee54 fix import order 2022-12-31 00:18:55 +01:00
Andreas Köpf 42e9a77456 further pre-commit fixes 2022-12-31 00:18:55 +01:00
Andreas Köpf 3fe9c7a026 fix formatting in models/text_labels.py 2022-12-31 00:18:55 +01:00
Andreas Köpf 534c99610b missing 'user' -> 'prompter' replacement 2022-12-31 00:18:55 +01:00
Andreas Köpf ee14554e1b role='user' -> role='prompter' 2022-12-31 00:18:55 +01:00
Andreas Köpf f6ea90187c missing rename in api_client 2022-12-31 00:18:55 +01:00
Andreas Köpf 26ae43e945 additional forgotten renamings 2022-12-31 00:18:55 +01:00
Andreas Köpf 5f16a8f780 make sure alembic migration works in both directions 2022-12-31 00:18:55 +01:00
Andreas Köpf 048802fa1a add alembic migration script 2022-12-31 00:18:55 +01:00
Andreas Köpf 8b225430a4 BREAKING-CHANGES: Renaming several models/database objects + API protocol
person -> user
work_package -> task
post -> message
thread -> message_tree
2022-12-31 00:18:55 +01:00
alexandrelefourner 35e0c32a08 Updating work_package to task 2022-12-31 00:18:55 +01:00
alexandrelefourner d118f4e332 Renaming thread to message_tree 2022-12-31 00:18:55 +01:00
alexandrelefourner 7743459220 Renaming post to message 2022-12-31 00:18:55 +01:00
alexandrelefourner 9a1a4876f0 Rename of person to user 2022-12-31 00:18:55 +01:00
Martin H. Normark 2f064220a3 Use JS for Cypress config to avoid type error 2022-12-31 00:11:32 +01:00
Martin H. Normark c2806ecf9b Add component test for Container component 2022-12-31 00:11:32 +01:00
Martin H. Normark 592c75ddea Add exports to comply with module resolution 2022-12-31 00:11:32 +01:00
Martin H. Normark b03ad3ae92 Format code with Prettier 2022-12-31 00:11:32 +01:00
Martin H. Normark 8c478f5aaf Format file 2022-12-31 00:11:32 +01:00
Martin H. Normark 5d5ee33ed3 Move e2e test to comply with folder structure 2022-12-31 00:11:32 +01:00
Martin H. Normark 562ddd2e12 Describe how to use Cypress 2022-12-31 00:11:32 +01:00
Martin H. Normark dea0f4ec47 Remove component test as Button was removed 2022-12-31 00:11:32 +01:00
Martin H. Normark 932129906c Tidy up cypress npm scripts 2022-12-31 00:11:32 +01:00
Martin H. Normark 9a6ef28a57 Update package-lock.json from fresh install 2022-12-31 00:11:32 +01:00
Martin H. Normark 3ff161d22b Update baseline images for UI tests 2022-12-31 00:11:32 +01:00
Martin H. Normark 89c2be5760 Add cypress-image-diff for visual testing 2022-12-31 00:11:32 +01:00
Martin H. Normark 82d2b0924b Add button component test 2022-12-31 00:11:32 +01:00
Martin H. Normark 8c75c6645d Add signin e2e test 2022-12-31 00:11:32 +01:00
Martin H. Normark f9bb5b2bf1 Install cypress for e2e and component tests 2022-12-31 00:11:32 +01:00
Yannic Kilcher 2f38b2e471 updated role of discord servers 2022-12-30 23:56:20 +01:00
Yannic Kilcher 8d0927bdab added documentation welcome to the readme 2022-12-30 20:38:24 +01:00
Yannic Kilcher 5bafa43db4 added vision & roadmap to readme 2022-12-30 19:59:21 +01:00