summaryrefslogtreecommitdiff
path: root/changelogs
diff options
context:
space:
mode:
authorStan Hu <stanhu@gmail.com>2018-03-03 05:59:40 -0800
committerStan Hu <stanhu@gmail.com>2018-03-05 19:11:50 -0800
commit9cb7e93f09b1ff0c1c889a004479a8ef21abbae2 (patch)
tree00a0c5f114a481b19de02767ebba16fb9521c474 /changelogs
parent8a0052c037f025b64159ca8cfe0d3451261c1edb (diff)
downloadgitlab-ce-9cb7e93f09b1ff0c1c889a004479a8ef21abbae2.tar.gz
Fix project dashboard showing the wrong timestampssh-dashboard-sort-fix
Use the max of the `last_activity_at` and `last_repository_updated_at` columns. The latter is updated only when a push happens, but the former is updated whenever any activity (e.g. issue creation) happens. Closes #27181
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/unreleased/sh-dashboard-sort-fix.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/unreleased/sh-dashboard-sort-fix.yml b/changelogs/unreleased/sh-dashboard-sort-fix.yml
new file mode 100644
index 00000000000..6fd252f6707
--- /dev/null
+++ b/changelogs/unreleased/sh-dashboard-sort-fix.yml
@@ -0,0 +1,5 @@
+---
+title: Fix project dashboard showing the wrong timestamps
+merge_request:
+author:
+type: fixed