npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

hubot-phab

v1.0.5

Published

Expansion to hubot-phabricator

Downloads

15

Readme

Hubot Phabricator Integration

Auto-reply with descriptions and links to phabricator objects. Also see what tasks are assigned to who.

Based on hubot-phabricator and translated into JS because coffee is for drinking only

Installation

npm install hubot-phab

Then add "hubot-phab" to external-scripts.json

Configuration

HUBOT_PHABRICATOR_USER - Required username for your phabricator instance, should match your certificate

HUBOT_PHABRICATOR_CERT - Required certificate for your phabricator instance (you can extract it from your ~/.arcrc)

HUBOT_PHABRICATOR_API - Required URL for your API endpoint, e.g. https://secure.phabricator.com/api/

HOME - Required to be set (get a join error if it's not set... say if you were running hubot via Upstart or something).

Commands

Hubot will listen for you mentioning something that sounds like a phabricator object, and will attempt to expand upon it.

Examples (working)

<matt> Hey, I just submitted D1234, could everyone take a look?
<hubot> ^ D1234: do awesome things that would be specified better in a real differential - https://secure.phabricator.com/D1234

<matt> It has to do with fixing up something from rAPPacd334 from last week.
<hubot> ^ rAPPacd334: overly hasty commit to fix T4321 - https://secure.phabricator.com/rAPPacd334

<matt> hubot show matt tasks
<hubot> Showing Open Tasks for Matt Martz (matt.martz)
<hubot> * T81 - Refactor Code: http://phab.amida-tech.com/T81
<hubot> * T92 - Bot improvements: http://phabricatorlink/T92

<matt> hubot set oehokie as alias for matt
<hubot> Ok, I'll remember matt is also known as oehokie

<matt> hubot get alias for matt
<hubot> matt is also known as oehokie

<matt> hubot show oehokie tasks
<hubot> Showing Open Tasks for Matt Martz (matt.martz)
<hubot> * T81 - Refactor Code: http://phab.amida-tech.com/T81
<hubot> * T92 - Bot improvements: http://phabricatorlink/T92

<matt> hubot scrum
<hubot> (responds with slack-attachment messages with individual member tasks).  If not using slack, responds with a title and body for each user

Coming soon (?, in my free time)

  • Close Tasks with hubot close T81
  • Close Tasks with comment ala `hubot close T12 with comment closing because it's done
  • Commenting on tasks... `hubot comment T12 this is the comment part of it
  • Related Tasks search hubot task with <query> search title of task that contains query