Commit graph

5339 commits

Author SHA1 Message Date
RhodeCode Admin
7f994fc993 tests(core): made the test flag setting more flexible.
We no longer use .ini setting, but relly on env variables, that is now set
via pytest env plugin
2024-03-11 09:56:10 +01:00
RhodeCode Admin
ca042238f9 chore(sync-up): synced libs/settings maker from vcsserver 2024-03-05 15:36:11 +01:00
RhodeCode Admin
d00bf18b2d fix(tests): fixed svn tests 2024-03-04 12:54:09 +01:00
RhodeCode Admin
2dd2eea658 chore(configs): optimize configs for docker env 2024-03-04 11:34:15 +01:00
RhodeCode Admin
f928ad9b22 feat(mercurial): added close branch commit message template 2024-03-03 08:40:40 +01:00
RhodeCode Admin
104352ccda fix(svn): more binary protocol svn ssh fixes 2024-03-03 08:40:12 +01:00
RhodeCode Admin
b79db3eb9c fix(tests): fixed bad value for default binary_dir value 2024-03-01 16:19:48 +01:00
RhodeCode Admin
0a814bd6b8 fix(svn): ensure we have defaults for old .ini files and upgrades 2024-03-01 13:49:28 +01:00
RhodeCode Admin
747534f76d fix(svn-ssh): fixed svn ssh wrapper 2024-03-01 13:40:11 +01:00
Serhii Ilin
f56c72e441 feat(svn-config): updated with the latest changes. 2024-03-01 12:49:01 +02:00
RhodeCode Admin
216e86d96e dev(makefile): hide prompt info on dev sh env 2024-03-01 11:43:04 +01:00
Serhii Ilin
51a688c0c0 refactor(ssh-wrapper): changed SSHVcsServer to SshVcsServer, updated call_service_api method. 2024-02-28 11:52:11 +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
RhodeCode Admin
d57482be62 fix(pycurl): report nicer error log on failed calls in pycurl 2024-02-28 09:30:11 +01:00
RhodeCode Admin
cdc40e48c7 statsd: added special repr for statsdclient for nicer debug 2024-02-28 09:29:49 +01:00
Serhii Ilin
25f36e9654 feat(svn-config): moved svn related config keys to *.ini file. Fixes: RCCE-60 2024-02-28 09:34:14 +02:00
RhodeCode Admin
3982ae9102 fix(pycurl): added missing __all__ imports 2024-02-27 15:37:33 +01:00
RhodeCode Admin
aadbbc076c fix(ssh): added missing import 2024-02-27 10:41:51 +01:00
RhodeCode Admin
93aa629538 feat(statsd): added extra logging into statsd initalization 2024-02-27 10:32:01 +01:00
RhodeCode Admin
5d6400eec0 fix(service-api): rely on urljoin for constructing the call url 2024-02-27 09:52:29 +01:00
RhodeCode Admin
fb6b7a3692 chore(imports): optimize imports for ssh events 2024-02-27 09:51:41 +01:00
RhodeCode Admin
8de3597958 fix(api.url): set default api.url and re-use defaults in ssh wrappers 2024-02-27 09:50:56 +01:00
RhodeCode Admin
2f216c3acf feat(ssh-wrapeprs): moved the setup logging into common function to not relly on v1 codebase 2024-02-27 09:48:58 +01:00
RhodeCode Admin
0b73535140 settings: remove links to rccontrol from settings and default to the docker image paths 2024-02-27 09:44:28 +01:00
Serhii Ilin
16c169bec2 fix(ssh): Added alternative SshWrapper and changes needed to support it + service api. Fixes: RCCE-6 2024-02-19 13:49:51 +02:00
RhodeCode Admin
17631cb9fd chore(deps): bumped dogpile.cache==1.3.2 2024-02-26 15:19:54 +01:00
RhodeCode Admin
4e9e770ea8 chore(release): bumped version to 5.1.0 2024-02-26 15:07:25 +01:00
RhodeCode Admin
2cfcfbda10 chore(deps): bumped orjson==3.9.15 2024-02-26 15:06:20 +01:00
RhodeCode Admin
a7987e5b31 chore(deps): bumped pycurl==7.45.3 2024-02-26 15:05:18 +01:00
RhodeCode Admin
6f00032568 chore(deps): bumped simplejson==3.19.2 2024-02-26 15:04:53 +01:00
RhodeCode Admin
1ea821d801 chore(deps): bumped webhelpers2==2.1 2024-02-26 15:04:20 +01:00
RhodeCode Admin
ca4a10b1d4 chore(deps): bumped zope.interface==6.2.0 2024-02-26 15:03:39 +01:00
RhodeCode Admin
41983731e4 chore(deps): bumped tzdata==2024.1 2024-02-26 15:02:27 +01:00
RhodeCode Admin
ec1b6d985c chore(dev): print dev help cmd for nicer startup 2024-02-22 13:11:18 +01:00
RhodeCode Admin
191d46f64a chore(rc-cache): synced with CE code 2024-02-19 09:04:35 +01:00
RhodeCode Admin
8534f3602b fix(ssh): add pull fix into pre_pull hook 2024-02-16 07:45:24 +01:00
RhodeCode Admin
034377cec3 feat(ssh-wrapper): added pre/post pull hooks on top of git for ssh backend.
- this makes it consistent with the http backend and actually adds audit logging into the ssh pulls for git
2024-02-15 19:58:58 +01:00
RhodeCode Admin
1712cb1d49 chore(deps): bumped gevent to 24.2.1 to address latest python release problems 2024-02-15 14:52:04 +01:00
RhodeCode Admin
ff624f6bb9 fix(cache-invalidation): fixed case when empty repos once cached wouldn't invalidate caches because of empty case condition 2024-02-15 14:24:48 +01:00
RhodeCode Admin
135a6105d4 chore(config): optimized celery configuration 2024-02-14 11:26:42 +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
29153b508c chore(deps): bumped celery to 5.3.6 and kombu to latest version 2024-02-13 14:40:03 +01:00
RhodeCode Admin
296df48136 feat(celery): set msgpack as default serializer and drop json_ext as it's actually slower 2024-02-13 10:52:10 +01:00
RhodeCode Admin
0f1af561b6 fix(configs): optimize configs for 5.0.0 release defaults
- switch by default form gevent to gthread
2024-02-12 13:00:46 +01:00
RhodeCode Admin
d4070f83d4 fix(ui): fixed issues with hover menus and diff download items.
- the diff ops are now moved into context menu
- the diff ops could be now used in PR context
- fixed various UI problems with the old solution
2024-02-12 12:54:05 +01:00
RhodeCode Admin
54b5e23168 fix(db-models): fixed sqlalchemy warnings in DB models. 2024-02-08 21:59:15 +01:00
RhodeCode Admin
417852037f fix(tests): fixed tests for vcs-operations 2024-02-08 17:07:44 +01:00
RhodeCode Admin
0dbf870242 fix(celery): remove warning about retry connection flag 2024-02-08 15:30:33 +01:00
RhodeCode Admin
9b2b667129 fix(celery): use a lightweight method of db ping to speed up tasks executions 2024-02-08 13:37:11 +01:00
RhodeCode Admin
a10af94314 feat(caches): cache page shows all keys since there should be only 1 per repo now 2024-02-08 10:52:57 +01:00