zulip/tools
Rafid Aslam ce94fb2eb1 deps: Change zxcvbn download method from download-zxcvbn to npm.
- Replace download-zxcvbn with downloading it from npm.
- Change zxcvbn.js path to node_modules (because npm put it to
`node_modules` directory.
- Bump `PROVISION_VERSION` in `version.py` to 2.4.

Fixes #2423.
2016-12-06 17:54:56 -08:00
..
deprecated Remove tools/deprecated/inject-messages. 2016-12-03 16:58:17 -08:00
documentation_crawler docs-test: Check only http 404 error for external links. 2016-11-01 21:45:41 -07:00
lib pep8: Fix E203 violations 2016-12-01 20:37:57 -08:00
print-all lint: Remove old jslint linter. 2016-12-02 18:49:42 -08:00
setup deps: Change zxcvbn download method from download-zxcvbn to npm. 2016-12-06 17:54:56 -08:00
tests pep8: Fix E303 violations. 2016-12-02 15:34:11 -08:00
travis travis: Improve debuggability of server wget failures. 2016-12-03 20:48:57 -08:00
zulip-export tools/zulip-export/zulip-export: Fix how files are opened. 2016-07-24 22:32:08 +05:30
__init__.py Add __init__.py to tools/ and tools/setup/. 2016-07-20 18:20:37 -07:00
build-api-tarball Always start python via shebang lines. 2016-11-26 14:46:37 -08:00
build-deb
build-release-tarball build-release-tarball: Add --py3 option for python3 shebang lines. 2016-11-29 17:45:18 -08:00
check-css Add tools/check-css and tools/lib/css_parser.py. 2016-08-02 16:22:46 -07:00
check-py3 check-py3: Display git status --porcelain output. 2016-05-12 16:30:58 -07:00
check-templates Switch tools/check-templates from optparse to argparse. 2016-09-12 12:00:16 -07:00
check-urls Django 1.10: Add tool to check urls. 2016-11-10 16:20:04 +05:00
clean-branches Add support for running OpenBSD in development environment. 2016-01-21 22:33:55 -08:00
clean-repo Remove __pycache__ in tools/clean-repo. 2016-05-24 13:43:49 -07:00
clean-venv-cache clean-venv-cache: Fix python 3 compatibility. 2016-06-27 20:39:22 -07:00
compile-handlebars-templates tools: Remove tools/node and call node directly instead. 2016-11-26 12:42:58 -08:00
create-test-api-docs pep8: Fix E303 violations. 2016-12-02 15:34:11 -08:00
deploy-branch
deployment-lock-ctl
django-template-graph Add support for running OpenBSD in development environment. 2016-01-21 22:33:55 -08:00
do-destroy-rebuild-database Always start python via shebang lines. 2016-11-26 14:46:37 -08: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-rebase-pull-request tools: Improve git scripts. 2016-10-11 13:38:38 -07:00
find-add-class Switch tools/find-add-class from optparse to argparse. 2016-09-12 12:00:16 -07:00
find-unused-css Add hackish tool for finding unused CSS. 2016-04-01 09:34:46 -07:00
get-handlebar-vars Annotate the rest of scripts in tools/. 2016-10-15 22:36:10 -07:00
html-grep Add tools/html-grep. 2016-08-03 11:29:37 -07:00
install-mypy Move mypy requirements to requirements/ directory. 2016-06-18 16:41:40 -07:00
lint-all pep8: Fix E129 violations 2016-12-03 10:56:36 -08:00
lister.py pep8: Fix E225 pep8 violations. 2016-11-28 15:21:15 -08:00
minify-js pep8: Fix E502 violations 2016-12-03 10:56:36 -08:00
munge_postgres_logs.pl
pre-commit pre-commit: Call lint-all with --force. 2016-11-26 12:30:16 -08:00
provision.py deps: Change zxcvbn download method from download-zxcvbn to npm. 2016-12-06 17:54:56 -08:00
replace-tarball-shebang build-release-tarball: Add --py3 option for python3 shebang lines. 2016-11-29 17:45:18 -08:00
reset-to-pull-request tools: Improve git scripts. 2016-10-11 13:38:38 -07:00
run-dev-queue-processors Always start python via shebang lines. 2016-11-26 14:46:37 -08:00
run-dev.py lint: Fix E127 pep8 violations. 2016-12-01 10:23:55 -08:00
run-graphiti
run-mypy Annotate bots/jabber_mirror_backend.py 2016-12-06 09:52:08 -08:00
send_github_payloads.py Change shebangs from python2.7 to python. 2016-05-29 05:03:08 -07:00
setup-git-repo
show-profile-results.py Remove extra new lines at the ends of Zulip authoried files. 2016-09-26 21:05:24 -07:00
start-dockers Move docker development environment scripts to tools/. 2016-06-27 13:38:06 -07:00
test-all docs-test: Add documentation test scripts to backend test case. 2016-10-25 11:36:43 -07:00
test-all-docker Move docker development environment scripts to tools/. 2016-06-27 13:38:06 -07:00
test-backend test-backend: Clarify missing template tests error message. 2016-12-01 10:12:38 -08:00
test-documentation test-documentation: Add pretty success/failure output. 2016-10-25 11:41:12 -07:00
test-js-with-casper
test-js-with-node provision: Use NVM to install node and npm. 2016-09-23 14:34:44 -07:00
test-management
test-migrations test-migrations: Fix missing exit status on error. 2016-06-15 09:26:04 -07:00
test-queue-worker-reload Annotate test-queue-worker-reload. 2016-10-15 22:36:10 -07:00
test-run-dev Always start python via shebang lines. 2016-11-26 14:46:37 -08:00
test-tools pep8: fix E201 violations 2016-12-01 23:06:02 -08:00
test_user_agent_parsing.py Change shebangs from python2.7 to python. 2016-05-29 05:03:08 -07:00
update-prod-static deps: Change zxcvbn download method from download-zxcvbn to npm. 2016-12-06 17:54:56 -08:00
user_agents_unique
webpack tools: Remove tools/node and call node directly instead. 2016-11-26 12:42:58 -08:00
webpack.config.js eslint: Fix comma-dangle rules in JS support files. 2016-12-03 15:00:24 -08: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