Commit graph

5137 commits

Author SHA1 Message Date
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
RhodeCode Admin
105db598e9 events: added more validation of repo type events 2023-08-03 20:52:10 +02:00
RhodeCode Admin
d59ca21bfc integrations: restructure code and added better coverage. 2023-08-03 20:51:50 +02:00
RhodeCode Admin
f935770cbf integrations: remove hipchat as it's a deprecated product no longer working 2023-08-03 20:49:36 +02:00
RhodeCode Admin
11959332a6 versions: fixed None returnd from a function that did compare on ints 2023-08-03 20:48:29 +02:00
RhodeCode Admin
787ed15b39 vendor: bumped redis-lock to latest version 2023-08-03 20:47:22 +02:00
RhodeCode Admin
e9306e8617 reviewers: fixed serialization problems from returned map object 2023-07-28 09:50:46 +02:00
RhodeCode Admin
7520876fa4 makefile: mark huli image to generate grunt files 2023-07-28 09:42:09 +02:00
RhodeCode Admin
eb5d1c61e3 markdown: use hardbreaks to be consistent with previous behaviour of markdown generated content 2023-07-28 09:38:40 +02:00
RhodeCode Admin
8a427f4a24 cleanup: few fixes 2023-07-27 17:07:36 +02:00
RhodeCode Admin
2ee24ea13c my-account: fixed pagination of unread messages 2023-07-27 17:07:04 +02:00
RhodeCode Admin
23a77bc66d authomatic: fixed oauth data types 2023-07-27 12:38:21 +02:00
RhodeCode Admin
dc3bda19d3 search: fixed search tests 2023-07-27 10:22:54 +02:00
RhodeCode Admin
dbdf7a5bf0 archival: added tests at subpath generation of archivals 2023-07-27 10:22:34 +02:00
RhodeCode Admin
2ce60e2b22 deps: bumped nbconvert 2023-07-26 22:04:19 +02:00
RhodeCode Admin
a637190745 deps: bumped gunicorn and lxml 2023-07-26 22:04:09 +02:00
RhodeCode Admin
846657277b markdown: fixed ipython rendering 2023-07-26 22:03:49 +02:00
RhodeCode Admin
d635d5ea1f ui: fixed default gravatar b64 code 2023-07-26 22:03:38 +02:00
RhodeCode Admin
10c3fba396 channelstream: fix channel hashing with str 2023-07-26 17:27:45 +02:00
RhodeCode Admin
8ae0e8de44 caches: make sure the global cache namespace prefixes are used.
- fixes problems when porting from old RC to new python3 based and different serialization mech
2023-07-26 16:15:52 +02:00
RhodeCode Admin
3082b74880 makefile: always cleanup build dir 2023-07-26 16:14:46 +02:00
RhodeCode Admin
257c91a1ad exceptions: skip extracting exception by deprecated .message attribute 2023-07-26 10:17:55 +02:00
RhodeCode Admin
6ad53fbb40 manifest: cleanup definitions 2023-07-26 10:17:35 +02:00
RhodeCode Admin
63ca2ea57b celery: ensure celery workers are compatible with python3.11 and also fix CLI option for celery 5.X 2023-07-25 11:30:32 +02:00
RhodeCode Admin
b4c874e244 cleanups: typing + whitespaces 2023-07-20 10:33:37 +02:00
RhodeCode Admin
f14b0f8225 deps: bumped pyparsing for EE edition 2023-07-20 10:33:16 +02:00
RhodeCode Admin
ab7a855ef8 routing: fixed depracated patterns for routes matching using /d 2023-07-19 14:00:32 +02:00
RhodeCode Admin
e0ae91f767 html_sanitizer: abstracted bleach into own function/code for later replacement
- fixed bleach related test failures
2023-07-19 10:26:46 +02:00
RhodeCode Admin
a655feae42 tests: fixed some tests because of wrong compare strings 2023-07-18 16:01:38 +02:00
RhodeCode Admin
b82349386a modernize: python3 updates 2023-07-18 14:50:17 +02:00
RhodeCode Admin
4bbb30fa06 modernize: updates for python3 2023-07-18 14:45:20 +02:00
RhodeCode Admin
a6e9ccf9e0 authentication: run modernize for python3 2023-07-18 14:26:37 +02:00
RhodeCode Admin
4026ee36ee apps: modernize for python3 2023-07-18 14:24:37 +02:00
RhodeCode Admin
230f12827e api: modernize code for python3 2023-07-18 14:16:28 +02:00
RhodeCode Admin
80f63bd18b libs: more python3 reformats 2023-07-18 14:12:39 +02:00
RhodeCode Admin
947a918be8 requirements: bumped few libs to be in sync with vcsserver 2023-07-18 13:47:06 +02:00
RhodeCode Admin
3c7a0fe047 lint: ruff run 2023-07-18 13:46:39 +02:00
RhodeCode Admin
42301154fc copyrights: updated for 2023 2023-07-18 11:57:27 +02:00
RhodeCode Admin
bf561e5914 tests: fixed all tests for python3 BIG changes 2023-07-18 11:46:31 +02:00