Commit graph

4884 commits

Author SHA1 Message Date
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
RhodeCode Admin
f63dd36aff release: updated pip2nix output for 4.27.0 2022-10-03 14:42:05 +00:00
RhodeCode Admin
03521bc8cf i18n: Updated message catalog template 2022-10-03 13:29:53 +00:00
RhodeCode Admin
a507d3e7f6 release: Merge default into stable for release preparation 2022-10-03 13:17:18 +00:00
RhodeCode Admin
dca58047e2 release: pinned to fixed tools 1.4.1 version 2022-10-03 13:11:53 +02:00
RhodeCode Admin
227f4040d2 debugging: expose logs/exception when debug log is enabled. 2022-10-03 12:03:41 +02:00
RhodeCode Admin
d26e0145a1 docs: added release notes 4.27 2022-09-01 22:10:45 +02:00
RhodeCode Admin
093cf251d5 caches: make sure we init caches on repo names withou '/' to not create a new cache subpath 2022-09-01 22:00:13 +02:00
RhodeCode Admin
e5a4524403 url-validator: make it more explicit credentials could be a case for repo import validator to fail 2022-09-01 21:59:29 +02:00
RhodeCode Admin
985d3eede5 tests: fixed some issues with new transifex urls 2022-09-01 21:58:53 +02:00
RhodeCode Admin
ce7e048a7d git: allow overriding default master branch with an env variable. 2022-08-11 09:39:24 +02:00
RhodeCode Admin
57eecdce7f vcs-settings: when setting landing ref from UI switch default GIT branch too.
fixes #5663
2022-08-11 09:39:06 +02:00
RhodeCode Admin
4508de422b caches: fixed error for unique non-ascii cache keys 2022-07-25 15:07:29 +02:00
RhodeCode Admin
7483c5b2bf files: fixed unicode problems in specially encoded paths handler. 2022-01-10 15:24:21 +01:00
RhodeCode Admin
da3f876a71 commits/summary: unify fetching remote attribute in summary and commits page to properly and in the same way show the data. 2021-12-20 16:07:22 +01:00
RhodeCode Admin
eb95462c1a files: escape special chars for metadata loading to prevent breaking url with chars like #, <.
- fixes #5672
2021-12-17 08:24:00 +01:00
RhodeCode Admin
86f1961de4 caches: invalidate cache on remote side from repo settings alongside local cache. 2021-12-16 14:26:38 +01:00
RhodeCode Admin
b7718f5e2d vcs-cache: enable more methods, and fix arguments calls 2021-12-06 10:30:22 +01:00
RhodeCode Admin
ae99ab4e5e drafts: show TODO drafts properly.
- Fixes #5668
2021-12-03 15:21:17 +01:00
RhodeCode Admin
2b35e8af0d vcs-call-cache: controll via hidden .ini flag 2021-12-03 15:17:11 +01:00
RhodeCode Admin
aedc41d96a vcs: experimental local cache for methods 2021-12-01 14:17:51 +01:00
RhodeCode Admin
b0f3ddc600 system-info: expose env variables 2021-12-01 13:53:38 +01:00
RhodeCode Admin
6661b23cd5 security: fixed self-xss on archive download page. 2021-11-18 15:18:21 +01:00
RhodeCode Admin
2c268b6026 pyroutes: register status healthcheck in routes. 2021-10-29 14:42:59 +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
57d6760484 version: bumped to 4.27.0 2021-10-12 14:48:14 +02:00
RhodeCode Admin
ddf7703bef merged with stable 2021-10-12 14:47:33 +02:00
RhodeCode Admin
d1bfd0ade0 healthcheck: Added authentication because we expose DB information 2021-10-12 14:47:16 +02:00
RhodeCode Admin
720dbed814 ops: added healthcheck view 2021-10-12 14:29:26 +02:00
RhodeCode Admin
f5cf1a1f86 celerylib: fixed broken tasks for auto-update 2021-10-12 14:09:11 +02:00
RhodeCode Admin
448f66785c sys-info: added helpers for faster loading of sys-info data 2021-10-12 13:40:59 +02:00