zulip/tools
evykassirer 9c055df695 settings_user_topics: Convert module to typescript. 2024-03-30 16:25:34 -07:00
..
ci katex: Replace subprocess call with minimal external service. 2024-03-15 15:34:12 -07:00
documentation_crawler check_help_documentation: Exclude temporarily unavailable endpoint. 2023-12-18 15:44:00 -08:00
droplets ruff: Fix RUF027 Possible f-string without an `f` prefix. 2024-03-01 09:30:04 -08:00
i18n
lib ruff: Fix S605 Starting a process with a shell. 2024-03-21 08:59:17 -07:00
linter_lib lightbox: Convert module to TypeScript. 2024-03-28 13:56:56 -07:00
node_lib
oneclickapps oneclickapps: Upgrade DigitalOcean 1-Click App to Ubuntu 22.04. 2024-03-25 13:19:09 -07:00
setup install-shellcheck: Upgrade ShellCheck from 0.9.0 to 0.10.0. 2024-03-29 09:37:38 -07:00
test-install
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
check-issue-labels
check-openapi dependencies: Upgrade JavaScript dependencies. 2023-12-07 14:29:32 -08: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 python: Reformat with Ruff formatter. 2024-02-29 17:07:16 -08:00
message-screenshot.js narrow: Use message list id to track message lists in DOM. 2024-01-18 08:31:48 -08:00
pre-commit
provision
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
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 ruff: Fix PLW0108 Lambda may be unnecessary. 2024-03-01 09:30:04 -08: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_user_topics: Convert module to typescript. 2024-03-30 16:25:34 -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.