Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: argilla-io/argilla
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.13.1
Choose a base ref
...
head repository: argilla-io/argilla
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.13.2
Choose a head ref
  • 5 commits
  • 10 files changed
  • 4 contributors

Commits on Jul 21, 2023

  1. Docs: 1.13 updates (#3440)

    <!-- 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
    
    Updates the suggestions section in the data model page and corrects some
    tabs in the how-to guides that don't follow the alphabetical order.
    
    
    **Type of change**
    - [x] Documentation update
    
    **Checklist**
    
    - [ ] I added relevant documentation
    - [ ] follows the style guidelines of this project
    - [ ] I did a self-review of my code
    - [x] 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/)
    nataliaElv committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    e67370b View commit details
    Browse the repository at this point in the history
  2. Merge branch 'releases/1.13.1'

    Francisco Aranda committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    1586707 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2023

  1. docs: fix username in HF Spaces docs (#3432)

    <!-- 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
    
    - Change username `argilla` for `admin` in the explanation of
    `ADMIN_PASSWORD` in the HF Spaces docs
    - Fix some typos found in the same section of the docs
    
    **Type of change**
    
    - [x] Documentation update
    
    **Checklist**
    
    - [x] I added relevant documentation
    - [x] follows the style guidelines of this project
    - [x] My changes generate no new warnings
    mariagrandury committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    2d6fe76 View commit details
    Browse the repository at this point in the history
  2. fix: add missing suggestion_type_enum values (#3445)

    <!-- 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
    
    This PR add a new migration that adds the missing values for the
    `suggestion_type_enum` ENUM type created in PostgreSQL.
    
    **Type of change**
    
    - [x] Bug fix (non-breaking change which fixes an issue)
    
    **How Has This Been Tested**
    
    Applying the migrations locally to a PostgreSQL deployed with Docker.
    
    **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
    - [x] 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)
    - [x] I have added relevant notes to the CHANGELOG.md file (See
    https://keepachangelog.com/)
    gabrielmbmb committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    ac6bc40 View commit details
    Browse the repository at this point in the history
  3. chore: Set release version

    Francisco Aranda committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    40dc948 View commit details
    Browse the repository at this point in the history
Loading