question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

`GIT_USER_NAME` and `GIT_USER_EMAIL`

See original GitHub issue

Same discussion as https://github.com/iterative/viewer/issues/2399 (Studio internal), but for CML.

Currently, CML creates commits as olivaw@iterative.ai. This email address is associated with @iterative-olivaw, which is an account that we use for internal CI purposes. This seems to be specified here:

https://github.com/iterative/cml/blob/fe65e9f1225d4a97a3ffa34ecaf5ce33bf697e26/src/cml.js#L15-L16

Since CML is also used outside of Iterative, we may want to commit with a more “immediately obvious” email address / name to avoid confusion. E.g. create a specific GitHub/GitLab/BitBucket account and the email address bots+cml@iterative.ai.

We should also make these settings configurable so users can change the defaults if they wish.

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Reactions:2
  • Comments:5 (5 by maintainers)

github_iconTop GitHub Comments

2reactions
dacbdcommented, Jul 5, 2022

do we consider this issue closed then?

1reaction
DavidGOrtegacommented, Aug 31, 2021

@duijf Sorry for the inconvenience we thought of our Olivaw[bot] just to expose that the crime was actually done by CML 😄

Read more comments on GitHub >

github_iconTop Results From Across the Web

How to Configure Git Username and Email Address - Linuxize
Git allows you to set a global and per-project username and email address. You can set or change your git identity using the...
Read more >
Setting your username in Git - GitHub Docs
Setting your Git username for every repository on your computer · Open TerminalTerminalGit Bash. · Set a Git username: $ git config --global...
Read more >
1.6 Getting Started - First-Time Git Setup
The first thing you should do when you install Git is to set your user name and email address. This is important because...
Read more >
Configure your DVCS username for commits | Bitbucket Cloud
To set your global username/email configuration: · Open the command line. · Set your username: git config --global user.name "FIRST_NAME LAST_NAME" · Set...
Read more >
How set git config username and email fields in global and ...
Git allows you to set variables at the system, global, local and workingtree level. If you want to use a special name or...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found