artisan-tattoo / assistant-api

A simple CRM for managing tattoo shops.
artisanassistant.com
67 stars 8 forks source link

Authentication #8

Closed steveklabnik closed 10 years ago

steveklabnik commented 10 years ago

The next major feature is authentication. I'll be working on it in a branch, as this will finally add some tests, and I want to make sure Travis runs them before I merge into master.

I created the first commit with

$ git commit --allow-empty -m "start of authentication branch"

And then made this pull request. I'll rebase that commit away once I have some real ones.

steveklabnik commented 10 years ago

Bam: travisartisan

Let's rebase this sucker to remove https://github.com/artisan-tattoo/artisan_assistant/commit/4adf49b0ce6053112a048f988f06b47cebf9b985

steveklabnik commented 10 years ago

One thing that's unfortunate about this strategy: travis only builds the head of the new branch. That's why I make sure to push each commit up in turn. Make sure every commit is green; otherwise git bisect doesn't work!

steveklabnik commented 10 years ago

Sign in + sign out == :shipit: