##// END OF EJS Templates
automation: updated update task to update repositories and groups....
automation: updated update task to update repositories and groups. - Groups will be updated by iteration from the most depth one to the root. This way we ensure proper updated of all multiple nested - repositories don't need special logic and will be updated only on changes.

File last commit:

r3418:6a88c51c stable
r4160:7447e8d1 default
Show More
release-notes-4.15.2.rst
49 lines | 1.1 KiB | text/x-rst | RstLexer

|RCE| 4.15.2 |RNS|

Release Date

  • 2019-01-22

New Features

General

  • Rcextensions: updated examples and fixed some small inconsistencies.
  • Api/pull-requests: trigger events for comments/review status changes.
  • Events: trigger 'review_status_change' when reviewers are updated.
  • Diffs: fixed missing limited diff container display on large diffs
  • Pull-requests: increase stability of concurrent pull requests creation by flushing prematurely the statuses of commits.

Security

Performance

Fixes

  • Cache: use global flock to prevent recursion when using gevent workers.
  • Permissions: clear cache for permissions correctly for forks/repos when celery is used.
  • Permissions: clear cache for default user permissions on global app permission changes.
  • Permissions: handle more cases for invalidating permission caches
  • Files-editor: preserve filemode on web edits. Editing files with +x flag removed it.

Upgrade notes

  • Scheduled release addressing reported problems in 4.15.X releases.