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

[RELEASES] v2.6.0 #5762

Merged
merged 31 commits into from
Dec 18, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
ab6b2f0
chore: Update dev version
frascuchon Nov 21, 2024
6129ce8
[ENHANCEMENT] `argilla server`: Return users on dataset progress (#5701)
frascuchon Nov 21, 2024
004225d
[CI] Update base docker image (#5705)
frascuchon Nov 22, 2024
47f8474
🔥 Fix highlight on bulk (#5698)
damianpumar Nov 22, 2024
f4f03bb
🔥 Improve plugins loaders (#5697)
damianpumar Nov 26, 2024
524ce35
fix: :bug: Send visible_options prop only when the questions has more…
damianpumar Nov 26, 2024
56864b8
[FEATURE] UI - update dataset list (#5684)
leiyre Nov 26, 2024
7733ad5
[Docs] configure issue form (#5703)
sdiazlor Nov 27, 2024
8cd6df8
Assign field to a span question (#5717)
leiyre Nov 27, 2024
90f3c85
Merge branch 'main' into develop
frascuchon Nov 29, 2024
62a1fd0
[FEATURE]: Adding Functionality To Update Users (#5615)
sean-hickey-wf Dec 3, 2024
e66d001
[CI] Fix argilla-frontend build by adding the `package-lock.json` fil…
frascuchon Dec 4, 2024
b1820bd
fix: UI - use `last_activity_at` in the dataset list (#5741)
leiyre Dec 10, 2024
e6fe97c
[CI] fix install deps using python.3.13 (#5745)
frascuchon Dec 10, 2024
0cbbdeb
[BUGFIX] prevent errors when updating user (#5742)
frascuchon Dec 10, 2024
1a34f54
[BUGFIX] `argilla`: prevent enum literal validation errors (#5679)
frascuchon Dec 11, 2024
21d07c9
🎉 Improve styles file weight (#5724)
leiyre Dec 11, 2024
0487936
[FEATURE] Add support to update record fields (#5685)
frascuchon Dec 11, 2024
e7f46cc
🚑 feat/check version (#5738)
damianpumar Dec 12, 2024
a74d3eb
[BUGFIX] [TESTS] Remove custom isoformat parsing and let pydantic do …
frascuchon Dec 12, 2024
ebb0fa2
[BUGFIX] Fetch dataset setting when iterate `client.datasets` (#5753)
frascuchon Dec 13, 2024
e3938e8
[BUGFIX] `argilla`: review datasest import with new export flow (#5756)
frascuchon Dec 16, 2024
9f839ce
[FEATURE-BRANCH] feat: dataset export to the Hub (#5730)
jfcalvo Dec 17, 2024
1f8f155
chore: update packages versions
jfcalvo Dec 17, 2024
3b105af
chore: update CHANGELOG.md versions
jfcalvo Dec 17, 2024
4d2a893
Feat/improve export hover (#5764)
damianpumar Dec 17, 2024
d6f823b
[CHORE] Add missing fixed entries (#5765)
frascuchon Dec 17, 2024
3643cf3
✨ Add share component (#5727)
damianpumar Dec 18, 2024
a4686ee
🐛 Try
damianpumar Dec 18, 2024
2e42642
Revert "🐛 Try"
damianpumar Dec 18, 2024
12160d0
✨ Fix twice rendering
damianpumar Dec 18, 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
18 changes: 18 additions & 0 deletions .github/ISSUE_TEMPLATE/add_documentation_report.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: "\U0001F4DA Add a documentation report"
description: "Have you spotted a typo or mistake in our docs?"
title: "[DOCS]"
labels: []
assignees: []

body:
- type: markdown
attributes:
value: "Thank you for reporting a documentation mistake! Before you get started, please [search to see](https://github.com/argilla-io/argilla/issues) if an issue already exists for the bug you encountered."

- type: textarea
id: doc_report
attributes:
label: "Which page or section is this issue related to?"
description: "Please include the URL and/or source."
validations:
required: false
66 changes: 66 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_python_deployment.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,66 @@
name: "\U0001FAB2 Bug report: Python/Deployment"
description: "Report Python or Deployment bugs and unexpected behavior."
title: "[BUG-python/deployment]"
labels: []
assignees: []

body:
- type: markdown
attributes:
value: "Thank you for reporting a bug! Before you get started, please [search to see](https://github.com/argilla-io/argilla/issues) if an issue already exists for the bug you encountered."

- type: textarea
id: bug_description
attributes:
label: "Describe the bug"
description: "A clear and concise description of the bug."
validations:
required: true

- type: textarea
id: stacktrace
attributes:
label: "Stacktrace and code to create the bug"
description: "The code to reproduce the behavior."
placeholder: |
```python
my_python_code
```
```bash
my_bash_code
```
validations:
required: false

- type: textarea
id: expected_behavior
attributes:
label: "Expected behavior"
description: "A clear and concise description of what you expected to happen."
validations:
required: false

- type: textarea
id: environment
attributes:
label: "Environment"
description: "Since version 1.16.0 you can use `python -m argilla info` command to easily get the used versions."
value: |
- Argilla Version [e.g. 1.0.0]:
- ElasticSearch Version [e.g. 7.10.2]:
- Docker Image (optional) [e.g. argilla:v1.0.0]:
validations:
required: false

- type: textarea
id: additional_context
attributes:
label: "Additional context"
description: "Add any other relevant information."
validations:
required: false

- type: markdown
attributes:
value: |
📌 Make sure you have provided all the required information in each section so we can support you properly.
74 changes: 74 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_ui_ux.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,74 @@
name: "\U0001F41E Bug report: UI/UX"
description: "Report UI or UX bugs and unexpected behavior."
title: "[BUG-UI/UX]"
labels: []
assignees: []

body:
- type: markdown
attributes:
value: "Thank you for reporting a UI/UX bug! Before you get started, please [search to see](https://github.com/argilla-io/argilla/issues) if an issue already exists for the bug you encountered."

- type: textarea
id: bug_description
attributes:
label: "Describe the bug"
description: "A clear and concise description of the bug."
validations:
required: true

- type: textarea
id: to_reproduce
attributes:
label: "To reproduce"
description: "The steps to reproduce the behavior."
placeholder: |
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error
validations:
required: false

- type: textarea
id: expected_behavior
attributes:
label: "Expected behavior"
description: "A clear and concise description of what you expected to happen."
validations:
required: false

- type: textarea
id: screenshots
attributes:
label: "Screenshots"
description: "If applicable, add screenshots to help explain your problem."
validations:
required: false

- type: textarea
id: environment
attributes:
label: "Environment"
description: "Since version 1.16.0 you can use `python -m argilla info` command to easily get the used versions."
value: |
- OS [e.g. iOS]:
- Browser [e.g. chrome, safari]:
- Argilla Version [e.g. 1.0.0]:
- ElasticSearch Version [e.g. 7.10.2]:
- Docker Image (optional) [e.g. argilla:v1.0.0]:
validations:
required: false

- type: textarea
id: additional_context
attributes:
label: "Additional context"
description: "Add any other relevant information."
validations:
required: false

- type: markdown
attributes:
value: |
📌 Make sure you have provided all the required information in each section so we can support you properly.
44 changes: 44 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
name: "\U0001F195 Feature request"
description: "Share cool new ideas for the project."
title: "[FEATURE]"
labels: []
assignees: []


body:
- type: markdown
attributes:
value: "Thank you for sharing your feature request! Please fill out the sections below."

- type: textarea
id: feature_request
attributes:
label: "Is your feature request related to a problem? Please describe."
description: "A clear and concise description of what the problem is."
placeholder: "I'm always frustrated when..."
validations:
required: false

- type: textarea
id: feature_description
attributes:
label: "Describe the solution you'd like"
description: "A clear and concise description of what you want to happen."
validations:
required: false

- type: textarea
id: feature_alternatives
attributes:
label: "Describe alternatives you've considered"
description: "A clear and concise description of any alternative solutions or features you've considered."
validations:
required: false

- type: textarea
id: additional_context
attributes:
label: "Additional context"
description: "Add any other context or screenshots about the feature request here."
validations:
required: false
19 changes: 0 additions & 19 deletions .github/ISSUE_TEMPLATE/🆕-feature-request.md

This file was deleted.

36 changes: 0 additions & 36 deletions .github/ISSUE_TEMPLATE/🐞-bug-ui-ux.md

This file was deleted.

10 changes: 0 additions & 10 deletions .github/ISSUE_TEMPLATE/📚-add-a-documentation-report.md

This file was deleted.

32 changes: 0 additions & 32 deletions .github/ISSUE_TEMPLATE/🪲-bug-python-deployment.md

This file was deleted.

3 changes: 0 additions & 3 deletions .github/workflows/argilla-frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ jobs:
- name: Build package 📦
env:
# BASE_URL is used in the server to support parameterizable base root path
# See scripts/build_frontend.sh
BASE_URL: "@@baseUrl@@"
DIST_FOLDER: ./dist
run: |
Expand All @@ -71,8 +70,6 @@ jobs:
image-name: argilla/argilla-frontend-for-dev
dockerfile: argilla-frontend/dev.frontend.Dockerfile
platforms: linux/amd64
build-args: |
ARGILLA_SERVER_TAG=main
secrets: inherit

deploy:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/argilla-server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,8 @@ jobs:
run: pdm install

- name: Run tests 📈
env:
HF_TOKEN_ARGILLA_INTERNAL_TESTING: ${{ secrets.HF_TOKEN_ARGILLA_INTERNAL_TESTING }}
run: |
ARGILLA_DATABASE_URL=postgresql://postgres:postgres@localhost:5432/argilla
ARGILLA_ELASTICSEARCH=http://localhost:9200
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/argilla.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
USERNAME: argilla
PASSWORD: 12345678
API_KEY: argilla.apikey
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
defaults:
run:
working-directory: argilla
Expand Down
3 changes: 0 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -133,9 +133,6 @@ sw.*
# Ruff cache
.ruff_cache/

yarn.lock
package-lock.json

# App generated files
src/**/server/static/

Expand Down
12 changes: 12 additions & 0 deletions argilla-frontend/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,18 @@ These are the section headers that we use:

## [Unreleased]()

## [2.6.0](https://github.com/argilla-io/argilla/compare/v2.5.0...v2.6.0)

### Added

- Add share progress feature ([#5727](https://github.com/argilla-io/argilla/pull/5727))
- Added feature to export datasets from Argilla to Hugging Face hub from the UI ([#5730](https://github.com/argilla-io/argilla/pull/5730))

### Fixed

- Improved performance and accessibility ([#5724](https://github.com/argilla-io/argilla/pull/5724))
- Fixed dataset update date information in the dataset list ([#5741](https://github.com/argilla-io/argilla/pull/#5741))

## [2.5.0](https://github.com/argilla-io/argilla/compare/v2.4.1...v2.5.0)

### Added
Expand Down
7 changes: 7 additions & 0 deletions argilla-frontend/assets/css/fonts.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
@font-face {
font-family: "raptor_v2_premiumbold";
src: url("/fonts/raptorv2premium-bold-webfont.woff2") format("woff2"),
url("/fonts/raptorv2premium-bold-webfont.woff") format("woff");
font-weight: normal;
font-style: normal;
}
Loading
Loading