{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":362500938,"defaultBranch":"develop","name":"argilla","ownerLogin":"argilla-io","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2021-04-28T14:37:42.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/18415507?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1716566487.0","currentOid":""},"activityList":{"items":[{"before":null,"after":"c70164268a84bbb0cb95412bc7ed1d7b675108cb","ref":"refs/heads/refactor/improve-api-v1-error-handling","pushedAt":"2024-05-24T16:01:27.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"jfcalvo","name":"José Francisco Calvo","path":"/jfcalvo","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/446497?s=80&v=4"},"commit":{"message":"🐛 Fix pre selection (#4872)","shortMessageHtmlLink":"🐛 Fix pre selection (#4872)"}},{"before":"f58d69954992f8c3b94a4d589eadcc2c7325c426","after":"37e6bd7fd4addad2c6b0f8f2008801e1c2524d6a","ref":"refs/heads/refactor/improve-api-v1-not-found-errors","pushedAt":"2024-05-24T16:00:45.000Z","pushType":"push","commitsCount":3,"pusher":{"login":"jfcalvo","name":"José Francisco Calvo","path":"/jfcalvo","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/446497?s=80&v=4"},"commit":{"message":"Merge branch 'develop' into refactor/improve-api-v1-not-found-errors","shortMessageHtmlLink":"Merge branch 'develop' into refactor/improve-api-v1-not-found-errors"}},{"before":null,"after":"f58d69954992f8c3b94a4d589eadcc2c7325c426","ref":"refs/heads/refactor/improve-api-v1-not-found-errors","pushedAt":"2024-05-24T16:00:08.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"jfcalvo","name":"José Francisco Calvo","path":"/jfcalvo","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/446497?s=80&v=4"},"commit":{"message":"refactor: capture NotFoundError on API v1 and improve how records are retrieve from database","shortMessageHtmlLink":"refactor: capture NotFoundError on API v1 and improve how records are…"}},{"before":"9bf70c3910e53774a13a7bed4f36e8ee6cbde9fa","after":null,"ref":"refs/heads/fix/selection-highlight","pushedAt":"2024-05-24T13:26:24.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"damianpumar","name":"Damián Pumar","path":"/damianpumar","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7398909?s=80&v=4"}},{"before":"b228f4380416a434d23e07dd899f0db7245352b3","after":"c70164268a84bbb0cb95412bc7ed1d7b675108cb","ref":"refs/heads/develop","pushedAt":"2024-05-24T13:26:23.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"damianpumar","name":"Damián Pumar","path":"/damianpumar","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7398909?s=80&v=4"},"commit":{"message":"🐛 Fix pre selection (#4872)","shortMessageHtmlLink":"🐛 Fix pre selection (#4872)"}},{"before":"f43bf8422d9412376cb23a02a39d2d14c75ede54","after":"96eb83bd28184d0bb90eb92d6a30bf2db136bd3c","ref":"refs/heads/poc/bundle-both-sdk-versions","pushedAt":"2024-05-24T10:54:55.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"pre-commit-ci[bot]","name":null,"path":"/apps/pre-commit-ci","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/68672?s=80&v=4"},"commit":{"message":"[pre-commit.ci] auto fixes from pre-commit.com hooks\nfor more information, see https://pre-commit.ci","shortMessageHtmlLink":"[pre-commit.ci] auto fixes from pre-commit.com hooks"}},{"before":null,"after":"f43bf8422d9412376cb23a02a39d2d14c75ede54","ref":"refs/heads/poc/bundle-both-sdk-versions","pushedAt":"2024-05-24T10:48:22.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"frascuchon","name":"Francisco Aranda","path":"/frascuchon","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2518789?s=80&v=4"},"commit":{"message":"create a PoC v2 bundle package","shortMessageHtmlLink":"create a PoC v2 bundle package"}},{"before":"f398ec61ea088e61b22cc9063cfbac32cfd1eb9e","after":null,"ref":"refs/heads/bugfix/remove-failed-import","pushedAt":"2024-05-24T10:11:07.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"frascuchon","name":"Francisco Aranda","path":"/frascuchon","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2518789?s=80&v=4"}},{"before":"b433ebc5b0d7fd861596e25d34606cb65f5410f5","after":"b228f4380416a434d23e07dd899f0db7245352b3","ref":"refs/heads/develop","pushedAt":"2024-05-24T10:11:06.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"frascuchon","name":"Francisco Aranda","path":"/frascuchon","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2518789?s=80&v=4"},"commit":{"message":"fix(import): remove non-existent server module (#4874)\n\n\r\n\r\n# Description\r\n\r\nThis PR remove the non-existent \"server\" module from `__init__`\r\ndefinitions so users can import everything without errors:\r\n```python\r\nfrom argilla import *\r\n````\r\n\r\n\r\n**Type of change**\r\n\r\n(Please delete options that are not relevant. Remember to title the PR\r\naccording to the type of change)\r\n\r\n- [x] Bug fix (non-breaking change which fixes an issue)\r\n- [ ] Breaking change (fix or feature that would cause existing\r\nfunctionality to not work as expected)\r\n\r\n**How Has This Been Tested**\r\n\r\n(Please describe the tests that you ran to verify your changes. And\r\nideally, reference `tests`)\r\n\r\n- [ ] Test A\r\n- [ ] Test B\r\n\r\n**Checklist**\r\n\r\n- [ ] I followed the style guidelines of this project\r\n- [ ] I did a self-review of my code\r\n- [ ] My changes generate no new warnings\r\n- [ ] I have added tests that prove my fix is effective or that my\r\nfeature works\r\n- [ ] I filled out [the contributor form](https://tally.so/r/n9XrxK)\r\n(see text above)\r\n- [ ] I have added relevant notes to the `CHANGELOG.md` file (See\r\nhttps://keepachangelog.com/)\r\n\r\n---------\r\n\r\nCo-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>","shortMessageHtmlLink":"fix(import): remove non-existent server module (#4874)"}},{"before":"7bbd713abfe5a89a0cd10f864b9ba50c5119c7f6","after":"f398ec61ea088e61b22cc9063cfbac32cfd1eb9e","ref":"refs/heads/bugfix/remove-failed-import","pushedAt":"2024-05-24T09:50:53.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"pre-commit-ci[bot]","name":null,"path":"/apps/pre-commit-ci","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/68672?s=80&v=4"},"commit":{"message":"[pre-commit.ci] auto fixes from pre-commit.com hooks\nfor more information, see https://pre-commit.ci","shortMessageHtmlLink":"[pre-commit.ci] auto fixes from pre-commit.com hooks"}},{"before":"8081523d19799fe64874c44724e4ad3b02aa7831","after":"7bbd713abfe5a89a0cd10f864b9ba50c5119c7f6","ref":"refs/heads/bugfix/remove-failed-import","pushedAt":"2024-05-24T09:49:26.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"frascuchon","name":"Francisco Aranda","path":"/frascuchon","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2518789?s=80&v=4"},"commit":{"message":"chore: Update changelog","shortMessageHtmlLink":"chore: Update changelog"}},{"before":null,"after":"8081523d19799fe64874c44724e4ad3b02aa7831","ref":"refs/heads/bugfix/remove-failed-import","pushedAt":"2024-05-24T09:45:38.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"frascuchon","name":"Francisco Aranda","path":"/frascuchon","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2518789?s=80&v=4"},"commit":{"message":"fix(import): remove non-existent server module","shortMessageHtmlLink":"fix(import): remove non-existent server module"}},{"before":"9e51772b676e189a955cfd1fcebe66c7769b45e6","after":null,"ref":"refs/heads/docs/fix-uvicorn-server-setup","pushedAt":"2024-05-24T07:33:35.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"frascuchon","name":"Francisco Aranda","path":"/frascuchon","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2518789?s=80&v=4"}},{"before":"24e1dc8af2e10a7b945e80cec99281b3e20f6c1d","after":"5bb3672dde1a8840028009ded07a0184f884c264","ref":"refs/heads/main","pushedAt":"2024-05-24T07:33:34.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"frascuchon","name":"Francisco Aranda","path":"/frascuchon","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2518789?s=80&v=4"},"commit":{"message":"[DOCS] Fix uvicorn server setup (#4873)\n\n\r\n\r\n# Description\r\n\r\nReading the [uvicorn integration\r\ndocs](https://docs.argilla.io/en/latest/getting_started/installation/configurations/server_configuration.html#with-uvicorn)\r\nI realized it was out-of-dated. This PR fixes this.\r\n\r\nCloses #\r\n\r\n**Type of change**\r\n\r\n(Remember to title the PR according to the type of change)\r\n\r\n- [ ] Documentation update\r\n\r\n**How Has This Been Tested**\r\n\r\n(Please describe the tests that you ran to verify your changes.)\r\n\r\n- [ ] `sphinx-autobuild` (read [Developer\r\nDocumentation](https://docs.argilla.io/en/latest/community/developer_docs.html#building-the-documentation)\r\nfor more details)\r\n\r\n**Checklist**\r\n\r\n- [ ] I added relevant documentation\r\n- [ ] I followed the style guidelines of this project\r\n- [ ] I did a self-review of my code\r\n- [ ] I made corresponding changes to the documentation\r\n- [ ] My changes generate no new warnings\r\n- [ ] I filled out [the contributor form](https://tally.so/r/n9XrxK)\r\n(see text above)\r\n- [ ] I have added relevant notes to the `CHANGELOG.md` file (See\r\nhttps://keepachangelog.com/)","shortMessageHtmlLink":"[DOCS] Fix uvicorn server setup (#4873)"}},{"before":null,"after":"9e51772b676e189a955cfd1fcebe66c7769b45e6","ref":"refs/heads/docs/fix-uvicorn-server-setup","pushedAt":"2024-05-24T07:17:30.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"frascuchon","name":"Francisco Aranda","path":"/frascuchon","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2518789?s=80&v=4"},"commit":{"message":"docs: Fix server setup with uvicorn","shortMessageHtmlLink":"docs: Fix server setup with uvicorn"}},{"before":"2c96a332df865e4afa6304c488454c093bc0886c","after":"c47c6c20c9c4b91c5637b798f857ff424649a14a","ref":"refs/heads/feat/v2.0.0","pushedAt":"2024-05-23T15:49:52.000Z","pushType":"push","commitsCount":6,"pusher":{"login":"jfcalvo","name":"José Francisco Calvo","path":"/jfcalvo","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/446497?s=80&v=4"},"commit":{"message":"Merge branch 'develop' into feat/v2.0.0","shortMessageHtmlLink":"Merge branch 'develop' into feat/v2.0.0"}},{"before":"03eab9e3a39ae5c53496ba89c1196b0f56d5ee88","after":null,"ref":"refs/heads/feat/rating-questions-supporting-zero-values","pushedAt":"2024-05-23T15:39:14.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"jfcalvo","name":"José Francisco Calvo","path":"/jfcalvo","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/446497?s=80&v=4"}},{"before":"1bb067e2a74387808c2a5de9cb29315b2b0aa879","after":"b433ebc5b0d7fd861596e25d34606cb65f5410f5","ref":"refs/heads/develop","pushedAt":"2024-05-23T15:39:13.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"jfcalvo","name":"José Francisco Calvo","path":"/jfcalvo","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/446497?s=80&v=4"},"commit":{"message":"feat: add support for value zero on rating questions (#4864)\n\n# Description\r\n\r\nThis PR is the feature branch with all the changes to support zero value\r\non rating questions.\r\n\r\nCloses #4822 \r\n\r\n**Type of change**\r\n\r\n(Please delete options that are not relevant. Remember to title the PR\r\naccording to the type of change)\r\n\r\n- [ ] Bug fix (non-breaking change which fixes an issue)\r\n- [ ] New feature (non-breaking change which adds functionality)\r\n- [ ] Breaking change (fix or feature that would cause existing\r\nfunctionality to not work as expected)\r\n- [ ] Refactor (change restructuring the codebase without changing\r\nfunctionality)\r\n- [x] Improvement (change adding some improvement to an existing\r\nfunctionality)\r\n- [ ] Documentation update\r\n\r\n**How Has This Been Tested**\r\n\r\n(Please describe the tests that you ran to verify your changes. And\r\nideally, reference `tests`)\r\n\r\n- [x] Adding and changing tests.\r\n\r\n**Checklist**\r\n\r\n- [ ] I added relevant documentation\r\n- [ ] follows the style guidelines of this project\r\n- [ ] I did a self-review of my code\r\n- [ ] I made corresponding changes to the documentation\r\n- [ ] My changes generate no new warnings\r\n- [ ] I have added tests that prove my fix is effective or that my\r\nfeature works\r\n- [ ] I filled out [the contributor form](https://tally.so/r/n9XrxK)\r\n(see text above)\r\n- [ ] I have added relevant notes to the CHANGELOG.md file (See\r\nhttps://keepachangelog.com/)\r\n\r\n# Argilla Community Growers\r\n\r\nThanks for your contribution! As part of our Community Growers\r\ninitiative 🌱, we're donating Justdiggit bunds in your name to reforest\r\nsub-Saharan Africa. To claim your Community Growers certificate, please\r\ncontact David Berenstein in our Slack community or fill in this form\r\nhttps://tally.so/r/n9XrxK once your PR has been merged.\r\n\r\n# Pull Request Templates\r\n\r\nPlease go the the `Preview` tab and select the appropriate sub-template:\r\n\r\n* [🐞-bug](?expand=1&template=bug.md)\r\n* [📚-documentation](?expand=1&template=docs.md)\r\n* [🆕-features](?expand=1&template=features.md)\r\n\r\n# Generic Pull Request Template\r\n\r\nPlease include a summary of the changes and the related issue. Please\r\nalso include relevant motivation and context. List any dependencies that\r\nare required for this change.\r\n\r\nCloses #\r\n\r\n**Type of change**\r\n\r\n(Please delete options that are not relevant. Remember to title the PR\r\naccording to the type of change)\r\n\r\n- [ ] Bug fix (non-breaking change which fixes an issue)\r\n- [ ] New feature (non-breaking change which adds functionality)\r\n- [ ] Breaking change (fix or feature that would cause existing\r\nfunctionality to not work as expected)\r\n- [ ] Refactor (change restructuring the codebase without changing\r\nfunctionality)\r\n- [ ] Improvement (change adding some improvement to an existing\r\nfunctionality)\r\n- [ ] Documentation update\r\n\r\n**How Has This Been Tested**\r\n\r\n(Please describe the tests that you ran to verify your changes. And\r\nideally, reference `tests`)\r\n\r\n- [ ] Test A\r\n- [ ] Test B\r\n\r\n**Checklist**\r\n\r\n- [ ] I added relevant documentation\r\n- [ ] follows the style guidelines of this project\r\n- [ ] I did a self-review of my code\r\n- [ ] I made corresponding changes to the documentation\r\n- [ ] My changes generate no new warnings\r\n- [ ] I have added tests that prove my fix is effective or that my\r\nfeature works\r\n- [ ] I filled out [the contributor form](https://tally.so/r/n9XrxK)\r\n(see text above)\r\n- [ ] I have added relevant notes to the CHANGELOG.md file (See\r\nhttps://keepachangelog.com/)","shortMessageHtmlLink":"feat: add support for value zero on rating questions (#4864)"}},{"before":null,"after":"9bf70c3910e53774a13a7bed4f36e8ee6cbde9fa","ref":"refs/heads/fix/selection-highlight","pushedAt":"2024-05-23T14:38:35.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"damianpumar","name":"Damián Pumar","path":"/damianpumar","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7398909?s=80&v=4"},"commit":{"message":"🐛 Fix pre selection","shortMessageHtmlLink":"🐛 Fix pre selection"}},{"before":"6c7de27c11068b50ac9061ed56ae4d6a5c2c5a2a","after":null,"ref":"refs/heads/fix/highlight-text-multiple-fields","pushedAt":"2024-05-23T13:02:27.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"damianpumar","name":"Damián Pumar","path":"/damianpumar","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7398909?s=80&v=4"}},{"before":"ffd25e5bb84f1b41be047bfea3da31d0cef2b813","after":"1bb067e2a74387808c2a5de9cb29315b2b0aa879","ref":"refs/heads/develop","pushedAt":"2024-05-23T13:02:26.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"damianpumar","name":"Damián Pumar","path":"/damianpumar","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7398909?s=80&v=4"},"commit":{"message":"🐛 Fix highlight multiple fields (#4866)","shortMessageHtmlLink":"🐛 Fix highlight multiple fields (#4866)"}},{"before":"896994d026baa743923ece4b649789740c16e594","after":"ffd25e5bb84f1b41be047bfea3da31d0cef2b813","ref":"refs/heads/develop","pushedAt":"2024-05-23T11:40:28.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"jfcalvo","name":"José Francisco Calvo","path":"/jfcalvo","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/446497?s=80&v=4"},"commit":{"message":"fix: add error code when searching for a record missing specific vector (#4856)\n\n# Description\r\n\r\nAn error is raised from backend when trying to find similar records when\r\nthe vector is not defined for the used record. The error is fine but an\r\nadditional attribute is needed on the front to support mapping that\r\nspecific error to a translated message to the user.\r\n\r\nThis PR adds a new custom error using `message` and `code` attributes to\r\nbe rendered as a JSON response.\r\n\r\nCloses #4655 \r\n\r\n**Type of change**\r\n\r\n(Please delete options that are not relevant. Remember to title the PR\r\naccording to the type of change)\r\n\r\n- [x] Bug fix (non-breaking change which fixes an issue)\r\n- [ ] New feature (non-breaking change which adds functionality)\r\n- [ ] Breaking change (fix or feature that would cause existing\r\nfunctionality to not work as expected)\r\n- [ ] Refactor (change restructuring the codebase without changing\r\nfunctionality)\r\n- [ ] Improvement (change adding some improvement to an existing\r\nfunctionality)\r\n- [ ] Documentation update\r\n\r\n**How Has This Been Tested**\r\n\r\n(Please describe the tests that you ran to verify your changes. And\r\nideally, reference `tests`)\r\n\r\n- [ ] Modifying existents tests.\r\n\r\n**Checklist**\r\n\r\n- [ ] I added relevant documentation\r\n- [ ] follows the style guidelines of this project\r\n- [ ] I did a self-review of my code\r\n- [ ] I made corresponding changes to the documentation\r\n- [ ] My changes generate no new warnings\r\n- [ ] I have added tests that prove my fix is effective or that my\r\nfeature works\r\n- [ ] I filled out [the contributor form](https://tally.so/r/n9XrxK)\r\n(see text above)\r\n- [ ] I have added relevant notes to the CHANGELOG.md file (See\r\nhttps://keepachangelog.com/)\r\n\r\n## Frontend handling\r\n\r\n\r\n![Argilla](https://github.com/argilla-io/argilla/assets/7398909/38123437-4d8b-4e7b-9de5-fabc46b6823e)\r\n\r\n---------\r\n\r\nCo-authored-by: Damián Pumar ","shortMessageHtmlLink":"fix: add error code when searching for a record missing specific vect…"}},{"before":"1d520c9ff421257b165f366bce70f61b2f508894","after":null,"ref":"refs/heads/fix/filtering-by-missing-record-vector","pushedAt":"2024-05-23T11:40:28.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"jfcalvo","name":"José Francisco Calvo","path":"/jfcalvo","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/446497?s=80&v=4"}},{"before":"4559fc09dd85b50713d79373181f7765d170fd4d","after":"03eab9e3a39ae5c53496ba89c1196b0f56d5ee88","ref":"refs/heads/feat/rating-questions-supporting-zero-values","pushedAt":"2024-05-23T11:38:20.000Z","pushType":"push","commitsCount":4,"pusher":{"login":"jfcalvo","name":"José Francisco Calvo","path":"/jfcalvo","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/446497?s=80&v=4"},"commit":{"message":"Merge branch 'develop' into feat/rating-questions-supporting-zero-values","shortMessageHtmlLink":"Merge branch 'develop' into feat/rating-questions-supporting-zero-values"}},{"before":"a31b9527feaf011c66f96a351143ced455864cda","after":"1d520c9ff421257b165f366bce70f61b2f508894","ref":"refs/heads/fix/filtering-by-missing-record-vector","pushedAt":"2024-05-23T10:59:14.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"damianpumar","name":"Damián Pumar","path":"/damianpumar","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7398909?s=80&v=4"},"commit":{"message":"📝 Update changelog","shortMessageHtmlLink":"📝 Update changelog"}},{"before":"24a553be1702f29bfc3a3bf0dea4775d89fccf6c","after":"a31b9527feaf011c66f96a351143ced455864cda","ref":"refs/heads/fix/filtering-by-missing-record-vector","pushedAt":"2024-05-23T10:51:31.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"damianpumar","name":"Damián Pumar","path":"/damianpumar","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7398909?s=80&v=4"},"commit":{"message":"🚑 Handle custom codes from backend","shortMessageHtmlLink":"🚑 Handle custom codes from backend"}},{"before":"9115e156450c1b40be9a11ac38e85a9ff30bc2ae","after":"6c7de27c11068b50ac9061ed56ae4d6a5c2c5a2a","ref":"refs/heads/fix/highlight-text-multiple-fields","pushedAt":"2024-05-23T09:54:23.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"damianpumar","name":"Damián Pumar","path":"/damianpumar","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7398909?s=80&v=4"},"commit":{"message":"🐛 Remove unit test","shortMessageHtmlLink":"🐛 Remove unit test"}},{"before":"eb358c62dc344d040ec1f3beeaaf064eabb15397","after":"896994d026baa743923ece4b649789740c16e594","ref":"refs/heads/develop","pushedAt":"2024-05-23T09:29:00.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"jfcalvo","name":"José Francisco Calvo","path":"/jfcalvo","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/446497?s=80&v=4"},"commit":{"message":"docs: Fix typo Argila -> Argilla (#4870)\n\n\r\n\r\n# Description\r\n\r\nI've noticed an env variable in the docs with the following typo:\r\n`ARGILA` instead of `ARGILLA`, so I fix it.\r\n\r\n**Type of change**\r\n\r\n(Remember to title the PR according to the type of change)\r\n\r\n- [x] Documentation update\r\n\r\n**How Has This Been Tested**\r\n\r\n(Please describe the tests that you ran to verify your changes.)\r\n\r\n- [ ] `sphinx-autobuild` (read [Developer\r\nDocumentation](https://docs.argilla.io/en/latest/community/developer_docs.html#building-the-documentation)\r\nfor more details)\r\n\r\n**Checklist**\r\n\r\n- [x] I added relevant documentation\r\n- [x] I followed the style guidelines of this project\r\n- [x] I did a self-review of my code\r\n- [x] I made corresponding changes to the documentation\r\n- [x] My changes generate no new warnings\r\n- [x] I filled out [the contributor form](https://tally.so/r/n9XrxK)\r\n(see text above)\r\n- [x] I have added relevant notes to the `CHANGELOG.md` file (See\r\nhttps://keepachangelog.com/)","shortMessageHtmlLink":"docs: Fix typo Argila -> Argilla (#4870)"}},{"before":"f241f74fda5eedc85771146ee3dbd306df8adafd","after":"eb358c62dc344d040ec1f3beeaaf064eabb15397","ref":"refs/heads/develop","pushedAt":"2024-05-23T09:28:03.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"jfcalvo","name":"José Francisco Calvo","path":"/jfcalvo","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/446497?s=80&v=4"},"commit":{"message":"chore: update datasets.py (#4842)\n\n\r\n\r\n# Description\r\n\r\nminor fix\r\n\r\n**Type of change**\r\n\r\n(Please delete options that are not relevant. Remember to title the PR\r\naccording to the type of change)\r\n\r\n- [x] Bug fix (non-breaking change which fixes an issue)\r\n- [ ] Breaking change (fix or feature that would cause existing\r\nfunctionality to not work as expected)\r\n\r\n**How Has This Been Tested**\r\n\r\n(Please describe the tests that you ran to verify your changes. And\r\nideally, reference `tests`)\r\n\r\n- [ ] Test A\r\n- [ ] Test B\r\n\r\n**Checklist**\r\n\r\n- [ ] I followed the style guidelines of this project\r\n- [ ] I did a self-review of my code\r\n- [ ] My changes generate no new warnings\r\n- [ ] I have added tests that prove my fix is effective or that my\r\nfeature works\r\n- [ ] I filled out [the contributor form](https://tally.so/r/n9XrxK)\r\n(see text above)\r\n- [ ] I have added relevant notes to the `CHANGELOG.md` file (See\r\nhttps://keepachangelog.com/)","shortMessageHtmlLink":"chore: update datasets.py (#4842)"}},{"before":"1df5a0219e786bee36b6aceebe83dc1202f7062e","after":"2c96a332df865e4afa6304c488454c093bc0886c","ref":"refs/heads/feat/v2.0.0","pushedAt":"2024-05-23T09:10:35.000Z","pushType":"push","commitsCount":6,"pusher":{"login":"jfcalvo","name":"José Francisco Calvo","path":"/jfcalvo","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/446497?s=80&v=4"},"commit":{"message":"chore: update CHANGELOG.md","shortMessageHtmlLink":"chore: update CHANGELOG.md"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEUzWLmQA","startCursor":null,"endCursor":null}},"title":"Activity · argilla-io/argilla"}