Commit graph

5175 commits

Author SHA1 Message Date
RhodeCode Admin
6339fa0902 configs: improve gunicor config on worker_recycle logic 2023-10-05 21:24:10 +02:00
RhodeCode Admin
6e5314f631 tests: refactor code to use a single test url generator 2023-10-04 19:36:19 +02:00
RhodeCode Admin
28f89c682d deps: bumped few libraries to latest versions 2023-10-04 19:36:08 +02:00
RhodeCode Admin
897bb21611 deps: bumped some libraries 2023-10-02 12:07:11 +02:00
RhodeCode Admin
57a99ba18f pull-requests: added commit flow into pr listing tables 2023-09-28 21:46:42 +02:00
RhodeCode Admin
a172362b8a slack: fixed celery serialization breaking slack_data dataclass 2023-09-05 11:52:45 +02:00
RhodeCode Admin
e56ec0a352 tests: fixed stream test chunking that returned wrongly str not bytes 2023-08-29 16:52:31 +02:00
RhodeCode Admin
2d8991f833 tests: fixed simplevcs tests 2023-08-29 16:36:23 +02:00
RhodeCode Admin
c7bab12d1b dbmigrate: fixed migration problems 2023-08-29 15:29:48 +02:00
RhodeCode Admin
7409eccb7e dbmigrate: sync with latest ver 2023-08-29 10:10:21 +02:00
RhodeCode Admin
1222be1283 engine: use new visitor-callable from latest version 2023-08-29 10:12:07 +02:00
RhodeCode Admin
378a25a911 dbmigrate: python3 fixes 2023-08-29 10:09:10 +02:00
RhodeCode Admin
0d4b65e34f dbmigrate: remove six 2023-08-29 09:59:31 +02:00
RhodeCode Admin
d59ee724df dbmigrate: fix python3 metaclasses error 2023-08-29 08:50:19 +02:00
RhodeCode Admin
9027c4ea11 migration: removed deprecated mapper_args attributes that cause migration to break 2023-08-29 08:47:33 +02:00
RhodeCode Admin
4a6981b783 deps: bumped dependecies 2023-08-28 20:59:49 +02:00
RhodeCode Admin
c3e9673c86 strip: fix backup command args 2023-08-28 20:59:37 +02:00
RhodeCode Admin
148d5f8463 sessions: fixed more problems with redis sessions cleanup errors 2023-08-28 20:59:22 +02:00
RhodeCode Admin
69428fe244 svn: fixed svn operations 2023-08-28 18:30:21 +02:00
RhodeCode Admin
f3a9d5faea tests: fixed scm tests 2023-08-28 14:25:01 +02:00
RhodeCode Admin
8235aaf181 tests: fix import 2023-08-28 10:56:36 +02:00
RhodeCode Admin
2f6649d083 tests: fix httpbin port, within a container we use internal docker network so port is not exposed, we should call httpbin directly 2023-08-28 10:07:10 +02:00
RhodeCode Admin
4b9bf78fc5 helpers: fix tests and tag replacers 2023-08-25 16:06:54 +02:00
RhodeCode Admin
d35897dfcc tests: fixed some git tests for lfs modules 2023-08-25 14:47:04 +02:00
RhodeCode Admin
d886335b3e tests: fixed tests for archivals 2023-08-25 14:33:35 +02:00
RhodeCode Admin
e278d7d3ad code: fixes to escape characters improperly used 2023-08-25 14:20:05 +02:00
RhodeCode Admin
920327d224 prompts: fixed input() calls for python3 2023-08-25 12:51:20 +02:00
RhodeCode Admin
3424f9c3fc exc-tracking: fixed API calls with new exceptions store engine 2023-08-25 12:50:30 +02:00
RhodeCode Admin
c9fb929365 config: small gunicorn config fix 2023-08-25 12:49:39 +02:00
RhodeCode Admin
518936723b tests: fixup the config stubs 2023-08-23 13:42:49 +02:00
RhodeCode Admin
43cd9687ab settings: fixes for 5.0.0 release new license key storage 2023-08-23 13:42:39 +02:00
RhodeCode Admin
b17fc0fc32 nav: fix z-index overflow problems 2023-08-21 13:51:51 +02:00
RhodeCode Admin
724e6b4a15 files: don't pre load heavy attributes to compute file search 2023-08-21 13:46:15 +02:00
RhodeCode Admin
86c35d3d9b typing: added typehint 2023-08-21 09:55:07 +02:00
RhodeCode Admin
c8b35a769a ldap: small fixes and improvements over ldap authentication 2023-08-21 09:40:30 +02:00
RhodeCode Admin
6a2f266d53 schedules: remove timedelta options 2023-08-21 09:40:10 +02:00
RhodeCode Admin
3cd0e66b56 small changes for scheduler fixes of EE edition 2023-08-17 14:29:16 +02:00
RhodeCode Admin
e898385b32 core: revamp of automation/scheduler/artifacts EE functionality 2023-08-16 15:57:08 +02:00
RhodeCode Admin
dd61323584 configs: added small fixes into gunicorn configs 2023-08-16 15:55:42 +02:00
RhodeCode Admin
53292e1e37 archives: fixed bugs with serving archives from non-ascii repos, and also deliver archives at much bigger reading blocks for faster downloads 2023-08-09 14:33:20 +02:00
RhodeCode Admin
d73dfa02a2 redis-sessions: fixed cleanup command failing on serialized errors.
somehow beaker mangles the data when logout happens we cannot de-serialize it properly then
2023-08-09 13:09:43 +02:00
RhodeCode Admin
163ca2fb91 spelling 2023-08-09 11:21:56 +02:00
RhodeCode Admin
76f23b6bd6 sessions: fixed regression in handlin sqlalchemy params for beaker DB based sessions 2023-08-09 11:21:41 +02:00
RhodeCode Admin
cbe72d2e58 vcs: skip vcs detection on repo creating page 2023-08-09 11:20:34 +02:00
RhodeCode Admin
5cc2cfe0ea requirements: install ipython for ishell to work 2023-08-08 22:02:46 +02:00
RhodeCode Admin
1153125cc2 archives: don't do automatic cull, we should only do it manually. 2023-08-08 16:42:45 +02:00
RhodeCode Admin
5ae2521576 dependecies: bump ipython deps 2023-08-08 16:42:29 +02:00
RhodeCode Admin
97f6e3695b exc_tracking: always nice format tb for core exceptions 2023-08-07 14:03:11 +02:00
RhodeCode Admin
96f8f6c4ed git: fix submodule handling for git repositories 2023-08-07 14:01:30 +02:00
RhodeCode Admin
9acdaef436 configs: moved gunicorn configs to python files 2023-08-05 23:26:16 +02:00