Commit graph

5476 commits

Author SHA1 Message Date
RhodeCode Admin
efb6d1e422 feat(configs): deprecared old hooks protocol and ssh wrapper.
New defaults are now set on v2 keys, so previous installation are automatically set to new keys.
Fallback mode is still available.
2024-08-07 13:35:47 +02:00
RhodeCode Admin
55281cb2b0 feat(config): deprecated old ssh wrapper command and make the v2 the default one 2024-08-06 16:02:40 +02:00
Dmytro Sirant
e034e8d929 Moved K8s docs to the helm chart repository 2024-08-08 19:45:41 +10:00
Dmytro Sirant
fd206549e8 - Added Kubernetes deployment section to the documentation
- Small formating fixes to the documentation
2024-08-01 23:00:05 +10:00
RhodeCode Admin
5ecaaee436 chore(deps): bumped orjson==3.10.3 2024-08-02 12:54:19 +02:00
RhodeCode Admin
8de40a05f4 chore(deps): bumped zope.interface==6.4.post2 2024-08-02 12:52:51 +02:00
RhodeCode Admin
4ebca46c23 chore(deps): bumped gunicorn==22.0.0 2024-08-02 12:50:45 +02:00
RhodeCode Admin
0c320ae313 chore(deps): bumped packaging==24.1 2024-08-02 12:49:30 +02:00
RhodeCode Admin
e23ad22b70 fix(mailing): don't default to empty string for smtp_password and user, since mailing lib only expects None as empty values 2024-07-31 19:48:01 +02:00
RhodeCode Admin
632140ed6c d-cache: don't init in includeme so we don't trigger s3 connections on startup of rcstack.
The d-cache will be initied only when needed during first file download
2024-07-30 14:27:00 +02:00
RhodeCode Admin
7b14663e2c feat(caches): make sure commit-caches propagate to parent repo groups 2024-07-29 18:02:15 +02:00
RhodeCode Admin
fa3e6d2304 fix(config): added default value to celery result and broker 2024-07-25 14:05:43 +02:00
RhodeCode Admin
3f8807d95c fix: updated command list mapping for mercurial 6.5, after client upgrade a new command can be given which is clonebundles_manifest, we marked it explicit as pull command. Also added few more commands, fixes RCCE-111 2024-07-24 09:46:05 +02:00
RhodeCode Admin
905b038bea docs: added 5.1.1 rel notes 2024-07-23 16:24:15 +02:00
RhodeCode Admin
151f358574 fix:js lock JS deps to make builds stable 2024-07-23 14:23:19 +02:00
RhodeCode Admin
b8822dcc98 fix: js sync ce/ee package definitions 2024-07-23 14:12:55 +02:00
RhodeCode Admin
2a94fb6ab1 chore: makefile, cleanup node_modules before generating a new ones 2024-07-23 14:08:35 +02:00
RhodeCode Admin
82fb562008 docs: started 5.2.0 release notes 2024-07-18 20:38:35 +02:00
RhodeCode Admin
8b6d609351 release: Bump version 5.1.0 to 5.2.0 2024-07-18 20:35:36 +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
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