Making mozilla.org awesome, one pebble at a time
Перейти к файлу
Steve Jalim 9b29dd8d1e
Drop django-filter from project - no longer required (#11116)
No point upgrading a redundant dependency.

It's not imported here and looks like it was related to a vendored version of DRF
2022-01-13 17:44:13 +00:00
.circleci Update bedrock to NodeJS to v16 (Fixes #10803) 2021-11-23 14:37:03 +00:00
.github Remove dependabot for now 2021-12-13 14:40:03 -05:00
bedrock Add SSRF to the list of payouts for web bug bounty (#11043) 2022-01-11 10:51:22 -05:00
bin Update `bin/` scripts to explicitly use Python 3 2022-01-11 11:44:26 -05:00
data Move lang files into the data directory 2020-09-09 12:21:13 -04:00
docker Fixes #10834 - Removes Linkchecker (#10862) 2022-01-05 12:24:09 +00:00
docs Fix #11057: Update codebase to prefer python3 syntax (#11086) 2022-01-11 07:21:16 -08:00
etc Upload and distribute database updates via S3 (#5334) 2018-03-29 14:24:22 -05:00
l10n vendor.toml: parse also subfolders 2021-12-09 10:12:48 +00:00
lib Refactor `get_accept_languages` to remove extra work 2022-01-12 13:38:12 -05:00
license_header Add pre-commit hook for including the MPLv2 in all source code files (#10617) 2021-10-22 13:09:44 +01:00
media Updated remaining VPN logos to use Protocol assets (#11100) 2022-01-10 20:49:05 +02:00
requirements Drop django-filter from project - no longer required (#11116) 2022-01-13 17:44:13 +00:00
root_files Add pre-commit hook for including the MPLv2 in all source code files (#10617) 2021-10-22 13:09:44 +01:00
scripts Add pre-commit hook for including the MPLv2 in all source code files (#10617) 2021-10-22 13:09:44 +01:00
test_infra Remove geo-location json endpoint (Fixes #10688) 2021-11-09 09:15:33 +00:00
tests Fix #11057: Update codebase to prefer python3 syntax (#11086) 2022-01-11 07:21:16 -08:00
wsgi Fix #11057: Update codebase to prefer python3 syntax (#11086) 2022-01-11 07:21:16 -08:00
.adr-dir establish the use of ADRs for bedrock architecture 2019-01-09 14:28:36 -05:00
.coveragerc Remove old L10n machinery (#10660) 2021-11-17 11:18:52 -08:00
.dockerignore Django 2.2 (#7196) 2019-07-03 02:24:42 -05:00
.editorconfig Remove Sandstone (Fixes #8384) (#8449) 2020-01-23 20:04:51 +01:00
.env-dist Use external data for home page content cards 2019-01-22 18:40:02 +00:00
.eslintignore Careers templates should extend base-protocol.html (Fixes #11027) (#11028) 2021-12-23 09:18:42 +00:00
.eslintrc.js Add pre-commit hook for including the MPLv2 in all source code files (#10617) 2021-10-22 13:09:44 +01:00
.git-blame-ignore-revs Update .git-blame-ignore-revs to ignore #10713 2021-11-24 16:32:41 +00:00
.gitignore 10631: Reinstate support for python-coverage 2021-10-25 15:59:53 -04:00
.gitlab-ci.yml Remove old L10n machinery (#10660) 2021-11-17 11:18:52 -08:00
.pre-commit-config.yaml Update Stylelint and format scss files (Fixes #10713) 2021-11-24 16:32:41 +00:00
.prettierignore Careers templates should extend base-protocol.html (Fixes #11027) (#11028) 2021-12-23 09:18:42 +00:00
.prettierrc.json Format JS files using Prettier (Fixes #10468, #10479) 2021-10-08 16:07:35 +01:00
.stylelintrc Fix #10736: Move careers content from lumbergh into bedrock (#10848) 2021-12-09 08:59:05 -08:00
CODE_OF_CONDUCT.md Update code of conduct (Fixes #6999) (#7000) 2019-03-28 07:57:47 -07:00
Dockerfile Add sqlite3 to devapp image, so we can run manage.py dbshell in local dev (#11020) 2021-12-13 16:00:42 +00:00
LICENSE Add pre-commit hook for including the MPLv2 in all source code files (#10617) 2021-10-22 13:09:44 +01:00
MANIFEST.in Bug 816080: Upgrade Bedrock to latest Playdoh 2013-05-15 11:14:13 -07:00
Makefile Remove container when test run completes (#10877) 2021-12-07 08:37:51 -08:00
Procfile Upload and distribute database updates via S3 (#5334) 2018-03-29 14:24:22 -05:00
README.md Update CONTRIBUTING.md with good-first-bug links (Fixes #8992) (#9022) 2020-06-15 08:41:03 -07:00
app.json Remove gevent wsgi worker config from heroku demos (#10147) 2021-04-19 10:58:56 -04:00
codecov.yml 10631: Get CircleCI to store Python coverage report (#10640) 2021-10-27 16:21:21 +01:00
contribute.json Remove jQuery from common bundle (Fixes #9946) (#10309) 2021-07-09 08:41:17 -07:00
docker-compose.yml Migrate to Webpack (Issue #10310) 2021-09-16 08:54:16 +01:00
heroku.yml Add Heroku support for Review apps (#7849) 2019-10-10 10:11:53 -04:00
manage.py Add pre-commit hook for including the MPLv2 in all source code files (#10617) 2021-10-22 13:09:44 +01:00
newrelic.ini Turn off New Relic browser auto-instrumentation 2015-12-10 15:35:12 -05:00
package-lock.json Update Stylelint and format scss files (Fixes #10713) 2021-11-24 16:32:41 +00:00
package.json Update Stylelint and format scss files (Fixes #10713) 2021-11-24 16:32:41 +00:00
pyproject.toml 10575: Allow black to format migrations + reformat (#10578) 2021-10-12 11:38:57 +01:00
setup.cfg Improve Contentful-related test coverage - part 2 of n (#10805) 2021-11-23 11:11:02 +00:00
setup.py Add pre-commit hook for including the MPLv2 in all source code files (#10617) 2021-10-22 13:09:44 +01:00
webpack.config.js Careers templates should extend base-protocol.html (Fixes #11027) (#11028) 2021-12-23 09:18:42 +00:00
webpack.static.config.js Add pre-commit hook for including the MPLv2 in all source code files (#10617) 2021-10-22 13:09:44 +01:00

README.md

Bedrock

Bedrock is the code name of mozilla.org. It is as shiny, awesome, and open source as always. Perhaps even a little more.

Circle CI

Docs

Bedrock is a Django project. Check out the django docs for general technical documentation. In addition, there are project-specific bedrock docs.

Contributing

Patches are welcome! Feel free to fork and contribute to this project on GitHub. If you find a problem and wish to report it, please file a bug.

Looking for a good first bug to work on? Take a look at our contributing doc to get started.

Code of Conduct

This repository is governed by Mozilla's Community Participation Guidelines and Developer Etiquette Guidelines.

License

This software is licensed under the MPL version 2.0. For more information, read this repository's LICENSE.

credit @designerham