New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

hubot-phabs

Package Overview
Dependencies
Maintainers
2
Versions
82
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hubot-phabs - npm Package Compare versions

Comparing version

to
2.4.12

7

CHANGELOG.md
Hubot-phabs Changelog
==========================
### 2.4.12 - wip
- introduce a new PHABRICATOR_VERSION env var so we can alleviate the lack of consideration
of the phabricator developers to backward compatibility
- fixed priorities set for newer phabricator versions
- made fulltext search fix conditionnal to phabricator version so old phabricators don't break it
### 2.4.11 - 2018-02-02

@@ -4,0 +11,0 @@ - fix fulltext search error

2

package.json
{
"name": "hubot-phabs",
"description": "A hubot plugin for communication with a Phabricator instance.",
"version": "2.4.11",
"version": "2.4.12",
"author": {

@@ -6,0 +6,0 @@ "name": "mose",

@@ -80,2 +80,3 @@ Hubot Phabricator Plugin

- `PHABRICATOR_URL` - main url of your Phabricator instance
- `PHABRICATOR_VERSION` - the version of phabricatior used, in the shape `2017.24` so it's `year.week` and looks like a float easy to compare. This is used for handling breaking changes between versions of phabricator.
- `PHABRICATOR_API_KEY` - api key for the bot user

@@ -82,0 +83,0 @@ - `PHABRICATOR_LAST_TASK_LIFETIME` - how long the last task is remembered for each user (default 60 min). If set to "0" there is memory on the last task remembered. If set to "-" the memory is never expired.

Sorry, the diff of this file is not supported yet