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

docs: add labels_order to docs #4835

Merged
merged 15 commits into from
May 15, 2024
Merged

Commits on May 6, 2024

  1. Configuration menu
    Copy the full SHA
    4ec0bea View commit details
    Browse the repository at this point in the history
  2. feat: small UI improvements (#4770)

    - [x] Remove the change of direction in the text labels when hovering (
    fix #4762)
    - [x] Adjust the keyboard key style to high numbers
    - [x] Adjust font size and line height for fields with span question
    - [x] Remove the search placeholder from the entity dropdown
    leiyre authored May 6, 2024
    Configuration menu
    Copy the full SHA
    3783035 View commit details
    Browse the repository at this point in the history
  3. feat:update UI for settings page (#4767)

    Co-authored-by: Damián Pumar <[email protected]>
    leiyre and damianpumar authored May 6, 2024
    Configuration menu
    Copy the full SHA
    0b4def0 View commit details
    Browse the repository at this point in the history
  4. Fix: "cannot import name 'formatargspec' from 'inspect'" with Python …

    …3.11 (#4693)
    
    <!-- Thanks for your contribution! As part of our Community Growers
    initiative 🌱, we're donating Justdiggit bunds in your name to reforest
    sub-Saharan Africa. To claim your Community Growers certificate, please
    contact David Berenstein in our Slack community or fill in this form
    https://tally.so/r/n9XrxK once your PR has been merged. -->
    
    # Description
    
    The issue is: "ImportError: cannot import name 'formatargspec' from
    'inspect'" with wrapt library that happens for Python 3.11. More
    details: GrahamDumpleton/wrapt#196
    
    **Type of change**
    
    (Please delete options that are not relevant. Remember to title the PR
    according to the type of change)
    
    - [X] Bug fix (non-breaking change which fixes an issue)
    - [ ] Breaking change (fix or feature that would cause existing
    functionality to not work as expected)
    
    **How Has This Been Tested**
    
    (Please describe the tests that you ran to verify your changes. And
    ideally, reference `tests`)
    
    - Use current tests of Argilla
    
    **Checklist**
    
    - [X] I followed the style guidelines of this project
    - [X] I did a self-review of my code
    - [X] My changes generate no new warnings
    - [ ] I have added tests that prove my fix is effective or that my
    feature works
    - [X] I filled out [the contributor form](https://tally.so/r/n9XrxK)
    (see text above)
    - [X] I have added relevant notes to the `CHANGELOG.md` file (See
    https://keepachangelog.com/)
    
    ---------
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    Co-authored-by: Francisco Aranda <[email protected]>
    3 people authored May 6, 2024
    Configuration menu
    Copy the full SHA
    dacb013 View commit details
    Browse the repository at this point in the history
  5. 🐛 Ranking component not showing rankings (#4775)

    Co-authored-by: leire <[email protected]>
    damianpumar and leire authored May 6, 2024
    Configuration menu
    Copy the full SHA
    676533f View commit details
    Browse the repository at this point in the history

Commits on May 8, 2024

  1. fix: UI QA improvements and small fixes (#4790)

    UI QA improvements and small fixes for release 28
    leiyre authored and leire committed May 8, 2024
    Configuration menu
    Copy the full SHA
    e674e32 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7dae34b View commit details
    Browse the repository at this point in the history

Commits on May 9, 2024

  1. Configuration menu
    Copy the full SHA
    14b9d3a View commit details
    Browse the repository at this point in the history
  2. Revert "Merge branch 'main' into develop"

    This reverts commit 14b9d3a, reversing
    changes made to 3129f54.
    jfcalvo committed May 9, 2024
    Configuration menu
    Copy the full SHA
    142e18d View commit details
    Browse the repository at this point in the history
  3. Reapply "Merge branch 'main' into develop"

    This reverts commit 142e18d.
    jfcalvo committed May 9, 2024
    Configuration menu
    Copy the full SHA
    65bee83 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a88c818 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2024

  1. Log if a dataset is deleted (#4752)

    # Generic Pull Request Template
    
    Please include a summary of the changes and the related issue. Please
    also include relevant motivation and context. List any dependencies that
    are required for this change.
    
    Closes #4751
    
    **Type of change**
    
    (Please delete options that are not relevant. Remember to title the PR
    according to the type of change)
    
    - [ ] Bug fix (non-breaking change which fixes an issue)
    - [x] New feature (non-breaking change which adds functionality)
    - [ ] Breaking change (fix or feature that would cause existing
    functionality to not work as expected)
    - [ ] Refactor (change restructuring the codebase without changing
    functionality)
    - [ ] Improvement (change adding some improvement to an existing
    functionality)
    - [ ] Documentation update
    
    **How Has This Been Tested**
    
    **Checklist**
    
    - [ ] I added relevant documentation
    - [x] follows the style guidelines of this project
    - [x] I did a self-review of my code
    - [ ] I made corresponding changes to the documentation
    - [ ] My changes generate no new warnings
    - [ ] I have added tests that prove my fix is effective or that my
    feature works
    - [ ] I filled out [the contributor form](https://tally.so/r/n9XrxK)
    (see text above)
    - [ ] I have added relevant notes to the CHANGELOG.md file (See
    https://keepachangelog.com/)
    paulbauriegel authored May 13, 2024
    Configuration menu
    Copy the full SHA
    7720dc4 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2024

  1. ✨ Search text filtering by field (#4771)

    Co-authored-by: leire <[email protected]>
    damianpumar and leire authored May 14, 2024
    Configuration menu
    Copy the full SHA
    e06d16a View commit details
    Browse the repository at this point in the history

Commits on May 15, 2024

  1. docs: labels_order

    sdiazlor committed May 15, 2024
    Configuration menu
    Copy the full SHA
    4316263 View commit details
    Browse the repository at this point in the history
  2. Update docs/_source/practical_guides/create_update_dataset/create_dat…

    …aset.md
    
    Co-authored-by: Natalia Elvira <[email protected]>
    sdiazlor and nataliaElv authored May 15, 2024
    Configuration menu
    Copy the full SHA
    055e7c7 View commit details
    Browse the repository at this point in the history