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 | 33 | 3982abcfdcc229a723cebe52d3a9bcff10bba08e v4.11.2 |
|
34 | 34 | 33195f145db9172f0a8f1487e09207178a6ab065 v4.11.3 |
|
35 | 35 | 194c74f33e32bbae6fc4d71ec5a999cff3c13605 v4.11.4 |
|
36 | 8fbd8b0c3ddc2fa4ac9e4ca16942a03eb593df2d v4.11.5 |
@@ -47,6 +47,6 b' Migration Command' | |||
|
47 | 47 | |
|
48 | 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 | 52 | The database will be upgraded up to the version defined in the ``__init__`` file. No newline at end of file |
@@ -169,7 +169,7 b' Setup the Development Database' | |||
|
169 | 169 | To create a development database, use the following example. This is a one |
|
170 | 170 | time operation executed from the nix-shell of rhodecode-enterprise-ce sources :: |
|
171 | 171 | |
|
172 |
|
|
|
172 | rc-setup-app dev.ini \ | |
|
173 | 173 | --user=admin --password=secret \ |
|
174 | 174 | --email=admin@example.com \ |
|
175 | 175 | --repos=~/my_dev_repos |
General Comments 0
You need to be logged in to leave comments.
Login now