zulip/tools
2017-05-01 16:23:38 -07:00
..
deprecated api: Rename get_old_messages to get_messages in the backend. 2017-03-23 23:52:44 -07:00
documentation_crawler mypy: Fix missing documentation_crawler annotation. 2017-04-06 15:33:41 -07:00
lib Send welcome messages for new streams. 2017-05-01 16:23:38 -07:00
print-all
setup emoji: Manage Zulip emoji as a custom/extra realm emoji. 2017-04-30 16:40:31 -07:00
tests linter: Add support for automatic checking for 4 space indents in CSS. 2017-03-21 13:40:05 -07:00
travis Rename tools/lint-all to tools/lint. 2017-04-21 14:57:47 -07:00
zulip-export Change sender_domain to sender_realm_str in message dict. 2017-03-25 19:50:24 -07:00
__init__.py
build-api-tarball
build-deb
build-release-tarball
check-capitalization
check-css linter: Add support for automatic checking for 4 space indents in CSS. 2017-03-21 13:40:05 -07:00
check-issue-labels
check-provision
check-py3
check-templates Clean account-settings.handlebars to use 4 space indents. 2017-04-26 00:16:22 -07:00
check-urls
clean-branches
clean-repo
clean-venv-cache
commit-message-lint lint: Fix gitlint checking commits in master but not in the branch. 2017-04-25 16:52:52 -07:00
commit-msg lint: Add checks for commit messages using gitlint. 2017-04-21 13:45:12 -07:00
compile-handlebars-templates
conf.ini-template
coveragerc coverage: Don't require test coverage for __unicode__ methods. 2017-03-14 17:07:18 -07:00
create-test-api-docs
deploy-branch
deployment-lock-ctl
diagnose
django-template-graph
do-destroy-rebuild-database
do-destroy-rebuild-test-database
fetch-rebase-pull-request tools: Add check for uncommitted files to PR review scripts. 2017-04-11 22:29:38 -07:00
find-add-class
find-unused-css
get-handlebar-vars
html-grep
install-mypy
js-dep-visualizer.py minor: Update JS dependency configuration. 2017-04-28 16:17:52 -07:00
lint Disable gitlint commit message linter for now. 2017-04-28 12:26:26 -07:00
lister.py
minify-js
munge_postgres_logs.pl
pre-commit Rename tools/lint-all to tools/lint. 2017-04-21 14:57:47 -07:00
provision
README.md
renumber-migrations renumber_migrations: Strip trailing '.py' from migrations. 2017-04-18 21:31:17 -07:00
replace-tarball-shebang
reset-to-pull-request tools: Add check for uncommitted files to PR review scripts. 2017-04-11 22:29:38 -07:00
review
run-dev-queue-processors
run-dev.py github: Warn if GitHub settings are not filled. 2017-04-04 18:03:33 -07:00
run-graphiti
run-mypy Document how to set up an Asana integration via Zapier. 2017-03-21 19:56:47 -07:00
send_github_payloads.py
setup-git-repo lint: Add checks for commit messages using gitlint. 2017-04-21 13:45:12 -07:00
show-profile-results.py
start-dockers
stop_run_dev
test_user_agent_parsing.py
test-all Rename tools/lint-all to tools/lint. 2017-04-21 14:57:47 -07:00
test-all-docker
test-api
test-backend test_tornado.py: Add websocket closing to tornado tests. 2017-04-27 12:05:56 -07:00
test-documentation
test-help-documentation.py
test-js-with-casper
test-js-with-node tools: Convert test-js-with-node to Python. 2017-04-05 12:02:49 -07:00
test-migrations test-migrations: Suggest 'renumber-migrations'. 2017-04-17 20:54:47 -07:00
test-queue-worker-reload
test-run-dev
test-tools
update-authors-json
update-prod-static Add typeahead for syntax highlighting languages. 2017-04-28 17:22:59 -07:00
user_agents_unique
webpack
webpack.config.js
webpack.production.config.js
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 http://zulip.readthedocs.io/en/latest/directory-structure.html.