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

8 Коммитов

Автор SHA1 Сообщение Дата
Lucie 7d1f6692b8
Invoke tasks support for both windows and posix systems (#665)
* Invoke tasks support for both windows and posix
2020-07-02 09:23:24 -07:00
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
Chris DeCairos a10ef632b1 combine the multiple env kwargs into one dictionary 2018-11-29 15:43:26 -05: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 50a09283ea
Nix-shell support (MacOS, Linux) (#411)
* config files

* Add doc + add invoke to the shell.nix file
2018-10-12 16:13:03 +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 43bdf69b30 Add catch-up task and fix setup task (#379) 2018-06-25 12:20:37 -07: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