zulip/tools
2022-06-21 17:40:33 -07:00
..
ci ci: Update upgrade test to 5.3, from 5.2. 2022-06-21 17:40:33 -07:00
documentation_crawler docs: Fix Git capitalization. 2022-02-28 16:04:35 -08:00
droplets droplets: Add a tool to clean up old hostnames in DNS. 2022-04-28 11:30:47 -07:00
i18n python: Replace universal_newlines with text. 2022-01-23 22:16:01 -08:00
lib typing: Apply trivial fixes to adjust edge cases in typing. 2022-05-30 12:03:51 -07:00
linter_lib requirements: Update zulint with multiline pattern support. 2022-06-01 14:34:58 -07:00
node_lib
oneclickapps oneclick: Fail if the fab command fails. 2022-05-17 13:41:12 -07:00
setup install/upgrade: Allow new packages during apt-get upgrade. 2022-06-21 11:21:49 -07:00
test-install install: Support Ubuntu 22.04. 2022-02-25 14:49:07 -08:00
tests capitalization: Prune unused phrases from IGNORED_PHRASES. 2022-02-23 12:08:20 -08:00
wsl
zulip-export
__init__.py
build-docs
build-release-tarball
cache-zulip-git-version
check-capitalization
check-frontend-i18n
check-issue-labels docs: Fix many spelling mistakes. 2022-02-07 18:51:06 -08:00
check-openapi
check-provision
check-schemas
check-templates logging: Pass more format arguments to logging. 2022-06-03 12:27:23 -07:00
check-thirdparty
clean-branches
commit-message-lint
commit-msg
conf.ini-template
coveragerc test-backend: Display test function in HTML coverage reports. 2022-05-16 16:38:02 -07:00
create-test-api-docs
debug-require-webpack-plugin.ts
debug-require.js
deploy-branch
diagnose python: Use Python 3.8 shlex.join function. 2022-04-27 12:57:49 -07:00
documentation.vnufilter Remove Ubuntu 18.04 support. 2022-01-21 17:26:14 -08:00
duplicate_commits.json
fetch-contributor-data python: Use Python 3.8 typing.{Protocol,TypedDict}. 2022-04-27 12:57:49 -07:00
fetch-pull-request
fetch-rebase-pull-request
find-unused-css
generate-integration-docs-screenshot actions: Split out zerver.actions.create_user. 2022-04-14 17:14:35 -07:00
lint
message-screenshot.js
pre-commit
provision Remove Debian 10 support. 2022-04-26 16:32:02 -07:00
push-to-pull-request
README.md
rebuild-dev-database
rebuild-test-database
release-tarball-exclude.txt
renumber-migrations
reset-to-pull-request
review python: Use Python 3.8 shlex.join function. 2022-04-27 12:57:49 -07:00
run-codespell
run-dev.py requirements: Upgrade to Tornado 6. 2022-05-02 17:41:49 -07:00
run-mypy
run-tsc
run-yarn-deduplicate
semgrep.yml logging: Pass more format arguments to logging. 2022-06-03 12:27:23 -07:00
setup-git-repo
show-profile-results
stop-run-dev
tail-ses tail-ses: Add a tool to tail SES delivery/bounce/complaint queues. 2022-05-06 17:49:00 -07:00
test-all test-all: Pass --skip-external-links to documentation tests. 2022-03-07 11:54:01 -08:00
test-api actions: Split out zerver.actions.realm_settings. 2022-04-14 17:14:37 -07:00
test-backend testing: 100% coverage for zerver/tests/test_digest.py. 2022-06-01 16:09:13 -07:00
test-documentation
test-help-documentation
test-js-with-node user_groups: Convert inline form to modal. 2022-05-04 17:46:30 -07:00
test-js-with-puppeteer python: Use Python 3.8 shlex.join function. 2022-04-27 12:57:49 -07:00
test-locked-requirements
test-migrations
test-queue-worker-reload actions: Delete zerver.lib.actions. 2022-04-14 17:14:38 -07:00
test-run-dev
test-tools
total-contributions tools: Add per-repository commit counts in contributions tool. 2022-03-29 14:13:17 -07:00
update-locked-requirements
update-prod-static docs: Add missing space in “time zone”. 2022-02-24 14:05:12 -08:00
update-zuliprc-api-field python: Replace universal_newlines with text. 2022-01-23 22:16:01 -08:00
upload-release
webpack
webpack.assets.json
webpack.dev-assets.json
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.