zulip/tools
Alex Vandiver 93bfd3fb5f sentry: Provide a server-side tunnel.
Some well-intentioned adblockers also block Sentry client-side error
reporting.  Provide an endpoint on the Zulip server which forwards to
the Sentry server, so that these requests are not blocked.
2023-03-24 15:16:38 -07:00
..
ci dependencies: Switch to pnpm. 2023-03-20 15:48:29 -07:00
documentation_crawler web: Save a 301 redirect from /help to /help/. 2023-03-24 14:51:01 -07:00
droplets run-dev: Drop .py from script name. 2023-03-03 18:02:37 -08:00
i18n
lib sentry: Provide a server-side tunnel. 2023-03-24 15:16:38 -07:00
linter_lib custom_check: Update FILES_WITH_LEGACY_SUBJECT set. 2023-03-14 17:48:57 -07:00
node_lib node_tests: Move to web/tests. 2023-02-23 16:04:17 -08:00
oneclickapps
setup bootstrap-aws-installer: Update the github.com SSH key. 2023-03-24 12:01:55 -07:00
test-install
tests black: Reformat with Black 23. 2023-02-02 10:40:13 -08:00
wsl
zulip-export
__init__.py
build-docs
build-release-tarball
cache-zulip-git-version
check-capitalization
check-frontend-i18n
check-issue-labels
check-openapi
check-provision
check-schemas node_tests: Move to web/tests. 2023-02-23 16:04:17 -08:00
check-templates docs: Move homepage link to TOC tree. 2023-03-03 23:06:17 -08:00
check-thirdparty
clean-branches
commit-message-lint
commit-msg
conf.ini-template
coveragerc models: Remove type prefixes from __str__ values. 2023-03-08 22:56:55 -08:00
deploy-branch
diagnose
documentation.vnufilter
duplicate_commits.json
fetch-contributor-data web: Save a needless 301 redirect from /team to /team/. 2023-03-24 14:51:01 -07:00
fetch-pull-request
fetch-rebase-pull-request
find-unused-css web: Move web app to ‘web’ directory. 2023-02-23 16:04:17 -08:00
generate-integration-docs-screenshot run-dev: Drop .py from script name. 2023-03-03 18:02:37 -08:00
lint dependencies: Switch to pnpm. 2023-03-20 15:48:29 -07:00
message-screenshot.js puppeteer_tests: Move to web/e2e-tests. 2023-02-23 16:04:17 -08:00
pre-commit
provision
push-to-pull-request
README.md
rebuild-dev-database
rebuild-test-database
release api-docs: Move markdown files to top level directory. 2023-02-02 17:25:40 -08:00
release-tarball-exclude.txt puppeteer_tests: Move to web/e2e-tests. 2023-02-23 16:04:17 -08:00
renumber-migrations black: Reformat with Black 23. 2023-02-02 10:40:13 -08:00
reset-to-pull-request
review
run-codespell dependencies: Switch to pnpm. 2023-03-20 15:48:29 -07:00
run-dev run-dev: Drop .py from script name. 2023-03-03 18:02:37 -08:00
run-mypy
run-tsc
semgrep.yml semgrep: Detect some unsafe uses of markupsafe.Markup. 2023-03-22 11:23:27 -07:00
setup-git-repo
show-profile-results
stop-run-dev
tail-ses ruff: Fix RSE102 Unnecessary parentheses on raised exception. 2023-02-04 16:34:55 -08:00
test-all
test-api test_helpers: Rename reset_emails_in_zulip_realm. 2023-03-01 12:17:11 -08:00
test-backend sentry: Provide a server-side tunnel. 2023-03-24 15:16:38 -07:00
test-documentation
test-help-documentation
test-js-with-node ts: Convert css_variables.js to TypeScript. 2023-03-10 14:35:23 -08:00
test-js-with-puppeteer dependencies: Switch to pnpm. 2023-03-20 15:48:29 -07:00
test-locked-requirements
test-migrations
test-queue-worker-reload run-dev: Drop .py from script name. 2023-03-03 18:02:37 -08:00
test-run-dev run-dev: Drop .py from script name. 2023-03-03 18:02:37 -08:00
test-tools
total-contributions black: Reformat with Black 23. 2023-02-02 10:40:13 -08:00
update-locked-requirements
update-prod-static web: Move web app to ‘web’ directory. 2023-02-23 16:04:17 -08:00
update-zuliprc-api-field
upload-release upload-release: Update SHA256SUM for existing files if changed. 2023-01-23 17:41:29 -08:00
webpack dependencies: Switch to pnpm. 2023-03-20 15:48:29 -07:00
zanitizer
zanitizer_config.pm.sample

This directory contains scripts that are used in building, managing, testing, and other forms of work in a Zulip development environment. Note that tools that are also useful in production belong in scripts/ or should be Django management commands.

For more details, see https://zulip.readthedocs.io/en/latest/overview/directory-structure.html.