Not seeing editing activity in the dashboard

I’ve just completed the Getting Started Tutorial during which I did a couple of synchronize operations. I am experienced with git so that presented no problems; I staged the files I’d edited, set the commit message and pushed the changes, however my dashboard is showing no activity under the Team tab.

What am I doing wrong?

D:\Source\Defold\Getting Started Tutorial>git log
commit faf9f24dda08bfd563405c8c203b841f8ffdeb07 (HEAD -> master, origin/master)
Author: Andy Duplain <andy@domain.com>
Date:   Tue Oct 17 19:10:30 2017 +0100

    Complete the game.

commit 45d0d0b1c1adef0fe90baedb8b0cb3bcde49c19d
Author: Andy Duplain <andy@domain.com>
Date:   Mon Oct 16 20:00:04 2017 +0100

    Initial.

commit 7a56ad906744ac0b60c62cc0a9bf5084f558e7e3
Author: builder <builder@ip-10-0-0-53.eu-west-1.compute.internal>
Date:   Mon Oct 16 08:38:44 2017 +0000

    Initial commit

D:\Source\Defold\Getting Started Tutorial>git status
On branch master
Your branch is up-to-date with 'origin/master'.
nothing to commit, working tree clean

D:\Source\Defold\Getting Started Tutorial>git status origin/master
On branch master
Your branch is up-to-date with 'origin/master'.
nothing to commit, working tree clean

D:\Source\Defold\Getting Started Tutorial>

I’ve seen this problem before. @mikael.lothman did some digging for another project but couldn’t find the cause. Perhaps your project contains some additional clues, @mikael.lothman?

2 Likes

Thank you for reporting this @trojanfoe. We will continue to look into this to find a solution.

2 Likes

Hi! First of all, sorry for taking so long. After some investigation it looks like you use a different e-mail address in your git config than your Defold user. We do filter the activity log so that only commits from Defold users show.

6 Likes