|
| 1 | +{ |
| 2 | + "template": "https://github.com/hypothesis/cookiecutters", |
| 3 | + "checkout": null, |
| 4 | + "directory": "pyramid-app", |
| 5 | + "ignore": [ |
| 6 | + ".docker.env", |
| 7 | + "Dockerfile", |
| 8 | + "LICENSE", |
| 9 | + "bin/make_devdata", |
| 10 | + "h/db.py", |
| 11 | + "h/migrations/env.py", |
| 12 | + "h/templates/.gitkeep", |
| 13 | + "tests/functional/app_test.py" |
| 14 | + ], |
| 15 | + "extra_context": { |
| 16 | + "name": "h", |
| 17 | + "package_name": "h", |
| 18 | + "slug": "h", |
| 19 | + "short_description": "h is the web app that serves most of the https://hypothes.is/ website, including the web annotations API at https://hypothes.is/api/. The [Hypothesis client](https://github.com/hypothesis/client) is a browser-based annotator that is a client for h's API.", |
| 20 | + "python_version": "3.11.7", |
| 21 | + "port": "5000", |
| 22 | + "github_owner": "hypothesis", |
| 23 | + "visibility": "public", |
| 24 | + "copyright_holder": "Hypothesis", |
| 25 | + "dependabot_pip_interval": "monthly", |
| 26 | + "dependabot_npm_interval": "monthly", |
| 27 | + "dependabot_docker_interval": "monthly", |
| 28 | + "devdata": "yes", |
| 29 | + "frontend": "yes", |
| 30 | + "__frontend_typechecking": "yes", |
| 31 | + "postgres": "yes", |
| 32 | + "docker": "yes", |
| 33 | + "linter": "pylint", |
| 34 | + "__postgres_version": "15.6-alpine", |
| 35 | + "__postgres_port": "5432", |
| 36 | + "__docker_namespace": "hypothesis", |
| 37 | + "__docker_network": "h_default", |
| 38 | + "__github_url": "https://github.com/hypothesis/h", |
| 39 | + "__copyright_year": "2022", |
| 40 | + "__parallel_unit_tests": true, |
| 41 | + "__format_runner_type": "ubuntu-latest", |
| 42 | + "__lint_runner_type": "ubuntu-latest-32-cores", |
| 43 | + "__typecheck_runner_type": "ubuntu-latest", |
| 44 | + "__tests_runner_type": "ubuntu-latest-32-cores", |
| 45 | + "__coverage_runner_type": "ubuntu-latest", |
| 46 | + "__functests_runner_type": "ubuntu-latest", |
| 47 | + "__gunicorn_bind": "unix:/tmp/gunicorn-web.sock", |
| 48 | + "__scheduled_workflows": ",Report refresh", |
| 49 | + "__slack_notifications_workflows": "", |
| 50 | + "__docker_hub_application_name": "hypothesis", |
| 51 | + "_checkout": null |
| 52 | + } |
| 53 | +} |
0 commit comments