Commit graph

1431 commits

Author SHA1 Message Date
RhodeCode Admin
7406c073dc core: fixed problems with unset ssl dir for mercurial 2025-01-10 14:28:36 +01:00
RhodeCode Admin
31bd95758d fix: remove ipdb 2025-01-09 11:07:10 +01:00
RhodeCode Admin
e2042ae54f fix: fixed deprecation warnings on syntax 2025-01-09 11:07:10 +01:00
RhodeCode Admin
d79877ff23 ssh-wrapper: added extra logging in case of failed user fetch 2025-01-06 12:09:22 +01:00
RhodeCode Admin
d7e732ede3 core: support req-id tracking 2024-12-30 17:07:53 +01:00
RhodeCode Admin
107b31a78f core: use consistent import for get_current_request 2024-12-10 07:36:38 +01:00
Serhii Ilin
a5e5325b84 fix: changed imports. 2024-12-18 09:51:23 +02:00
RhodeCode Admin
3a41a8b915 fix(file-caching): fixed cases when old cache was used before changes to operate on bytestrings 2024-12-04 22:33:45 +01:00
RhodeCode Admin
ea05521e76 fix(hg-items): fixed missing submodules code and add forgotten stats item 2024-12-02 09:24:32 +01:00
RhodeCode Admin
d08633d220 fix(encoding for file): fixed support of non utf-8 files in all backends 2024-11-27 19:35:02 +01:00
RhodeCode Admin
4bd1cec615 fix(git): moved certain operations into vcsserver 2024-11-15 09:50:40 +01:00
RhodeCode Admin
ef109d8f05 feat(remap and rescan): added more relient remap and removal option, and also split the logic to either add or cleanup 2024-11-13 13:39:21 +01:00
RhodeCode Admin
2b623ea7f2 core: avoid using rhodecode.test packages inside main packages as tests are removed during build which can cause some problems in some edge case calls 2024-11-13 09:49:39 +01:00
RhodeCode Admin
82f0f8d214 core: updated copyright to 2024 2024-11-12 16:39:07 +01:00
RhodeCode Admin
1d5d2c0155 tests: fixed test suite for celery adoption 2024-11-08 16:17:57 +01:00
RhodeCode Admin
840634c16f fix(mercurial): fixed httppostargs logic 2024-11-08 16:17:03 +01:00
RhodeCode Admin
aa45596cef fix(db-bootstrap): don't store LFS/largefiles data into DB as they are controlled now via .ini files 2024-11-08 15:20:20 +01:00
RhodeCode Admin
6a667624ae fix(tests): fixed tests for PR celery hooks deamon 2024-10-25 10:34:22 +02:00
RhodeCode Admin
7d196811c4 feat(redis): added ability to specify a redis key prefix for all cache regions of dogpile that use redis backend 2024-10-23 22:11:27 +02:00
RhodeCode Admin
465e9ede18 fix(mercurial): actually use assert_path instead of always initializing repo object.
This makes it consistent with how things work on git and svn sides
2024-10-24 13:25:37 +02:00
RhodeCode Admin
67674fcb3d fix(caches): actually obey wire cache flag on local method caching 2024-10-23 11:32:20 +02:00
RhodeCode Admin
f096d65f31 caches: improve logging 2024-10-23 11:31:17 +02:00
RhodeCode Admin
0800cfc3fe caches: allow force re-init of cache region for re-creating the cache 2024-10-22 12:12:52 +02:00
RhodeCode Admin
7a7a07d0b1 fix(svn): cache path check similar like for git 2024-10-21 14:50:32 +02:00
RhodeCode Admin
43efb324b4 chore(code): small code improvements logging & stricter header checks 2024-10-16 09:45:34 +02:00
RhodeCode Admin
5f2285d217 feat(system-info): expose rhodecode config for better visibility of set settings 2024-10-14 08:53:25 +02:00
RhodeCode Admin
d59469e975 fix(vcs-operations): fixed problems with locked repos and with branch permissions reporting, previously it shown error 500 when those cases were handled 2024-10-06 08:41:02 +02:00
RhodeCode Admin
5fc38bda7c fix(ssl): explicitly disable mercurial web_push ssl flag to prevent from errors about ssl required 2024-10-03 17:06:18 +02:00
Serhii Ilin
0eeee78a52 updated with a latest changes. 2024-10-02 12:22:06 +03:00
RhodeCode Admin
1e874473bf fix(vcs): fixed logic bug on skip-vcs detector where it didn't skip properly defined urls 2024-10-01 22:51:12 +02:00
RhodeCode Admin
c859407811 feat(vcs): dropped validate SSL for vcs-operations.
- This is very error prone
- With docker we don't need it anymore
2024-10-01 11:28:07 +02:00
RhodeCode Admin
1a00627df3 feat(license): allow import of license from rhodecode_enterprise.license which got broken after python3 migration 2024-10-01 11:26:42 +02:00
Serhii Ilin
5d1b03ab5b feat(git lfs path and path to hg large files in *.ini files): moved git lfs path and path of hg large files to *.ini files. 2024-09-25 10:59:01 +03:00
Serhii Ilin
d174103b5d feat(vcs clients filtering): added changes related to vcs client filtering needed for EE. Fixes: RCCE-41 2024-09-16 12:44:30 +03:00
RhodeCode Admin
90a1d3ca75 feat(artifacts): new artifact storage engines allowing an s3 based uploads 2024-08-28 23:56:59 +02:00
RhodeCode Admin
772fde2914 chore(logging): optimize loggers for request wrapper to be easier to read 2024-08-28 13:29:30 +02:00
RhodeCode Admin
81595dcae2 fix(mailing): patch repozesendmail to properly use CRLF for newlines. Fixes RFC5322 Issues with mailing 2024-08-28 13:29:10 +02:00
RhodeCode Admin
e334f29358 chore: cleanup, remove unused param for objectstore cache 2024-08-21 00:21:44 +02:00
RhodeCode Admin
11bd292508 fix(db-migrate): enforce gc collection to optimize memory usage 2024-08-20 12:06:59 +02:00
RhodeCode Admin
9a46cbc018 chore(caches): cleanup cache lib and added cleanup backend 2024-08-07 13:40:30 +02:00
RhodeCode Admin
e23ad22b70 fix(mailing): don't default to empty string for smtp_password and user, since mailing lib only expects None as empty values 2024-07-31 19:48:01 +02:00
RhodeCode Admin
632140ed6c d-cache: don't init in includeme so we don't trigger s3 connections on startup of rcstack.
The d-cache will be initied only when needed during first file download
2024-07-30 14:27:00 +02:00
RhodeCode Admin
7b14663e2c feat(caches): make sure commit-caches propagate to parent repo groups 2024-07-29 18:02:15 +02:00
RhodeCode Admin
3f8807d95c fix: updated command list mapping for mercurial 6.5, after client upgrade a new command can be given which is clonebundles_manifest, we marked it explicit as pull command. Also added few more commands, fixes RCCE-111 2024-07-24 09:46:05 +02:00
Marcin Kuźmiński
1790b4d3d2 Fixed problem with step param not initializing for 0 step migration 2024-07-12 16:41:59 +00:00
RhodeCode Admin
26d18ef0fe fix(svn): svn events fixes and change the way how we handle the events 2024-06-04 17:20:16 +02:00
RhodeCode Admin
34dcb83bfb chore: added excplicit db-migrate to update hooks for 5.X rel 2024-07-03 09:50:40 +02:00
Serhii Ilin
93f783912f fix: fixed s3 region. Fixes: RCCE-98 2024-07-11 09:36:35 +03:00
Serhii Ilin
61c700577b feat(region for s3 storage): added configurable region of s3 storage. 2024-07-03 14:17:17 +03:00
RhodeCode Admin
f9dff2a21f feat(archive-cache): added presigned_url support for objectstore 2024-06-20 10:57:56 +02:00