Personal tools
Skip to content. | Skip to navigation
This module is an AnyEvent user, you need to make sure that you use and run a supported event loop. This module implements a simple, stateless and non-blocking HTTP client. It supports GET, POST and other request methods, cookies and more, all on a very low level. It can follow redirects supports proxies and automatically limits the number of connections to the values specified in the RFC. It should generally be a "good client" that is enough for most HTTP tasks. Simple tasks should be simple, but complex tasks should still be possible as the user retains control over request and response headers. The caller is responsible for authentication management, cookies (if the simplistic implementation in this module doesn't suffice), referrer and other high-level protocol details for which this module offers only limited support.
This module connects to the i3 window manager using the UNIX socket based IPC interface it provides (if enabled in the configuration file). You can then subscribe to events or send messages and receive their replies.
AnyEvent::XMPP - An implementation of the XMPP Protocol.
Apache::Session is a persistence framework which is particularly useful for tracking session data between httpd requests. Apache::Session is designed to work with Apache and mod_perl, but it should work under CGI and other web servers, and it also works outside of a web server altogether.
This module is an implementation of Apache::Session. It uses a NoSQL database to store datas.
Why? It's dependency free, requires zero configuration, and stands alone but it's maintainable and extensible with plug-ins and friendly to shell scripting. When running, it requires only 10 MB of RAM.
SYNOPSIS git gerrit new [--update] TOPIC [BRANCH] git gerrit push [--keep] [--force] [--[no]rebase] [--draft] [--submit] \ [--base BASE] [--topic TOPIC] [--reviewer USER] [--cc USER] git gerrit query [--limit LIMIT] [--verbose] [[NAME=]QUERY]* git gerrit my [--limit LIMIT] [--verbose] [changes|drafts|watched|starred] git gerrit show CHANGE* git gerrit fetch CHANGE* git gerrit checkout CHANGE* git gerrit upstream [--keep] git gerrit cherry-pick [--edit] [--no-commit] CHANGE* git gerrit reviewer [--add USERS] [--confirm] [--delete USERS] CHANGE* git gerrit review [--message TEXT] [--keep] [[LABEL]=VOTE]* CHANGE* git gerrit abandon [--message TEXT] [--keep] CHANGE* git gerrit restore [--message TEXT] CHANGE* git gerrit revert [--message TEXT] CHANGE* git gerrit submit [--no-wait-for-merge] [--keep] CHANGE* git gerrit web [OPTIONS --] CHANGE* git gerrit config git gerrit version DESCRIPTION Git-gerrit is a Git extension to manage changes using Gerrit Code Review. Git-gerrit offers a rich set of sub-commands to make it easy to create, query, amend, review, and submit changes to Gerrit, making it possible to interact with it through the command-line, avoiding its web interface most of the time and improving your efficiency. The goal is to make Gerrit's review process feel like a natural extension of Git. Git-gerrit provides three main features: An easy and safe way to push changes to Gerrit through the git gerrit push sub-command, avoiding the need to type remote names and long refspecs. A standard way to map Gerrit changes into local branches, referred to as "change-branches", making it easier to manage several changes simultaneously and to perform the fetch-amend-push review cycle. Several sub-commands to query and inspect Gerrit changes and also to review and submit them. Git-gerrit is implemented on top of Gerrit's REST API, which was consolidated in its version 2.6. As this API matures, expect git-gerrit to incorporate new functionality.
This application, `sqitch`, provides a simple yet robust interface for database change management. The philosophy and functionality is inspired by Git.
Sqitch provides a simple yet robust interface for database change management. The philosophy and functionality is inspired by Git. This package bundles the Sqitch PostgreSQL support.