Commit graph

233 commits

Author SHA1 Message Date
RhodeCode Admin
102205ec73 feature(scm): added multibranch support for git and mercurial 2025-12-21 08:27:16 +01:00
Andrii V
01257daa5d Fixes for failing tests 2025-11-04 14:40:54 +01:00
ievgenii.v
670b17d1e1 feature: adds automatically clean temp file after tests 2025-10-24 16:40:50 +03:00
ievgenii.v
cf9c896f51 feature: adds test for diff reactivated users 2025-10-24 16:34:43 +03:00
ievgenii.v
fe5b0d1fa2 feature: simplifies inactive user filtering; adds tests 2025-10-24 16:08:08 +03:00
ievgenii vdovenko
695b0db001 fix: migrate pkg_resources lib to importlib 2025-10-03 14:49:50 +02:00
ievgenii vdovenko
9fe0905092 fix: fixes age function where comparing a timezone-aware and a naive datetime object could cause an exception. 2025-08-07 10:54:52 +02:00
ievgenii vdovenko
25d31cd588 tests: fixes test_utils and reverts delete repo message 2025-08-01 13:31:30 +02:00
Andrii Verbytskyi
58fce87f39 Merge pull request !2778 from rhodecode-enterprise-ce feature/RCCE-205user-that-owns-closed-PRs-cannot-be-deleted-as-PRs-cannot-be-deleted-or-unclosed
Changes from branch: Feature/RCCE 205user that owns closed PRs cannot be deleted as PRs cannot be deleted or unclosed
2025-08-01 09:30:32 +00:00
RhodeCode Admin
947fd47e2e fix: specify default ssh port for clone urls 2025-07-31 16:19:48 +02:00
ievgenii vdovenko
1db5e92ca3 tests: adds test for auth ghost user; refactors accessing default/ghost user 2025-07-26 15:08:32 +02:00
Andrii V
7dc5b1bc0c tests: skip search related tests for now, add new test commands and add pytest-xdist to run in parralel 2025-06-25 20:37:14 +02:00
RhodeCode Admin
166db21812 core: run ruff format 2025-01-13 17:47:37 +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
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
6a667624ae fix(tests): fixed tests for PR celery hooks deamon 2024-10-25 10:34:22 +02:00
Serhii Ilin
0eeee78a52 updated with a latest changes. 2024-10-02 12:22:06 +03: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
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
RhodeCode Admin
efb6d1e422 feat(configs): deprecared old hooks protocol and ssh wrapper.
New defaults are now set on v2 keys, so previous installation are automatically set to new keys.
Fallback mode is still available.
2024-08-07 13:35:47 +02:00
RhodeCode Admin
2b13bc5a0a fix(tests): fixed callback deamon tests 2024-07-17 11:41:30 +02: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
8f1e706ad8 chore(cleanups): cleanup unicode usage... 2024-06-23 21:48:10 +02:00
RhodeCode Admin
bb46f148f2 feat(archive-cache): added extra info on number of evicted caches 2024-06-14 08:57:51 +02:00
RhodeCode Admin
984a9a564f feat(archive-cache): implemented s3 based backend for filecaches 2024-06-13 21:29:37 +02:00
Serhii Ilin
7e2e69d2ba feat(repo_path-config): moved main storage location path into ini file. Fixes: RCCE-61 2024-03-01 09:39:14 +02:00
RhodeCode Admin
fc0ee0e99b feat(ssh-wrapper-speedup): major rewrite of code to address imports problem with ssh-wrapper-v2
- use bootstrapped settings rather than config
- use more code split to make sure we don't import heavy code
2024-02-28 09:30:58 +01:00
Serhii Ilin
86bc980004 feat(celery-hooks): added all needed changes to support new celery backend, removed DummyHooksCallbackDaemon, updated tests. Fixes: RCCE-55 2024-02-12 11:38:03 +02:00
RhodeCode Admin
76441ed70b feature(caches): refactor how invalidationContext works, fixes many issues with the previousl solution
- much more simpler now
- no more key leak
2024-02-08 10:52:32 +01:00
RhodeCode Admin
719ae001e0 feat(upgrade): added feature to bulk upgrade hooks from 4.X -> 5.X fixes RCCE-34 2024-01-29 12:15:15 +01:00
Serhii Ilin
31fa9ea6e4 fix(jupiter): sanitizing rendering (HTML) of jupyter notebooks, upgraded bleach version. Fixes RCCE-15, RCCE-14 2023-12-29 14:11:29 +02:00
Serhii Ilin
16872b03e1 fix(jupyter): fixing rendering of legacy jupyter notebooks. Fixes|References: RCCE-10 2023-12-28 13:17:30 +02:00
RhodeCode Admin
aae5984782 fix(svn): fixed svn tests and pass-in the Auth headers back to the svn server 2023-12-05 10:01:09 +01:00
RhodeCode Admin
7f75e4e70e fix(tests): fixed svn tests that now require request method 2023-12-01 20:51:56 +01:00
RhodeCode Admin
ee69f81c74 chore(regex): properly escape \d used in regexes 2023-11-06 11:24:42 +01:00
RhodeCode Admin
d15df16e43 svn: fixed test 2023-10-10 04:49:33 +02:00
RhodeCode Admin
00bce73f62 code: import fix/pep8 2023-10-09 12:45:35 +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
4b9bf78fc5 helpers: fix tests and tag replacers 2023-08-25 16:06:54 +02:00
RhodeCode Admin
e278d7d3ad code: fixes to escape characters improperly used 2023-08-25 14:20:05 +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
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
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
f88230f4c7 ext-json: fixed tests and made the lib more consistent with orjson vs simplejson 2023-03-31 13:17:33 +02:00
RhodeCode Admin
dd0b0f490c tests: multiple tests cases fixes for python3 2023-03-27 21:42:58 +02:00