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