##// END OF EJS Templates
shadow-repos: use safer way to destroy shadow repositories....
shadow-repos: use safer way to destroy shadow repositories. we had reported errors on removal of shadow repos. Not reproduced, however suspecting are filesystem sync/symlink race-conditions on shared storage. End result were existing shadow-repo directories that tricked rhodecode into thinking shadow repos is existing, but infact it was a dummy structure semi-removed. Using shutil.move we ENSURE rhodecode doesn't read those back even if removal fails.

File last commit:

r1:854a839a default
r2777:f1cc2e3d default
Show More
release-notes-2.2.4.rst
25 lines | 828 B | text/x-rst | RstLexer
/ docs / release-notes / release-notes-2.2.4.rst
project: added all source files and assets
r1 |RCE| 2.2.4 |RNS|
-----------------
General
^^^^^^^
* released 2013-12-30
* More secure output of a remote clone URL
* Extended API calls
* Support for latest Git versions
News
^^^^
* Password in a remote clone URL are not displayed anymore.
* Better Windows support on server info page.
* Extended API: added permission delegation to grant/revoke calls.
* Extended API: added copy_permissions flag to create_repo_group.
* Extended API: added apply_to_children to grant/revoke methods of repo groups.
Fixes
^^^^^
* Fixed forking into a repository group.
* Fixed detection of remote Git repositories.
* Fixed issue with API calls on repo names with groups.
* Fixed unescaped characters which broke Javascript in the 2-side diff view.
* Fixed git clone command by adding -q flag due to changes in the latest Git.