Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEATURE] argilla: add support to distribution #5187

Merged
merged 60 commits into from
Jul 19, 2024
Merged
Changes from 1 commit
Commits
Show all changes
60 commits
Select commit Hold shift + click to select a range
f62d58a
feat: add dataset support to be created using distribution settings (…
jfcalvo Jul 1, 2024
017001f
Merge branch 'develop' into feat/add-dataset-automatic-task-distribution
jfcalvo Jul 1, 2024
f084ab7
✨ Remove unused method
damianpumar Jul 4, 2024
c8ef4c6
Merge branch 'develop' into feat/add-dataset-automatic-task-distribution
jfcalvo Jul 4, 2024
6df5256
feat: improve Records `responses_submitted` relationship to be view o…
jfcalvo Jul 4, 2024
dbae135
Merge branch 'develop' into feat/add-dataset-automatic-task-distribution
jfcalvo Jul 4, 2024
cf3408c
feat: change metrics to support new distribution task logic (#5140)
jfcalvo Jul 4, 2024
8e8b116
Merge branch 'develop' into feat/add-dataset-automatic-task-distribution
frascuchon Jul 5, 2024
808c837
[ENHANCEMENT]: `argilla-server`: allow update distribution for non an…
frascuchon Jul 8, 2024
3d74a33
chore: Add status field to record model
frascuchon Jul 9, 2024
7b7d2f5
feat: Add read-only property 'status' to the record resource
frascuchon Jul 9, 2024
736bfc9
tests: Update tests to reflect the status property
frascuchon Jul 9, 2024
f241e41
fix: wrong filter naming after merge from develop
frascuchon Jul 9, 2024
307b38c
Merge branch 'feat/add-dataset-automatic-task-distribution' into feat…
frascuchon Jul 9, 2024
67d4ee3
Merge branch 'develop' into feat/add-dataset-automatic-task-distribution
jfcalvo Jul 9, 2024
9b84dcf
chore: Remove message match (depends on python version
frascuchon Jul 9, 2024
08e5757
chore: Add task distribution model
frascuchon Jul 9, 2024
443b9d0
feat: Add support to task distribution
frascuchon Jul 9, 2024
303361a
tests: Update tests with task distribution
frascuchon Jul 9, 2024
43ba10f
chore: Use main TaskDistribution naning
frascuchon Jul 9, 2024
d6c186b
ci: Using feat branch docker image
frascuchon Jul 9, 2024
3e06890
Merge branch 'develop' into feat/add-dataset-automatic-task-distribution
jfcalvo Jul 9, 2024
aba06c7
Update argilla/src/argilla/_models/_dataset.py
frascuchon Jul 10, 2024
f2238e6
chore: Apply format suggestions
frascuchon Jul 10, 2024
b73004a
Merge branch 'feat/argilla/add-record-status-property' into feat/argi…
frascuchon Jul 10, 2024
2ea0a3e
chore: Export distribution in dataset
frascuchon Jul 10, 2024
b15de8f
Merge branch 'develop' into feat/add-dataset-automatic-task-distribution
frascuchon Jul 11, 2024
f497140
Merge branch 'develop' into feat/add-dataset-automatic-task-distribution
jfcalvo Jul 11, 2024
bec0b0d
feat: add session helper with serializable isolation level (#5165)
jfcalvo Jul 12, 2024
8bf8abb
Merge branch 'develop' into feat/add-dataset-automatic-task-distribution
jfcalvo Jul 12, 2024
85e847f
[REFACTOR] `argilla-server`: remove deprecated records endpoint (#5206)
frascuchon Jul 12, 2024
1041487
chore: Add task distribution setter for dataset
frascuchon Jul 12, 2024
22263d8
Merge branch 'develop' into feat/add-dataset-automatic-task-distribution
jfcalvo Jul 12, 2024
c219764
[ENHANCEMENT] `argilla`: add record `status` property (#5184)
frascuchon Jul 12, 2024
ced0220
Merge branch 'develop' into feat/add-dataset-automatic-task-distribution
jfcalvo Jul 12, 2024
0c85b9d
Merge branch 'develop' into feat/add-dataset-automatic-task-distribution
jfcalvo Jul 15, 2024
a9375c1
[REFACTOR] cleaning list records endpoints (#5221)
frascuchon Jul 15, 2024
46f2640
Merge branch 'develop' into feat/add-dataset-automatic-task-distribution
frascuchon Jul 15, 2024
f77341e
Merge branch 'develop' into feat/add-dataset-automatic-task-distribution
frascuchon Jul 15, 2024
b456600
improvement: capture and retry database concurrent update errors (#5227)
jfcalvo Jul 16, 2024
8dd1c7e
chore: update CHANGELOG.md
jfcalvo Jul 16, 2024
4417af6
Merge branch 'develop' into feat/add-dataset-automatic-task-distribution
jfcalvo Jul 16, 2024
f284720
Merge branch 'develop' into feat/add-dataset-automatic-task-distribution
jfcalvo Jul 16, 2024
1a50c3a
Merge branch 'develop' into feat/add-dataset-automatic-task-distribution
jfcalvo Jul 16, 2024
ba3dc49
Merge branch 'develop' into feat/add-dataset-automatic-task-distribution
frascuchon Jul 17, 2024
08b29e0
Merge branch 'feat/add-dataset-automatic-task-distribution' into feat…
frascuchon Jul 17, 2024
20ae663
🔀 Update UI for distribution task (#5219)
leiyre Jul 18, 2024
d77e9a8
fixing tests
frascuchon Jul 18, 2024
c9b865b
chore: Add distribution check
frascuchon Jul 18, 2024
9dba7ef
chore: set tools line-height to 88 characters
jfcalvo Jul 18, 2024
103556e
Revert "chore: set tools line-height to 88 characters"
jfcalvo Jul 18, 2024
e7d4b75
Merge branch 'develop' into feat/add-dataset-automatic-task-distribution
jfcalvo Jul 18, 2024
128e8a0
Merge branch 'develop' into feat/add-dataset-automatic-task-distribution
jfcalvo Jul 18, 2024
504ff7b
[ENHANCEMENT] improve es mappings for responses (#5228)
frascuchon Jul 18, 2024
940a812
Merge branch 'feat/add-dataset-automatic-task-distribution' into feat…
frascuchon Jul 18, 2024
42b80aa
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Jul 18, 2024
b0b1846
[Docs] task distribution (#5246)
nataliaElv Jul 19, 2024
46bf786
Merge branch 'develop' into feat/argilla/add-support-to-distribution
frascuchon Jul 19, 2024
b3bca5f
Apply suggestions from code review
frascuchon Jul 19, 2024
0665271
Merge branch 'develop' into feat/argilla/add-support-to-distribution
frascuchon Jul 19, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Merge branch 'develop' into feat/add-dataset-automatic-task-distribution
jfcalvo authored Jul 1, 2024
commit 017001f09ef64a396affe8b561faed9617e123cf

This merge commit was added into this branch cleanly.

There are no new changes to show, but you can still view the diff.