Socket
Socket
Sign inDemoInstall

hubot-schedule

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hubot-schedule - npm Package Compare versions

Comparing version 0.4.1 to 0.5.0

14

CHANGES.md

@@ -0,5 +1,13 @@

v0.5.0
======
* Add a command to control schedules from other rooms.
* Support multi-line messages.
* Add HUBOT_SCHEDULE_DENY_EXTERNAL_CONTROL configuration support.
* Schedule list is now sorted by due date.
v0.4.1
======
* Fix scheduled job not working on leap year
* Fix scheduled job not working on leap year.

@@ -9,3 +17,3 @@ v0.4.0

* Add default value for HUBOT_SCHEDULE_LIST_REPLACE_TEXT
* Add default value for HUBOT_SCHEDULE_LIST_REPLACE_TEXT.

@@ -16,3 +24,3 @@

* Add HUBOT_SCHEDULE_LIST_REPLACE_TEXT configuration support
* Add HUBOT_SCHEDULE_LIST_REPLACE_TEXT configuration support.

@@ -19,0 +27,0 @@

{
"name": "hubot-schedule",
"description": "Message scheduler for hubot",
"version": "0.4.1",
"version": "0.5.0",
"author": "matsukaz <matsukaz@gmail.com> (http://matsukaz.hatenablog.com)",

@@ -6,0 +6,0 @@ "homepage": "https://github.com/matsukaz/hubot-schedule",

@@ -28,3 +28,3 @@ # hubot-schedule

"dependencies": {
"hubot-schedule": "~0.4.1"
"hubot-schedule": "~0.5.0"
}

@@ -53,5 +53,9 @@ ```

Hubot schedule [add|new] "<cron pattern>" <message> - Schedule a message that runs recurrently
Hubot schedule [add|new] #<room> "<datetime pattern>" <message> - Schedule a message to a specific room that runs on a specific date and time
Hubot schedule [add|new] #<room> "<cron pattern>" <message> - Schedule a message to a specific room that runs recurrently
Hubot schedule [cancel|del|delete|remove] <id> - Cancel the schedule
Hubot schedule [upd|update] <id> <message> - Update scheduled message
Hubot schedule list - List all scheduled messages
Hubot schedule list - List all scheduled messages for current room
Hubot schedule list #<room> - List all scheduled messages for specified room
Hubot schedule list all - List all scheduled messages for any rooms

@@ -100,3 +104,7 @@ Hubot> hubot schedule add "2015-01-16 10:00" スクリプトをリリースするよ!

hubotにhubot-scheduleから送られたメッセージを処理させたくない場合には、環境変数に`HUBOT_SCHEDULE_DONT_RECEIVE=1`を設定します。
### HUBOT_SCHEDULE_DENY_EXTERNAL_CONTROL
他のルームからスケジュールを操作されたくない場合は、環境変数に`HUBOT_SCHEDULE_DENY_EXTERNAL_CONTROL=1`を設定します。
### HUBOT_SCHEDULE_DEBUG

@@ -117,2 +125,1 @@

Licensed under the **[MIT License](LICENSE)**.

@@ -29,3 +29,3 @@ # hubot-schedule

"dependencies": {
"hubot-schedule": "~0.4.1"
"hubot-schedule": "~0.5.0"
}

@@ -54,5 +54,9 @@ ```

Hubot schedule [add|new] "<cron pattern>" <message> - Schedule a message that runs recurrently
Hubot schedule [add|new] #<room> "<datetime pattern>" <message> - Schedule a message to a specific room that runs on a specific date and time
Hubot schedule [add|new] #<room> "<cron pattern>" <message> - Schedule a message to a specific room that runs recurrently
Hubot schedule [cancel|del|delete|remove] <id> - Cancel the schedule
Hubot schedule [upd|update] <id> <message> - Update scheduled message
Hubot schedule list - List all scheduled messages
Hubot schedule list - List all scheduled messages for current room
Hubot schedule list #<room> - List all scheduled messages for specified room
Hubot schedule list all - List all scheduled messages for any rooms

@@ -97,3 +101,7 @@ Hubot> hubot schedule add "2015-01-16 10:00" Let's release this script!

Setting environment variable `HUBOT_SCHEDULE_DONT_RECEIVE=1` will disable hubot not to process messages sent by hubot-schedule.
### HUBOT_SCHEDULE_DENY_EXTERNAL_CONTROL
Setting environment variable `HUBOT_SCHEDULE_DENY_EXTERNAL_CONTROL=1` will deny schedule control from other rooms.
### HUBOT_SCHEDULE_DEBUG

@@ -113,2 +121,1 @@

Licensed under the **[MIT License](LICENSE)**.

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc