Граф коммитов

10 Коммитов

Автор SHA1 Сообщение Дата
Lucie 7198461f81 remove pipenv (#642)
* remove pipenv

* Maybe fixing appveyor

* add python to path

* omg

* put the migrate back

* remove pipenv

* Maybe fixing appveyor

* add python to path

* omg

* put the migrate back

* force host for psql

* set user to postgres
2020-05-27 07:23:30 +00:00
Christopher DeCairos bde274efbe
Use Python 3.7 (#608)
* Use python 3.7

* update pipfile.lock

* try to get travis to use python 3.7.6
2020-02-12 13:25:41 -08:00
Gideon Thomas 0a889e550b
Switch over auth system to django-allauth and add Github auth (#413)
This PR adds django-allauth as an auth mechanism and adds Github auth as another way to sign in to pulse.
2018-11-14 11:37:07 -05:00
Lucie d2dac30754
CI fails if pipefile.lock is outdated (#401) 2018-08-10 16:24:59 +02:00
Lucie 236dec998e
Fix bare excepts + cleanup (#390)
* remove ignore bare except

* replace try/except by get_object_or_404 [entry view]

* Fix bare except + change var name to avoid shadowing [Entry view]

* Replace bare except by KeyError exception [Entry view]

* Replace bare except by KeyError exception + fix docstrings quotes

* Replace bare except by KeyError exception

* Fix last bare except

* remove extra parentheses

* fix test + catch error on ids query param

* remove ignore flag on CI
2018-07-26 11:28:38 +02:00
Lucie 14029cf161
Introducing pipenv (#365)
* unpin and update the obvious + deps cleaning

* Remove req.txt and add pipenv to Travis

* fix small lint issue + ignore the bare except for now

* Appveyor update

* Heroku update

* tasks file

* Django 1.11.13 fixed a bug around index naming and it needs to create a new migration

* Doc + add google client step and instructions  in inv setup

* Not sure if anyone uses it, but it\'s updated

* add info on pipenv check

* update httplib2

* Doc + invoke fix

* Don't load the .env file for now

* Factories are used for review app, moving them to general and not dev packages

* Add a comment about .env bug in the readme
2018-05-29 11:16:16 +02:00
Lucie 72a5478fe0
Activate cache on appveyor + migration test (#350)
* add pip upgrade to travis

* appveyor cache
2018-05-16 10:45:09 +02:00
Chris DeCairos c2a523523a
Add SECRET_KEY to test config 2018-02-21 16:33:02 -05:00
Mike Kamermans c84c7c83a5 Add flake8 linting (#179)
Added flake8 linting to the codebase
2017-08-14 15:27:30 -07:00
Christopher DeCairos ec67403fb8 Travis CI and Appveyor CI (#141)
* Travis CI and Appveyor CI
2017-06-27 11:08:21 -07:00