🕶 addons.mozilla.org Django app and API 🎉
Перейти к файлу
Andrew Williamson 7d8648662a
switch from flake8 to ruff (#20652)
* switch from flake8 to ruff

* drop .gitignore exclude paths from ruff config

* change black to use .gitignore too
2023-05-10 10:14:51 +01:00
.circleci Enable django4.2 deployment (#20612) 2023-04-26 09:44:31 +01:00
.github Update stale.yml 2023-01-11 14:10:31 +01:00
deps Merge deployment and development Dockerfiles (#20480) 2023-03-23 15:46:56 +01:00
docker Merge deployment and development Dockerfiles (#20480) 2023-03-23 15:46:56 +01:00
docs Bump sphinx from 6.1.3 to 6.2.0 in /requirements (#20609) 2023-04-26 11:52:08 +02:00
locale switch from flake8 to ruff (#20652) 2023-05-10 10:14:51 +01:00
logs Actually commit logs/.gitkeep 2015-09-18 17:03:01 +01:00
private Remove code related to the wat scanner (#19153) 2022-04-26 14:38:35 +02:00
requirements switch from flake8 to ruff (#20652) 2023-05-10 10:14:51 +01:00
scripts Make BlockSubmission delayable (#20490) 2023-03-27 10:09:09 +01:00
src/olympia switch from flake8 to ruff (#20652) 2023-05-10 10:14:51 +01:00
static fix css in django admin (django4.2 changes) (#20657) 2023-05-09 13:28:37 +01:00
storage Remove guarded_addons directory and associated code, migrate existing (#19113) 2022-04-25 14:35:48 +02:00
tests Remove WIP performance tests - they were never used and are outdated (#20471) 2023-03-15 11:40:37 +01:00
.dockerignore Merge deployment and development Dockerfiles (#20480) 2023-03-23 15:46:56 +01:00
.gitignore Merge deployment and development Dockerfiles (#20480) 2023-03-23 15:46:56 +01:00
.jshintrc Fixing migration from config.json to .jshintrc 2014-11-12 19:45:54 +01:00
.prettierignore Merge deployment and development Dockerfiles (#20480) 2023-03-23 15:46:56 +01:00
.prettierrc Introduce Prettier (#15131) 2020-08-03 14:55:07 +02:00
.readthedocs.yml upgrade to python 3.10 (#19568) 2022-08-17 18:25:13 +01:00
Dockerfile Enable django4.2 deployment (#20612) 2023-04-26 09:44:31 +01:00
LICENSE It's 2022. 2022-01-03 12:35:45 +01:00
Makefile Autogenerate makefile help (#12220) 2019-08-29 15:34:26 +02:00
Makefile-docker switch from flake8 to ruff (#20652) 2023-05-10 10:14:51 +01:00
Makefile-os Touch lockfile instead of package.json (#20533) 2023-03-29 13:49:06 +02:00
README.rst Remove deleted mailing list link from Readme (#17233) 2021-06-02 16:14:43 +02:00
babel.cfg Remove puente: add necessary babel configuration instead (#19097) 2022-04-11 14:13:54 +02:00
babeljs.cfg Remove puente: add necessary babel configuration instead (#19097) 2022-04-11 14:13:54 +02:00
conftest.py Remove old update service (#20086) 2022-12-12 12:45:11 +01:00
contribute.json Migrate to Circle CI (#16189) 2020-12-18 12:13:48 +01:00
docker-compose.override.yml Run dockerfile commands with correct user. (#12579) 2019-10-22 11:24:05 +02:00
docker-compose.private.yml Remove code related to the wat scanner (#19153) 2022-04-26 14:38:35 +02:00
docker-compose.yml Merge deployment and development Dockerfiles (#20480) 2023-03-23 15:46:56 +01:00
jest.config.js Update dependency jest to v27 (#17218) 2021-06-01 11:25:49 +02:00
manage.py switch from flake8 to ruff (#20652) 2023-05-10 10:14:51 +01:00
package-lock.json Bump addons-linter from 6.3.1 to 6.4.0 (#20662) 2023-05-09 12:58:19 +02:00
package.json Bump addons-linter from 6.3.1 to 6.4.0 (#20662) 2023-05-09 12:58:19 +02:00
pyproject.toml switch from flake8 to ruff (#20652) 2023-05-10 10:14:51 +01:00
settings.py drop local fxa credentials; simplify FXA_CONFIGs (#19685) 2022-09-20 10:24:40 +01:00
settings_test.py Refactor search code into a simpler set of modules and disable ES verification (#19481) 2022-07-21 10:23:00 +02:00
setup.py upgrade to python 3.10 (#19568) 2022-08-17 18:25:13 +01:00
version.json change source in version.json to new repo name 2016-02-05 16:20:28 -08:00

README.rst

Этот файл содержит неоднозначные символы Юникода!

Этот файл содержит неоднозначные символы Юникода, которые могут быть перепутаны с другими в текущей локали. Если это намеренно, можете спокойно проигнорировать это предупреждение. Используйте кнопку Экранировать, чтобы подсветить эти символы.

.. image:: https://img.shields.io/badge/%E2%9D%A4-code%20of%20conduct-blue.svg
    :target: https://github.com/mozilla/addons-server/blob/master/.github/CODE_OF_CONDUCT.md
    :alt: Code of conduct

.. image:: https://circleci.com/gh/mozilla/addons-server.svg?style=svg
    :target: https://circleci.com/gh/mozilla/addons-server


Addons-Server
=============

Welcome to the Addons Server repository!  Please feel free to visit the web page of the current project hosted on `addons.mozilla.org`_. If you want to install it follow our guide located in `install docs`_.  We'd love your help!  You can come talk to us on `Matrix #amo:mozilla.org`_ if you have any questions.

Please report bugs here: https://github.com/mozilla/addons/issues or https://github.com/mozilla/addons-server/issues
You can access the AMO dev environment at https://addons-dev.allizom.org/ and the AMO stage environment at https://addons.allizom.org/


.. _`addons.mozilla.org`: https://addons.mozilla.org
.. _`install docs`: https://addons-server.readthedocs.io/en/latest/topics/install/docker.html
.. _`Matrix #amo:mozilla.org`: https://chat.mozilla.org/#/room/#amo:mozilla.org


.. marker-for-security-bug-inclusion-do-not-remove

Security Bug Reports
--------------------

This code and its associated production web page are included in the Mozillas web and services `bug bounty program`_. If you find a security vulnerability, please submit it via the process outlined in the program and `FAQ pages`_. Further technical details about this application are available from the `Bug Bounty Onramp page`_.

Please submit all security-related bugs through Bugzilla using the `web security bug form`_. Never submit security-related bugs through a Github Issue or by email.

.. _bug bounty program: https://www.mozilla.org/en-US/security/web-bug-bounty/
.. _FAQ pages: https://www.mozilla.org/en-US/security/bug-bounty/faq-webapp/
.. _Bug Bounty Onramp page: https://wiki.mozilla.org/Security/BugBountyOnramp/
.. _web security bug form: https://bugzilla.mozilla.org/form.web.bounty