swp-fu-eid / eid-fu-swp

Docker-based REST API implemented with Django and restframework.
MIT License
2 stars 1 forks source link

Added client checker #25

Closed BenjaminKeller closed 7 years ago

BenjaminKeller commented 7 years ago

Disclaimer: This branch contains part of the code of the branch check_for_eidclient having its original purpose.

This implements issue #3. The tests can be run using node:

cd static/test
npm install
jasmine

@Armagetron This should be integrated into travis, soon.

BenjaminKeller commented 7 years ago

I corrected everything.

BenjaminKeller commented 7 years ago

@nils-wisiol Squashed commits. Thank you very much for your feedback. Is this a standard procedure to rewrite the history of branches?

nils-wisiol commented 7 years ago

Yes it is; however GitHub only offers to either add all commits to master or to squash all commits into one and add it. I prefer to keep commits organized by their nature, hence I was asking to squash manually.