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

13 Коммитов

Автор SHA1 Сообщение Дата
Jhonatan Lopes dd2d5d3b0e
Bump Python from 3.9.9 to 3.11 (#11789)
* Bump python from 3.9.9 to 3.11

* Remove coveralls

* Bump coverage to 7.4.1

* Remove coveralls from CI

* Adapt code to py 3.11

* Fix heroku stack on review apps

* Properly setup Heroku's runtime
2024-01-31 10:44:42 -03:00
Rich Brennan 7307ec2e8e
Feature/update python to 3.9.9 (#7969)
* [7953] update to Python 3.10

* [7953] update to Python 3.9.9

* [7953] update more files to Python 3.9.9
2021-12-01 13:14:11 -08:00
Lucie 76b99a3aed
update to python 3.7.8 (#4968)
* update to python 3.7.8

* update python docker image
2020-07-27 16:12:31 +00:00
Lucie 67dde11df1
Update python to 3.7.7 2020-05-20 17:52:54 +02:00
Lucie a3d5b5bb69
update python to 3.7.6 (#4240)
Co-authored-by: Christopher DeCairos <christopherd@mozillafoundation.org>
2020-02-25 11:24:30 +01:00
Lucie c8859713a6
update python (#3999) 2019-12-03 17:00:00 +01:00
Lucie bcc9038349
Update heroku + travis to python 3.7 (#3240)
* Update heroku + travis to python 3.7

* install libgconf - required by Cypress
2019-05-28 12:03:17 +02:00
Lucie 39c6922281
Update python version to 3.6.8 (#2864) 2019-03-21 16:38:29 +01:00
Lucie 82e7a395f3
update python version used on Heroku (#2241) 2018-11-21 18:13:05 +01:00
Lucie 34a8664384
Another version bump for Heroku (#1636) 2018-07-04 12:22:08 +02:00
Lucie c580c7d8f6
Python version bump (Heroku) (#1623)
Fix warning:
```
 !     The latest version of Python 3 is python-3.6.5 (you are using python-3.6.4, which is unsupported).
 !     We recommend upgrading by specifying the latest version (python-3.6.5).
```
2018-06-28 13:52:38 +02:00
Lucie 118e1abbbb
Introducing Pipenv (#1320)
* add pipenv

* Finally finished to pin/unpin dependencies versions \o/

* small fix

* Fix package.json scripts
Fix django environ warning
Fix extra space in pipfile
Add shorthand for manage.py commands + first setup script

* temp fix for CI

* Fix flake8 issue (needs to be revisited soon...) + update pipfile

* fix dependency issue around mezzanine (urgh, nevermind)

* Mezzanine again + windows fix

* ci test

* appveyor test

* fix Heroku warning

* first part of docs

* finish readme + tasks cleanup

* test travis cache

* revert previous commit. CI work is going in another PR

* appveyor test

* no support for pipfile in snyk: they're working on it but it's not ready yet.
2018-04-23 13:37:41 +02:00
Christopher DeCairos dc87f4df20 Add a management command that loads data from a fixture. (#783)
* Add a management command that loads data from a fixture.

The management command "heroku_release" will run automatically on heroku if the "LOAD_FIXTURE" environment variable is set to true

* Issue the correct management command

* remove crufty Procfile

* fix lint issues

* fix up Procfile

* 1. Clean up network-api folder
2. Update README.md with information about the django app, including mock data instructions
3. add app.json for review apps
4. modify some of the react components to fall back on `HEROKU_APP_NAME` so that Review apps will work without manual intervention

* remove cruft from env.default

* Forgot that the app name needed to be transformed into a domain

* fixing lint problems

* remove unused import

* Fix typo in people.jsx, use protocolless urls on people, news, upcoming, and main.js xhr requests, update readme

* add trailing slash to homepage api request

* Rename NETWORK_API_DOMAIN to NETWORK_SITE_URL and update how it's used.

* update environment whitelist for NETWORK_SITE_URL

* Pass the request as a context to HomepageSerializer, so it can be passed on to News, Person, and Highlight Serializers
2017-10-12 17:05:09 -04:00