Commit graph

5470 commits

Author SHA1 Message Date
Andrii Verbytskyi
146f6d361a merge: Resolved conflicts 2024-07-18 17:15:54 +02:00
Andrii Verbytskyi
fd2519123b chore: updated release notes 2024-07-18 15:39:39 +02:00
RhodeCode Admin
06b3778ab4 fix(tests): fixed svn tests cases when interactive prompt was displayed 2024-07-17 21:10:12 +02:00
RhodeCode Admin
45775abb81 fix(tests): fixed potential freeze on vcs_operations tests 2024-07-17 20:35:17 +02:00
RhodeCode Admin
2b13bc5a0a fix(tests): fixed callback deamon tests 2024-07-17 11:41:30 +02:00
RhodeCode Admin
50c8c98c7f fix(js-routes): fixed bad urls in jsroutes 2024-07-17 10:19:00 +02:00
RhodeCode Admin
53e0af18ff fix: escaper, use h.escape instead of html_escape since it's faster and correct 2024-07-17 10:16:28 +02:00
RhodeCode Admin
f6cd5ffe89 docs: updated release notes 2024-07-17 09:12:41 +02:00
RhodeCode Admin
47e6265c09 chore(cleanups): use single consistent escape for descriptions 2024-07-16 21:53:36 +02:00
RhodeCode Admin
6f7cbc64a7 fix: startup, report nicer error in case DB is damaged or empty when starting services 2024-07-16 21:53:10 +02:00
RhodeCode Admin
1d56632985 ini: cleanup 2024-07-16 14:02:38 +02:00
Marcin Kuźmiński
1790b4d3d2 Fixed problem with step param not initializing for 0 step migration 2024-07-12 16:41:59 +00:00
RhodeCode Admin
e6ee4d8ae0 Bump version: 5.0.2 → 5.0.3 2024-06-17 11:45:21 +02:00
RhodeCode Admin
06545d9d6e release: Bump version 5.0.2 to 5.0.3 2024-06-17 11:45:21 +02:00
RhodeCode Admin
26d18ef0fe fix(svn): svn events fixes and change the way how we handle the events 2024-06-04 17:20:16 +02:00
RhodeCode Admin
34dcb83bfb chore: added excplicit db-migrate to update hooks for 5.X rel 2024-07-03 09:50:40 +02:00
Serhii Ilin
93f783912f fix: fixed s3 region. Fixes: RCCE-98 2024-07-11 09:36:35 +03:00
Serhii Ilin
61c700577b feat(region for s3 storage): added configurable region of s3 storage. 2024-07-03 14:17:17 +03:00
Serhii Ilin
9019f7e9c8 fix: fixed empty server url in PR link. Fixes: RCCE-77 2024-06-21 09:25:02 +03:00
RhodeCode Admin
4bd0fecc18 deps: removed unused pyramid-apispec 2024-06-24 09:08:12 +02:00
RhodeCode Admin
8f1e706ad8 chore(cleanups): cleanup unicode usage... 2024-06-23 21:48:10 +02:00
RhodeCode Admin
e013e4ca46 fix(scheduler): fixed scheduler task UID conflicts due to orjson not understanding JSONRAW and also bad sorting usage
fixes RCCE-92
2024-06-23 21:45:34 +02:00
RhodeCode Admin
8ac5fafd3d fix(users-creation): fixed reported error for emails as dict not label 2024-06-23 10:01:08 +02:00
RhodeCode Admin
f9dff2a21f feat(archive-cache): added presigned_url support for objectstore 2024-06-20 10:57:56 +02:00
Serhii Ilin
7d866e5cad feat(delete-branch-after-merge-git): added ability to delete a branch automatically after merging PR (if it was configured). Fixes: RCCE-76 2024-06-17 14:59:54 +03:00
RhodeCode Admin
b965526856 fix: fixed logging 2024-06-19 13:14:05 +02:00
RhodeCode Admin
eab897ac5c feat(archive-cache): objectstore now makes bucket required, and use shards as folders inside it 2024-06-19 12:34:05 +02:00
RhodeCode Admin
5206570f1b configs: added config for top-level bucket 2024-06-18 14:05:33 +02:00
RhodeCode Admin
eed5751983 feat(archive-cache): added option to define a configurable top-level bucket for all shards 2024-06-18 14:03:06 +02:00
RhodeCode Admin
f4323f22c5 docs: fixed wrong docs link 2024-06-17 13:01:04 +02:00
RhodeCode Admin
7459e289a5 routes: updated routes JS 2024-06-17 11:03:57 +02:00
RhodeCode Admin
f7df41ee5f docs: added 5.0.3 release notes 2024-06-17 11:03:36 +02:00
RhodeCode Admin
08fbe9fb8f docs: updated release notes for 5.1 2024-06-14 19:26:13 +02:00
Serhii Ilin
9db393bf1a fix(branch removal trough UI): changed route path. Fixes: RCCE-75 2024-06-14 13:10:47 +03:00
RhodeCode Admin
c2075c1239 celery: added test view to test celery exception handling 2024-06-14 08:58:18 +02:00
RhodeCode Admin
bb46f148f2 feat(archive-cache): added extra info on number of evicted caches 2024-06-14 08:57:51 +02:00
RhodeCode Admin
984a9a564f feat(archive-cache): implemented s3 based backend for filecaches 2024-06-13 21:29:37 +02:00
RhodeCode Admin
b44b38740b feat(system-info): update report and made a ver option be passed via GET param to test check for update logic 2024-06-13 10:44:25 +02:00
RhodeCode Admin
b8bd026171 core: refactor of vendor lib to easier sync with vcsserver 2024-06-13 21:30:11 +02:00
RhodeCode Admin
80f7b38d7d fix(bootstrap): fixed issues that lead to leaving rhodecode.local as a default setting which is now explicitly read from .ini config 2024-06-13 10:43:17 +02:00
RhodeCode Admin
b549afbfee feat: system-upgrade improved message on new version check page 2024-06-13 09:42:48 +02:00
Serhii Ilin
59e99e4368 feat(branch removal trough UI): Added ability to remove branches trough UI from git and hg repositories. Fixes: RCCE-75 2024-06-07 12:28:04 +03:00
RhodeCode Admin
3d0e81968b feat(disk-cache): use fsync to force flush changes on NFS, and use retry mechanism to archive caches... 2024-06-10 17:01:42 +02:00
RhodeCode Admin
164d313bea feat(archive-cache): added retry mechanism, and some code cleanups 2024-06-09 22:01:19 +02:00
RhodeCode Admin
f642c7aebf feat(archive-cache): re-calculate size better if we miss it in stats 2024-06-06 19:50:31 +02:00
RhodeCode Admin
4ce101104b feat(archive-cache): added logging and relative imports 2024-06-06 16:54:19 +02:00
RhodeCode Admin
fd5f035c74 feat(archive-cache): implemented eviction policy logic 2024-06-06 14:48:07 +02:00
RhodeCode Admin
308a5029a1 feat(archive-cache): implement more usage stats for later easier evictions 2024-06-06 14:43:26 +02:00
RhodeCode Admin
a98ae47e79 feat(system-info): properly report storage stats after diskcache removal 2024-06-05 16:27:54 +02:00
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