Vishnu Ks
2031c24eb0
requirements: Upgrade redis to 2.10.6.
2017-08-21 07:52:15 -07:00
Vishnu Ks
e46a5abe8d
requirements: Upgrade fonttools to 3.15.0.
2017-08-21 07:52:15 -07:00
Vishnu Ks
12bb19a2cb
requirements: Upgrade botocore to 1.6.3.
2017-08-21 07:52:15 -07:00
Vishnu Ks
1f90ad0a05
requirements: Upgrade w3lib to 1.18.0.
2017-08-21 07:52:15 -07:00
Vishnu Ks
d33cf45010
requirements: Upgrade urllib3 to 1.22.
2017-08-21 07:52:15 -07:00
Vishnu Ks
e17dd84d39
requirements: Upgrade typing to 3.6.2.
2017-08-21 07:52:15 -07:00
Vishnu Ks
2a03a02032
requirements: Upgrade SQLAlchemy to 1.1.13.
2017-08-21 07:52:15 -07:00
Vishnu Ks
6414d92560
requirements: Upgrade Sphinx to 1.6.3.
2017-08-21 07:52:15 -07:00
Vishnu Ks
09b8a2a0bc
requirements: Upgrade setuptools to 36.2.7.
2017-08-21 07:52:15 -07:00
Vishnu Ks
3f758b4b0d
requirements: Upgrade requests to 2.18.4.
2017-08-21 07:52:15 -07:00
Vishnu Ks
dcd6605591
requirements: Upgrade regex to 2017.7.28.
2017-08-21 07:52:15 -07:00
Vishnu Ks
7a04df728d
requirements: Upgrade python-dateutil to 2.6.1.
2017-08-21 07:52:15 -07:00
Vishnu Ks
332ed4f986
requirements: Upgrade pyldap to 2.4.37.
2017-08-21 07:52:15 -07:00
Vishnu Ks
b1acab45a9
requirements: Upgrade PyJWT to 1.5.2.
2017-08-21 07:52:15 -07:00
Vishnu Ks
2cf74956a9
requirements: Upgrade pyflakes to 1.6.0.
2017-08-21 07:52:15 -07:00
Vishnu Ks
79c2216850
requirements: Upgrade pyasn1-modules to 0.0.11.
2017-08-21 07:52:15 -07:00
Vishnu Ks
63e48daf96
requirements: Upgrade pyasn1 to 0.3.2.
2017-08-21 07:52:15 -07:00
Vishnu Ks
cc2e94d7f4
requirements: Upgrade Pillow to 4.2.1.
2017-08-21 07:52:15 -07:00
Vishnu Ks
1af023fd16
requirements: Upgrade pathlib2 to 2.3.0.
2017-08-21 07:52:14 -07:00
Vishnu Ks
6973a06b35
requirements: Upgrade oauth2client to 4.1.2.
2017-08-21 07:52:14 -07:00
Vishnu Ks
3b4c3a9827
requirements: Upgrade ipython to 6.1.0.
2017-08-21 07:52:14 -07:00
Vishnu Ks
cb402ca9be
requirements: Upgrade docutils to 0.14.
2017-08-21 07:52:14 -07:00
Vishnu Ks
4e99ddad68
requirements: Upgrade Django to 1.11.4.
2017-08-21 07:52:14 -07:00
Vishnu Ks
178beb81b7
requirements: Include egg fragment in mypy git url.
2017-08-20 22:59:20 -07:00
Vishnu Ks
f35f3441f2
requirements: Upgrade cryptography to 2.0.3.
2017-08-20 22:53:05 -07:00
Vishnu Ks
9d333492d6
requirements: Upgrade certifi to 2017.7.27.1.
2017-08-20 22:53:05 -07:00
Vishnu Ks
fe240278d0
requirements: Upgrade cchardetto to 2.1.1.
2017-08-20 22:53:05 -07:00
Vishnu Ks
a49f8c8f57
requirements: Upgrade botocore to 1.6.2.
2017-08-20 22:53:05 -07:00
Vishnu Ks
a47b67c50d
requirements: Upgrade boto to 2.48.0.
2017-08-20 22:53:05 -07:00
Greg Price
598acd1f34
manage.py: Clean up imports a bit.
...
Import at fewer separate places in the code, and without duplication.
2017-08-20 22:37:38 -07:00
Greg Price
f73e898874
manage.py: Save an extra Django startup by converting one script to a library.
...
This saves us from spending 200-250ms of CPU time importing Django
again just to log that we're running a management command. On
`scripts/restart-server`, this saves us from one thundering herd of
Django startups when all the queue workers are restarted; but there's
still the Django startup for the `manage.py` process itself for each
worker, so on a machine with e.g. 2 (virtual) cores the restart is
still painful.
2017-08-20 22:37:38 -07:00
Vishnu Ks
517d9b7594
/apps/: Detect the user OS and show the appropriate app by default.
2017-08-20 22:11:56 -07:00
Aditya Bansal
e1cc0455ee
emoji_picker: Fix issue with emoji tab shifting.
...
In this commit we basically do these things:
* Clear up section_head_offsets before pushing stuff in it so that
its size doesn't keep on growing indefinitely with time and users
opening emoji picker.
* Make use of popover element to find the correct element in DOM
to scan for section elements. This prevents us from filling stuff
twice into section_head_offsets because of presence of two
elements for '.emoji-popover-subheading' in DOM since popover
destroy is an async call.
* Using this popover element also helps in avoiding manuplation
of the DOM elements of the popover that was destroyed (Because
popover destroy is async it still maybe around). One instance of
this is associating scroll event with the right instance of
'.emoji-popover-emoji-map'.
2017-08-18 12:18:39 -04:00
Aditya Bansal
7a2667ce53
soft_deactivation: Fix flaky tests by seeding message for users.
...
In this we basically seed a single message for the user which will
be soft deactivated by sending a stream message / group PM to
ensure that is has at least one UserMessage row, since in real
world every human user will always have at least one User Message
row.
2017-08-18 07:02:11 -04:00
Steve Howell
eeb164dfc5
bug: Show the count in the bankruptcy modal.
...
(This was a recent regression.)
2017-08-17 23:30:41 -04:00
Steve Howell
c26e000d4e
Fix tools/review for python3.
2017-08-17 17:40:24 -04:00
Vaida Plankyte
919ca3431f
config_error.html: Use render_markdown_path for error content.
2017-08-17 16:09:26 -04:00
Vaida Plankyte
8a29f1dcf2
config_error.html: Increase container width.
2017-08-17 11:27:36 -07:00
Tim Abbott
ef722c5688
tests: Remove unused ujson imports.
2017-08-17 09:05:52 -07:00
Umair Khan
6e87108d46
result.json: Upgrade test_users.
2017-08-17 09:03:35 -07:00
Umair Khan
212571ab86
result.json: Upgrade test_subs.
2017-08-17 09:03:35 -07:00
Umair Khan
eb04fc006e
result.json: Upgrade test_settings.
2017-08-17 09:03:35 -07:00
Umair Khan
d44c1e7070
result.json: Upgrade test_realm_emoji.
2017-08-17 09:03:35 -07:00
Umair Khan
7b85e40ef5
result.json: Upgrade test_realm_domains.
2017-08-17 09:03:35 -07:00
Umair Khan
90099ffeb2
result.json: Upgrade test_reactions.
2017-08-17 09:03:35 -07:00
Umair Khan
351426df8b
result.json: Upgrade test_presence.
2017-08-17 09:03:35 -07:00
Umair Khan
4c8933b844
result.json: Upgrade test_narrow.
2017-08-17 09:03:35 -07:00
Umair Khan
7bb9ac0014
result.json: Upgrade test_messages.
2017-08-17 09:03:35 -07:00
Umair Khan
025f7247cf
result.json: Upgrade test_external.
2017-08-17 09:03:35 -07:00
Umair Khan
2b7bb6e965
result.json: Upgrade test_events.
2017-08-17 09:03:35 -07:00