Show More
@@ -0,0 +1,46 b'' | |||||
|
1 | |RCE| 4.5.2 |RNS| | |||
|
2 | ----------------- | |||
|
3 | ||||
|
4 | Release Date | |||
|
5 | ^^^^^^^^^^^^ | |||
|
6 | ||||
|
7 | - 2016-12-19 | |||
|
8 | ||||
|
9 | ||||
|
10 | New Features | |||
|
11 | ^^^^^^^^^^^^ | |||
|
12 | ||||
|
13 | ||||
|
14 | ||||
|
15 | General | |||
|
16 | ^^^^^^^ | |||
|
17 | ||||
|
18 | - Github authentication: no longer require repository permissions when | |||
|
19 | connecting RhodeCode account with Github login. | |||
|
20 | - Api: added new function get_repo_refs. This was accidentally exposed in our | |||
|
21 | documentation as valid function, but wasn't implemented. This function is now | |||
|
22 | backported from next major release due the documentation issues. | |||
|
23 | ||||
|
24 | ||||
|
25 | Security | |||
|
26 | ^^^^^^^^ | |||
|
27 | ||||
|
28 | ||||
|
29 | ||||
|
30 | Performance | |||
|
31 | ^^^^^^^^^^^ | |||
|
32 | ||||
|
33 | ||||
|
34 | ||||
|
35 | Fixes | |||
|
36 | ^^^^^ | |||
|
37 | ||||
|
38 | - Api: Fixed a regression in API validation on create_* functions. | |||
|
39 | Before this fix it always converted given data to lowercase. | |||
|
40 | - System info: fixed reporting of free inodes as taken. | |||
|
41 | ||||
|
42 | ||||
|
43 | Upgrade notes | |||
|
44 | ^^^^^^^^^^^^^ | |||
|
45 | ||||
|
46 |
@@ -12,3 +12,4 b' 8dd86b410b1aac086ffdfc524ef300f896af5047' | |||||
12 | d2514226abc8d3b4f6fb57765f47d1b6fb360a05 v4.4.2 |
|
12 | d2514226abc8d3b4f6fb57765f47d1b6fb360a05 v4.4.2 | |
13 | 27d783325930af6dad2741476c0d0b1b7c8415c2 v4.5.0 |
|
13 | 27d783325930af6dad2741476c0d0b1b7c8415c2 v4.5.0 | |
14 | 7f2016f352abcbdba4a19d4039c386e9629449da v4.5.1 |
|
14 | 7f2016f352abcbdba4a19d4039c386e9629449da v4.5.1 | |
|
15 | 416fec799314c70a5c780fb28b3357b08869333a v4.5.2 |
@@ -481,9 +481,23 b' get_repo_refs' | |||||
481 | .. code-block:: bash |
|
481 | .. code-block:: bash | |
482 |
|
482 | |||
483 | id : <id_given_in_input> |
|
483 | id : <id_given_in_input> | |
484 |
result: |
|
484 | "result": { | |
485 | TODO... |
|
485 | "bookmarks": { | |
486 | ] |
|
486 | "dev": "5611d30200f4040ba2ab4f3d64e5b06408a02188", | |
|
487 | "master": "367f590445081d8ec8c2ea0456e73ae1f1c3d6cf" | |||
|
488 | }, | |||
|
489 | "branches": { | |||
|
490 | "default": "5611d30200f4040ba2ab4f3d64e5b06408a02188", | |||
|
491 | "stable": "367f590445081d8ec8c2ea0456e73ae1f1c3d6cf" | |||
|
492 | }, | |||
|
493 | "branches_closed": {}, | |||
|
494 | "tags": { | |||
|
495 | "tip": "5611d30200f4040ba2ab4f3d64e5b06408a02188", | |||
|
496 | "v4.4.0": "1232313f9e6adac5ce5399c2a891dc1e72b79022", | |||
|
497 | "v4.4.1": "cbb9f1d329ae5768379cdec55a62ebdd546c4e27", | |||
|
498 | "v4.4.2": "24ffe44a27fcd1c5b6936144e176b9f6dd2f3a17", | |||
|
499 | } | |||
|
500 | } | |||
487 | error: null |
|
501 | error: null | |
488 |
|
502 | |||
489 |
|
503 |
General Comments 0
You need to be logged in to leave comments.
Login now