Commit graph

4814 commits

Author SHA1 Message Date
RhodeCode Admin
ab6095b38c config: move env expansion to common code for EE usage 2022-11-20 07:25:54 +01:00
RhodeCode Admin
bfaa4b9416 pull-requests: Add possibility to include pull request description into merge commit message 2022-11-04 12:03:49 +01:00
RhodeCode Admin
5d103475d6 metrics: expose response code to logs 2022-11-03 09:40: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
8a95bb9eb4 logging: changed module in logs extra as it is a reserved keyword 2022-10-27 22:54:02 +02:00
RhodeCode Admin
446b48dea6 celery: fixed error when celery was disabled 2022-10-27 22:51:48 +02:00
RhodeCode Admin
faa449987b logging: expose extra metadata to various important logs for loki 2022-10-27 22:49:17 +02:00
RhodeCode Admin
d04fb901d3 caches: updated cache sanitizer to remove any non-ascii chars 2022-10-27 15:32:21 +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
877b1f16b8 metrics: remove bootstrap timing, as its not usefull at all.
Counter resets on each start we don't get any good metrics out of that
2022-10-27 15:31:18 +02:00
RhodeCode Admin
85f6a432fb caches: fixed unicode mismatch with types 2022-10-26 11:17:53 +02:00
RhodeCode Admin
5cfea23393 exceptions: store exception about failed exc email sending 2022-10-26 11:13:39 +02:00
RhodeCode Admin
241c6c738b metrics: reduce cardinality on view names 2022-10-26 11:03:10 +02:00
RhodeCode Admin
298c38a0c3 caches: fixed unicode errors on non-ascii cache keys 2022-10-26 10:38:13 +02:00
RhodeCode Admin
fb9e5e1720 metrics: expose exc_type in consistent format 2022-10-26 10:17:24 +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
e9cba7b782 metrics: fixed exc type metrics 2022-10-25 13:59:47 +02:00
RhodeCode Admin
5eba94deae metrics: fix request total name 2022-10-25 13:33:32 +02:00
RhodeCode Admin
bc8d59f1a7 metrics: use prom metrics, and added some additional metrics 2022-10-25 13:08:47 +02:00
RhodeCode Admin
de71212b00 packages: pin dogpile.cache to 0.9.0 for compat with current version 2022-10-25 10:01:01 +02:00
RhodeCode Admin
50ffbba0d9 metrics: expose more metrics via statsd
- expections
- celery tasks with statuses
2022-10-25 09:44:44 +02:00
RhodeCode Admin
edf003e16f packages: remove dogpile core as is a deprecated package 2022-10-25 09:44:02 +02:00
RhodeCode Admin
f4bb5af13b channelstream: fix dogpile core import.
dogpile.core is depracated and will be removed
2022-10-16 22:30:37 +02:00
RhodeCode Admin
c46715693f caches: cache ctx_description on local cache on 2022-10-16 22:30:13 +02:00
RhodeCode Admin
69e017757a caches: use also local cache branch as it used very much 2022-10-15 08:01:41 +02:00
RhodeCode Admin
8e00aec5f4 metrics: further adjustments.
- reduce cardinality
- added push/pull
2022-10-14 22:05:39 +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
bde27dcd1c metrics: add response code, and fix user problem on metrics 2022-10-14 13:52:39 +02:00
RhodeCode Admin
0edcacd71a config: expose statsd config variable 2022-10-14 12:53:21 +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
747411a097 helpers: use a small compilation cache to not re-compile same patterns over and over. 2022-10-13 13:24:37 +02:00
RhodeCode Admin
dc3192df43 http_client: some reformatting 2022-10-13 12:53:55 +02:00
RhodeCode Admin
5316da6586 logging: added json logger to send json formatted logs 2022-10-13 12:53:37 +02:00
RhodeCode Admin
619fd8cc2c auth: python3 compatability code for migration 2022-10-13 12:53:14 +02:00
RhodeCode Admin
105310a809 channelstream: disabled channelstream no longer produces an error message. 2022-10-13 12:52:43 +02:00
RhodeCode Admin
9a0f015ea3 release bumped to 4.28.0 2022-10-14 12:48:40 +02:00
RhodeCode Admin
08c8e3f480 release: merge stable into default 2022-10-14 12:47:59 +02:00
RhodeCode Admin
125cd0b146 Added tag v4.27.1 for changeset 1e0ab770108a 2022-10-12 14:05:57 +00:00
RhodeCode Admin
416d9dba32 release: Finish preparation for 4.27.1 2022-10-12 14:05:55 +00:00
RhodeCode Admin
67cccda55f release: Start preparation for 4.27.1 2022-10-12 14:05:44 +00:00
RhodeCode Admin
6875b20c09 merged default into stable 2022-10-12 16:05:14 +02:00
RhodeCode Admin
ea8499bf8b docs: added 4.27.1 docs 2022-10-12 16:04:54 +02:00
RhodeCode Admin
53b22efa8d pkgs: bumped nix version 2022-10-12 16:03:05 +02:00
RhodeCode Admin
94c141d6a4 caches: fix id sanitizer. 2022-10-10 12:30:07 +02:00
RhodeCode Admin
39e6e12be3 caches: fixes the file-store backend to use serialized names for filename cache of vcsserver.
Using ones with '/' would crash the backend
2022-10-06 10:26:43 +02:00
RhodeCode Admin
127da865d6 docs: added new admin trick to bulk change owner of repository 2022-10-06 10:26:05 +02:00
RhodeCode Admin
063cb9f16b release: merge back stable branch into default 2022-10-06 10:06:46 +02:00
RhodeCode Admin
f9311617c3 Added tag v4.27.0 for changeset 6cea3037df92 2022-10-03 14:42:18 +00:00
RhodeCode Admin
d8c2f88af4 release: Finish preparation for 4.27.0 2022-10-03 14:42:15 +00:00