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

[TASK] Delete all migrated endpoints from API v0 #4839

Closed
Tracked by #4773
jfcalvo opened this issue May 6, 2024 · 0 comments · Fixed by #4852
Closed
Tracked by #4773

[TASK] Delete all migrated endpoints from API v0 #4839

jfcalvo opened this issue May 6, 2024 · 0 comments · Fixed by #4852
Assignees

Comments

@jfcalvo
Copy link
Member

jfcalvo commented May 6, 2024

No description provided.

@jfcalvo jfcalvo self-assigned this May 6, 2024
@jfcalvo jfcalvo transferred this issue from argilla-io/argilla May 6, 2024
@jfcalvo jfcalvo transferred this issue from argilla-io/argilla-server May 16, 2024
jfcalvo added a commit that referenced this issue May 23, 2024
# Description

This PR deletes old code associated to API v0 including handlers,
schemas, tests and some related code. Some small changes were necessary
on API v1 to support these deletions.

I also used [vulture](https://github.com/jendrikseipp/vulture) to find
some dead code.

There is still some code that could be deleted. I was not 100% sure but
is very likely that we can still delete some code that is unused. We can
take a look to it @frascuchon

Closes #4839

**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)
- [ ] New feature (non-breaking change which adds functionality)
- [x] 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**

(Please describe the tests that you ran to verify your changes. And
ideally, reference `tests`)

- [x] Deleted old tests and added small changes on the new ones.

**Checklist**

- [ ] I added relevant documentation
- [ ] follows the style guidelines of this project
- [ ] 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/)

---------

Co-authored-by: Francisco Aranda <francis@argilla.io>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
@jfcalvo jfcalvo linked a pull request May 23, 2024 that will close this issue
15 tasks
@jfcalvo jfcalvo closed this as completed May 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant