zulip/tools
Sahil Batra aaa5d5cb0e settings: Show typeahead for pronouns type custom profile field.
User can add any pronouns in this field, but we just show some
commonly used pronouns as suggestions in typeahead.
2022-10-06 17:56:26 -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 settings: Show typeahead for pronouns type custom profile field. 2022-10-06 17:56:26 -07:00
linter_lib docs: Correct more “webapp” to “web app”. 2022-09-08 20:23:28 -07:00
node_lib
oneclickapps oneclick: Fail if the fab command fails. 2022-05-17 13:41:12 -07:00
setup emoji: Support new emoji and fallback from blob to Google for new emoji. 2022-10-04 12:29:35 -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 template_parser: Spell “Handlebars” correctly. 2022-09-09 00:34:36 -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 actions: Split out zerver.actions.create_user. 2022-04-14 17:14:35 -07:00
lint tools: Support running mypy daemon for better performance. 2022-07-06 17:33:13 -07:00
message-screenshot.js
pre-commit
provision docs: Rename setup-vagrant.md -> setup-recommended.md. 2022-09-15 15:54:14 -07:00
push-to-pull-request
rebuild-dev-database
rebuild-test-database
release release: Don't remove OUTPUT_DIR on exit. 2022-08-25 12:50:40 -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-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 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-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 email_notifications: Complete test coverage for module. 2022-08-25 13:04:51 -07:00
test-documentation
test-help-documentation
test-js-with-node actions_popover: Only wrap content to next line on small width. 2022-10-06 16:58:33 -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 requirements: Remove unused mypy.txt lock file. 2022-09-08 11:08:06 -07:00
update-prod-static computed_settings: Set STATICFILES_DIRS to an existing absolute path. 2022-08-26 15:55:59 -07:00
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 portico: Add page to list open organizations. 2022-08-30 16:02:06 -07:00
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.