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

11 Коммитов

Автор SHA1 Сообщение Дата
Chris Beaven bf67e8bf34 Django 2.2 (#7196)
* Complete removal of nose test artifacts

* Update base requirements to Django 2.2 and python 3 compatibile packages
2019-07-03 02:24:42 -05:00
alexgibson 3647ea0d23 [fix bug 1342036] Remove Firefox OS feed links 2017-02-28 09:43:56 -05:00
Paul McLanahan d0705feab1 Convert cron script to just call management commands
Currently it imports the whole django setup and commands
and runs those functions, but we've run into issues as
some of these commands don't expect for the process to
persist. This change makes the cron script simply call
the same commands in a subshell.
2016-03-22 16:31:06 -04:00
Paul McLanahan 667fec28df Switch clock process to call rnasync via subprocess 2016-03-18 11:18:27 -04:00
Paul McLanahan 2837853c03 Add a clock process
Will allow us to remove jenkins periodic task
2016-03-10 11:19:26 -05:00
Paul McLanahan 1fa01b8d86 Add CircleCI support 2016-03-03 09:56:32 -05:00
isBEKaml 7d13ad85ed Add a script to fix bug 1117866
This script checks every icalendar file present in <bedrock>/media/caldata
and validates it. Currently, it would run every time a commit is done on master,
but that can be changed to just run on commits to .ics files.

There's also a failure in MexicanHolidays.ics, that I have left as-is for the author
to fix - this would be a good test to check/verify that all folks use the same file encoding.

Moved back check_calendars.py to scripts dir

Fix Mexican calendar

Ideally, this should be done by caldata maintainers. We are fixing this
now that we go live and avoid build failures preventing merge into
master.
2015-04-14 17:04:48 -05:00
Paul McLanahan ec97cca564 Bug 1144669: Update deployment for peep dependencies.
Fix CI and C9 and add relocatable to deployment
2015-04-14 10:32:25 -04:00
Paul McLanahan acca7041dd Bug 1116511: Add view for serving JSON contributor data. 2015-02-23 13:01:43 -05:00
Paul McLanahan b0eced3174 Bug 1116511: Add script to sync data from Tableau. 2015-02-23 12:58:51 -05:00
Josh Mize d681e78278 Add backend for fxos feed links: bug 1128587 2015-02-20 00:40:16 -06:00