Commit graph

4937 commits

Author SHA1 Message Date
RhodeCode Admin
0122133e4e python3: fixed usage of .next() and .func_name 2023-03-07 09:56:40 +01:00
RhodeCode Admin
94a50edf39 python3: fix usage of int/long 2023-03-07 09:54:36 +01:00
RhodeCode Admin
80911c5892 python3: more 2to3 fixes 2023-03-06 23:49:19 +01:00
RhodeCode Admin
514144eceb python3: fix utils2 2023-03-06 23:47:47 +01:00
RhodeCode Admin
44cde4b5c1 python3: removed usage of .iteritems() 2023-03-06 23:46:33 +01:00
RhodeCode Admin
0ef47d741b py3: 2to3 fixes 2023-03-06 23:44:55 +01:00
RhodeCode Admin
094d4466e2 python3: 2to3 fixes 2023-03-06 23:40:40 +01:00
RhodeCode Admin
4fb37095fb python3: 2to3 fixes in utils2 2023-03-06 23:38:06 +01:00
RhodeCode Admin
92fe8c512d python3: removed compat modules 2023-03-06 23:36:17 +01:00
RhodeCode Admin
255d0e78ee python3: fix import configparser 2023-03-06 23:30:53 +01:00
RhodeCode Admin
dc6b8b6677 python3: remove usage of subprocess32 2023-03-06 23:29:12 +01:00
RhodeCode Admin
edf8d9763b gunicorn: fixed config syntax 2023-03-06 23:27:06 +01:00
RhodeCode Admin
2bd5fdf4bd rhodecode_tools: don't fail on missing package. It's optional 2023-03-06 23:20:35 +01:00
RhodeCode Admin
ad128ba07e markdown: remove smart_strong as it's a default behaviour now 2023-03-06 23:20:12 +01:00
RhodeCode Admin
7e8aaef6c9 caches: fixed utils imports 2023-03-06 23:09:17 +01:00
RhodeCode Admin
135f0f0cc6 python3: fixed usage of stringIO module 2023-03-06 23:09:06 +01:00
RhodeCode Admin
7aad90a506 appenlight: detect and disable appenlight if not installed 2023-03-06 23:05:22 +01:00
RhodeCode Admin
f7091556fd python3: fixed urlparse import 2023-03-06 23:02:03 +01:00
RhodeCode Admin
c03eb06e26 requirements: fixed pycrypto backport and sqlalchemy <2.0 2023-03-06 23:01:05 +01:00
RhodeCode Admin
44486852d1 python3: fix use of basetring 2023-03-06 22:23:16 +01:00
RhodeCode Admin
b5255c2532 python3: fixed some compat problems 2023-03-06 22:20:25 +01:00
RhodeCode Admin
0af0adccee core: break down some utils for better imports 2023-03-06 22:19:44 +01:00
RhodeCode Admin
c22758550a python3: fix urllib usage 2023-03-06 22:00:27 +01:00
RhodeCode Admin
5392dc6c9c python3: models removed usage of orderdefaultdict
- not compatible with py3, and not really used
2023-03-06 21:52:29 +01:00
RhodeCode Admin
975f760526 python3: removed from future imports 2023-03-06 21:51:17 +01:00
RhodeCode Admin
87dce4ea79 requirements: bumped to all new libraries for python3
- use pipdeptree to build full freeze build
2023-03-06 21:36:33 +01:00
RhodeCode Admin
fa48bc59b3 version: bumped to 5.0.0 2023-03-06 21:35:07 +01:00
RhodeCode Admin
149d8a84a9 py3: synced _vendor with vcsserver py3 changes 2023-03-06 15:56:10 +01:00
RhodeCode Admin
dbf975898e py3: remove use of pyramid.compat 2023-03-06 15:52:51 +01:00
RhodeCode Admin
afbf679a60 install: fixed setup.py for new version 2023-03-06 14:58:06 +01:00
RhodeCode Admin
8f6692847b python3: removed use of xrang 2023-03-06 14:57:53 +01:00
RhodeCode Admin
4fd59e6128 makefile: added dev-env command 2023-03-06 14:57:05 +01:00
RhodeCode Admin
b712900e53 packages: removed nix files 2023-03-06 13:03:18 +01:00
RhodeCode Admin
5a6f7608d6 merge with default 2023-03-06 12:58:49 +01:00
RhodeCode Admin
064168c52f makefile: remove nix stuff, added self-document version 2023-03-06 12:55:11 +01:00
RhodeCode Admin
377ad853c5 hooks: support v2 hooks protocol using binary msgpack 2023-03-05 18:47:43 +01:00
RhodeCode Admin
35791c850a paginator: report better expcetions 2023-03-05 18:47:26 +01:00
Marcin Kuzminski
a55db736a0 deps: pinn mistune for venv use 2023-04-05 10:15:59 +02:00
RhodeCode Admin
ce14e894d4 deps: synced urllib3 and rhodecode-tools re-release to address dependency conflicts 2023-02-21 15:22:22 +01:00
RhodeCode Admin
cab9da96fb setup: synced with rhodecode tools with better compatability on pip versions 2023-02-21 12:56:46 +01:00
RhodeCode Admin
4b976f70aa build: updated rhodecode-tools requirement
- cleanup of patches/deps
2023-02-21 12:41:26 +01:00
RhodeCode Admin
3ffdb509a6 deps: bumped rhodecode-tools 2023-02-21 11:01:30 +01:00
RhodeCode Admin
720c82426c dependencies: replaced deprecated mysql-python for mysqlclient which is a maintained lib 2023-02-19 21:11:17 +01:00
RhodeCode Admin
971b015bdf config: reduced gunicorn backlog default to handle less connections per worker 2023-02-09 11:00:33 +01:00
RhodeCode Admin
f051e2a56e statsd: better task execution reporting on celery 2023-02-08 21:39:12 +01:00
RhodeCode Admin
f8543e9441 celery: always count tasks even if they fail 2023-02-08 14:01:03 +01:00
RhodeCode Admin
bc9d34cbec config: reduce max-task-per-child to 20 2023-02-08 12:20:01 +01:00
RhodeCode Admin
a831986529 celery: fixed bootstrap of beat workers 2023-02-07 11:13:08 +01:00
RhodeCode Admin
84412730da vcs: added headers into stream call too 2023-02-03 10:35:08 +01:00
RhodeCode Admin
455020bf4a vcs-client: report more data about the call for better request tracking 2023-02-02 23:47:08 +01:00