zulip/tools
Anders Kaseorg 513848a9d2 requirements: Install Gitlint from PyPI again.
In https://github.com/jorisroovers/gitlint/pull/246 I split the
gitlint package into gitlint and gitlint-core, where the latter avoids
pinning exact versions of its requirements so we can use it again.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
2021-11-29 13:35:58 -08:00
..
ci ci: Test upgrades from the latest minor release. 2021-11-25 08:00:34 -08:00
documentation_crawler Rename default branch to ‘main’. 2021-09-06 12:56:35 -07:00
droplets docs: Format Markdown with Prettier. 2021-09-08 12:06:24 -07:00
i18n
lib requirements: Install Gitlint from PyPI again. 2021-11-29 13:35:58 -08:00
linter_lib dev docs: Improve new contributor guide. 2021-11-23 17:01:53 -08:00
node_lib
oneclickapps docs: Format Markdown with Prettier. 2021-09-08 12:06:24 -07:00
setup dev-vagrant-docker: Upgrade docker-systemctl-replacement to 1.5.4505. 2021-11-10 09:02:56 -08:00
test-install
tests templates: Clean up zephyr-mirror.html. 2021-11-24 13:56:41 +00:00
wsl
zulip-export
__init__.py
build-docs
build-release-tarball
cache-zulip-git-version Rename default branch to ‘main’. 2021-09-06 12:56:35 -07:00
check-capitalization
check-frontend-i18n
check-issue-labels
check-openapi check-openapi: Automatically fix Prettier formatting errors. 2021-09-10 10:39:25 -07:00
check-provision
check-schemas
check-templates templates: Clean up zephyr-mirror.html. 2021-11-24 13:56:41 +00:00
check-thirdparty
clean-branches Rename default branch to ‘main’. 2021-09-06 12:56:35 -07:00
commit-message-lint Rename default branch to ‘main’. 2021-09-06 12:56:35 -07:00
commit-msg requirements: Install gitlint from its Debian package. 2021-09-17 17:05:18 -07:00
conf.ini-template
coveragerc
create-test-api-docs python: Remove locally dead code. 2021-08-19 01:51:37 -07:00
debug-require-webpack-plugin.ts debug-require-webpack-plugin: Handle missing chunkGraph. 2021-10-17 07:15:09 -07:00
debug-require.js webpack: Upgrade to Webpack 5. 2021-09-14 17:02:03 -07:00
deploy-branch Rename default branch to ‘main’. 2021-09-06 12:56:35 -07:00
diagnose
documentation.vnufilter requirements: Upgrade Python requirements. 2021-08-24 07:51:48 -07:00
duplicate_commits.json
fetch-contributor-data fetch-contributor-data: Modernize set literal syntax. 2021-09-22 14:59:42 -07:00
fetch-pull-request
fetch-rebase-pull-request Rename default branch to ‘main’. 2021-09-06 12:56:35 -07:00
find-unused-css
generate-integration-docs-screenshot python: Remove default "utf8" argument for encode(), decode(). 2021-08-02 15:53:52 -07:00
lint lint: Remove deprecated semgrep flag. 2021-09-17 17:05:18 -07:00
message-screenshot.js
pre-commit
pretty-print-html
provision provision: Refuse to run outside an existing Vagrant environment. 2021-10-20 10:35:46 -07:00
push-to-pull-request Rename default branch to ‘main’. 2021-09-06 12:56:35 -07:00
README.md
rebuild-dev-database
rebuild-test-database
release-tarball-exclude.txt
renumber-migrations
reset-to-pull-request
review Rename default branch to ‘main’. 2021-09-06 12:56:35 -07:00
run-codespell run-codespell: Fix invocation with multiple arguments. 2021-10-28 09:59:27 -07:00
run-dev.py clean-repo: Remove. 2021-11-05 17:44:24 -07:00
run-mypy
run-tsc
run-yarn-deduplicate
semgrep.yml semgrep: Replace pattern-where-python with metavariable-regex. 2021-08-24 07:51:48 -07:00
setup-git-repo
show-profile-results
stop-run-dev
test-all clean-repo: Remove. 2021-11-05 17:44:24 -07:00
test-api python: Remove locally dead code. 2021-08-19 01:51:37 -07:00
test-backend ci: Migrate to new Codecov uploader. 2021-10-14 17:56:52 -07:00
test-documentation
test-help-documentation
test-js-with-node js: Rename night_mode.ts to dark_theme.ts. 2021-11-26 22:03:29 -08:00
test-js-with-puppeteer test-js-with-puppeteer: Remove bogus CHROMIUM_EXECUTABLE variable. 2021-09-13 10:10:13 -07:00
test-locked-requirements
test-migrations
test-queue-worker-reload
test-run-dev test-run-dev: Fix log file opening. 2021-08-02 15:53:52 -07:00
test-tools
update-locked-requirements
update-prod-static Revert "update-prod-static: Call django.setup during initialization." 2021-07-18 21:29:28 -07:00
update-zuliprc-api-field
upload-release tools: Add a tool to upload release tarballs to S3. 2021-08-26 17:21:31 -07:00
webpack webpack: Increase Node.js heap size on low-memory systems. 2021-09-22 16:01:01 -07:00
webpack.assets.json billing: Migrate to Stripe hosted checkout page. 2021-11-05 17:23:10 -07:00
webpack.dev-assets.json
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.