zulip/tools
Tim Abbott 6943a142ea Fix postgres errors in Travis CI again.
Travis CI's model of installing every version of postgres on the test
VM and then shutting all the versions other than the one requested
down seems to not work very well with doing apt upgrades.  It seems
the best way to resolve this is to just uninstall the versions we
don't need.
2016-01-21 22:07:10 -08:00
..
deprecated Replace json/send_message endpoint usage with json/message. 2015-12-12 18:14:08 -08:00
emoji_dump Apply Python 3 futurize transform libfuturize.fixes.fix_print_with_import. 2015-11-01 09:26:16 -08:00
jslint Add Zulip-specific details in jslint used_before_a error message. 2015-12-07 20:33:36 -08:00
print-all Consistently use /usr/bin/env python2.7 in shebangs and commands. 2015-10-21 22:58:21 +00:00
provision run-dev: Eschew useless shells 2015-08-20 15:54:53 -07:00
travis Fix postgres errors in Travis CI again. 2016-01-21 22:07:10 -08:00
zulip-export Consistently use /usr/bin/env python2.7 in shebangs and commands. 2015-10-21 22:58:21 +00:00
build-api-tarball Distribute "get_streams" endpoint in API. 2014-01-11 15:52:21 -05:00
build-deb Improve shell quoting hygiene 2015-09-25 23:25:08 -04:00
build-release-tarball Improve shell quoting hygiene 2015-09-25 23:25:08 -04:00
check-templates Don't require link tags to close when checking templates. 2016-01-07 23:08:49 -08:00
clean-branches Improve shell quoting hygiene 2015-09-25 23:25:08 -04:00
clean-repo tools/clean-repo: Don't print out the list of .pyc files deleted. 2015-12-25 16:23:57 -08:00
compile-handlebars-templates Consistently use /usr/bin/env python2.7 in shebangs and commands. 2015-10-21 22:58:21 +00:00
deploy-branch Improve shell quoting hygiene 2015-09-25 23:25:08 -04:00
deployment-lock-ctl Improve shell quoting hygiene 2015-09-25 23:25:08 -04:00
django-template-graph django-template-graph: Replace slashes with newlines 2012-10-16 01:45:37 -04:00
do-destroy-rebuild-database Drop database users prior to DROP/CREATE database. 2015-11-01 18:11:39 -08:00
do-destroy-rebuild-test-database Improve shell quoting hygiene 2015-09-25 23:25:08 -04:00
download-zxcvbn Use -O option to wget when fetching zxcvbn 2015-09-25 15:24:44 -07:00
fetch-rebase-pull-request Add simple tools for fetching content of a pull request by ID. 2015-12-25 16:22:00 -08:00
generate-fixtures Drop database users prior to DROP/CREATE database. 2015-11-01 18:11:39 -08:00
generate-test-credentials casper: Move common.js and test-credentials.js to casper-lib/. 2015-10-28 10:11:47 -07:00
get-handlebar-vars Consistently use /usr/bin/env python2.7 in shebangs and commands. 2015-10-21 22:58:21 +00:00
lint-all lint: Tighten lint rules around whitespace around '%' comprehensions. 2015-12-05 15:29:42 -08:00
minify-js Cleanup remaining usage of % comprehensions without explicit tuples. 2015-12-05 15:29:42 -08:00
munge_postgres_logs.pl Make munge_postgres_logs.pl executable 2013-01-29 12:16:32 -05:00
node Don't print an error when nodejs is at /usr/bin/node 2013-06-24 10:46:36 -04:00
post-receive Consistently use /usr/bin/env python2.7 in shebangs and commands. 2015-10-21 22:58:21 +00:00
postgres-init-dev-db Drop database users prior to DROP/CREATE database. 2015-11-01 18:11:39 -08:00
postgres-init-test-db Rename tools/postgres-init-db to tools/postgres-init-dev-db. 2015-10-15 09:14:21 -04:00
pre-commit Speed up ./tools/pre-commit by checking only staged files. 2013-12-02 16:14:06 -05:00
python-proxy Cleanup remaining usage of % comprehensions without explicit tuples. 2015-12-05 15:29:42 -08:00
reset-to-pull-request Add simple tools for fetching content of a pull request by ID. 2015-12-25 16:22:00 -08:00
run-dev-queue-processors Consistently use /usr/bin/env python2.7 in shebangs and commands. 2015-10-21 22:58:21 +00:00
run-dev.py Wrap Django runserver to prevent spammy logging. 2015-12-25 16:23:57 -08:00
run-graphiti [manual] Rename /home/humbug to /home/zulip. 2013-10-08 08:57:29 -04:00
send_github_payloads.py Consistently use /usr/bin/env python2.7 in shebangs and commands. 2015-10-21 22:58:21 +00:00
setup-git-repo Remove git commit domain restrictions. 2015-08-19 21:40:04 -07:00
show-profile-results.py Apply Python 3 futurize transform libfuturize.fixes.fix_print_with_import. 2015-11-01 09:26:16 -08:00
test-all Add new test for management commands running with --help. 2015-11-11 21:34:39 -08:00
test-backend Fix buggy #! lines using "/usr/bin/env python2.7 -u". 2015-11-16 08:46:48 -08:00
test-js-with-casper casper: Rename frontend_tests/run to clarify it uses casper. 2015-10-28 10:11:47 -07:00
test-js-with-node Move node tests to node_tests/. 2015-10-28 10:11:47 -07:00
test-management Add new test for management commands running with --help. 2015-11-11 21:34:39 -08:00
test_user_agent_parsing.py Apply Python 3 futurize transform libfuturize.fixes.fix_print_with_import. 2015-11-01 09:26:16 -08:00
update-deployment deployments: Refactor locking libraries into zulip_tools.py. 2016-01-11 21:36:42 -08:00
update-prod-static Install node dependencies using npm. 2015-11-06 09:08:59 -08:00
user_agents_unique Kill Embed.ly integration. 2015-08-20 19:46:48 -07:00
webpack Add webpack build process. 2015-11-06 09:13:25 -08:00
zanitizer zanitizer: Remove -- argument that confuses some Git verisons 2015-09-25 00:46:00 -07:00
zanitizer_config.pm.sample zanitizer: Support renaming files 2015-09-24 18:10:02 -07:00