Commit graph

217 commits

Author SHA1 Message Date
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
RhodeCode Admin
202b70bf48 tests: added more tests into initials generator 2023-03-20 21:16:37 +01:00
RhodeCode Admin
acbe2b54a6 json: fixed calls to json after orjson implementation 2023-03-20 20:58:57 +01:00
RhodeCode Admin
34af9cfa2f python3: fixed various code issues
- iterators
- use of u''
2023-03-20 20:51:25 +01:00
RhodeCode Admin
aab457fdca python3: removed more unicode usage 2023-03-10 10:05:54 +01:00
RhodeCode Admin
0c53201403 python3: fixed urllib usage 2023-03-10 10:01:53 +01:00
RhodeCode Admin
459a222981 auth-lib: fixed and tested perms origin dicts.
- since python3 the pickle serialization changed
- perm origin dicts needed change to be serializable
2023-03-08 14:55:00 +01:00
RhodeCode Admin
44cde4b5c1 python3: removed usage of .iteritems() 2023-03-06 23:46:33 +01:00
RhodeCode Admin
dc6b8b6677 python3: remove usage of subprocess32 2023-03-06 23:29:12 +01:00
RhodeCode Admin
135f0f0cc6 python3: fixed usage of stringIO module 2023-03-06 23:09:06 +01:00
RhodeCode Admin
f7091556fd python3: fixed urlparse import 2023-03-06 23:02:03 +01:00
RhodeCode Admin
975f760526 python3: removed from future imports 2023-03-06 21:51:17 +01:00
RhodeCode Admin
8f6692847b python3: removed use of xrang 2023-03-06 14:57:53 +01:00
RhodeCode Admin
8c54271b59 hooks: fixed tests 2023-02-01 13:29:39 +01:00
RhodeCode Admin
1b54ca50f7 audit-logs: improve user-agent normalizer, and added tests 2023-01-23 10:46:20 +01:00
RhodeCode Admin
16ca79921f hooks: allow to bind to existing hostname automatically if nothing explicitly is set. 2023-01-21 14:47:59 +01:00
Milka Kuzminski
54ee3ab1fa pull-requests: fixed a case when template marker was used in description field.
fixes #5652
2021-02-01 23:10:32 +01:00