A live status bar generator for node.js
[](https://www.npmjs.com/package/@nextpay/grpc-node-status-proto) [](https://github.com/quangtm210395/g
Node status and information
Ink-based terminal UI for `oe run --tui` — live phases, node status, token stream, activity feed.
Determine if the current node version supports the `--preserve-symlinks` flag.
Workflow editor + runner. Six built-in node kits (trigger / action / decision / output / note / subgraph), tokenized theme, topological execution with per-node status. React-flow bundled; consumers npm install fancy-flow and get nothing extra.
[](https://codecov.io/gh/leapdao/leap-node) [](https://quay.io/re
A light-weight module that brings Fetch API to node.js
HTTP status utility
A pure JS HTTP parser for node.
Cross platform child_process#spawn and child_process#spawnSync
OpenTelemetry instrumentation for `connect` http middleware framework
OpenTelemetry instrumentation for `@hapi/hapi` http web application framework
A inter-process and inter-machine lockfile utility that works on a local or network file system
OpenTelemetry instrumentation for `koa` http web application framework
Cron jobs for your node
Easily read/write JSON files.
Abstraction for exponential and custom retry strategies for failed operations.
TypeScript execution environment and REPL for node.js, with source map support
A node.js module for parsing form data, especially file uploads.
Node.js Streams, a user-land copy of the stream library from Node.js
Types used by the Language server for node
Port of jQuery.extend for node.js and the browser
Retries a function that returns a promise, leveraging the power of the retry module.
Falcore is a Ruby library and CLI for collecting Jenkins slave information from a Jenkins master and aggregating to multiple output formats and checks as StatsD or Nagios.
Keep track of the status of chef runs on your nodes
Knife plugin that writes nodes to your local hosts file.
Graph is a type of hash that outputs in graphviz's dot format. It comes with a command-line interface that is easily pluggable. It ships with plugins to graph dependencies and status of installed rubygems, rake tasks, homebrew ports, mac ports, and freebsd ports, coloring leaf nodes blue, outdated nodes red, and outdated leaf nodes purple (red+blue). OSX quick tip: % sudo gem install graph --development % sudo brew install graphviz % gem unpack graph % cd graph* % rake gallery % open gallery/*.png
In case you need to carry out build steps in one of the nodes of your CI project after the other nodes finish, e.g. deploying, then you need a way of ascertaining the status of the other nodes. This is what is_it_done_yet is for.
Ruby gem to interact with the Internet Radio Linking Project (IRLP), such as retrieving reflector and node status.
GameDig is a Ruby wrapper gem for the node-gamedig library, which allows querying various game servers for their status and information. The wrapper provides two modes of operation: using the gamedig CLI tool or utilizing a Node.js process via the Nodo library. This gem is useful for developers who want to integrate game server querying capabilities into their Ruby applications.
= DESCRIPTION: Provides a Chef handler which can report run status, including any changes that were made, to a Graylog2 server. In the case of failed runs a backtrace will be included in the details reported. = REQUIREMENTS: * A Graylog2 server running somewhere. = USAGE: This example makes of the chef_handler cookbook, place some thing like this in cookbooks/chef_handler/recipes/gelf.rb and add it to your run list. It also assumes your Graylog2 server has set the attribute rsyslog_server to true. log_server = search(:node, "rsyslog_server:true").first if log_server include_recipe "chef_handler::default" gem_package "chef-gelf" do action :nothing end.run_action(:install) # Make sure the newly installed Gem is loaded. Gem.clear_paths require 'chef/gelf' chef_handler "Chef::GELF::Handler" do source "chef/gelf" arguments({ :server => log_server['fqdn'] }) supports :exception => true, :report => true end.run_action(:enable) end Arguments take the form of an options hash, with the following options: * :server - The server to send messages to. * :port (12201) - The port to send on. * :facility (chef-client) - The facility to report under. * :host (node.fqdn) - The host to report messages as coming from. * :blacklist ({}) - A hash of cookbooks, resources and actions to ignore in the change list. = BLACKLISTING: Some resources report themselves as having updated on every run even if nothing changed, or are just things you don't care about. To reduce the amount of noise in your logs these can be ignored by providing a blacklist. In this example we don't want to be told about the GELF handler being activated: chef_handler "Chef::GELF::Handler" do source "chef/gelf" arguments({ :server => log_server['fqdn'], :blacklist => { "chef_handler" => { "chef_handler" => [ "nothing", "enable" ] } } }) supports :exception => true, :report => true end.run_action(:enable) = LICENSE and AUTHOR: Author:: Jon Wood (<jon@blankpad.net>) Copyright:: 2011, Blank Pad Development Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
Diff and patch tables
Diff and patch tables
Contentful API wrapper library exposing an ActiveRecord-like interface
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.