forked from cronicle-edge/cronicle-edge
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
bf24b19
commit 506a543
Showing
9 changed files
with
62 additions
and
32 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
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
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
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
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
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "cronicle-edge", | ||
"version": "1.9.2", | ||
"version": "1.9.3", | ||
"description": "A simple, distributed task scheduler and runner with a web based UI.", | ||
"author": "Joseph Huckaby <[email protected]>", | ||
"homepage": "https://github.com/jhuckaby/Cronicle", | ||
|
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 |
---|---|---|
|
@@ -135,7 +135,8 @@ | |
"created": 1434125333, | ||
"params": [ | ||
{ "id":"prefix", "type":"text", "size":20, "title":"Env Prefix", "value": "JOB_" } | ||
] | ||
], | ||
"optional": true | ||
} ], | ||
|
||
[ "listPush", "global/plugins", { | ||
|
@@ -280,37 +281,43 @@ | |
"id": "base_app_url", | ||
"title": "base_app_url", | ||
"key": "http://localhost:3012", | ||
"description": "overrides app url displayed in notifications" | ||
"description": "overrides app url displayed in notifications", | ||
"optional": true | ||
}], | ||
[ "listPush", "global/conf_keys", { | ||
"id": "ad_domain", | ||
"title": "ad_domain", | ||
"key": "corp.cronicle.com", | ||
"description": "default AD domain for external auth. You can also prepend domain to the username (e.g. [email protected])" | ||
"description": "default AD domain for external auth. You can also prepend domain to the username (e.g. [email protected])", | ||
"optional": true | ||
}], | ||
[ "listPush", "global/conf_keys", { | ||
"id": "smtp_hostname", | ||
"title": "smtp_hostname", | ||
"key": "mailrelay.cronicle.com", | ||
"description": "SMTP server (port 25 is used default)" | ||
"description": "SMTP server (port 25 is used default)", | ||
"optional": true | ||
}], | ||
[ "listPush", "global/conf_keys", { | ||
"id": "email_from", | ||
"title": "email_from", | ||
"key": "[email protected]", | ||
"description": "Notification sender" | ||
"description": "Notification sender", | ||
"optional": true | ||
}], | ||
[ "listPush", "global/conf_keys", { | ||
"id": "admin_web_hook", | ||
"title": "admin_web_hook", | ||
"key": "", | ||
"description": "Webhook for activity log notifications. Uses slack markdown.\nTip: use cronicle run api to handle notification with custom event" | ||
"description": "Webhook for activity log notifications. Uses slack markdown.\nTip: use cronicle run api to handle notification with custom event", | ||
"optional": true | ||
}], | ||
[ "listPush", "global/conf_keys", { | ||
"id": "custom_live_log_socket_url", | ||
"title": "custom_live_log_socket_url", | ||
"key": "http://localhost:3012", | ||
"description": "!this requires browser page refresh\noverrides the host for live log connection. On multinode cluster this can be assigned to each node, e.g. \ncustom_live_log_socket_url.manager\ncustom_live_log_socket_url.worker1\nCan specify custom port too. This is useful if using reverse proxy or docker/swarm" | ||
"description": "!this requires browser page refresh\noverrides the host for live log connection. On multinode cluster this can be assigned to each node, e.g. \ncustom_live_log_socket_url.manager\ncustom_live_log_socket_url.worker1\nCan specify custom port too. This is useful if using reverse proxy or docker/swarm", | ||
"optional": true | ||
}] | ||
|
||
,[ "listPush", "global/conf_keys", { | ||
|
@@ -388,29 +395,33 @@ | |
"id": "oninfo_web_hook", | ||
"title": "oninfo_web_hook", | ||
"key": "", | ||
"description": "Special webhook - will fire on info message, e.g. server startup/restart/error. Those messages appear on activity log" | ||
"description": "Special webhook - will fire on info message, e.g. server startup/restart/error. Those messages appear on activity log", | ||
"optional": true | ||
}] | ||
|
||
,[ "listPush", "global/conf_keys", { | ||
"id": "universal_web_hook", | ||
"title": "universal_web_hook", | ||
"key": "", | ||
"description": "Special webhook - will fire on each job start/completion" | ||
"description": "Special webhook - will fire on each job start/completion", | ||
"optional": true | ||
}] | ||
|
||
,[ "listPush", "global/conf_keys", { | ||
"id": "onupdate_web_hook", | ||
"title": "onupdate_web_hook", | ||
"key": "", | ||
"description": "Special webhook - will fire on metadata update (e.g. on event update)" | ||
"description": "Special webhook - will fire on metadata update (e.g. on event update)", | ||
"optional": true | ||
}] | ||
|
||
,[ "listPush", "global/conf_keys", { | ||
"id": "ui_live_log_ws", | ||
"title": "ui.live_log_ws", | ||
"type": "bool", | ||
"key": false, | ||
"description": "Turns on classic websocket api for live log" | ||
"description": "Turns on classic websocket api for live log", | ||
"optional": true | ||
}] | ||
|
||
,[ "listPush", "global/conf_keys", { | ||
|