Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
52 commits
Select commit Hold shift + click to select a range
aa93c74
kiro task list finalize
JonnyTran Aug 3, 2025
4b17188
1. Enhance backend ImportHistory API for Recent Imports
JonnyTran Aug 3, 2025
1fa121c
Merge branch 'develop' into feat/import-history-sidebar
JonnyTran Aug 3, 2025
d3acb6d
3. Create ImportHistory Dataset Builder
JonnyTran Aug 3, 2025
d6bbc6f
4.1 Create RecentImports component
JonnyTran Aug 3, 2025
40ed823
4.2 Create RecentImportCard component
JonnyTran Aug 3, 2025
fbf2a32
4.3 Create RecentImports view model
JonnyTran Aug 3, 2025
796bb61
5.1 Create ImportHistoryDataPreview component
JonnyTran Aug 3, 2025
b078172
6. Create Import Configuration Page
JonnyTran Aug 3, 2025
21485a6
7.1 Modify DatasetConfiguration component props
JonnyTran Aug 3, 2025
61415f4
[ ] 7.3 Update DatasetConfiguration view model
JonnyTran Aug 4, 2025
5ea7c6e
7.3 Update DatasetConfiguration view model
JonnyTran Aug 4, 2025
358b3f5
8.1 Modify home page sidebar
JonnyTran Aug 4, 2025
2df5d6e
8.1 Modify home page sidebar
JonnyTran Aug 4, 2025
79526b4
fix: selects first when workspaces loads
JonnyTran Aug 4, 2025
f4e6efe
fix: use BaseInputContainer as input-container
JonnyTran Aug 4, 2025
1335c83
fix RecentImports workspaces on load issue
JonnyTran Aug 4, 2025
24769eb
latest
JonnyTran Aug 4, 2025
5a06587
fix ImportHistoryListItem
JonnyTran Aug 4, 2025
52afa3d
8.2 Update home page view model
JonnyTran Aug 4, 2025
cf8022f
fix: importData.getRawData is not a function
JonnyTran Aug 4, 2025
bf1728c
fix errors
JonnyTran Aug 4, 2025
d81c89f
fix useLanguageDirection.ts
JonnyTran Aug 4, 2025
facad44
fix styling
JonnyTran Aug 4, 2025
cbf223a
fix styling
JonnyTran Aug 4, 2025
c499554
10.1 Style Recent Imports components
JonnyTran Aug 4, 2025
3d16b2c
Improve dataset import: smarter schema/type inference and question su…
JonnyTran Aug 4, 2025
7b43bfd
Add float32 and boolean types to features and subsets
JonnyTran Aug 4, 2025
6492085
Add import-history dataset import endpoint and frontend support
JonnyTran Aug 4, 2025
ab8e9e3
latest
JonnyTran Aug 5, 2025
2b797fe
latest
JonnyTran Aug 5, 2025
68a0e45
skip creating record metadata for all fieldName
JonnyTran Aug 5, 2025
f1c2fb6
added metadata selector
JonnyTran Aug 5, 2025
311c23a
Update metadata fields in dataset configuration and improve metadata …
JonnyTran Aug 5, 2025
a403136
fix emit tag
JonnyTran Aug 5, 2025
e2b4a19
Updated BaseModal component to allow closing by default and enhanced …
JonnyTran Aug 5, 2025
c338169
Refactor ImportHistoryDetails component for simplified data handling
JonnyTran Aug 5, 2025
1001258
Enhance import history data structure and processing
JonnyTran Aug 5, 2025
fb81a04
Refactor BaseSimpleTable and ImportHistoryDataPreview components for …
JonnyTran Aug 5, 2025
f38a2e8
Refactor Import History components for improved functionality and use…
JonnyTran Aug 5, 2025
1d42f26
Refactor import history data structures and interfaces for consistency
JonnyTran Aug 6, 2025
27e3a23
styling
JonnyTran Aug 6, 2025
1210eaf
fix tests
JonnyTran Aug 6, 2025
5da9f65
Enhance ImportAnalysisTable component with improved testing patterns …
JonnyTran Aug 6, 2025
c176770
fix tests
JonnyTran Aug 6, 2025
5e544e6
update codecov and tests
JonnyTran Aug 6, 2025
8dccc09
passing tests
JonnyTran Aug 6, 2025
bac7d82
recent import tests
JonnyTran Aug 6, 2025
ebedcd1
fix tests
JonnyTran Aug 6, 2025
9ee9e3b
Add tests for ImportHistory configuration workflow and components
JonnyTran Aug 6, 2025
07f8dbf
fix test
JonnyTran Aug 6, 2025
6313c91
fixed all tests
JonnyTran Aug 6, 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
1 change: 0 additions & 1 deletion .github/workflows/argilla-frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ jobs:

- name: Run tests with coverage 🧪
id: run-tests
continue-on-error: true
run: |
npm run test:coverage

Expand Down
Loading
Loading