diff --git a/git-log-config.yml b/git-log-config.yml index 73a2bd5..c1cce69 100644 --- a/git-log-config.yml +++ b/git-log-config.yml @@ -57,8 +57,8 @@ teams: users: - Dan Abramov - Maxim Karpov - - invert: true - name: others + - name: others users: - - Dan Abramov - - Maxim Karpov + - Will Douglas + - Nicolas Gallagher + - Sunil Pai diff --git a/package-lock.json b/package-lock.json index 9005807..2108cd1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "git-activity-team-tracker", - "version": "0.4.0", + "version": "0.4.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index cc6a4ac..e7196ac 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "git-activity-team-tracker", - "version": "0.4.1", + "version": "0.4.2", "private": false, "description": "The tool visualize git activities, for teams, users, repositories", "author": "Maxim Karpov ", diff --git a/src/app/Configuration/ConfigurationForm.tsx b/src/app/Configuration/ConfigurationForm.tsx index 9efdd32..ef41914 100755 --- a/src/app/Configuration/ConfigurationForm.tsx +++ b/src/app/Configuration/ConfigurationForm.tsx @@ -26,7 +26,7 @@ export const ConfigurationForm = observer( ) : (
-
+
Password:
@@ -43,7 +43,7 @@ export const ConfigurationForm = observer(
-
+
Default Branch:
@@ -60,8 +60,8 @@ export const ConfigurationForm = observer(
-
- Collect Function: +
+ Analyze Function [JavaScript]:
-
- Collect Interval: +
+ Collect Interval [Minutes]:
-
- Only Registered Users: +
+ Only Registered Users (Hide unregistered):
-
- Collect Messages: +
+ Collect Messages (Messages will not be displayed):
@@ -53,15 +52,14 @@ export const ConfigurationTeams = observer( items={state.config.teams} header={ <> - Name - Inverted - Users - Actions + Name + Users + Actions } render={(team) => ( <> - + - - { - team.invert = !team.invert; - if (team.invert) { - (team.users as any).replace([]); - } - }} - /> - - {!team.invert && ( - { - (team.users as any).replace(selected); - }} - options={state.users} - /> - )} + { + (team.repositories as any).replace(selected); + }} + options={state.repositories} + /> - + }>