Commit graph

4541 commits

Author SHA1 Message Date
Milka Kuzminski
afd3357349 comments: introduce new draft comments.
- private to author
- not triggering any notifications
- sidebar doesn't display draft comments
- They are just placeholders for longer review.
2020-10-21 17:53:23 +02:00
Milka Kuzminski
cf30382fbc sidebar: fixed refresh of TODOs url. 2020-10-21 17:52:13 +02:00
Milka Kuzminski
a62237f4f1 error-document: update info about stored exception retrieval. 2020-10-21 10:23:53 +02:00
Milka Kuzminski
3e19492a42 remap-rescann: fixes #5636 initial rescann problem 2020-10-29 09:12:28 +01:00
Milka Kuzminski
51727053de archives: optimize performance of repo archive option by delegating all logic to vcsserver.
- sending GBs of data over the wire was slow and very memory consuming
2020-10-19 14:53:21 +02:00
Milka Kuzminski
78a5bc6f12 exceptions: improved reporting of unhandled vcsserver exceptions 2020-10-19 09:47:59 +02:00
Milka Kuzminski
130b6f4574 archvies: allowing to obtain archives without the commit short id in the name for better automation of obtained artifacts. 2020-10-18 17:12:34 +02:00
Milka Kuzminski
8791b52422 markdown: improved styling, and fixed nl2br extensions to only do br on new elements not inline.
- backported the code from latest markdown which we don't support.
2020-10-18 10:10:20 +02:00
Milka Kuzminski
1c57de3813 ui: adjusted the title incosistency 2020-10-17 16:32:06 +02:00
Marcin Kuzminski
1bfda61f13 api: fixed SVN raw diff export. The API method was incosistent, and used different logic.
Now it shares the same code as raw-diff from web-ui
2020-10-15 09:21:49 +02:00
Marcin Kuzminski
2195ed33ab release: Bump version 4.22.0 to 4.23.0 2020-10-12 23:28:54 +02:00
Marcin Kuzminski
dc584268eb release: Bump version 4.21.0 to 4.22.0 2020-10-12 23:28:51 +02:00
Marcin Kuzminski
0b0df5eb20 release: merge back stable branch into default 2020-10-12 23:07:09 +02:00
Marcin Kuzminski
0a905b17e1 Added tag v4.22.0 for changeset 90734aac31ee 2020-10-12 13:51:51 +00:00
Marcin Kuzminski
6c95d5a71e release: Finish preparation for 4.22.0 2020-10-12 13:51:50 +00:00
Marcin Kuzminski
825e479896 i18n: Updated message catalog template 2020-10-12 13:40:09 +00:00
Marcin Kuzminski
eff9b01078 release: Merge default into stable for release preparation 2020-10-12 13:39:22 +00:00
Marcin Kuzminski
9d236e0320 docs: updated API docs 2020-10-12 15:38:00 +02:00
Marcin Kuzminski
526249eb22 release: Bump version 4.21.0 to 4.22.0 2020-10-12 13:18:57 +00:00
Marcin Kuzminski
a3d180365f docs: added release notes for 4.22.0 2020-10-12 09:50:51 +02:00
Marcin Kuzminski
2922990e2e default-reviewers: handle no common ancestor case. 2020-10-12 14:11:47 +02:00
Marcin Kuzminski
c3f059ebc6 observers: code cleanups and fixed tests. 2020-10-11 22:16:08 +02:00
Marcin Kuzminski
dd344bb96b users: autocomplete now sorts by matched username to show best matches first. 2020-10-09 09:39:50 +02:00
Marcin Kuzminski
b5f86e3b64 pull-requests: fixed creation of pr after new serialized commits data. 2020-10-09 09:39:27 +02:00
Marcin Kuzminski
2b3b3aa5a7 observers: hide it for CE edition.
- This hide is simple, but real logic is in the validate function which would only work if EE edition is installed.
2020-10-08 22:28:51 +02:00
Marcin Kuzminski
92fb77497e sidebar: introduce tooltips for observers 2020-10-08 14:10:22 +02:00
Marcin Kuzminski
16678eb0f8 reviewers: use common function to obtain reviewers with filter of role. 2020-10-08 14:10:11 +02:00
Marcin Kuzminski
0bbae6c416 pull-requests: only allow actual reviewers to leave status/votes.
Other participants aren't allowed that, they could only sent text comments
to not distract from actual votes that count towards the overall review.
2020-10-08 13:46:33 +02:00
Marcin Kuzminski
8e48997a91 pull-requests: make my account and repo pr table more consistent. 2020-10-08 13:25:14 +02:00
Marcin Kuzminski
e9f4c90062 tables: unified tables for main pages of rhodecode repo pages. 2020-10-08 12:50:57 +02:00
Marcin Kuzminski
508c8ba158 reviewers: optimize diff data, and creation of PR with advanced default reviewers 2020-10-08 12:01:18 +02:00
Marcin Kuzminski
e78b5fc1ee pull-requests: limit the ammount of data saved in default reviewers data for better memory usage
- fixes #5633
2020-10-07 11:26:24 +02:00
Marcin Kuzminski
d724630710 default-reviewers: diff data should load more things lazy for better performance. 2020-10-06 14:32:24 +02:00
Marcin Kuzminski
6c71e979b5 db: don't use lazy loaders on PR related objects.
-pr itself has too many data to load lazy, and causes excesive memory usage.
2020-10-06 14:31:45 +02:00
Marcin Kuzminski
5e7cb0b2a0 pull-requests: use count only for comments related to display grids on my account and repo view. 2020-10-06 14:14:01 +02:00
Marcin Kuzminski
9692332a7b channelstream: cleanup, and re-organize code for posting comments/pr updated messages.
- now shares new common code
- fixed cases for both views and API in consistent way
2020-10-06 11:54:29 +02:00
Marcin Kuzminski
c8e9d9be54 sidebar: sort tickets in referenced messages 2020-10-07 10:53:26 +02:00
Marcin Kuzminski
e81d17f45c sidebar: few fixes for panel rendering of reviewers/observers for both commits and PRS. 2020-10-06 10:46:42 +02:00
Marcin Kuzminski
8a81eb3f8a sidebar: changed new comment color indicator. 2020-10-06 10:09:23 +02:00
Marcin Kuzminski
973b1762b0 comments: fix existing ids discovery 2020-10-06 10:04:19 +02:00
Marcin Kuzminski
80da773011 reviewers: added observers as another way to define reviewers.
- fixes #4183
2020-10-06 08:49:13 +02:00
Marcin Kuzminski
274d09cad8 quick-search-bar: fixes #5634 2020-10-08 18:19:14 +02:00
Marcin Kuzminski
8627996783 issue-trackers: implemented more sophisticated ticket data extraction based on advanced regex module, and special
look-behind regex. This is a recommended ticket extraction from Atlassian itself (for Jira) and we also
implemented it for Redmine, or tickets

- bonus: report errors on patterns in preview window
2020-09-30 10:53:17 +02:00
Marcin Kuzminski
65ea5624f2 exc-tracking: fixed send-email bug when called from a source not attached to user session. 2020-09-29 10:04:58 +02:00
Marcin Kuzminski
faa932a3a1 Added tag v4.21.0 for changeset 8bb5fece08ab 2020-09-28 15:41:14 +00:00
Marcin Kuzminski
035364d735 release: Finish preparation for 4.21.0 2020-09-28 15:41:12 +00:00
Marcin Kuzminski
ad03d32d09 docs: added release notes for 4.21.0 2020-09-28 17:33:04 +02:00
Marcin Kuzminski
9f20cdeb6b release: updated pip2nix output for 4.21.0 2020-09-28 12:29:37 +00:00
Marcin Kuzminski
ed310778f5 i18n: Updated message catalog template 2020-09-28 12:20:26 +00:00
Marcin Kuzminski
5aa8df7b67 release: Merge default into stable for release preparation 2020-09-28 12:19:44 +00:00