-
Notifications
You must be signed in to change notification settings - Fork 107
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add a team report example using login aliases
This use case has not been documented yet. Let's include at least a simple example demonstrating how the login aliases work.
- Loading branch information
Showing
1 changed file
with
25 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -78,6 +78,31 @@ This allows to override the default value for individual stats:: | |
See :class:`did.base.User` for detailed information about the | ||
advanced email/login alias support. | ||
|
||
|
||
Team | ||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | ||
|
||
When multiple email addresses are provided in the config file, a | ||
team report can be easily created as well:: | ||
|
||
[general] | ||
email = | ||
Petr Šplíchal <[email protected]>; github:psss; gitlab:psssssss, | ||
Lukáš Zachar <[email protected]>; github:lukaszachy | ||
|
||
[github] | ||
type = github | ||
url = https://api.github.com/ | ||
|
||
[gitlab] | ||
type = gitlab | ||
url = https://gitlab.com | ||
|
||
Note in the example above that if user logins to be used in the | ||
search query are different from the email address prefix you need | ||
to specify them explicitly. | ||
|
||
|
||
Order | ||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | ||
|
||
|