zulip/tools
Lauryn Menard 42775219b3 private-messages: Update frontend strings to use "direct message" or "DM".
Updates frontend user-facing strings with "private message" or "PM" to
use "direct message" or "DM" respectively instead.

Note that this updates translated strings as well as a few that
are not translated like search suggestions.

Updates `tools/lib/capitalization.py` for some specific strings
that are impacted by these changes, and removes "PM" and "PMs"
from checked strings.
2023-02-24 11:47:26 -08:00
..
ci install-node: Upgrade Node.js to 18.14.0; manage Yarn with Corepack. 2023-02-09 15:50:47 -08:00
documentation_crawler ruff: Fix PIE810 Call startswith once with a tuple. 2023-02-08 16:40:35 -08:00
droplets ruff: Fix RUF005 Consider spread instead of concatenation. 2023-01-26 10:16:30 -08:00
i18n i18n: Unescape Unicode sequences in JSON. 2023-01-17 13:19:45 -08:00
lib private-messages: Update frontend strings to use "direct message" or "DM". 2023-02-24 11:47:26 -08:00
linter_lib node_tests: Move to web/tests. 2023-02-23 16:04:17 -08:00
node_lib node_tests: Move to web/tests. 2023-02-23 16:04:17 -08:00
oneclickapps oneclick: Wait in a loop until the image build droplet gets an IP. 2022-11-18 12:45:08 -08:00
setup web: Move web app to ‘web’ directory. 2023-02-23 16:04:17 -08: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 release: Support -rc1 style suffixes for releases. 2022-11-15 12:50:41 -08:00
cache-zulip-git-version build-release-tarball: Override merge-base for full official releases. 2022-11-15 12:50:41 -08:00
check-capitalization
check-frontend-i18n
check-issue-labels
check-openapi dependencies: Upgrade Prettier to 3.0.0-alpha.4. 2022-11-02 16:50:37 -07:00
check-provision
check-schemas node_tests: Move to web/tests. 2023-02-23 16:04:17 -08:00
check-templates web: Move web app to ‘web’ directory. 2023-02-23 16:04:17 -08:00
check-thirdparty
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 ruff: Fix N818 exception name should be named with an Error suffix. 2022-11-17 16:52:00 -08:00
create-test-api-docs ruff: Fix SIM105 Use contextlib.suppress instead of try-except-pass. 2023-01-23 11:18:36 -08:00
deploy-branch
diagnose provision: Avoid distutils; keep PROVISION_VERSION as a tuple. 2022-07-20 22:03:30 -07:00
documentation.vnufilter dependencies: Upgrade JavaScript dependencies. 2022-10-11 10:50:57 -07:00
duplicate_commits.json
fetch-contributor-data ruff: Fix DTZ011 datetime.date.today(). 2023-01-04 16:25:07 -08: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
lint ruff: Enable import sorting, replacing isort. 2022-11-16 09:29:11 -08:00
message-screenshot.js puppeteer_tests: Move to web/e2e-tests. 2023-02-23 16:04:17 -08:00
pre-commit
provision docs: Rename setup-vagrant.md -> setup-recommended.md. 2022-09-15 15:54:14 -07:00
push-to-pull-request scripts: Pass --retry 3 to curl. 2022-11-08 08:07:36 -08:00
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 run-codespell: Update codespell exclude list. 2022-08-30 17:36:21 -07:00
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 ruff: Enable logging format rules. 2023-02-04 16:36:20 -08: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 install-shellcheck: Upgrade ShellCheck to 0.9.0. 2023-01-04 14:01:34 -08:00
test-api
test-backend ruff: Fix SIM115 Use context handler for opening files. 2023-01-23 11:18:36 -08:00
test-documentation
test-help-documentation
test-js-with-node node_tests: Move to web/tests. 2023-02-23 16:04:17 -08:00
test-js-with-puppeteer puppeteer_tests: Move to web/e2e-tests. 2023-02-23 16:04:17 -08:00
test-locked-requirements
test-migrations
test-queue-worker-reload
test-run-dev ruff: Fix S108 Probable insecure usage of temporary file. 2023-01-26 10:14:56 -08:00
test-tools
total-contributions black: Reformat with Black 23. 2023-02-02 10:40:13 -08:00
update-locked-requirements requirements: Remove unused mypy.txt lock file. 2022-09-08 11:08:06 -07:00
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 webpack: Move webpack configuration to web. 2023-02-24 06:35:58 -08: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.