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
|
1153125cc2
|
archives: don't do automatic cull, we should only do it manually.
|
2023-08-08 16:42:45 +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
|
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
|
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
|
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
|
257c91a1ad
|
exceptions: skip extracting exception by deprecated .message attribute
|
2023-07-26 10:17:55 +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
|
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
|
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 |
|
RhodeCode Admin
|
1627525cb1
|
apps: base app fixes for python3
|
2023-07-18 11:45:54 +02:00 |
|
RhodeCode Admin
|
bed5b744d4
|
libs: major refactor for python3
|
2023-07-18 11:45:33 +02:00 |
|
RhodeCode Admin
|
228b1ac56f
|
helpers: python3 port
|
2023-07-18 11:45:18 +02:00 |
|
RhodeCode Admin
|
a27b4bd0a0
|
diffs: python3 port
|
2023-07-18 11:44:44 +02:00 |
|
RhodeCode Admin
|
cf44a5cb75
|
middlewares: all porting for python3
|
2023-07-18 11:44:32 +02:00 |
|
RhodeCode Admin
|
45554873b3
|
hooks: new hook support for python3
|
2023-07-18 11:44:17 +02:00 |
|
RhodeCode Admin
|
b28d8c3698
|
auth: auth code changes for python3
|
2023-07-18 11:44:01 +02:00 |
|
RhodeCode Admin
|
12e9cdc96a
|
libs: new markdown rendereres for python3
|
2023-07-18 11:43:49 +02:00 |
|
RhodeCode Admin
|
a637b39cbf
|
rc-commands: python3 port
|
2023-07-18 11:43:31 +02:00 |
|
RhodeCode Admin
|
4b95e6f0c6
|
lib-request: ported to python3
|
2023-07-18 11:43:09 +02:00 |
|
RhodeCode Admin
|
ff41e3487b
|
utils: ported to python3 and new app
|
2023-07-18 11:42:39 +02:00 |
|