Commit graph

487 commits

Author SHA1 Message Date
Marcin Lulek
2b1719b387 nix: use node 8 LTS to generate packages 2018-10-30 15:23:57 +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
81769be532 packages: use common overlay structure that vcsserver uses. 2018-10-24 11:39:34 +02:00
Marcin Kuzminski
e9584bf942 supervisor: add patch for older kernel support. 2018-10-24 10:57:51 +02:00
Marcin Kuzminski
d1bd9bfd4d nix: use common structure of patches for python libraries 2018-10-24 10:56:28 +02:00
Marcin Kuzminski
797a4ff7ab diffs: sticky top-file bar + context aware file labels.
- when browsing diffs now we show context file path so every time you know what file diff you're seeing
- block file selector on range diffs
- update bower packages
2018-10-16 18:24:44 +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
8d4e2dda3a license: update license metadata and generation code 2018-09-20 21:48:08 +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
e3b98df462 js: added QR library. 2018-07-31 18:43:54 +02:00
Marcin Kuzminski
e93e866314 clipboard-js: bumped to 2.0.1 to resolve naming conflicts with window.Clipboard 2018-07-31 18:35:05 +02:00
Marcin Kuzminski
19aa047de2 js: added better build instructions for JS libraries. 2018-07-31 18:34:11 +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 Lulek
fb6aa94f1c nix: update nix packages 2018-07-29 14:47:46 +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
Marcin Kuzminski
8c7d444171 dependencies: bumped gevent to 1.3.4 2018-06-28 16:43:30 +02:00
Marcin Kuzminski
58f89e5cf6 nix: updated to 18.03 nix packages
- dependencies: updated setuptools-scm to 2.1.0
- new strucutre
- cleanups and optimize of build chain
2018-06-28 14:43:26 +02:00
Marcin Kuzminski
e6dad9e606 dependencies: added alternative pymysql drivers for mysql 2018-06-05 10:08:46 +02:00
Marcin Kuzminski
998cfa7aaa email: fixed logging on smtp library. 2018-05-28 18:12:58 +02:00
Marcin Kuzminski
a67bf9ced2 dependencies: bumped amqp to 2.3.1 2018-05-28 17:41:27 +02:00
Marcin Kuzminski
89c8ff5500 dependencies: bumped some not pinned libraries:
- python-dateutil==2.7.3
- hupper==1.3
- graphviz==0.8.3
2018-05-28 13:39:53 +02:00