##// END OF EJS Templates
vcs: Use a thread scoped cache invalidation context to cache repository objects....
vcs: Use a thread scoped cache invalidation context to cache repository objects. Without this change the cache is on a process scope. If running with multiple threads this leads to sharing the cached object between threads. This will cause exceptions if multiple threads are trying to access the same curl object. Even worse it allows multiple threads to operate on the same repository object concurrently.

File last commit:

r1:854a839a default
r614:cbe55781 default
Show More
approve-changes.rst
12 lines | 353 B | text/x-rst | RstLexer
project: added all source files and assets
r1 .. _code-approve-changes-ref:
Approve Code Changes
--------------------
To approve commits, use the following steps:
1. Open the commit for review
2. Leave your comments inline or in the message box.
3. Set the review status from the drop-down menu and select :guilabel:`Comment`
.. image:: ../images/set-ci-status.png
:alt: Setting Commit Status