Show More
@@ -0,0 +1,39 b'' | |||||
|
1 | |RCE| 4.11.5 |RNS| | |||
|
2 | ------------------ | |||
|
3 | ||||
|
4 | Release Date | |||
|
5 | ^^^^^^^^^^^^ | |||
|
6 | ||||
|
7 | - 2018-02-21 | |||
|
8 | ||||
|
9 | ||||
|
10 | New Features | |||
|
11 | ^^^^^^^^^^^^ | |||
|
12 | ||||
|
13 | ||||
|
14 | ||||
|
15 | General | |||
|
16 | ^^^^^^^ | |||
|
17 | ||||
|
18 | ||||
|
19 | ||||
|
20 | Security | |||
|
21 | ^^^^^^^^ | |||
|
22 | ||||
|
23 | ||||
|
24 | ||||
|
25 | Performance | |||
|
26 | ^^^^^^^^^^^ | |||
|
27 | ||||
|
28 | ||||
|
29 | ||||
|
30 | Fixes | |||
|
31 | ^^^^^ | |||
|
32 | ||||
|
33 | - Auth: fixed a regression with external auth new users creation. | |||
|
34 | ||||
|
35 | ||||
|
36 | Upgrade notes | |||
|
37 | ^^^^^^^^^^^^^ | |||
|
38 | ||||
|
39 | - Unscheduled bugfix release. |
@@ -33,3 +33,4 b' fa98b454715ac5b912f39e84af54345909a2a805' | |||||
33 | 3982abcfdcc229a723cebe52d3a9bcff10bba08e v4.11.2 |
|
33 | 3982abcfdcc229a723cebe52d3a9bcff10bba08e v4.11.2 | |
34 | 33195f145db9172f0a8f1487e09207178a6ab065 v4.11.3 |
|
34 | 33195f145db9172f0a8f1487e09207178a6ab065 v4.11.3 | |
35 | 194c74f33e32bbae6fc4d71ec5a999cff3c13605 v4.11.4 |
|
35 | 194c74f33e32bbae6fc4d71ec5a999cff3c13605 v4.11.4 | |
|
36 | 8fbd8b0c3ddc2fa4ac9e4ca16942a03eb593df2d v4.11.5 |
@@ -47,6 +47,6 b' Migration Command' | |||||
47 |
|
47 | |||
48 | After you've changed the database ORM and migration files, you can run:: |
|
48 | After you've changed the database ORM and migration files, you can run:: | |
49 |
|
49 | |||
50 |
|
|
50 | rc-upgrade-db <ini-file> | |
51 |
|
51 | |||
52 | The database will be upgraded up to the version defined in the ``__init__`` file. No newline at end of file |
|
52 | The database will be upgraded up to the version defined in the ``__init__`` file. |
@@ -169,7 +169,7 b' Setup the Development Database' | |||||
169 | To create a development database, use the following example. This is a one |
|
169 | To create a development database, use the following example. This is a one | |
170 | time operation executed from the nix-shell of rhodecode-enterprise-ce sources :: |
|
170 | time operation executed from the nix-shell of rhodecode-enterprise-ce sources :: | |
171 |
|
171 | |||
172 |
|
|
172 | rc-setup-app dev.ini \ | |
173 | --user=admin --password=secret \ |
|
173 | --user=admin --password=secret \ | |
174 | --email=admin@example.com \ |
|
174 | --email=admin@example.com \ | |
175 | --repos=~/my_dev_repos |
|
175 | --repos=~/my_dev_repos |
@@ -9,6 +9,7 b' Release Notes' | |||||
9 | .. toctree:: |
|
9 | .. toctree:: | |
10 | :maxdepth: 1 |
|
10 | :maxdepth: 1 | |
11 |
|
11 | |||
|
12 | release-notes-4.11.5.rst | |||
12 | release-notes-4.11.4.rst |
|
13 | release-notes-4.11.4.rst | |
13 | release-notes-4.11.3.rst |
|
14 | release-notes-4.11.3.rst | |
14 | release-notes-4.11.2.rst |
|
15 | release-notes-4.11.2.rst |
@@ -136,7 +136,7 b' let' | |||||
136 | mkdir repos |
|
136 | mkdir repos | |
137 |
|
137 | |||
138 | echo "Preparing the database" |
|
138 | echo "Preparing the database" | |
139 |
|
|
139 | rc-setup-app \ | |
140 | --user=admin \ |
|
140 | --user=admin \ | |
141 | --email=admin@example.com \ |
|
141 | --email=admin@example.com \ | |
142 | --password=secret \ |
|
142 | --password=secret \ |
General Comments 0
You need to be logged in to leave comments.
Login now