82 Commits (96054aa95230b4c8dd8969df695799b94100bbce)

Author SHA1 Message Date
Hironsan 8713a281d9 Create new app and move codes 5 years ago
Clemens Wolff c495b141cc Ensure data pagination is covered in tests 5 years ago
Clemens Wolff bbc68ffa00 Add option to randomize document order per user 5 years ago
Vinay Augustine 72e57967b0 Fix test broken by progress API change 5 years ago
Clemens Wolff 7c3116f150 Fix CoNLL parsing with trailing newlines 5 years ago
Clemens Wolff d520ff7724 Embed django-cloud-browser in data import page 5 years ago
Clemens Wolff 219e3b47f3 Fix codacy issues 5 years ago
erikamenezes 2ada3e6248 Codacy code quality improvements 5 years ago
Clemens Wolff 4f21eb6cdd Hide cloud upload button if feature not enabled 5 years ago
Clemens Wolff d165851965 Implement data import from cloud 5 years ago
Clemens Wolff f28a133bcb Avoid having to format URLs in setupTestData 5 years ago
erikamenezes 2d702474fb adding test for downloading json format with text labels 5 years ago
Clemens Wolff 973809199f Add option to read user admin status from AAD 5 years ago
Clemens Wolff 74630f078a Add option to read user admin status from Github 5 years ago
Clemens Wolff 340209a90e Move examples to unit tests 5 years ago
Clemens Wolff c996d10402 Extract color utility class 5 years ago
Clemens Wolff 5cd3f31783 Speed up failed CI by delaying collectstatic 5 years ago
Clemens Wolff fd2e7ca363 Factor out reloading of settings module 5 years ago
Clemens Wolff 02bbc413c3 Fix Azure database connection string parsing 5 years ago
Clemens Wolff 606ecfa90b Auto-generate label colors on corpus import 5 years ago
Clemens Wolff e37e16bfad Auto-generate label shortkeys on corpus import 5 years ago
Clemens Wolff 112fba1a7c Add tests for label creation on corpus import 5 years ago
Clemens Wolff 477f8c3724 Fix sslmode example value 5 years ago
Clemens Wolff 756fff84fa Add test case for explicit sslmode enabling 5 years ago
Clemens Wolff 89372b6242 Remove IS_HEROKU flag 5 years ago
Clemens Wolff 65f2420851 Add unit tests for config 5 years ago
Clemens Wolff 2bdcada9a7 Collapse Django annotation templates 5 years ago
Hironsan eb854b1929 Add filter condition to label serializer and fix #162 5 years ago
Hironsan 1d2dfdaa3d Fix #140 5 years ago
Hironsan 49d41416e4 Support batch import 5 years ago
Hironsan 92848809a9 Fix frontend for working with backend 5 years ago
Hironsan d77ab70bff Move file handlers from api to utils 5 years ago
Hironsan c3b0c30355 Delete EntityList and EntityDetail api 5 years ago
Hironsan eb09eb97d2 Support meta data import/export 5 years ago
Hironsan 541af14d13 Add test case(jsonl without label) to file handler 5 years ago
Hironsan 141d1717d6 Delete unnecessary models 5 years ago
Hironsan b93578d2b7 Implement statistics api 5 years ago
Hironsan 7a95aa9705 Implement document filter for filtering with/without annotation 5 years ago
Hironsan 14bcb0a703 Add downloader to support csv and json format 5 years ago
Hironsan 739b1b68c7 Add annotation api 5 years ago
Hironsan fa388ac6ec Update project serializer mapping 5 years ago
Hironsan 880c179966 Allow document serializer to return annotations 5 years ago
Hironsan 61a4becc0a Make project model polymorphic 5 years ago
Hironsan 5af45811ed Add file uploader to support plain, csv, json and CoNLL format 5 years ago
Hironsan f4f55b4b03 Add PlainText, CSV, JSONL uploader 5 years ago
Hironsan 04e2e55693 Add file uploader for CoNLL format 5 years ago
Hironsan 463129c7e6 Add ordering documents by most/least recently updated annotation 5 years ago
Hironsan 2bc95ceecc Add filter document by label 5 years ago
Hironsan 910e628d9f Add document filtering and ordering 5 years ago
Hironsan ef8f02dc2b Add permission to EntityDetailAPI 5 years ago