zulip/tools
K.Kanakhin ea4b9cb609 production-helper: Fix sorting queue workers by name.
- Shell command `sort` depends on system locale and
  symbol `_` (underscore) is located after letters
  in the default locale of Travis instances. Otherwise,
  python sorting uses its own symbols ordering and
  underscore is located before letters. Changing the
  locale for `sort` shell command with adding environment
  variable doesn' t work on Travis instances. That's why
  It was decided to apply the same sorting command to both
  comparing lists.
2017-03-07 20:05:53 -08:00
..
deprecated Delete deprecated iframe-bot. 2017-01-07 10:53:20 -08:00
documentation_crawler Fix more errors caught by mypy 0.501. 2017-03-03 14:15:38 -08:00
lib python: Fix remaining bare excepts in codebase. 2017-03-05 16:17:04 -08:00
print-all lint: Remove old jslint linter. 2016-12-02 18:49:42 -08:00
setup mypy: Added Dict, List and Set imports. 2017-03-04 14:33:44 -08:00
tests Add Django and html singleton tags support to pretty print. 2017-02-22 20:21:58 -08:00
travis production-helper: Fix sorting queue workers by name. 2017-03-07 20:05:53 -08:00
zulip-export Simplify, document, and fix the API code. 2016-12-21 11:22:42 -08:00
README.md docs: Add README.md files for scripts/ and tools/. 2017-01-17 11:01:27 -08:00
__init__.py
build-api-tarball Always start python via shebang lines. 2016-11-26 14:46:37 -08:00
build-deb
build-release-tarball storage: Fix static files storage reuse issues. 2017-02-06 16:10:24 -08:00
check-css tools: Create more consistent checks for venv. 2017-02-06 21:50:32 -08:00
check-issue-labels Add tool for scanning issues without area labels. 2017-02-03 09:59:35 -08:00
check-provision lint: Clean up E126 PEP-8 rule. 2017-01-23 22:06:13 -08:00
check-py3
check-templates check-templates: Check left and right sidebars. 2017-03-01 09:08:09 -08:00
check-urls Fix several new errors caught by mypy 0.501. 2017-03-03 14:12:52 -08:00
clean-branches
clean-repo
clean-venv-cache
compile-handlebars-templates python: Fix remaining bare excepts in codebase. 2017-03-05 16:17:04 -08:00
conf.ini-template Add tool for scanning issues without area labels. 2017-02-03 09:59:35 -08:00
coveragerc coverage: Exclude uncovered lines in test_signup. 2017-03-04 23:01:50 -08:00
create-test-api-docs python: Fix remaining bare excepts in codebase. 2017-03-05 16:17:04 -08:00
deploy-branch
deployment-lock-ctl
diagnose tools: Create more consistent checks for venv. 2017-02-06 21:50:32 -08:00
django-template-graph
do-destroy-rebuild-database Always start python via shebang lines. 2016-11-26 14:46:37 -08:00
do-destroy-rebuild-test-database
fetch-rebase-pull-request
find-add-class tools: Create more consistent checks for venv. 2017-02-06 21:50:32 -08:00
find-unused-css
get-handlebar-vars tools: Create more consistent checks for venv. 2017-02-06 21:50:32 -08:00
html-grep mypy: Added Dict, List and Set imports. 2017-03-04 14:33:44 -08:00
install-mypy
lint-all lint: Add lint rule for loading external scripts. 2017-03-04 20:42:47 -08:00
lister.py tools: Create more consistent checks for venv. 2017-02-06 21:50:32 -08:00
minify-js lint: Clean up E126 PEP-8 rule. 2017-01-23 22:06:13 -08:00
munge_postgres_logs.pl
pre-commit lint: Include pep8 checks in pre-commit hook. 2017-02-07 13:22:01 -08:00
provision provision: Simplify messaging in tools/provision. 2017-01-19 14:55:22 -08:00
replace-tarball-shebang lint: Clean up E126 PEP-8 rule. 2017-01-23 22:06:13 -08:00
reset-to-pull-request
review python: Fix remaining bare excepts in codebase. 2017-03-05 16:17:04 -08:00
run-dev-queue-processors run-dev-queue-processors: Remove dead code. 2017-02-19 13:11:19 -08:00
run-dev.py python: Fix remaining bare excepts in codebase. 2017-03-05 16:17:04 -08:00
run-graphiti
run-mypy mypy: Stop using deprecated --silent-imports. 2017-02-10 23:53:44 -08:00
send_github_payloads.py
setup-git-repo
show-profile-results.py mypy: Upgrade to new package name and version 0.571. 2017-02-10 23:53:44 -08:00
start-dockers
stop_run_dev run-dev: Add pid file to development server. 2017-02-02 21:07:03 -08:00
test-all optimization: Use Python to test management commands. 2017-02-11 13:48:16 -08:00
test-all-docker
test-api tools: Create more consistent checks for venv. 2017-02-06 21:50:32 -08:00
test-backend test-backend: Raise zerver/views/events_register.py test coverage to 100%. 2017-03-07 19:47:16 -08:00
test-documentation
test-help-documentation.py tools: Create more consistent checks for venv. 2017-02-06 21:50:32 -08:00
test-js-with-casper
test-js-with-node
test-migrations test-migrations: Fix inverted check. 2017-02-10 16:41:04 -08:00
test-queue-worker-reload travis: Automate updates to production-helper Nagios test. 2017-02-19 16:19:53 -08:00
test-run-dev tools: Create more consistent checks for venv. 2017-02-06 21:50:32 -08:00
test-tools tools: Create more consistent checks for venv. 2017-02-06 21:50:32 -08:00
test_user_agent_parsing.py mypy: Added Dict, List and Set imports. 2017-03-04 14:33:44 -08:00
update-authors-json tools: Create more consistent checks for venv. 2017-02-06 21:50:32 -08:00
update-prod-static update-prod-static: Fix incorrect ordering of venv setup code. 2017-02-07 11:49:31 -08:00
user_agents_unique
webpack tools: Create more consistent checks for venv. 2017-02-06 21:50:32 -08:00
webpack.config.js dev-proxy-logging: Add client ip transference to proxy server. 2016-12-21 17:18:02 +06:00
webpack.production.config.js eslint: Fix comma-dangle rules in JS support files. 2016-12-03 15:00:24 -08:00
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 http://zulip.readthedocs.io/en/latest/directory-structure.html.