##// END OF EJS Templates
pull-requests: increase stability of concurrent pull requests creation by flushing prematurly the statuses of commits....
pull-requests: increase stability of concurrent pull requests creation by flushing prematurly the statuses of commits. This is required to increase the versions on each concurrent call. Otherwise we could get into an integrity errors of commitsha+version+repo

File last commit:

r3042:a77acf08 stable
r3408:2a133f7e stable
Show More
release-notes-4.13.2.rst
51 lines | 1.2 KiB | text/x-rst | RstLexer
/ docs / release-notes / release-notes-4.13.2.rst
docs: added release notes for 4.13.2 release
r3031 |RCE| 4.13.2 |RNS|
------------------
Release Date
^^^^^^^^^^^^
docs: fix release dates
r3042 - 2018-09-18
docs: added release notes for 4.13.2 release
r3031
New Features
^^^^^^^^^^^^
- audit-logs: add audit logs for branch permissions.
General
^^^^^^^
- svn: properly handle credentials from URL during remote repository import.
- svn: use more detailed logs/errors so `exception_tracker` can show it with details.
- svn: use streaming uploads/downloads of files.
- svn: use shared configurable storage for svn_txn_id interception logic.
- celery: use `exception_tracker` to store tasks exceptions for easier debugging.
Security
^^^^^^^^
Performance
^^^^^^^^^^^
Fixes
^^^^^
- exception_tracker: use a default value of exception store that is working across
all instances e.g vcsserver and enterprise. This fixed problem with usage in
cluster type setup.
- Comments: fixed problem with audit-logs receiving a empty value in certain
conditions resulting in 500 error on commenting.
- Branch Permissions: during creation of rule add special check for existing entries to
prevent duplicates if two users edit branch permissions at the same time.
Upgrade notes
^^^^^^^^^^^^^
- Scheduled release addressing reported problems, and improving stability.