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

15 Коммитов

Автор SHA1 Сообщение Дата
Rob Hudson bf501f3ab3
Fix #11126: Remove remaining Thunderbird calendar files (#11130) 2022-01-14 14:41:28 -08:00
Steve Jalim a8ed6ae9c4
Add pre-commit hook for including the MPLv2 in all source code files (#10617)
* 10614: Add pre-commit hook for including the MPLv2

Adds to Python, JS, SCSS, Jinja HTML, Fluent templates and shell scripts

Note that the order of application of the hooks is important - we want to add a missing license before we check the formatting of files

* 10614: Update MPLv2 comments on all templates to match standard format produced by pre-commit hook

* Updates existing MPLv2 text to use a https URL
* Amend a handful of Fluent templates that used a token instead of the string "Mozilla" - this standardised things; translation was not used or needed
* Add missing MPLv2 where needed
* Update three tests that regressed with these changes, above

* 10614: Update pre-commit config to not add MPL to JS libraries; Remove MPL from the four files which should not have had it
2021-10-22 13:09:44 +01:00
Rob Hudson 31943fea75 Black format all Python files 2021-09-30 16:03:35 -04:00
Paul McLanahan 21e76ddf5b Remove all contributor data machinery
Fix #8471
2020-01-23 19:27:22 +00:00
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