Platform for Mozilla Support
Перейти к файлу
Leo McArdle 8c774bec27 expose globals in webpack
this should get our js working properly
over time we can go through and remove these vars from the global scope,
instead importing them only in the files they're needed,
and take full advantage of what webpack has to offer
2021-07-12 16:37:48 +01:00
.circleci move circleci docker volume workaround outside of Makefile (#4703) 2021-03-04 11:57:02 +00:00
.devcontainer Update code settings. 2021-04-06 12:23:31 +03:00
.vscode Enable autoreload in vscode. 2021-05-17 13:04:09 +03:00
bin add support for synonyms and character mappings to search (#4666) 2021-03-01 18:01:44 +00:00
configs Remove Vagrant. 2017-11-20 12:50:28 +02:00
docker/bin Remove `__future__` imports that are no longer needed 2020-06-01 12:29:16 +03:00
docs add advanced search documentation (#4800) 2021-05-28 17:48:17 +01:00
jsi18n Collect jsi18n files via staticfiles to get hashed filenames. 2016-02-23 18:17:29 -08:00
k8s Remove ES2 from users app. 2021-04-28 15:34:40 +03:00
kitsune expose globals in webpack 2021-07-12 16:37:48 +01: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
requirements Update project libraries. 2021-05-28 17:19:54 +03:00
scripts Remove Travis scripts. 2021-05-20 13:50:05 +03:00
styleguide remove {% trans %} block from styleguide template (#4519) 2020-09-01 14:28:34 +01:00
webpack expose globals in webpack 2021-07-12 16:37:48 +01:00
wsgi Update newrelic integration call 2020-05-29 16:44:36 +03:00
.adr-dir add ADRs 2019-01-10 13:15:06 -05:00
.dockerignore add big dirs to .dockerignore (#4696) 2021-02-25 13:04:00 +00:00
.editorconfig Remove editorconfig rules for .travis.yml file 2020-08-20 16:50:08 +00:00
.env-build Remove monkeypatching for ES7. 2021-05-28 13:44:49 +03: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 add signals for all search v2 document types (#4590) 2020-11-30 14:50:25 +00:00
.eslintrc Fix eslint problems. 2015-12-15 15:23:27 -08:00
.gitignore add basic webpack config, using previously defined entrypoints 2021-07-12 16:37:48 +01:00
.pre-commit-config.yaml upgrade pip-compile-multi (#4671) 2021-02-10 16:33:22 +00: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 Remove monkeypatching for ES7. 2021-05-28 13:44:49 +03:00
Jenkinsfile Use new version of the Jenkins pipeline library. 2021-06-01 16:50:10 +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 Remove ES2 code-base. 2021-05-26 18:09:31 +03: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
babel.config.json modify django-pipeline config to apply babel to select files (#4682) 2021-02-17 14:41:53 +00:00
contribute.json Update 'tests' link to CircleCI 2020-08-20 16:46:35 +00:00
docker-compose.yml Remove ES2 code-base. 2021-05-26 18:09:31 +03:00
jenkins.yml Initial switch from mozmeao dockerhub and github repos to IT SRE repos 2019-05-10 17:28:20 -05: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 expose globals in webpack 2021-07-12 16:37:48 +01:00
package.json expose globals in webpack 2021-07-12 16:37:48 +01:00
prepare_django_assets.js ensure prepare_django_assets picks up updated dependencies in dev (#4698) 2021-03-02 12:54:25 +00:00
pyproject.toml specify py38 in black config as it doesn't support py39 as a target yet (#4605) 2020-11-20 15:55:15 +00:00
setup.cfg Do not ignore W504 in flake8. 2020-07-27 16:13:39 +03:00
tox.ini Add Jenkinsfile pipeline 2016-11-15 10:51:50 +00:00
webpack.config.js expose globals in webpack 2021-07-12 16:37:48 +01: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.