zulip/tools
Alex Vandiver 5654d051f7 worker: Split into separate files.
This makes each worker faster to start up.
2024-04-16 23:00:02 -07:00
..
ci Remove support for Ubuntu 20.04 and Debian 11. 2024-04-01 13:27:39 -07:00
documentation_crawler documentation_crawler: Consider status.zulip.com external. 2024-04-02 14:08:24 -07:00
droplets Upgrade development environment to Ubuntu 22.04. 2024-04-01 13:27:39 -07:00
i18n
lib Remove support for Ubuntu 20.04 and Debian 11. 2024-04-01 13:27:39 -07:00
linter_lib worker: Split into separate files. 2024-04-16 23:00:02 -07:00
node_lib
oneclickapps oneclickapps: Upgrade DigitalOcean 1-Click App to Ubuntu 22.04. 2024-03-25 13:19:09 -07:00
setup build_emoji: Make sure emoji names are supported. 2024-04-11 15:36:20 -07:00
test-install Remove support for Ubuntu 20.04 and Debian 11. 2024-04-01 13:27:39 -07:00
tests
zulip-export
README.md
__init__.py
backport-pull-request tools: Add a tool for backporting PRs. 2024-01-15 17:27:37 -08:00
build-docs
build-release-tarball
cache-zulip-git-version
check-capitalization
check-frontend-i18n tools: Fix broken link in check-frontend-i18n. 2024-04-03 13:13:16 -07:00
check-issue-labels
check-openapi check-openapi: Modernize yargs usage. 2024-04-08 16:50:56 -07:00
check-provision
check-schemas
check-templates
check-thirdparty
clean-branches
commit-message-lint
commit-msg
conf.ini-template
coveragerc
deploy-branch
diagnose
documentation.vnufilter docs: Update VNU filter to ignore warnings about sphinx-design. 2024-03-22 16:54:57 -07:00
duplicate_commits.json
fetch-contributor-data team: Add more repositories and rename tabs. 2024-03-01 14:57:46 -08:00
fetch-pull-request
fetch-rebase-pull-request
find-unused-css
generate-integration-docs-screenshot models: Extract zerver.models.realms. 2023-12-16 22:08:44 -08:00
lint lint: Quiet the Ruff formatter. 2024-04-03 15:34:02 -07:00
message-screenshot.js message-screenshot: Fix commander@12 usage. 2024-04-08 16:45:47 -07:00
pre-commit
provision Remove support for Ubuntu 20.04 and Debian 11. 2024-04-01 13:27:39 -07:00
push-to-pull-request push-to-pull-request: Accept intermixed options and arguments again. 2024-02-01 17:08:44 -08:00
rebuild-dev-database
rebuild-test-database
release release: Fix changelog output. 2024-03-19 16:05:53 -07:00
release-tarball-exclude.txt puppet: Rename puppet/zulip_ops to puppet/kandra. 2024-02-06 17:56:27 -08:00
renumber-migrations renumber-migrations: Skip migration 0501. 2024-04-10 11:15:00 -07:00
reset-to-pull-request
review
run-codespell
run-dev runtornado: Swap deferred reload events to the default. 2024-02-26 22:29:19 -08:00
run-mypy
run-tsc
semgrep-py.yml semgrep: Broaden select_related() and prefetch_related() rules. 2024-03-22 18:01:57 -04:00
setup-git-repo
show-profile-results
stop-run-dev
tail-ses
test-all
test-api models: Extract zerver.models.realms. 2023-12-16 22:08:44 -08:00
test-backend worker: Split into separate files. 2024-04-16 23:00:02 -07:00
test-documentation tools: Fix test-documentation merge check errors. 2024-03-19 15:01:33 -07:00
test-help-documentation
test-js-with-node settings_linkifiers: Convert module to TypeScript. 2024-04-13 21:45:44 -07:00
test-js-with-puppeteer
test-locked-requirements
test-migrations
test-queue-worker-reload models: Rename zerver/models.py to zerver/models/__init__.py. 2023-12-16 22:08:44 -08:00
test-run-dev
test-tools
total-contributions
update-locked-requirements
update-prod-static
update-zuliprc-api-field
upload-release
webpack katex: Replace subprocess call with minimal external service. 2024-03-15 15:34:12 -07:00
zanitizer
zanitizer_config.pm.sample

README.md

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.