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
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
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
80da773011
reviewers: added observers as another way to define reviewers.
...
- fixes #4183
2020-10-06 08:49:13 +02:00
Marcin Kuzminski
f634c67b68
commits/pr pages various fixes.
...
- added navbar to commit page
- improvements on UI
- code cleanups
2020-09-23 11:45:43 +02:00
Marcin Kuzminski
9430615145
pull-requests: overhaul of the UX by adding new sidebar
...
- sidebar aggregates comments, todos, observers, referenced tickets, and reviewers
- live components push now comments, reviewer presence, and todo live via channelstream
- sidebar is collapsable, and stored in user session
- simplified number of information on the pull request page
- fixed and cleanup of the outdated comments and at version comments that in some cases reported wrong version assignment.
2020-09-01 12:09:40 +02:00
Marcin Kuzminski
9106e99baf
pull-requests: added observers, and fix few problems with versioned comments
2020-08-21 20:56:59 +02:00
Marcin Kuzminski
80c83f30f0
release: Merge default into stable for release preparation
2020-07-20 11:39:21 +00:00
Daniel Dourvaris
4d5ea5c67f
ui: make the action buttons with more-option have a divider + removed inline styles.
2020-07-16 21:46:12 +02:00
Daniel Dourvaris
ca1ac56a3b
downloads: added more archive options that we support. Exposing this to users so they actually
...
know we support more then .zip downloads.
2020-07-16 12:37:18 +02:00
Daniel Dourvaris
26bc071ae3
ui: added secondary action instead of two buttons on files page.
...
- also made improvements for secondary dropdown actions in pull-requests
2020-07-16 12:48:00 +02:00
Marcin Kuzminski
a83fce8367
diff-navigation: small improvements on text and display of navigation menu.
2020-07-14 12:43:23 +02:00
Marcin Kuzminski
7a462891c6
pull-requests: don't show new commits info box on closed PRs
2020-07-09 11:21:37 +02:00
Marcin Kuzminski
1feeef6430
commits: detect missing commits on diffsets from new PR ancestor logic.
...
- this would not crash the server and allow people to update some old PRs
- fixes #5622
2020-06-22 21:59:03 +02:00
Marcin Kuzminski
4294392a25
pull-requests: added quotes for branch name in new changes detection.
2020-06-09 16:18:37 +02:00
Daniel Dourvaris
fcd530ecfe
pull-requests: add information about changes in source repositories in pull-request show page.
...
- fixes #5611
2020-04-21 21:50:36 +02:00
Marcin Lulek
875bda9f88
templates: switched most of confirm dialogs to sweetalert2
2020-04-17 22:01:12 +02:00
Marcin Kuzminski
c08522ec01
pull-requests: fixed small UI glitches in pull request view.
2020-04-03 21:30:17 +02:00
Marcin Kuzminski
8c09a544c1
pull-requests: allow super-admins to force change state of locked PRs.
...
- because we still get into that state in some cases, we just create a helper to unlock it easier.
just for super-admins.
2020-02-11 14:34:49 +01:00
Marcin Kuzminski
91c589e803
pull-requests: expose TODO box in dedicated panel
...
- TODOs are important for merging and code-review we make them important now and shown next to votes for reviewers.
- fixed some scrollToComment logic
- small UI fixes
2019-12-16 13:12:12 +01:00
Marcin Kuzminski
241db30193
pull-requests: simplified the UI for pr view.
...
- hide some information we don't need all the time
- style the UI similar to upcomming UI overhaul of PRs
- less info == more readability
2019-12-13 12:10:10 +01:00
Marcin Kuzminski
6977177f84
commits/ux: use similar as in files expand/collapse toggle.
2019-12-05 23:07:35 +01:00
Marcin Lulek
9143b86d83
pull-requests: loosen strict view of pull-requests that state is changing
...
- we now replace it with limited view which still allows deletion/editing of reviewers or title and description
- added labels for state changing instead of grey out (it was used for closed PRs)
- small UI fixes
2019-11-27 12:43:52 +01:00
Marcin Kuzminski
18a751f846
pull-requests: moved force refresh to update commits button.
...
- this action make more sense right after updating pull-request with latest state of commits
- moving out of merge checks which shouldn't have this action as it's confusing
2019-11-26 12:21:13 +01:00
Marcin Kuzminski
f914f28831
pull-requests: confirm close without merge
2019-11-08 17:40:46 +01:00
Marcin Kuzminski
06b5e64be7
pull-request: flip the order of comments/merge status. Comments should be close to actuall comments
2019-11-08 15:23:41 +01:00
Daniel Dourvaris
603a3c0545
emails: added reply link to comment type emails
...
- also added note/todo ID in display
- cleanup code for anchor resolution, and selected elements highlight
2019-11-08 13:05:34 +01:00
Daniel Dourvaris
f34ef035b6
comments: enable urlify functions on comments in repo/pr scopes.
...
- allows render of !NUM patterns as well as issue tracker patterns.
2019-11-06 14:07:09 +01:00
Daniel Dourvaris
836aa041be
pull-requests: change the naming from #NUM into !NUM.
...
- We'll later on enable global pattern matching and from now on refercing a pr should be
used with an ! not to confuse #NUM which is tickets/issues
2019-11-06 12:24:42 +01:00
Marcin Kuzminski
29038019e8
hovercacrds: added new tooltips and hovercards to expose certain information for objects shown in UI
2019-10-31 17:52:42 +01:00
Marcin Kuzminski
b50f97b262
pull-requests: use close logic next to merge.
...
- close and merge are both pr closing actions and should be groupped together
- refresh checks also will change the approved/declined status
2019-10-08 13:31:34 +02:00
Marcin Kuzminski
000b072a3f
comments: re-implemented diff and comments/todos in pull-requests.
2019-08-13 12:45:25 +02:00
Marcin Kuzminski
324bbd3ace
ui: changed status icons to <i> elements instead of div.
2019-08-16 11:54:34 +02:00
Marcin Kuzminski
ee06461a89
changelog: rename changelog to commits pages
2019-06-06 13:02:10 +02:00
Marcin Kuzminski
03cf4624cb
ui: removed obsolete repo title objects
2019-03-23 00:08:26 +01:00
Marcin Kuzminski
2300f4cb50
commits: unified expand commit logic and UI.
...
- also added cursor for whole clickable element not just the arrow.
2018-11-02 09:27:06 +01:00
Marcin Kuzminski
35b019d65a
icons: make expand icon same as before
2018-10-26 16:32:05 +02:00
Marcin Kuzminski
f5e1dbecb4
ui: dropped the custom font in favor of builtin ones.
...
- this is faster to load/display and produces less problems with UI on multiple platforms
- fixed few ui elements after changes
2018-10-26 12:31:21 +02:00
Marcin Kuzminski
9014d9516c
pull-requests: allow to show range diff in pr view
2018-10-15 12:44:36 +02:00
Marcin Kuzminski
9bac233655
diffs: expose range diff inside the PR view
2018-10-12 15:43:37 +02:00
Marcin Kuzminski
d793ec4f31
core: stop using deprecated .revision
2018-10-01 15:57:56 +02:00
Marcin Lulek
e9f80c1525
diffs: added handy quick file selector in diffs views.
2018-10-01 10:15:33 +02:00
Marcin Kuzminski
099f68a724
pull-requests: make the renderer stored and saved for each pull requests.
...
- gives backward compatability with previous versions which didn't set renderer
- allows versioning of renderer changes
2018-07-17 14:45:29 +02:00
Marcin Kuzminski
bafbc2b040
pull-requests: allow markup rendered description.
2018-06-25 12:01:35 +02:00
Marcin Kuzminski
d28aeae1b2
pull-requests: show more info about version of comment vs latest version.
2018-06-19 13:18:54 +02:00
Marcin Kuzminski
367a32a69a
git: use force fetch and update for target ref. This solves a case
...
when in PRs a target is force updated and is out of sync. Before
we used a pull which --ff-only fails obviosly because two are out of
sync. This change uses new logic that resets the target branch according to the
source target branch allowing smooth merge simulation.
2018-06-08 15:42:01 +02:00
Bartłomiej Wołyńczyk
4637dd151e
caching: add option to cache diffs for commits and pull requests.
...
- new option for vcs settings to enable caching of diffs and commits
- enables auditing of PR after closing it, and removing commits from source repo
- speed up for large PR upto 20x
- reduced memory usage
2018-04-17 18:46:20 +02:00
Marcin Kuzminski
77c30a5643
default-reviewers: fixed edit mode when creating new entries.
2018-01-30 06:01:19 +01:00