Commit graph

4141 commits

Author SHA1 Message Date
RhodeCode Admin
bf83236cf8 fix: removed old scripts 2025-01-10 15:50:44 +01:00
RhodeCode Admin
7406c073dc core: fixed problems with unset ssl dir for mercurial 2025-01-10 14:28:36 +01:00
RhodeCode Admin
e9ad755887 tests: fixed some flaky tests 2025-01-10 10:42:53 +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
e726cb73f3 release: bumped version 2025-01-05 13:39:54 +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
Andrii Verbytskyi
2433f3fbfc chore: disabled auto-merge feature until next bugfix release 2024-12-24 18:40:18 +01:00
Serhii Ilin
a5e5325b84 fix: changed imports. 2024-12-18 09:51:23 +02:00
Serhii Ilin
3e31d2a638 added delay before doing an auto merge 2024-11-21 16:43:38 +02:00
Serhii Ilin
9b2d3e0f56 fixed import 2024-11-21 14:57:09 +02:00
Serhii Ilin
460e4be5eb added latest changes 2024-11-20 14:12:26 +02:00
Serhii Ilin
279e84da82 fix(tests): added ability for test to get an up-to-date version mercurial. 2024-12-05 16:33:07 +02:00
Serhii Ilin
a1989bf442 fix: removed change status dropdown for observers. Fixes: RCCE-171 2024-12-11 15:11:51 +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
f687bfc994 ui: changed calls for edit caches to use repo id instead of a name for safer calls to repos which paths have special characters 2024-11-27 13:14:40 +01:00
RhodeCode Admin
31ff8f7384 fix(db-calls): fixed issues with caches calculations when passed search fields were empty 2024-11-27 13:10:42 +01:00
Serhii Ilin
1149dc9093 feat(hide recaptcha secrets): masked sensitive information related to reCaptcha configuration. 2024-11-15 12:14:52 +02:00
RhodeCode Admin
638a00b50d fix(config): ensure better defaults for celery queue 2024-11-15 22:43:15 +01:00
RhodeCode Admin
51075d8b34 chore(pyroutes): updated JS routes 2024-11-15 09:50:54 +01:00
RhodeCode Admin
4bd1cec615 fix(git): moved certain operations into vcsserver 2024-11-15 09:50:40 +01:00
RhodeCode Admin
104671c5e7 feat(events): added context into events so we can track additional context of calling it 2024-11-14 20:15:11 +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
8669543f89 fix(tests): on jenkins ensure re-creation of the path 2024-11-12 16:40:10 +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
bc0998866f feat(config-maker): ensure dirs for LFS objects are set and existing 2024-11-08 15:19:10 +01:00
RhodeCode Admin
2bbd831d7c fix(ssh-backend): fix accidentally added rhodecode_tools import 2024-11-08 15:18:23 +01:00
RhodeCode Admin
fa816afe7b fix: settings, no longer create lfs dirs, and disable hgsubversion from old installations 2024-11-08 15:17:36 +01:00
Serhii Ilin
38d5e39b57 feat(task-for-automatic-pr-merge): added f-ty to support pull request auto merge for EE. Fixes: RCCE-67 2024-10-28 12:35:44 +02:00
RhodeCode Admin
6a667624ae fix(tests): fixed tests for PR celery hooks deamon 2024-10-25 10:34:22 +02:00
Serhii Ilin
36f01dd3c9 fix: fixed problems on UI in case of long commit messages. Fixes: RCCE-140 2024-11-06 09:36:08 +02:00
RhodeCode Admin
9e9b09f082 fix(emails): fixed white background in email templates 2024-10-24 14:57:31 +02:00
RhodeCode Admin
17f3b8d895 fix(css): distinguish code/pre from #message 2024-10-24 14:55:30 +02:00
RhodeCode Admin
3aec79cd17 fix(styling): fixed white background for markdown block codes 2024-10-24 14:53:47 +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
47a4437420 fix(sqlalchemy): fixed deprecated methods for sqlalchemy 2024-10-22 22:15:46 +02:00
RhodeCode Admin
6cf678911a fix(tests): fixed more permissions tests 2024-10-22 22:15:23 +02:00
RhodeCode Admin
a019d888c3 fix(tests): fixed few tests 2024-10-22 21:56:30 +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