Tivix / django-rest-auth

This app makes it extremely easy to build Django powered SPA's (Single Page App) or Mobile apps exposing all registration and authentication related functionality as CBV's (Class Base View) and REST (JSON)
www.tivix.com
MIT License
2.41k stars 661 forks source link

Move to Circle CI #528

Open rpkilby opened 5 years ago

rpkilby commented 5 years ago

The overall goal of the PR is to move off of Travis and onto CircleCI. In part, this is because our org privileges don't allow Travis to push status updates on PRs/commits.

There are also several supporting changes that update packaging/distribution and testing. I've tried to keep the commit history fairly straightforward, and can go into more depth. The highlights are:

codecov-io commented 5 years ago

Codecov Report

:exclamation: No coverage uploaded for pull request base (master@624ad01). Click here to learn what that means. The diff coverage is 100%.

Impacted file tree graph

rpkilby commented 5 years ago

I think this is ready for review. Note that coverage is reduced a bit, for two reasons:

BarnabasSzabolcs commented 4 years ago

Hi, as a user of rest-auth, thanks for the contribution! This repo is not maintained anymore, so the development moved to dj-rest-auth. (reference: https://github.com/Tivix/django-rest-auth/issues/568) It may be best, if you move this PR there. (and upgrade to using dj_rest_auth)

new repo link: https://github.com/jazzband/dj-rest-auth (I'm not the upkeeper of that repo, it just makes sense for me to help you merge your PR)

Many Thanks, Barney