Platform for Mozilla Support
Перейти к файлу
Tasos Katsoulas 84f5f7ed0a Remove pytest and nose throughout the project. 2022-03-10 15:08:23 +02:00
.circleci Whitenoise configuration. 2022-03-10 15:08:21 +02:00
.devcontainer move home directory for kitsune docker user (#5017) 2022-01-31 09:31:31 +00:00
.vscode Merge branch 'master' into webpack 2021-10-18 13:56:24 +01:00
bin Use gunicorn for local dev. 2022-03-10 15:05:17 +02:00
configs Remove Vagrant. 2017-11-20 12:50:28 +02:00
docker Whitenoise configuration. 2022-03-10 15:08:21 +02:00
docs Switch to poetry. 2022-03-10 15:05:14 +02:00
jsi18n Collect jsi18n files via staticfiles to get hashed filenames. 2016-02-23 18:17:29 -08:00
k8s Whitenoise configuration. 2022-03-10 15:08:21 +02:00
kitsune Remove pytest and nose throughout the project. 2022-03-10 15:08:23 +02:00
media Update base template code/styles based on new mockups for support.mozilla.org re-design. (#3243) 2018-09-18 16:35:34 -05:00
scripts Merge branch 'main' into webpack 2021-12-16 12:44:14 +00:00
styleguide update styleguide to work with webpack 2021-12-17 13:07:09 +00:00
webpack upgrade node to lts, and upgrade dependencies (#4977) 2022-01-11 15:43:26 +00:00
wsgi Whitenoise configuration. 2022-03-10 15:08:21 +02:00
.adr-dir add ADRs 2019-01-10 13:15:06 -05:00
.dockerignore Merge branch 'main' into webpack 2021-12-16 12:44:14 +00:00
.editorconfig Remove editorconfig rules for .travis.yml file 2020-08-20 16:50:08 +00:00
.env-build move build pipeline to circleci (#4923) 2021-12-07 11:57:44 +00:00
.env-dist seperate bulk-count es7_reindex option into sql and elastic ones (#4657) 2021-02-02 14:49:42 +00:00
.env-test Merge branch 'main' into webpack 2021-12-16 12:44:14 +00:00
.eslintrc Fix eslint problems. 2015-12-15 15:23:27 -08:00
.gitignore upgrade node to lts, and upgrade dependencies (#4977) 2022-01-11 15:43:26 +00:00
.nvmrc Remove prepare_django_assets script 2021-07-14 15:21:02 +03:00
.pre-commit-config.yaml Switch to poetry. 2022-03-10 15:05:14 +02:00
.readthedocs.yml add readthedocs config so we can specify python 3.8 (#4466) 2020-07-16 16:53:38 +01:00
.stylelintrc Add stylelint config 2019-11-27 18:33:10 +01:00
CODE_OF_CONDUCT.md Update Code of Conduct. 2019-03-28 13:37:48 +02:00
CONTRIBUTORS.rst Replace manually curated list of contributors with link to generated versions. 2015-05-21 14:07:01 -07:00
Dockerfile Switch to poetry. 2022-03-10 15:05:14 +02:00
LICENSE Fix a thing Ricky found that I missed when I fixed the other issue 2013-04-05 16:06:06 -04:00
Makefile Switch to poetry. 2022-03-10 15:05:14 +02:00
Procfile Add celery worker and cron commands. 2018-02-05 12:20:57 +02:00
README.md Update README.md 2020-10-27 11:02:21 +01:00
contribute.json Update 'tests' link to CircleCI 2020-08-20 16:46:35 +00:00
docker-compose.yml Use gunicorn for local dev. 2022-03-10 15:05:17 +02:00
manage.py Remove django-celery dependency 2020-05-29 16:29:53 +03:00
newrelic.ini Temporarily disable NR high_security 2019-05-30 12:23:05 -07:00
package-lock.json Bump follow-redirects from 1.14.6 to 1.14.8 2022-02-14 12:30:28 +00:00
package.json upgrade node to lts, and upgrade dependencies (#4977) 2022-01-11 15:43:26 +00:00
poetry.lock Remove pytest and nose throughout the project. 2022-03-10 15:08:23 +02:00
postcss.config.js replicate existing postcss setup in webpack (#4840) 2021-07-13 14:34:23 +01:00
pyproject.toml Remove pytest and nose throughout the project. 2022-03-10 15:08:23 +02:00
setup.cfg Remove pytest and nose throughout the project. 2022-03-10 15:08:23 +02:00
webpack.common.js upgrade node to lts, and upgrade dependencies (#4977) 2022-01-11 15:43:26 +00:00
webpack.dev.js upgrade node to lts, and upgrade dependencies (#4977) 2022-01-11 15:43:26 +00:00
webpack.prod.js fix tests to work with webpack 2021-12-17 12:51:02 +00:00
webpack.test.js upgrade node to lts, and upgrade dependencies (#4977) 2022-01-11 15:43:26 +00:00

README.md

Kitsune

Kitsune is the platform that powers SuMo (support.mozilla.org)

It is a Django application. There is documentation online.

Deployment

You can access the staging site at https://support.allizom.org/.

Code of Conduct

By participating in this project, you're agreeing to uphold the Mozilla Community Participation Guidelines. If you need to report a problem, please see our Code of Conduct guide.

Contribute

See our contribution guide, or dive into setting up your development environment.