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

Implement Jazzband guidelines for django-rest-knox #304

Open
9 of 12 tasks
jazzband-bot opened this issue Aug 1, 2023 · 19 comments
Open
9 of 12 tasks

Implement Jazzband guidelines for django-rest-knox #304

jazzband-bot opened this issue Aug 1, 2023 · 19 comments
Assignees

Comments

@jazzband-bot
Copy link

jazzband-bot commented Aug 1, 2023

This issue tracks the implementation of the Jazzband guidelines for the project django-rest-knox

It was initiated by @James1345 who was automatically assigned in addition to the Jazzband roadies.

See the TODO list below for the generally required tasks, but feel free to update it in case the project requires it.

Feel free to ping a Jazzband roadie if you have any question.

TODOs

Project details

Description Authentication Module for django rest auth
Homepage None
Stargazers 957
Open issues 73
Forks 179
Default branch develop
Is a fork False
Has Wiki True
Has Pages True
@giovannicimolin
Copy link
Contributor

giovannicimolin commented Aug 14, 2023

@jezdez I want to help out with this package.
Is it ok if I pick some tasks from the checklist above and contribute them?

@James1345 What is the usual development workflow you used for this repo?
It seems to be:

  1. Fork.
  2. PR to develop.
  3. Create PRs to master when creating releases (?)

Feel free to correct me if I got anything wrong - I can write-up some documentation for this.

@James1345
Copy link
Member

@giovannicimolin That looks like what has been used before for contributions - doesn't have to be that way but if it ain't broke...

@giovannicimolin
Copy link
Contributor

GitHub Actions CI is working as expected crossing that item from the checklist.

@giovannicimolin
Copy link
Contributor

giovannicimolin commented Aug 15, 2023

Checked off a few more items with #307.

There's a CI check failing about a pre-commit something (this: https://results.pre-commit.ci/run/github/42185087/1692120765.Wa1XR2oaS2yoewVVaKONUw).
Is that mandatory? Is there any documentation about setting it up I can use?
I think I figured it out here: #308

@giovannicimolin
Copy link
Contributor

@James1345 I can't do the following steps because I'm not a maintainer/owner:

Not sure how to do those since I've never done it.
I'll work on the other items in the checklist and then, hopefully, start reviewing/merging some PRs and creating new releases.

@giovannicimolin
Copy link
Contributor

Pre-commit hooks and coverage/codecov implemented on #308.

@giovannicimolin giovannicimolin self-assigned this Aug 15, 2023
@giovannicimolin
Copy link
Contributor

giovannicimolin commented Aug 16, 2023

Review project if other services are used and port them to Jazzband

Doesn't look like we're using any other external services. :)

Add jazzband-bot as maintainer to the Read the Docs project (e.g. URL: https://readthedocs.org/dashboard/django-rest-knox/users/)
Add incoming GitHub webhook integration to Read the Docs project (e.g. URL: https://readthedocs.org/dashboard/django-rest-knox/integrations/)

This repository is using GitHub Pages to host its documentation, so I'll mark these items as done.

@giovannicimolin
Copy link
Contributor

giovannicimolin commented Aug 18, 2023

@James1345 Would you be comfortable with me triaging PRs, merging changes and creating new release versions?
Btw, no problem if not! Just want to help out in bringing this package up-to-date again.

If so, I'll request to become a project maintainer through Jazzband help.

@James1345
Copy link
Member

Yep, I'm happy with the help - it got out of date because I don't have time to spend on that any more

@giovannicimolin
Copy link
Contributor

@James1345 Could you give me maintainer permissions? Also a primer on how the pypi flow is working here and how to deploy new releases?
I want to start triaging/reviewing changes and releasing new versions in the next few weeks.

Thanks in advance! 😁

@dekkers
Copy link
Member

dekkers commented Jan 10, 2024

@James1345 First of all thanks for creating django-rest-knox and maintaining it up to now. Other people want to help, but as far as I can see making new releases is still blocked because the jazzband account has not been added to the PyPI project yet. Can you finish the transfer to jazzband by adding the jazzband account to the PyPI project? If you don't want to do anything with django-rest-knox anymore it might also be a good idea to make jazzband or someone else owner on PyPI instead of just maintainer.

@johnraz
Copy link
Collaborator

johnraz commented May 2, 2024

@giovannicimolin we need to add a github action to generate the content of the documentation -> see #323

@giovannicimolin I think it's important for the project to remain sane that @James1345 provides the access to the pypi registry.

We should otherwise envision to claim the name on pypi by following https://peps.python.org/pep-0541/#how-to-request-a-name-transfer.

We should start working on a release branch as well - but before we can do that we need to fix my own mistakes that I made here #341 😇 -> I cleaned up my slate 😆

I started a PR to prepare for the release -> #342

@James1345
Copy link
Member

Jazzband invited to pypi, let me know if any other progress is needed

@giovannicimolin
Copy link
Contributor

@James1345 Thank you very much! 🚀

@johnraz Can you accept the Jazzband Pypi invitation? I'll set up the CI jobs and work on the remaining items here too!

@giovannicimolin
Copy link
Contributor

@johnraz I also want to clean up the branch situation by renaming the branches (this will help avoid confusion too).

Do you have permissions to rename the branch? If so I would like to rename the current develop to main, set it to the default and remove the other branches.

@giovannicimolin
Copy link
Contributor

CI job to update GH-pages branch implemented here: #343

@johnraz
Copy link
Collaborator

johnraz commented May 3, 2024

@giovannicimolin I don’t have access to any Jazz-band account, I’m not even part of the community there 😊

Regarding the branches, I kinda like the fact that we can merge from develop to master as it gives a clear view of what will be included in the release but I can also live with a single branch, nevertheless I don’t have access to those settings in the repo, only @James1345 does AFAIK ☺️

Happy to help with anything else!

@James1345
Copy link
Member

@giovannicimolin happy to move things around ifyou want to move to trunk dev - or to rename master->main if you want to stick with the git-flow style that's been used in the past but use the modern naming

I don't know who has control of the Jazzband accounts, @giovannicimolin I can add you as maintainer to the PyPi too if that makes things easier

@giovannicimolin
Copy link
Contributor

@James1345

happy to move things around if you want to move to trunk dev - or to rename master->main if you want to stick with the git-flow style that's been used in the past but use the modern naming

I think that simplifying things and keeping a single main branch will be easier to avoid confusion.
Can you make the branch changes? I'll update the CONTRIBUTING and development docs once you do that.

I can add you as maintainer to the PyPi too if that makes things easier

Yes, if you can do that it'll be greatly appreciated! My Pypi username is: giovannicimolin.
With that access I'll be able to set up a CI job that deploys when new tags are created in the repo, so we can start releasing changes again.

Thanks a lot for the help on this! 😁

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

No branches or pull requests

6 participants