Generate a changelog from git metadata.
Pi extension that provides git repository metadata — branch, remotes, commits, tags, status, and contributors
Make a new GitHub release from git metadata.
Generate a changelog from git metadata with Angular commit convention.
Make a new GitLab release from git metadata.
Make a new GitHub release from git metadata.
Output git metadata:
Blog plugin for shipyard with pagination, sidebar, and git metadata
Documentation plugin for shipyard with automatic sidebar, pagination, and git metadata
Create GitHub releases from git metadata
Generate Vue Material's changelog from git metadata
CDK Aspect to tag resources with git metadata. This provides a nice connection between the construct and the git repository.
Generate a changelog from git metadata
Webpack plugin that emits version.json with git metadata during build.
Generate a changelog from git metadata, using the Netflix DSC commit conventions
Generate a changelog from git metadata
Generate a changelog from git metadata using a tweaked Angular convention.
Middleware for package.json and git metadata.
Generate a changelog from git metadata
Generate a changelog from git metadata
Generate a changelog from git metadata
Generate a changelog from git metadata
Publish release notes to Tidelift from Git metadata.
Generate a changelog from git metadata
Porcelain for adding metadata to any git object without rewriting history.
Radicle structs that carry Git commit metadata
Get access to Git information in your Jekyll templates
statusz is a gem that writes out git metadata at deploy time.
Get access to Git information in your Jekyll templates
It's a way to store data along with a git commit object that is less freeform than something like "Close gh-11" but more freeform than having to add extra data structures to the git commit object. It is also completely compatible for people wanting to read this metadata directly from an interface like git-log or github. This gem allows reading this data.
A clean, simple DSL for defining websites, no database required
git-trac takes the repetition out of working with trac and git-svn. Easily download a patch, apply it at the right point in time, turn it into a commit with useful metadata, and check it out into a branch, all in one command. Created for (but not limited to) work on the Ruby on Rails core.
Giternal provides dead-simple management of external git dependencies. It only stores a small bit of metadata, letting you actively develop in any of the repos. Come deploy time, you can easily freeze freeze all the dependencies to particular versions
ace-git-worktree creates isolated worktrees for tasks, pull requests, and branches, with task metadata updates, configurable hooks, and cleanup workflows for focused development.
Giternal provides dead-simple management of external git dependencies. It only stores a small bit of metadata, letting you actively develop in any of the repos. Come deploy time, you can easily freeze freeze all the dependencies to particular versions
Giternal provides dead-simple management of external git dependencies. It only stores a small bit of metadata, letting you actively develop in any of the repos. Come deploy time, you can easily freeze freeze all the dependencies to particular versions
Giternal provides dead-simple management of external git dependencies. It only stores a small bit of metadata, letting you actively develop in any of the repos. Come deploy time, you can easily freeze freeze all the dependencies to particular versions
# Gadget Some methods for getting metadata and other deep details from a PostgreSQL database. ## Installation Add this line to your application's Gemfile: gem 'gadget' And then execute: $ bundle Or install it yourself as: $ gem install gadget ## Usage `#tables(conn)` Returns a list of all tables in the schema reachable through `conn`. `#columns(conn, tablename=nil)` Returns a list of all columns in the schema reachable through `conn`. If `tablename` is given, returns the columns in only that table. `#foreign_keys(conn, tablename=nil)` Returns a list of all foreign keys in the schema reachable through `conn`. If `tablename` is given, returns the foreign keys in only that table. `#constraints(conn, tablename=nil)` Returns a list of all constraints in the schema reachable through `conn`. If `tablename` is given, returns the constraints in only that table. `#dependencies(conn)` Returns a structure representing the dependencies between tables in the schema reachable through `conn`. Table A is defined as dependent on table B if A contains a foreign key reference to B. `#tables_in_dependency_order(conn)` Returns a list of all tables in the schema reachable through `conn`, ordered such that any given table appears later in the list than all of its dependencies. `#dependency_graph(conn)` Returns `.dot` script (suitable for feeding into Graphviz) describing the table dependency graph. `#functions(conn)` Returns a list of all functions in the schema reachable through `conn`. `#sequences(conn)` Returns a list of all sequences in the schema reachable through `conn`. `#triggers(conn)` Returns a list of all triggers in the schema reachable through `conn`. `#types(conn)` Returns a list of all types in the schema reachable through `conn`. ## Contributing 1. Fork it 2. Create your feature branch (`git checkout -b my-new-feature`) 3. Commit your changes (`git commit -am 'Add some feature'`) 4. Push to the branch (`git push origin my-new-feature`) 5. Create new Pull Request
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.