rht
a093d45064
provision: Check for pg_hba.conf existence for doing postgres initdb.
...
Apparently, an empty pg_datadir is initialized after postgresql-10 is
installed.
2018-12-18 12:07:45 -08:00
rht
3060ee9397
provision: Fix typo when checking that vendor is Fedora.
2018-12-18 12:07:03 -08:00
rht
5e12eb8d34
provision: Fix typo in list of services on RedHat.
2018-12-17 16:30:48 -08:00
rht
42cbf2071b
provision: Skip RedHat postgresql initdb if already initialized.
...
We only need to initialize a postgres database once in the lifetime of
a system.
2018-12-17 16:29:50 -08:00
rht
295cbe7b9c
provision: Add build-pgroonga and use it for Fedora.
2018-12-17 16:23:57 -08:00
rht
80ba105be5
provision: Abstract out SYSTEM_DEPENDENCIES.
2018-12-17 16:23:46 -08:00
rht
b732fe819e
provision: Add Fedora support.
2018-12-17 16:23:44 -08:00
Tim Abbott
d469c14d11
docs: Advertise arbitrary org GitHub patterns for linkifiers.
...
Now that we support this, we should make it really obvious that we do.
Also, link to the Help Center article.
2018-12-17 12:58:52 -08:00
rht
2dc1dc8ec2
provision: Replace overwrite_symlink with `sudo ln -sf`.
...
overwrite_symlink doesn't work for a non-root user when accessing root
content.
2018-12-17 11:50:15 -08:00
Tim Abbott
2558f101af
docs: Add documentation for `if False` mypy pattern in scripts.
...
This should help make it clear what's going on with these scripts.
2018-12-17 11:12:53 -08:00
Tim Abbott
9059c4d223
provision: Make apt/yum retry logic more coherent.
...
This changes a few things:
* Deplicates deps_to_install logic.
* Has a retry flag, under which we can guard the apt retry print statements.
* Makes the install_system_deps flow more parallel.
2018-12-16 13:41:12 -08:00
rht
c6cde1cf5c
provision: Rename install_apt_deps to a more generic install_system_deps.
2018-12-16 13:39:00 -08:00
rht
389c46b4e5
provision: Extract yum-specific part of install_apt_deps.
2018-12-16 13:39:00 -08:00
rht
2be3065249
provision.py: Abstract out postgres version for CentOS.
2018-12-16 13:26:28 -08:00
rht
43bedc0909
provision: Use vendored pg_hba.conf on CentOS.
2018-12-16 13:21:54 -08:00
Tim Abbott
f2173bc2a7
check-capitalization: Add a few exclude rules for new strings.
2018-12-16 11:34:31 -08:00
rht
022e926d64
provision: Setup services for CentOS.
2018-12-16 10:14:51 -08:00
rht
9c776f4fcf
provision: Provide tsearch stopwords path for CentOS.
2018-12-16 10:14:08 -08:00
rht
8b5a86b992
provision: Initialize Postgres db on CentOS.
2018-12-16 10:11:55 -08:00
rht
41a5f6a49d
provision: Create symlink for pg_* on CentOS.
2018-12-16 10:11:54 -08:00
rht
10786375db
provision: Do not use apt-specific retry when a failure happens.
2018-12-16 10:04:27 -08:00
rht
25a8dbef11
provision: Build tsearch_extras from source for CentOS support.
2018-12-16 10:04:27 -08:00
rht
448303b3f0
provision: Initialize setup-yum-repo.
2018-12-16 10:04:27 -08:00
rht
85b2627191
provision: Add experimental support for CentOS.
2018-12-16 10:04:27 -08:00
rht
79bcb4af47
provision: Remove unused comment.
2018-12-16 10:04:27 -08:00
rht
501ae0c3d6
provision: Add centos7 postgresql dependencies.
2018-12-14 04:59:48 +00:00
rht
e8c602ec58
provision: Rename APT_DEPENDENCIES -> SYSTEM_DEPENDENCIES.
2018-12-14 04:59:48 +00:00
rht
d54fb5f40d
provision: Add venv dependencies for Centos 7.
2018-12-14 04:59:46 +00:00
rht
a0b0ccf972
provision: Do not require lsb_release for centos.
2018-12-11 13:08:27 -08:00
konraddeka
e6be407e34
provision: Avoid spending time on update-authors-json.
...
This optimizes tools/provision by not running
`tools/update-authors-json --use-fixture` unless either the script
itself or its fixtures file (zerver/tests/fixtures/authors.json) was
changed.
Fixes #10991 .
2018-12-09 22:21:51 -08:00
rht
9bfea2adba
provision.py: Translate COMMON_APT_DEPENDENCIES to yum.
2018-12-09 21:54:02 -08:00
Sumanth V Rao
7d12e2019d
provision: Generate static bots files using a function call.
...
This shaves about 350ms from the no-op provision runtime.
Fixes #10990 .
2018-12-09 21:44:45 -08:00
Tim Abbott
9e48b2f17f
provision: Update comment for why we need puppet in development.
...
This should help avoid confusion like #10972 .
2018-12-06 11:13:04 -08:00
Vishnu Ks
788b98d041
portico: Add page for redirecting to a realm subdomain.
2018-12-04 09:35:35 -08:00
Rishi Gupta
dd0126ff1b
settings: Improve error message when deactivating the last user.
...
This PR was originally started by Rishi Gupta (see #10383 ).
2018-11-27 12:49:43 -08:00
zegervdv
6dd2218c50
provision: Pass proxy settings through sudo via environment.
...
This makes provision not fail when installing node behind a proxy.
See #10505 for details.
2018-10-29 13:30:45 -07:00
Anders Kaseorg
c3bd293eaf
Add shellcheck as a linter.
...
Fixes #10162 .
Tweaked by tabbott to cover documentation as well.
Signed-off-by: Anders Kaseorg <andersk@mit.edu>
2018-10-18 15:32:26 -07:00
Aditya Bansal
56d49980de
puppet-lint: Add as a dependancy to install during provision process.
2018-08-13 12:30:57 -07:00
Tim Abbott
c2e5cc99a4
tools: Move generate-custom-icon-webfont to a subdirectory.
2018-08-09 15:39:57 -07:00
Cynthia Lin
ecbc58c586
settings: Fix color styling for nested inputs to work in night mode.
2018-08-08 11:29:48 -07:00
Abhilash Verma
fd9652a9d7
settings_emoji: Make strings more user-friendly.
2018-08-04 09:37:48 -07:00
Anders Kaseorg
dfed7da911
tools/lib/provision.py: Avoid shelling out for mkdir, touch.
...
Signed-off-by: Anders Kaseorg <andersk@mit.edu>
2018-07-25 16:54:46 -07:00
Tim Abbott
3cc93fd721
setup_venv: Fix missing libssl-dev dependency.
...
We were already correctly including libssl-dev in Zulip's dependencies
in development environment provisioning, but (at least now) it's
needed to build certain Python packages like pycurl when building a
Zulip virtualenv in production. I haven't investigated why we didn't
need this on Ubuntu, but one possible reason would be that some other
library in our dependencies list happens to depend on it on Ubuntu.
We fix this by moving the dependency over to the shared
VENV_DEPENDENCIES list.
Fixes part of #9946 .
2018-07-13 18:00:38 +05:30
Shayan Toqraee
0757d022f5
messages: Add support for right-to-left messages.
...
This implements right-to-left message automatic detection support in
the compose box as well as the message feed. Full unit tests and
support in the message-editing UI are for future work (as are
potentially more fancy things like supporting things like
right-to-left multi-word names for users/streams/etc.).
Fixes #3123 .
2018-07-10 10:47:56 +05:30
Anders Kaseorg
037f696d26
Enable pycodestyle W605 (invalid escape sequence).
...
The only changes visible at the AST level, checked using
https://github.com/asottile/astpretty , are
zerver/lib/test_fixtures.py:
'\x1b\\[(1|0)m' ↦ '\\x1b\\[(1|0)m'
'\\[[X| ]\\] (\\d+_.+)\n' ↦ '\\[[X| ]\\] (\\d+_.+)\\n'
which is fine because re treats '\\x1b' and '\\n' the same way as
'\x1b' and '\n'.
Signed-off-by: Anders Kaseorg <andersk@mit.edu>
2018-07-03 16:54:46 +02:00
Vishnu Ks
e1bf749d3c
provision: Run build_pygments_data only if required.
2018-06-23 00:15:39 +05:30
Vishnu Ks
109fa85614
provision: Rename file_hash_updated to file_or_package_hash_updated.
...
Check for changes in package version as well along
with the files.
2018-06-22 23:40:31 +05:30
Vishnu Ks
431d9d6076
provision: Run generate-custom-icon-webfont only if required.
2018-06-22 23:40:31 +05:30
Vishnu Ks
59169cc302
provision: Run inline-email-css only if required.
...
This saves a few hundred milliseconds on provision time.
Edited by tabbott to include email.css in the dependencies.
Fixes #9468 .
2018-06-18 06:58:55 -07:00
Vishnu Ks
7b8e79ae48
provision: Refactor hashing of compilemessages into a function.
...
This allows it to be reused for other tools.
Edited by tabbott to remove the use of "compilemessages" in variable
names.
2018-06-18 06:55:36 -07:00