Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: Waper-IT/zulip

Tags

1.3.13

Toggle 1.3.13's commit message
Add changelog for Zulip 1.3.13 release.

1.3.12

Toggle 1.3.12's commit message
Add changelog for Zulip 1.3.12 release.

1.3.11

Toggle 1.3.11's commit message
Add changelog for Zulip 1.3.11 release.

1.3.10

Toggle 1.3.10's commit message
Add changelog for Zulip 1.3.10 release.

1.3.9

Toggle 1.3.9's commit message
Add changelog for Zulip 1.3.9 release.

1.3.8

Toggle 1.3.8's commit message
Add changelog for Zulip 1.3.8 release.

1.3.7

Toggle 1.3.7's commit message
Rewrite the email gateway integration instructions.

1.3.6

Toggle 1.3.6's commit message
Fix validation that twitter creds are present.

They are looked up as secrets which initialize to `None`, but the code
was checking for empty strings.

This, along with zulip#80, fixes zulip#81.

1.3.5

Toggle 1.3.5's commit message
puppet: Move /var/lib/nagios_state creation to zulip::base.pp.

Previously, in Zulip voyager, the cron jobs would spew error emails
every time they ran, due to this directory not existing.

This also tightens the permissions for the folder and avoids needing
to create a nagios user for Zulip voyager; it should be writeable by
both root and the zulip user and world-readable (and thus readable by
the Nagios user on zulip.com systems).

1.3.4

Toggle 1.3.4's commit message
Add description of Zulip at top of README.md.

Based on PR zulip#22 by GedLawrenson.