enabled
@@ -197,7 +201,7 @@ How often, in seconds, this module will update its data.
Values: A positive integer, 0..n
.
domain
-Optional. Your Gerrit corporate domain.
+Your Gerrit corporate domain.
Values: A valid URI.
projects
diff --git a/docs/posts/modules/git/index.html b/docs/posts/modules/git/index.html
index f90b4e13..bd1877a0 100644
--- a/docs/posts/modules/git/index.html
+++ b/docs/posts/modules/git/index.html
@@ -85,7 +85,7 @@ height="0" width="0" style="display:none;visibility:hidden">
github:
enabled: true
+ enableStatus: true
position:
top: 2
left: 3
@@ -200,6 +203,11 @@ height="0" width="0" style="display:none;visibility:hidden">
Determines whether or not this module is executed and if its data displayed onscreen.
Values: true
, false
.
+enableStatus
+Display pull request mergeability status (‘dirty’, ‘clean’, ‘unstable’,
+‘blocked’).
+Values: true
, false
.
+
position
Defines where in the grid this module’s widget will be displayed.
diff --git a/docs/posts/modules/gitlab/index.html b/docs/posts/modules/gitlab/index.html
index e0e91c79..9e0026fc 100644
--- a/docs/posts/modules/gitlab/index.html
+++ b/docs/posts/modules/gitlab/index.html
@@ -10,8 +10,8 @@
-Gitlab | WTF - A Terminal Dashboard
-
+GitLab | WTF - A Terminal Dashboard
+
@@ -85,7 +85,7 @@ height="0" width="0" style="display:none;visibility:hidden">
Gerrit
Git
GitHub
- Gitlab
+ GitLab
Google Calendar
Google Spreadsheet
IP-API
@@ -100,6 +100,8 @@ height="0" width="0" style="display:none;visibility:hidden">
Security
Text File
Todo
+ Todoist
+ Travis CI
Trello
Weather
@@ -116,7 +118,7 @@ height="0" width="0" style="display:none;visibility:hidden">
- Gitlab
+ GitLab
diff --git a/docs/posts/modules/gspreadsheet/index.html b/docs/posts/modules/gspreadsheet/index.html
index 48726ddc..98981d92 100644
--- a/docs/posts/modules/gspreadsheet/index.html
+++ b/docs/posts/modules/gspreadsheet/index.html
@@ -85,7 +85,7 @@ height="0" width="0" style="display:none;visibility:hidden">
Gerrit
Git
GitHub
- Gitlab
+ GitLab
Google Calendar
Google Spreadsheet
IP-API
@@ -100,6 +100,8 @@ height="0" width="0" style="display:none;visibility:hidden">
Security
Text File
Todo
+ Todoist
+ Travis CI
Trello
Weather
diff --git a/docs/posts/modules/index.html b/docs/posts/modules/index.html
index 86ea00db..5e47fd89 100644
--- a/docs/posts/modules/index.html
+++ b/docs/posts/modules/index.html
@@ -85,7 +85,7 @@ height="0" width="0" style="display:none;visibility:hidden">
Gerrit
Git
GitHub
- Gitlab
+ GitLab
Google Calendar
Google Spreadsheet
IP-API
@@ -100,6 +100,8 @@ height="0" width="0" style="display:none;visibility:hidden">
Security
Text File
Todo
+ Todoist
+ Travis CI
Trello
Weather
diff --git a/docs/posts/modules/ipapi/index.html b/docs/posts/modules/ipapi/index.html
index 77be17f2..af1ead96 100644
--- a/docs/posts/modules/ipapi/index.html
+++ b/docs/posts/modules/ipapi/index.html
@@ -85,7 +85,7 @@ height="0" width="0" style="display:none;visibility:hidden">
Gerrit
Git
GitHub
- Gitlab
+ GitLab
Google Calendar
Google Spreadsheet
IP-API
@@ -100,6 +100,8 @@ height="0" width="0" style="display:none;visibility:hidden">
Security
Text File
Todo
+ Todoist
+ Travis CI
Trello
Weather
diff --git a/docs/posts/modules/ipinfo/index.html b/docs/posts/modules/ipinfo/index.html
index 735a03fd..11c6dd47 100644
--- a/docs/posts/modules/ipinfo/index.html
+++ b/docs/posts/modules/ipinfo/index.html
@@ -85,7 +85,7 @@ height="0" width="0" style="display:none;visibility:hidden">
Gerrit
Git
GitHub
- Gitlab
+ GitLab
Google Calendar
Google Spreadsheet
IP-API
@@ -100,6 +100,8 @@ height="0" width="0" style="display:none;visibility:hidden">
Security
Text File
Todo
+ Todoist
+ Travis CI
Trello
Weather
diff --git a/docs/posts/modules/jenkins/index.html b/docs/posts/modules/jenkins/index.html
index 6bd495bf..e938715a 100644
--- a/docs/posts/modules/jenkins/index.html
+++ b/docs/posts/modules/jenkins/index.html
@@ -85,7 +85,7 @@ height="0" width="0" style="display:none;visibility:hidden">
Gerrit
Git
GitHub
- Gitlab
+ GitLab
Google Calendar
Google Spreadsheet
IP-API
@@ -100,6 +100,8 @@ height="0" width="0" style="display:none;visibility:hidden">
Security
Text File
Todo
+ Todoist
+ Travis CI
Trello
Weather
@@ -162,7 +164,8 @@ width="320" height="68" alt="jenkins screenshot" />
width: 3
refreshInterval: 300
url: "https://jenkins.domain.com/jenkins/view_url"
- user: "username"
+ user: "username"
+ verifyServerCertificate: true
Attributes
enabled
@@ -183,6 +186,11 @@ Your Jenkins username.
The url to your Jenkins project or view.
Values: A valid URI.
+verifyServerCertificate
+Optional
+Determines whether or not the server’s certificate chain and host name are verified.
+Values: true
, false
.
+