zulip/tools
Greg Price a32a3cfe23 provision: Fix some shell hygiene.
An array expansion should nearly always be double-quoted, like `"$@"`.
See http://mywiki.wooledge.org/Quotes for some discussion.
2017-08-09 14:03:07 -07:00
..
documentation_crawler docs: Fix lint/whitespace errors in GCI docs. 2017-06-22 09:30:28 -04:00
lib py3: Fix or remove (almost) all references to Python 2 venv in docs. 2017-08-08 15:48:12 -07:00
linter_lib mypy: Add assertions relating to Popen.stdout with subprocess.PIPE use. 2017-08-07 21:27:50 -07:00
setup Dev environment setup: default to Python 3. 2017-08-08 15:28:11 -07:00
tests mypy: Remove superfluous older 'type: ignore' annotations. 2017-08-08 11:27:51 -07:00
travis travis: Fix content-length test. 2017-08-08 13:22:22 -07:00
zulip-export message: Remove unused old gravatar_hash field from message dicts. 2017-05-09 22:33:27 -07:00
README.md docs: Add README.md files for scripts/ and tools/. 2017-01-17 11:01:27 -08:00
__init__.py Add __init__.py to tools/ and tools/setup/. 2016-07-20 18:20:37 -07:00
build-deb
build-docs tools: Add wrapper tool 'build-docs' for building documentation. 2017-06-14 20:16:02 -07:00
build-release-tarball Remove local_settings.py, as it grows stale with disuse. 2017-07-31 21:27:32 -07:00
check-capitalization check-capitalization: Add no-generate option. 2017-07-03 10:10:43 -04:00
check-css mypy: Amend tools/check-css functions from Text to str. 2017-07-08 10:49:42 -07:00
check-frontend-i18n check-frontend-i18n: Add no-generate option. 2017-07-03 10:10:43 -04:00
check-issue-labels mypy: Set get_next_page_url in check-issue-labels to return Optional. 2017-08-03 11:03:14 -07:00
check-provision lint: Clean up E126 PEP-8 rule. 2017-01-23 22:06:13 -08:00
check-py3 check-py3: Display git status --porcelain output. 2016-05-12 16:30:58 -07:00
check-swagger lint: Ban non-unique operationIds in Swagger. 2017-06-26 22:02:26 -04:00
check-templates register.html: Fix indentiation via check-templates. 2017-07-21 13:09:06 -07:00
check-urls Fix several new errors caught by mypy 0.501. 2017-03-03 14:12:52 -08:00
clean-branches tools: Update clean-branches to clean review branches. 2017-06-01 21:55:33 -07:00
clean-emoji-cache tooling: Add tool to clear unused emoji cache. 2017-06-22 19:17:12 -04:00
clean-npm-cache deps: Change npm to yarn for reliablity, security, and speed. 2017-08-05 12:29:06 -07:00
clean-repo clean-repo: Revert optimization to .pyc removal. 2017-07-30 17:24:55 -07:00
clean-venv-cache clean-venv-cache: Fix python 3 compatibility. 2016-06-27 20:39:22 -07:00
commit-message-lint docs: Fix spelling of Travis CI. 2017-07-31 09:36:22 -07:00
commit-msg lint: Check if commit message is not empty before running gitlint. 2017-06-25 11:29:14 -04:00
compile-handlebars-templates pep8: Add compliance with rule E261 to compile-handlebars-templates. 2017-05-18 03:00:32 +05:30
conf.ini-template Add tool for scanning issues without area labels. 2017-02-03 09:59:35 -08:00
coveragerc coveragerc: Exclude zerver/tornado/ioloop_logging.py. 2017-07-05 15:07:52 -07:00
create-test-api-docs Fix errors in create-test-api-docs. 2017-06-27 08:56:39 -04:00
deploy-branch
deployment-lock-ctl
diagnose py3: Fix or remove (almost) all references to Python 2 venv in docs. 2017-08-08 15:48:12 -07:00
django-template-graph
do-destroy-rebuild-database provision: Don't regenerate dev database unnecessarily. 2017-06-02 13:27:34 -07:00
do-destroy-rebuild-test-database Remove extra new lines at the ends of Zulip authoried files. 2016-09-26 21:05:24 -07:00
fetch-pull-request tools: Add script to see PRs as authors intended. 2017-06-01 21:55:08 -07:00
fetch-rebase-pull-request git tools: Make error messages more clear. 2017-05-08 10:51:59 -07:00
find-add-class tools: Create more consistent checks for venv. 2017-02-06 21:50:32 -08:00
find-unused-css
get-handlebar-vars pep8: Add compliance with rule E261 to get-handlebar-vars. 2017-05-18 03:00:32 +05:30
html-grep pep8: Add compliance with rule E261 to html-grep. 2017-05-18 03:00:32 +05:30
install-mypy Move mypy requirements to requirements/ directory. 2016-06-18 16:41:40 -07:00
js-dep-visualizer.py Delete the old zulip.com "referrals" system. 2017-07-07 14:59:18 -07:00
lint mypy: assert Popen.stdout based on API, in tools/lint. 2017-08-03 11:09:50 -07:00
lister.py testing: Properly exclude files for linting in Windows. 2017-07-25 11:30:58 -07:00
minify-js Remove webpack dependency from tools/minify-js. 2017-05-25 16:15:32 -07:00
munge_postgres_logs.pl
optimize-svg tools: Add optimize-svg tool for checking for unoptimized SVG files. 2017-05-30 11:15:56 -07:00
pre-commit Rename tools/lint-all to tools/lint. 2017-04-21 14:57:47 -07:00
pretty-print-html tools: Add new tool to pretty-print-html. 2017-07-09 07:01:29 -04:00
provision provision: Fix some shell hygiene. 2017-08-09 14:03:07 -07:00
renumber-migrations mypy: Fix casing for List type. 2017-05-23 10:42:44 -07:00
replace-tarball-shebang pep8: Add compliance with rule E261 replace-tarball-shebang. 2017-06-04 15:06:12 +05:30
reset-to-pull-request git tools: Make error messages more clear. 2017-05-08 10:51:59 -07:00
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 run-dev.py: Add Google auth test message & link to docs. 2017-07-27 17:35:14 -07:00
run-graphiti
run-mypy run-mypy: Remove requirement to be inside a Zulip venv. 2017-08-05 16:49:51 -07:00
send_github_payloads.py Change shebangs from python2.7 to python. 2016-05-29 05:03:08 -07:00
setup-git-repo lint: Add checks for commit messages using gitlint. 2017-04-21 13:45:12 -07:00
show-profile-results.py mypy: Upgrade to new package name and version 0.571. 2017-02-10 23:53:44 -08:00
start-dockers Move docker development environment scripts to tools/. 2016-06-27 13:38:06 -07:00
stop_run_dev run-dev: Add pid file to development server. 2017-02-02 21:07:03 -08:00
test-all tests: Bring all the top-level test scripts into alignment on what to test. 2017-07-25 15:31:32 -07:00
test-all-docker Move docker development environment scripts to tools/. 2016-06-27 13:38:06 -07:00
test-api tools: Use get_user in test-api. 2017-07-20 16:50:23 -07:00
test-backend test-backend: Don't run tests in parallel with given test files. 2017-07-07 13:36:03 -07:00
test-documentation tools: Add wrapper tool 'build-docs' for building documentation. 2017-06-14 20:16:02 -07:00
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-js-with-node: Add "Success:" to success message. 2017-08-01 13:43:35 -04:00
test-migrations test-migrations: Fix error code bug. 2017-07-10 16:20:47 -07:00
test-queue-worker-reload missed-emails-sending: Move email sending to separate queue worker. 2017-03-07 20:08:40 -08:00
test-run-dev tools: Create more consistent checks for venv. 2017-02-06 21:50:32 -08:00
test-tools mypy: Remove superfluous older 'type: ignore' annotations. 2017-08-08 11:27:51 -07:00
test_user_agent_parsing.py pep8: Add compliance with rule E261 to test_user_agent_parsing.py. 2017-05-07 23:21:50 -07:00
update-authors-json tools: Create more consistent checks for venv. 2017-02-06 21:50:32 -08:00
update-locked-requirements py3: Fix or remove (almost) all references to Python 2 venv in docs. 2017-08-08 15:48:12 -07:00
update-prod-static prod: Make `cp` copy a directory to its target, not into it. 2017-08-07 19:23:27 -07:00
user_agents_unique
webpack webpack: Convert webpack config to typescript. 2017-08-04 11:01:37 -07:00
webpack.assets.json webpack: jQuery and underscore should be compilied normally to make errors readable. 2017-08-05 19:53:56 -07:00
webpack.config.ts webpack: jQuery and underscore should be compilied normally to make errors readable. 2017-08-05 19:53:56 -07: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.