Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
107 commits
Select commit Hold shift + click to select a range
eb00e9b
fix and update test snaps
leiyre Oct 29, 2024
23d6553
clean code
leiyre Oct 29, 2024
f8fa6eb
chore: Update develop version
frascuchon Oct 29, 2024
7278d1e
[CI] Configure workflow permissions (#5648)
frascuchon Oct 29, 2024
9807e3e
Merge branch 'main' into develop
jfcalvo Oct 30, 2024
7a5bf8a
[BUGFIX] argilla server: Prevent update `dataset.updated_at` when upd…
frascuchon Oct 30, 2024
038172c
Docs: Typo Fix (#5642)
RahulK4102 Oct 31, 2024
02413d1
[Docs] : fix typos in docs (#5612)
FarukhS52 Oct 31, 2024
3b1133a
[CONFIG] `argilla server`: Review and update dependencies (#5649)
frascuchon Nov 4, 2024
bf12fc5
Improve German translation and some aria attributes (#5658)
paulbauriegel Nov 4, 2024
c0afa23
add middleware to redirect /datasets to home page
leiyre Nov 4, 2024
3136085
Add a high-contrast theme & improvements for the forced-colors mode (…
paulbauriegel Nov 4, 2024
d43501e
fix vars
leiyre Nov 4, 2024
74ec465
[BUGFIX]: argilla server: install default `psycopy2` driver used by a…
frascuchon Nov 6, 2024
6c83e87
(Typo): Update README.md (#5655)
kaleaditya779 Nov 6, 2024
02df3d1
[CONFIG] `argilla`: Add Python 3.13 support (#5652)
frascuchon Nov 6, 2024
af2033c
[ENHANCEMENT][REFACTOR] SDK: allow to remove settings (#5584)
frascuchon Nov 6, 2024
d9dce94
fix: improve logic for detecting ChatFields (#5667)
leiyre Nov 6, 2024
229809e
[BUGFIX] `argilla frontend`: redirect after login (#5635)
frascuchon Nov 6, 2024
e425c89
[BUGFIX] `argilla frontend`: Avoid call router.push when opening an e…
frascuchon Nov 7, 2024
940bd40
[BUGFIX] visualisation of highlighted text (#5678)
leiyre Nov 7, 2024
783c7c0
Dataset Creation UI fixes & Improvements (#5670)
leiyre Nov 8, 2024
31b3c6a
Merge branch 'main' into develop
frascuchon Nov 11, 2024
f9ab910
[BUGFIX] Show `Import data` if user is admin or owner (#5688)
leiyre Nov 18, 2024
4249164
docs: Add missing server configuration env vars (#5676)
frascuchon Nov 18, 2024
91ed8ca
[REFACTOR] `argilla server`: Remove passlib dependency (#5674)
frascuchon Nov 18, 2024
a9bf3df
[FEATURE] UI - Add language selection in user settings (#5690)
leiyre Nov 19, 2024
53c734c
⚡️ Fix highlight text (#5693)
damianpumar Nov 19, 2024
6e63b04
[FEATURE] Add Webhooks (#5467)
jfcalvo Nov 19, 2024
c6e3654
🚑 Add missing translation (#5696)
damianpumar Nov 19, 2024
f47f20d
Docs - Add docs for adding a language (#5640)
paulbauriegel Nov 19, 2024
0b5b009
[BUGFIX] `argilla server`: Prevent passing non-string values to text …
frascuchon Nov 20, 2024
9cf0a63
[REFACTOR] `argilla server`: using pydantic v2 (#5666)
frascuchon Nov 20, 2024
1c8f528
fix: Resolve failing tests after pydantic V2 merge (#5700)
frascuchon Nov 20, 2024
5f6c291
[DOCS] Deploy on spaces review (#5704)
sdiazlor Nov 21, 2024
d6bc6f8
[REFACTOR] `argilla`: Align questions to `Resource` API (#5680)
frascuchon Nov 21, 2024
48ba964
chore: Set release version
frascuchon Nov 21, 2024
eb67de3
Merge branch 'main' into develop
frascuchon Nov 21, 2024
0d385be
Merge branch 'develop' into releases/2.5.0
frascuchon Nov 21, 2024
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
e7e51e1
[CHORE] Review changelogs (#5707)
frascuchon 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
4e4d897
🔥 Fix highlight on bulk (#5698)
damianpumar Nov 22, 2024
ea27b9d
🔥 Improve plugins loaders (#5697)
damianpumar Nov 26, 2024
250a59d
fix: :bug: Send visible_options prop only when the questions has more…
damianpumar Nov 26, 2024
b849166
[FEATURE] UI - update dataset list (#5684)
leiyre Nov 26, 2024
1338444
[ENHANCEMENT] `argilla server`: Return users on dataset progress (#5701)
frascuchon Nov 21, 2024
c406121
[EXAMPLES][DOCS] review basic webhooks example (#5710)
frascuchon Nov 27, 2024
7733ad5
[Docs] configure issue form (#5703)
sdiazlor Nov 27, 2024
293b929
chore: Add missing CHANGELOG entry
frascuchon Nov 27, 2024
8cd6df8
Assign field to a span question (#5717)
leiyre Nov 27, 2024
f7faaee
Assign field to a span question (#5717)
leiyre Nov 27, 2024
9f03df1
fix absolute position css for transition
leiyre Nov 28, 2024
8342ca7
[BUGFIX] `argilla`: allow change default distribution values (#5719)
frascuchon Nov 28, 2024
be7fe66
update cursor
leiyre Nov 28, 2024
5e06675
[DOCS] review 2.5.0 docs (#5723)
frascuchon Nov 28, 2024
6131075
update ui
leiyre Nov 28, 2024
37a72c7
fix: Set 2.5 migration tag
frascuchon Nov 28, 2024
d55fe89
Merge branch 'releases/2.5.0' of github.com:argilla-io/argilla into r…
frascuchon Nov 28, 2024
2a58a30
fix lint
leiyre Nov 28, 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
4b46a93
chore: increase dev version to 2.7.0
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
c54ad60
Merge branch 'main' into develop
jfcalvo Dec 18, 2024
bf1fd7c
✨ Upgrade and remove packages (#5769)
damianpumar Dec 19, 2024
f195251
fix: :bug: Remove word (#5773)
damianpumar Dec 20, 2024
e12d832
Make message and role length configurable (#5784)
hamelsmu Jan 20, 2025
a9284f7
Add docs on chat question configuration (#5785)
davidberenstein1957 Jan 20, 2025
258ed82
Update docker-compose.yaml (#5766)
louisbrulenaudet Jan 20, 2025
8efa39c
[DOCS] add update user to how-to guide (#5755)
sdiazlor Jan 20, 2025
dc3deab
Fix to Return Similarity Scores Along with Records (#5778)
Saikiranbonu1661 Jan 20, 2025
6a00494
[BUGFIX] [ENHANCEMENT] create users and workspaces with predefined ID…
frascuchon Jan 20, 2025
c49305d
[BUGFIX] Prevent index error with empty values (#5787)
frascuchon Jan 21, 2025
045dec2
[BUGFIX] Pass `verify` (and other transport args) when creating the a…
frascuchon Jan 21, 2025
74805e6
chore: Set release version
frascuchon Jan 21, 2025
6f84185
set release version
frascuchon Feb 6, 2025
cabc9dc
[BUGFIX] revent sending auth headers for public requests (#5804)
frascuchon Feb 6, 2025
00c26cc
Merge tag 'v2.7.0' into merge/argilla-v2.7.1
JonnyTran Jun 4, 2025
ecc412c
fix: enable fail-fast strategy in CI workflow
JonnyTran Jun 4, 2025
7700189
fix: Remove PostCSS config from Nuxt and update imports and license h…
JonnyTran Jun 4, 2025
bfeb3dd
Merge tag 'v2.7.1' into merge/argilla-v2.7.1
JonnyTran Jun 4, 2025
e086a86
fix: downgrade setup-miniconda to v2 and change miniforge variant to …
JonnyTran Jun 5, 2025
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
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,4 +72,4 @@ body:
- Other
multiple: true
validations:
required: false
required: false
2 changes: 1 addition & 1 deletion .github/workflows/argilla-server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ jobs:
- name: Check test status
if: steps.run-tests.outcome == 'failure'
run: exit 1

- name: Upload test results to Codecov
if: ${{ !cancelled() }}
uses: codecov/test-results-action@v1
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/argilla-v1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@
uses: actions/checkout@v4

- name: Setup Conda Env 🐍
uses: conda-incubator/setup-miniconda@v3
uses: conda-incubator/setup-miniconda@v2
Comment thread Dismissed
with:
miniforge-variant: Miniforge3
miniforge-variant: Mambaforge
miniforge-version: latest
use-mamba: true
activate-environment: argilla
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/argilla.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@ jobs:
run:
working-directory: argilla
strategy:
fail-fast: true
matrix:
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
fail-fast: true
matrix:
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
steps:
- uses: actions/checkout@v4
- name: Setup PDM
Expand Down
9 changes: 9 additions & 0 deletions argilla-frontend/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,15 @@ These are the section headers that we use:
* "Security" in case of vulnerabilities.
-->


## [Argilla] [2.7.1](https://github.com/argilla-io/argilla/compare/v2.7.0...v2.7.1)

### Fixed

- Fixed error when requesting dataset info the datasets-viewer API. ([#5804](https://github.com/argilla-io/argilla/pull/5804))

## [Argilla] [2.7.0](https://github.com/argilla-io/argilla/compare/v2.6.0...v2.7.0)

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

### Added
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ export default {
display: block;
margin-left: auto;
padding: $base-space * 2;
background: var(--bg-accent-grey-2);
background: var(--bg-accent-grey-1);
border: 1px solid var(--bg-opacity-10);
border-radius: $border-radius-m;
box-shadow: $shadow;
Expand Down
Loading
Loading