zulip/zerver
Zev Benjamin 7b6f6823a5 [manual] Change references to the humbug user, schema, and database to zulip
This commit must be simultaneously deployed on both staging and
prod0.  It also requires completely taking down the app.

To deploy these changes, do:
* check out this commit at /root/zulip on postgres0, postgres1, staging, and prod0

* stop the process_fts_updates job on postgres0 and postgres1
* stop the app on staging and prod0

* do a puppet apply on postgres0, postgres1, staging, and prod0
* move the new client certificates into place on staging and app
* move the new server certificates into place on postgres0 and postgres1
* reload the database config on postgres0 and postgres1 (this might
  actually require a restart)
* run tools/migrate-db on postgres0 as root

* do a deploy through this commit on staging and prod0
* start the process_fts_updates job on postgres0 and postgres1

* do a puppet apply on nagios

(imported from commit 819bdd14326c1425e2d3041a491a8ca3b9716506)
2013-10-26 04:16:27 -04:00
..
fixtures Attempt to convert JIRA mentions to Zulip mentions 2013-10-07 13:59:36 -04:00
lib digest emails: use a template filter to format new users, streams, etc. 2013-10-25 19:11:41 -04:00
management digest: Add a management command to enqueue digest email recipients. 2013-10-25 19:08:47 -04:00
migrations [manual] Change references to the humbug user, schema, and database to zulip 2013-10-26 04:16:27 -04:00
templatetags Add a custom template filter for formatting displaying lists of items in emails. 2013-10-25 19:11:40 -04:00
tests/frontend Remove 06-unread.js. 2013-10-25 11:27:25 -04:00
views [manual] Change references to the humbug user, schema, and database to zulip 2013-10-26 04:16:27 -04:00
worker Avoid long locks in process missedmessage_emails queue. 2013-10-25 20:45:19 -04:00
__init__.py [manual] Rename Django app from zephyr to zerver. 2013-08-06 07:39:36 -04:00
context_processors.py Rename LOCALSERVER -> LOCAL_SERVER. 2013-10-25 17:37:06 -04:00
decorator.py [schema] Support for authenticating Deployments via the API. 2013-10-25 14:13:30 -04:00
exceptions.py Enable absolute imports for non-third-party code where it was omitted previously 2013-10-25 14:13:30 -04:00
filters.py Change Humbug => Zulip in name of exception filter module. 2013-08-07 10:00:07 -04:00
finders.py Enable absolute imports for non-third-party code where it was omitted previously 2013-10-25 14:13:30 -04:00
forms.py Allow MIT to invite coworkers. 2013-09-19 17:14:41 -04:00
handlers.py Change Humbug => Zulip in names of error reporting handlers. 2013-08-07 10:00:07 -04:00
middleware.py logging: Log the type of the narrow for get_old_messages. 2013-10-21 14:33:24 -04:00
models.py Rename LOCALSERVER -> LOCAL_SERVER. 2013-10-25 17:37:06 -04:00
openid.py [manual] Rename Django app from zephyr to zerver. 2013-08-06 07:39:36 -04:00
retention_policy.py [manual] Rename Django app from zephyr to zerver. 2013-08-06 07:39:36 -04:00
static_header.txt Change Humbug => Zulip in text/comments. 2013-08-07 10:00:07 -04:00
storage.py Enable absolute imports for non-third-party code where it was omitted previously 2013-10-25 14:13:30 -04:00
tests.py Support authenticated upload URLs. 2013-10-24 17:01:06 -04:00
tornado_callbacks.py Send users push notifications when they miss messages 2013-10-24 14:54:31 -04:00
tornadoviews.py Include a rest_dispatch in tornadoviews and call it from urls.py 2013-10-25 14:13:31 -04:00