zulip/tools
Steve Howell 8dcb7c571f node tests: Test get_convos directly.
In order to simplify our node tests, we are willing
to sacrifice coverage on UI-oriented glue modules.
2022-03-15 11:33:16 -07:00
..
ci ci: Test upgrades from 4.10. 2022-02-25 16:28:33 -08:00
documentation_crawler docs: Fix Git capitalization. 2022-02-28 16:04:35 -08:00
droplets droplet: Fix printed instructions to have the right username/hostname. 2022-03-10 12:25:05 -08:00
i18n python: Replace universal_newlines with text. 2022-01-23 22:16:01 -08:00
lib tooling: test-js-with-puppeteer: Accept full relative file path. 2022-03-04 04:48:03 -05:00
linter_lib edit_history: Remove `LEGACY_PREV_TOPIC` constant from code base. 2022-03-04 10:25:48 -08:00
node_lib
oneclickapps python: Replace requests.packages.urllib3 alias with urllib3. 2022-01-23 22:14:17 -08:00
setup install-shfmt: Upgrade shfmt from 3.4.2 to 3.4.3. 2022-03-01 23:09:46 -08:00
test-install install: Support Ubuntu 22.04. 2022-02-25 14:49:07 -08:00
tests capitalization: Prune unused phrases from IGNORED_PHRASES. 2022-02-23 12:08:20 -08:00
wsl
zulip-export
README.md
__init__.py
build-docs
build-release-tarball
cache-zulip-git-version
check-capitalization
check-frontend-i18n
check-issue-labels docs: Fix many spelling mistakes. 2022-02-07 18:51:06 -08:00
check-openapi
check-provision
check-schemas
check-templates bookend: Move conditional bookend content inside the template. 2022-01-31 16:32:09 -08:00
check-thirdparty
clean-branches
commit-message-lint
commit-msg
conf.ini-template
coveragerc pgroonga: Disable PGroonga in development to fix CI. 2022-02-11 11:35:43 -08:00
create-test-api-docs
debug-require-webpack-plugin.ts
debug-require.js
deploy-branch
diagnose python: Replace universal_newlines with text. 2022-01-23 22:16:01 -08:00
documentation.vnufilter Remove Ubuntu 18.04 support. 2022-01-21 17:26:14 -08:00
duplicate_commits.json
fetch-contributor-data python: Replace deprecated urllib3 BACKOFF_MAX. 2022-01-23 22:14:17 -08:00
fetch-pull-request
fetch-rebase-pull-request
find-unused-css
generate-integration-docs-screenshot
lint
message-screenshot.js
pre-commit
provision Remove Ubuntu 18.04 support. 2022-01-21 17:26:14 -08:00
push-to-pull-request
rebuild-dev-database
rebuild-test-database
release-tarball-exclude.txt
renumber-migrations
reset-to-pull-request
review python: Replace universal_newlines with text. 2022-01-23 22:16:01 -08:00
run-codespell
run-dev.py
run-mypy
run-tsc
run-yarn-deduplicate
semgrep.yml emoji: Add migration to reupload all RealmEmoji and ensure .author. 2022-02-10 17:45:31 -08:00
setup-git-repo
show-profile-results
stop-run-dev
test-all test-all: Pass --skip-external-links to documentation tests. 2022-03-07 11:54:01 -08:00
test-api docs: Fix many spelling mistakes. 2022-02-07 18:51:06 -08:00
test-backend
test-documentation
test-help-documentation
test-js-with-node node tests: Test get_convos directly. 2022-03-15 11:33:16 -07:00
test-js-with-puppeteer tooling: Add --loop option to test-js-with-puppeteer. 2022-03-02 12:57:09 -05:00
test-locked-requirements test-locked-requirements: Rename may_be_setup_cache to maybe_set_up_cache. 2022-01-12 13:21:35 -08:00
test-migrations
test-queue-worker-reload python: Replace universal_newlines with text. 2022-01-23 22:16:01 -08:00
test-run-dev
test-tools
update-locked-requirements
update-prod-static docs: Add missing space in “time zone”. 2022-02-24 14:05:12 -08:00
update-zuliprc-api-field python: Replace universal_newlines with text. 2022-01-23 22:16:01 -08:00
upload-release upload-release: Avoid appending to bytes in a loop. 2021-12-29 16:50:08 -08: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.