Commit graph

38 commits

Author SHA1 Message Date
RhodeCode Admin
166db21812 core: run ruff format 2025-01-13 17:47:37 +01:00
RhodeCode Admin
82f0f8d214 core: updated copyright to 2024 2024-11-12 16:39:07 +01:00
RhodeCode Admin
b8bd026171 core: refactor of vendor lib to easier sync with vcsserver 2024-06-13 21:30:11 +02:00
RhodeCode Admin
a970700222 feat(locks): added no-blocking option for redis blocks 2024-04-26 12:07:06 +02:00
RhodeCode Admin
93aa629538 feat(statsd): added extra logging into statsd initalization 2024-02-27 10:32:01 +01:00
RhodeCode Admin
787ed15b39 vendor: bumped redis-lock to latest version 2023-08-03 20:47:22 +02:00
RhodeCode Admin
23a77bc66d authomatic: fixed oauth data types 2023-07-27 12:38:21 +02:00
RhodeCode Admin
4bbb30fa06 modernize: updates for python3 2023-07-18 14:45:20 +02:00
RhodeCode Admin
42301154fc copyrights: updated for 2023 2023-07-18 11:57:27 +02:00
RhodeCode Admin
6db5a493b6 vendor: python3 fixes 2023-07-17 15:03:28 +02:00
RhodeCode Admin
87dc66d2db vendor-libs: synced authomatic code with latest changes 2023-07-17 15:03:15 +02: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
3731a4a02c webhelpers2: added backport code not compatible with python3.11. 2023-03-10 10:02:43 +01:00
RhodeCode Admin
0122133e4e python3: fixed usage of .next() and .func_name 2023-03-07 09:56:40 +01:00
RhodeCode Admin
94a50edf39 python3: fix usage of int/long 2023-03-07 09:54:36 +01:00
RhodeCode Admin
094d4466e2 python3: 2to3 fixes 2023-03-06 23:40:40 +01:00
RhodeCode Admin
135f0f0cc6 python3: fixed usage of stringIO module 2023-03-06 23:09:06 +01:00
RhodeCode Admin
44486852d1 python3: fix use of basetring 2023-03-06 22:23:16 +01:00
RhodeCode Admin
975f760526 python3: removed from future imports 2023-03-06 21:51:17 +01:00
RhodeCode Admin
149d8a84a9 py3: synced _vendor with vcsserver py3 changes 2023-03-06 15:56:10 +01:00
RhodeCode Admin
8f6692847b python3: removed use of xrang 2023-03-06 14:57:53 +01:00
RhodeCode Admin
7a2bd60f22 statsd: use safe mode and disable statsd if we can't connect 2023-02-02 10:01:32 +01:00
RhodeCode Admin
2fb5b22ffd statsd: fixed timed logic 2023-01-05 09:46:49 +01:00
RhodeCode Admin
faa449987b logging: expose extra metadata to various important logs for loki 2022-10-27 22:49:17 +02:00
RhodeCode Admin
cff104fdd7 statsd: added option to use timer without auto-sending data 2022-10-27 15:31:50 +02:00
RhodeCode Admin
275f31e397 metrics: fixed celery task names, fixed hiistogram type metrics, client small fixes 2022-10-25 21:35:08 +02:00
RhodeCode Admin
059911817e metrics: use non decimal version for timer.
- added bucket registry
- some small fixes
2022-10-25 16:39:23 +02:00
RhodeCode Admin
b4d077597a statsd: fix unicode tags generation as we use str now 2022-10-14 15:53:27 +02:00
RhodeCode Admin
89550b662b metrics: added new statsd client and enabled new metrics on app 2022-10-14 12:47:01 +02:00
RhodeCode Admin
5316da6586 logging: added json logger to send json formatted logs 2022-10-13 12:53:37 +02:00
RhodeCode Admin
37a751bc31 users: enable full edit mode for super admins.
- We'll enable the users to change their names via external auth for rename cases.
2021-10-29 14:42:31 +02:00
RhodeCode Admin
8ec2b58a03 caches: improved locking problems with distributed lock new cache backend 2021-07-18 23:33:46 +02:00
RhodeCode Admin
d52521dd31 redis-lock: add rhodecode logging prefix to properly log things. 2021-07-15 14:19:09 +02:00
RhodeCode Admin
8f4dca8494 redis: added better distributed lock implementation. 2021-07-14 15:35:27 +02:00
Milka Kuzminski
9dea53efd3 app: added statsd calls for monitoring. 2021-02-03 15:17:14 +01:00
Marcin Kuzminski
fe96e16646 code: update copyrights to 2020 2020-04-16 00:34:52 +02:00
Marcin Kuzminski
483b3813b0 packages: vendor authomatic to provide bitbucket oath2 capabilities.
- regular release doesn't have it yet.
2019-09-02 17:42:26 +02:00