##// END OF EJS Templates
Moved K8s docs to the helm chart repository
Dmytro Sirant -
r5494:d3b6eaf4 default
parent child Browse files
Show More
@@ -1,94 +1,93 b''
1 1 |RCE|
2 2 =====
3 3
4 4 |RCE| is a high-performance source code management and collaboration system.
5 5 It enables you to develop projects securely behind the firewall while
6 6 providing collaboration tools that work with |git|, |hg|,
7 7 and |svn| |repos|. The user interface allows you to create, edit,
8 8 and commit files and |repos| while managing their security permissions.
9 9
10 10 |RCE| provides the following features:
11 11
12 12 * Source code management.
13 13 * Extended permissions management.
14 14 * Integrated code collaboration tools.
15 15 * Integrated code review and notifications.
16 16 * Scalability provided by multi-node setup.
17 17 * Fully programmable automation API.
18 18 * Web-based hook management.
19 19 * Native |svn| support.
20 20 * Migration from existing databases.
21 21 * |RCE| SDK.
22 22 * Built-in analytics
23 23 * Built in integrations including: Slack, Webhooks (used for Jenkins/TeamCity and other CIs), Jira, Redmine, Hipchat
24 24 * Pluggable authentication system.
25 25 * Support for AD, |LDAP|, Crowd, CAS, PAM.
26 26 * Support for external authentication via Oauth Google, Github, Bitbucket, Twitter.
27 27 * Debug modes of operation.
28 28 * Private and public gists.
29 29 * Gists with limited lifetimes and within instance only sharing.
30 30 * Fully integrated code search function.
31 31 * Always on SSL connectivity.
32 32
33 33 .. only:: html
34 34
35 35 Table of Contents
36 36 -----------------
37 37
38 38 .. toctree::
39 39 :maxdepth: 1
40 40 :caption: Admin Documentation
41 41
42 42 install/quick-start
43 43 install/install-database
44 44 install/install-steps
45 install/install-kubernetes
46 45 admin/system-overview
47 46 nix/default-env
48 47 admin/system-admin
49 48 admin/user-admin
50 49 admin/repo-admin
51 50 admin/security-tips
52 51 auth/auth
53 52 issue-trackers/issue-trackers
54 53 admin/lab-settings
55 54
56 55 .. toctree::
57 56 :maxdepth: 1
58 57 :caption: Feature Documentation
59 58
60 59 collaboration/collaboration
61 60 collaboration/review-notifications
62 61 collaboration/pull-requests
63 62 code-review/code-review
64 63 integrations/integrations
65 64
66 65 .. toctree::
67 66 :maxdepth: 1
68 67 :caption: User Documentation
69 68
70 69 usage/basic-usage
71 70 tutorials/tutorials
72 71
73 72 .. toctree::
74 73 :maxdepth: 1
75 74 :caption: Developer Documentation
76 75
77 76 api/api
78 77 tools/rhodecode-tools
79 78 extensions/extensions-hooks
80 79 contributing/contributing
81 80
82 81 .. toctree::
83 82 :maxdepth: 2
84 83 :caption: RhodeCode Control Documentation
85 84
86 85 RhodeCode Installer <https://docs.rhodecode.com/RhodeCode-Control/>
87 86
88 87 .. toctree::
89 88 :maxdepth: 1
90 89 :caption: About
91 90
92 91 known-issues/known-issues
93 92 release-notes/release-notes
94 93 admin/glossary
@@ -1,59 +1,58 b''
1 1 |RCE| 5.1.0 |RNS|
2 2 -----------------
3 3
4 4 Release Date
5 5 ^^^^^^^^^^^^
6 6
7 7 - 2024-07-18
8 8
9 9
10 10 New Features
11 11 ^^^^^^^^^^^^
12 12
13 13 - We've introduced 2FA for users. Now alongside the external auth 2FA support RhodeCode allows to enable 2FA for users.
14 14 2FA options will be available for each user individually, or enforced via authentication plugins like ldap, or internal.
15 15 - Email based log-in. RhodeCode now allows to log-in using email as well as username for main authentication type.
16 16 - Ability to replace a file using web UI. Now one can replace an existing file from the web-ui.
17 17 - GIT LFS Sync automation. Remote push/pull commands now can also sync GIT LFS objects.
18 18 - Added ability to remove or close branches from the web ui.
19 19 - Added ability to delete a branch automatically after merging PR for git repositories.
20 20 - Added support for S3 based archive_cache that allows storing cached archives in S3 compatible object store.
21 21
22 22
23 23 General
24 24 ^^^^^^^
25 25
26 26 - Upgraded all dependency libraries to their latest available versions.
27 27 - Repository storage is no longer controlled via DB settings, but .ini file. This allows easier automated deployments.
28 28 - Bumped mercurial to 6.7.4
29 29 - Mercurial: enable httppostarguments for better support of large repositories with lots of heads.
30 30 - Added explicit db-migrate step to update hooks for 5.X release.
31 31
32 32
33 33 Security
34 34 ^^^^^^^^
35 35
36 36
37 37
38 38 Performance
39 39 ^^^^^^^^^^^
40 40
41 41 - Introduced a full rewrite of ssh backend for performance. The result is 2-5x speed improvement for operation with ssh.
42 42 Enable new ssh wrapper by setting: `ssh.wrapper_cmd = /home/rhodecode/venv/bin/rc-ssh-wrapper-v2`
43 43 - Introduced a new hooks subsystem that is more scalable and faster, enable it by setting: `vcs.hooks.protocol = celery`
44 44
45 45
46 46 Fixes
47 47 ^^^^^
48 48
49 49 - Archives: Zip archive download breaks when a gitmodules file is present.
50 50 - Branch permissions: fixed bug preventing to specify own rules from 4.X install.
51 51 - SVN: refactored svn events, thus fixing support for it in dockerized environment.
52 52 - Fixed empty server url in PR link after push from cli.
53 53
54 54
55 55 Upgrade notes
56 56 ^^^^^^^^^^^^^
57 57
58 - RhodeCode 5.1.0 is a mayor feature release after big 5.0.0 python3 migration. Happy to ship a first time feature-
59 rich release.
58 - RhodeCode 5.1.0 is a major feature release after big 5.0.0 python3 migration. Happy to ship a first time feature-rich release.
1 NO CONTENT: file was removed, binary diff hidden
1 NO CONTENT: file was removed
General Comments 0
You need to be logged in to leave comments. Login now