Commit graph

264 commits

Author SHA1 Message Date
Marcin Kuzminski
cce7ceeb86 dependencies: dropped pygments-markdown-lexer as it's natively supported by pygments now. 2018-12-11 19:02:43 +01:00
Marcin Kuzminski
81b021e2fa dependencies: bumped pygments to 2.3.0 2018-12-10 10:10:07 +01:00
Marcin Kuzminski
b0d05667a0 dependencies: bumped py-gfm to 0.1.4 release. 2018-12-07 13:18:31 +01:00
Marcin Kuzminski
0508fef634 dependencies: bumped colander to 1.5.1 release 2018-12-07 10:39:18 +01:00
Marcin Kuzminski
7f42faeec5 dependencies: bumped appenlight-client to 0.6.26 release. 2018-12-07 10:38:45 +01:00
Marcin Kuzminski
d3530a34f7 dependencies: bumped bleach to 3.0.2 release. 2018-12-07 10:38:22 +01:00
Marcin Kuzminski
90c9f5ec00 dependencies: bumped loosly pinned dependencies.
- hupper-1.4.2
2018-11-29 23:32:48 +01:00
Marcin Kuzminski
a5d2e20d1c dependencies: bumped gevent to 1.3.7 release. 2018-11-29 23:31:58 +01:00
Marcin Kuzminski
9dd3df4a0a dependencies: bumped alembic to 1.0.5 release. 2018-11-29 23:31:31 +01:00
Marcin Kuzminski
ee02f9559d dependencies: bumped peppercorn to 0.6 release. 2018-11-29 23:31:06 +01:00
Marcin Kuzminski
fb0dfd107d dependencies: bumped pyotp to 2.2.7 release. 2018-11-29 23:30:34 +01:00
Marcin Kuzminski
f252f20261 dependencies: bumped deform to 2.0.7 release 2018-11-29 23:30:03 +01:00
Marcin Kuzminski
b51560759e dependencies: dropped not used trollius package 2018-11-29 23:29:09 +01:00
Marcin Kuzminski
4f3a80a688 dependencies: added python-saml library. 2018-11-09 12:55:20 +01:00
Marcin Kuzminski
90ea0aa1b4 dependencies: bumped lxml to 4.2.5 release. 2018-11-09 12:55:09 +01:00
Marcin Kuzminski
f5d78627f5 packages: bumped version after release 2018-11-05 10:17:30 +01:00
Marcin Kuzminski
90b73cd56f packaging: updated some common librarires.
- transaction==2.4.0
- pluggy==0.8.0
- mistune==0.8.4
2018-10-24 11:21:32 +02:00
Marcin Kuzminski
01e297e802 packaging: extracted some optional debug libraries into a separate file so we don't build always those
packages that we only use in time of debug.
2018-10-24 11:20:38 +02:00
Marcin Kuzminski
aee1084921 dependencies: bumped rhodecode-tools to 1.0.1 version 2018-10-10 12:34:19 +02:00
Marcin Kuzminski
fed38364e9 dependencies: bumped py.test to 3.8.2 2018-10-10 12:27:25 +02:00
Marcin Kuzminski
a914a116a6 dependencies: bumped hupper to 1.3.1 and testpath to 0.4.2 2018-10-09 15:03:45 +02:00
Marcin Kuzminski
5a37a33119 mailing: switched from homebrew lib to pyramid_mailer with python3 compatability 2018-10-03 18:47:58 +02:00
Marcin Kuzminski
5e3a70e588 dependencies: bumped rhodecode-tools to 1.0.0 release 2018-09-26 19:01:34 +02:00
Marcin Kuzminski
ccf656e56f dependencies: bumped few libraries.
- atomicwrites==1.2.1
- attrs==18.2.0
- dogpile.cache==0.6.7
- psutil==5.4.7
- pathlib2==2.3.2
- subprocess32==3.5.2
- gevent==1.3.6
- greenlet==0.4.15
- pytest==3.8.1
- py==1.6.0
- pytest-cov==2.6.0
- pytest-timeout==1.3.2
- coverage==4.5.1
- psycopg2==2.7.5
2018-09-26 17:44:06 +02:00
Marcin Kuzminski
7c6caede87 packages: update setuptools to latest release 2018-09-18 19:51:52 +02:00
Marcin Kuzminski
3f713efdfc packages: generated packages after version bump 2018-09-10 10:08:53 +02:00
Marcin Kuzminski
aa82d19048 release: updated pip2nix output for 4.13.1 2018-09-06 21:34:44 +02:00
Marcin Kuzminski
7bbd31033e dependencies: pin some dependencies to prevent constant version changes. 2018-09-06 20:15:39 +02:00
Marcin Kuzminski
4c799d9d63 bleach: moved clean out of the catch context, so we no longer allow sanitizer to be bypassed.
- in addition we bumped bleach to fix the error that allowed bypass
2018-09-01 01:53:20 +02:00
Marcin Kuzminski
ac8658b574 dependencies: updated graphviz to 0.9.0 2018-08-20 08:55:22 +02:00
Marcin Kuzminski
76903730e5 dependencies: updated setuptools to 40.1.0 2018-08-20 08:55:10 +02:00
Marcin Kuzminski
fbef097fbf dependencies: bumped rhodecode-tools to 0.16.0 2018-08-20 08:54:49 +02:00
Marcin Kuzminski
7ba72e3972 dependencies: added setuptools 2018-08-17 09:33:07 +02:00
Marcin Kuzminski
41e1e2552a dependencies: bumped some loose libraries
- scandir-1.9.0
- beautifulsoup4 to 4.6.3
2018-08-17 09:17:01 +02:00
Marcin Kuzminski
0946eaebaf caches: use repo.lru based Dict cache. This LRUDict uses Timing Algo to not have to use locking
for the LRU implementation, this it's safer to use for dogpile. We used it before with beaker, so it's
generally more stable.
2018-08-06 00:35:46 +02:00
Marcin Kuzminski
320ac8f9a7 depdendencies: bumped scandir to 1.8.0 2018-08-02 23:24:16 +02:00
Marcin Kuzminski
cf24dcc987 depdendencies: bumped pycurl to 7.43.0.2 2018-08-03 23:05:40 +02:00
Marcin Kuzminski
6b38c098b5 dependencies: added pyotp library for usage in 2FA. 2018-08-02 17:20:30 +02:00
Marcin Kuzminski
8ac7501a0f dependencies: bumped some not pinned libraries
- beautifulsoup4 to 4.6.1
- more-itertools to 4.3.0
2018-07-31 16:57:11 +02:00
Marcin Kuzminski
490e2c8a57 dependencies: bumped python-pam to 1.8.4 and fixed pam auth. 2018-07-31 16:56:20 +02:00
Marcin Kuzminski
efbd1002ee dependencies: use our own custom configobj for consistency across projects. 2018-07-26 12:48:10 +02:00
Marcin Kuzminski
92de5b63ec dependecies: bumped plaster-pastedeploy to 0.6 2018-07-17 11:02:57 +02:00
Marcin Kuzminski
20b766c0fb dependencies: bumped gevent to 1.3.5 2018-07-17 00:45:37 +02:00
Marcin Kuzminski
3d642bf4e6 dependencies: bumped authomatic to the latest available version. To fix oauth problems with Google. 2018-07-15 19:41:32 +02:00
Marcin Kuzminski
0e05d6dd64 caches: use a faster LRUDict implementation for LRUMemoryCache 2018-07-12 17:48:12 +02:00
Marcin Kuzminski
42a5ad0a2e dependencies: updated dogpile.cache to 0.6.6 2018-07-04 22:18:59 +02:00
Marcin Kuzminski
6686957262 dependencies: bumped msgpack-python to 0.5.6 2018-07-04 21:00:34 +02:00
Marcin Kuzminski
140c2a20a4 dependencies: bumped graphiz to 0.8.4 2018-07-04 13:32:42 +02:00
Marcin Kuzminski
5fb1abf024 dependencies: bumped gunicorn to 19.9.0 2018-07-04 13:32:16 +02:00
Marcin Kuzminski
6f6de155c3 dependencies: bumped psutils to 5.4.6 2018-06-28 18:33:47 +02:00