zulip/tools
Julia Bichler 0a278c39d2 settings: Send email after deactivating user.
This adds a feature where an admin can choose to send an email
with custom content to an user after they deactivated them.

Fixes #18943.
2022-08-06 21:41:53 -07:00
..
ci ci: Remove references to CircleCI, which we no longer use. 2022-07-16 10:43:40 -07:00
documentation_crawler ci: Remove references to CircleCI, which we no longer use. 2022-07-16 10:43:40 -07:00
droplets droplets: Add a tool to clean up old hostnames in DNS. 2022-04-28 11:30:47 -07:00
i18n
lib Revert "provision: Binary-patch OpenSSL ARM64 assembly bug." 2022-08-05 22:45:46 -07:00
linter_lib settings: Send email after deactivating user. 2022-08-06 21:41:53 -07:00
node_lib
oneclickapps oneclick: Fail if the fab command fails. 2022-05-17 13:41:12 -07:00
setup emoji: Add script to generate emoji_names.py, only with custom names. 2022-07-21 13:22:07 -07:00
test-install
tests
wsl
zulip-export
README.md
__init__.py
build-docs
build-release-tarball build-release-tarball: Use OUTPUT_DIR environment variable, if set. 2022-07-07 13:19:00 -07:00
cache-zulip-git-version
check-capitalization
check-frontend-i18n docs: Capitalize Handlebars consistently. 2022-06-27 13:35:10 -07:00
check-issue-labels
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 check-thirdparty: License under GPLv2+. 2022-06-26 17:33:11 -07:00
clean-branches
commit-message-lint commit-message-lint: Take release branches into account. 2022-07-22 10:39:05 -07:00
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 provision: Avoid distutils; keep PROVISION_VERSION as a tuple. 2022-07-20 22:03:30 -07:00
documentation.vnufilter
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
lint tools: Support running mypy daemon for better performance. 2022-07-06 17:33:13 -07:00
message-screenshot.js
pre-commit
provision
push-to-pull-request
rebuild-dev-database
rebuild-test-database
release tools: Add executable bit to release tool. 2022-07-21 19:08:10 -07:00
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 mypy: Enable local_partial_types. 2022-07-06 17:33:13 -07:00
run-mypy tools: Support running mypy daemon for better performance. 2022-07-06 17:33:13 -07:00
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 upload: Replace boto3.Session with boto3.session.Session. 2022-07-30 06:46:34 -07:00
test-all
test-api
test-backend test_runner: Write failed tests with a side effect. 2022-07-29 13:59:30 -07:00
test-documentation
test-help-documentation
test-js-with-node node_tests: Remove low-hanging uses of __Rewire__. 2022-07-13 16:27: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
test-run-dev
test-tools
total-contributions
update-locked-requirements
update-prod-static
update-zuliprc-api-field
upload-release upload: Replace boto3.Session with boto3.session.Session. 2022-07-30 06:46:34 -07:00
webpack
webpack.assets.json
webpack.dev-assets.json
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.