Commit graph

114 commits

Author SHA1 Message Date
RhodeCode Admin
39bed20bcb feat(disk-cache): rewrite diskcache backend to be k8s and NFS safe.
- no longer depend on diskcache
- use simpler version with Redis lock, and filesystem storage
- fixes RCCE-78
2024-06-05 12:32:12 +02:00
RhodeCode Admin
0f0d045b9b configs: update .ini files 2024-05-20 10:01:35 +02:00
RhodeCode Admin
590bbea4e3 tests: updated test ini and configs for setting custom ini files 2024-05-08 13:27:19 +02:00
Serhii Ilin
5f36eb1b22 Updated with a latest changes. 2024-03-11 20:12:31 +02:00
RhodeCode Admin
2dd2eea658 chore(configs): optimize configs for docker env 2024-03-04 11:34:15 +01: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
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
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
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
a713c72836 configs: mention not to use memory sessions 2023-10-23 21:58:25 +02:00
RhodeCode Admin
dd61323584 configs: added small fixes into gunicorn configs 2023-08-16 15:55:42 +02:00
RhodeCode Admin
9acdaef436 configs: moved gunicorn configs to python files 2023-08-05 23:26:16 +02:00
RhodeCode Admin
76daee5cd6 configs: updated with new options and settings for python3 2023-07-18 09:51:33 +02:00
RhodeCode Admin
bfdcb17dff configs: remove convert unicode which is deprecated 2023-03-20 20:02:35 +01:00
RhodeCode Admin
971b015bdf config: reduced gunicorn backlog default to handle less connections per worker 2023-02-09 11:00:33 +01:00
RhodeCode Admin
bc9d34cbec config: reduce max-task-per-child to 20 2023-02-08 12:20:01 +01:00
RhodeCode Admin
83e86c7943 small naming fixes 2023-02-02 09:41:40 +01:00
RhodeCode Admin
a672643796 celery: improve errors handling and logging 2023-01-31 10:07:10 +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
RhodeCode Admin
95bdb4e1c3 ini: cleanups + added generic cache definition 2023-01-05 09:50:14 +01:00
RhodeCode Admin
7a4e0005a5 config: updated changes to config files 2022-12-19 15:20:13 +01:00
RhodeCode Admin
43f40cd31c config: major update for the code to make it be almost fully controllable via env for new docker based installer. 2022-12-12 14:05:25 +01:00
RhodeCode Admin
062734947d configs: added changed require to track logging with loki or logstash 2022-10-28 13:08:19 +02:00
RhodeCode Admin
0edcacd71a config: expose statsd config variable 2022-10-14 12:53:21 +02:00
RhodeCode Admin
fe98575ce6 cache: allow controlling lock_auto_renewal via .ini config 2021-07-22 11:47:42 +02:00
Marcin Kuzminski
38ebd62814 configs: changed allowed method of setting SVN compatible version 2020-03-30 11:50:05 +02:00
Marcin Kuzminski
d0a117b4ad exception-tracker: enable send email on exception 2020-03-26 14:03:07 +01:00
Marcin Kuzminski
ed40528e9a ini: updated .ini templates 2020-01-08 13:21:51 +01:00
Marcin Kuzminski
b02aadfe98 config: small updated to .ini files 2020-01-07 13:36:17 +01:00
Marcin Kuzminski
55ed321e0a configs: use new style of comments on .ini files.
- This will allow better diffing options with control mako templates
- main problem was ## comments which in mako we needed to escape.
- cleanup configurations with some nicer formatting/comments
2020-01-06 14:03:47 +01:00
Marcin Kuzminski
656a419c84 app-setup: allow skip of legacy plugin discovery. 2019-11-29 11:15:13 +01:00
Marcin Kuzminski
2f94372e2a gunicorn: moved loglevel control to .ini file 2019-11-28 12:54:53 +01:00
Marcin Kuzminski
aa65b092ff gunicorn: moved all configuration of gunicorn workers to .ini files.
- ini files should be the only config source
- gunicorn config only brings a logic we don't want to change
- memory monitoring will be now controlled by .ini file as well.
2019-11-25 13:15:29 +01:00
Daniel Dourvaris
603a3c0545 emails: added reply link to comment type emails
- also added note/todo ID in display
- cleanup code for anchor resolution, and selected elements highlight
2019-11-08 13:05:34 +01:00
Marcin Kuzminski
1ed9cf6561 license: added a flag to allow hidding license info. 2019-10-23 13:07:29 +02:00
Marcin Kuzminski
f14723cb7f configs: removed deprecated convert_unicode param 2019-09-30 10:55:14 +02:00
Daniel Dourvaris
f36492a220 git: remove GIT_REV_FILTER argument as it's now obsolete with libgit2 implementation 2019-09-03 16:51:07 +02:00
Marcin Kuzminski
633c58187e packages: updated celery to 4.3.0 and switch default backend to redis
- we usually have redis, and it makes our stack simpler and easier to debug.
2019-09-03 11:42:10 +02:00
Marcin Lulek
fad8893252 user-sessions: added option to cleanup redis based sessions in user session interface. 2019-03-06 12:22:09 +01:00
Marcin Kuzminski
823c59c011 encryption: added new backend using cryptography + Fernet encryption.
- This would soon replace the old deprecated one based on pycrypto
- We need a migration for the encryption data
2019-02-26 13:18:24 +01:00
Marcin Kuzminski
2e1d1b5168 config: updated .ini configs 2019-02-15 11:10:57 +01:00
csalgau
ef7b0fcbd5 Issue #5536 - ability to disable server-side SSH key generation
- Fixes #5536
2019-02-14 01:16:57 +02:00
Marcin Lulek
f94d402566 file-uploads: created simple upload capabilities.
- This initially will be used for comments /ticket uploads of binarry attachements
2019-01-25 12:51:26 +01:00
Marcin Kuzminski
2e8001e5fa application: add debug mode that switches logging to debug.
It's no longer required to reconfigure all logging. debug flag
now does it automatically.
2018-12-05 13:35:10 +01:00
Marcin Kuzminski
5a37a33119 mailing: switched from homebrew lib to pyramid_mailer with python3 compatability 2018-10-03 18:47:58 +02:00
Marcin Kuzminski
bb3af9d7ff config: updated example configs 2018-09-18 11:58:59 +02:00
Marcin Kuzminski
b8b33988bd exception_store: rename .ini option for future 2018-09-13 14:35:14 +02:00
Marcin Kuzminski
19d4c6901b exc_tracker: allow setting custom store via .ini file
- use safer exc read when listing exceptions.
2018-09-10 22:18:53 +02:00
Marcin Kuzminski
68e0fed088 config: updated docstrings in .ini files 2018-09-03 13:43:33 +02:00
Marcin Lulek
db4b2e05bc configurations: update attached configuration INI files with the ENV_ substitution infomation.
In addition show better error message if substitution cannot be made.
2018-08-30 13:42:26 +02:00