You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zeppelin.apache.org by "Jason-Morries Adam (Jira)" <ji...@apache.org> on 2022/01/21 17:40:00 UTC

[jira] [Created] (ZEPPELIN-5640) Use current user for Zeppelin Notebook storage with Git integration

Jason-Morries Adam created ZEPPELIN-5640:
--------------------------------------------

             Summary: Use current user for Zeppelin Notebook storage with Git integration 
                 Key: ZEPPELIN-5640
                 URL: https://issues.apache.org/jira/browse/ZEPPELIN-5640
             Project: Zeppelin
          Issue Type: New Feature
          Components: zeppelin-server
    Affects Versions: 0.10.0
            Reporter: Jason-Morries Adam


Hi,

we have set up Zeppelin Notebook storage with Git integration. It worksf ine so far.

The only thing that is sub-optimal, is the fact, that every commit is done as user zeppelin. The commit log then looks like this:

 
{noformat}
 > commit d80ab9a7e998f3847a47dd4b052a03a3bb12f014 (HEAD -> master)
 > Author: zeppelin <ze...@servername.my.domain>
 > Date: Thu Jan 20 16:01:25 2022 +0100
 >
 > 1st test commit
{noformat}
 

So when multiple users are working with Zeppelin it is difficult to seew ho committed a change. Is there perhaps a way to make Zeppelin commit as the current user?

Thanks

 



--
This message was sent by Atlassian Jira
(v8.20.1#820001)