In your node application, require gith and create a gith server. You can specify a port now, or you can use the .listen( portNumber ) method later. Pass an object of how you want to filter gith (if at all) and subscribe to an event.
github payload git-hook post-receiveGit hook to catch placeholders and temporary changes (TODO / @ignore) before you commit them. If you're security conscious, you may be reasonably suspicious of curling executable files. Here you're on HTTPS throughout though, and you're not piping directly to execution so you can check contents and the hash (against MD5 04baf1f87974681a92ee7fe8c0aa3aaa for v0.2.1) before using this, if you like.
git-hook git git-addons git-hooksGitTracker, or git-tracker, is a Git hook that will scan your current branch name looking for something it recognizes as a Pivotal Tracker story number. If it finds one, it will automagically add it, in the special format, to your commit message. You need to get the git-tracker binary onto your system.
pivotal-tracker git git-hook workflowSometimes, you want to perform several different actions in one git hook. For example, you might find several useful pre-commit hooks online, all of which you would like to enable in your git repository. One fragile way to accomplish this is to copy-and-paste all of the code from those various pre-commit hooks into the single hook that git requires, named hooks/pre-commit. This is, of course, impossible if some of those hooks are implemented in differing languages.
git-hooks git-hook gitImportant git hooks implemented using Nodejs for your project. You can easily run the pre-commit and pre-push Git hooks to avoid breaking the local master branch or the remote master.
git hooks git-hook npm pre-commit pre-push precommit testimagemin CLI designed for lint-staged usage with sensible defaults
imagemin minify lint-staged cli git-hook compress-imagesSimple git-hook integration for your gulp workflows. guppy streamlines and extends your git-hooks by integrating them with your gulp workflow. This enables you to have gulp tasks that run when triggered by a git-hook, which means you can do cool things like abort a commit if your tests are failing. Git-hooks can now be managed through npm, allowing them to automatically be installed and updated. And because they integrate with gulp, it's easy to modify the workflow and even combine hooks with your other gulp tasks.
git gulp git-hooks guppy-hooks gulp-tasks git-hook gulpplugin guppyTool to add all PHP internal functions and constants to its namespace by adding backslash to them. Function resolution without the backslash forces the PHP internals to verify for each function call if function or constant belongs to current namespace or the global namespace. With the backslash PHP does not check the current namespace and therefore execution is faster when using OP Cache.
git git-hooks git-hook ci php7 php-internals php-backslasher namespace backslashWhy? Because someone should look for forbidden functions that should be avoided in production. Typical examples are print_r, var_dump, exit and die function calls.
php7 git git-hooks git-hook ci quality quality-assurance composer forbidden-functionsThis gem provides you with a rake task to install rubocop as a git pre-commit hook. If rubocop finds any issues it will abort the commit. It will try to auto-correct all issues in the files that are being commited, but will abort the commit even if all issues can be auto-corrected so that you can verify the changes before actually commiting them. Although this gem has no tests it's battle tested and is in use at runtastic since years.
rubocop runtastic git-hookIt is exhausting to edit files again and again to have a consistent style. This project provides a Git pre-receive hook to validate pushed commits on the Git server side. The hook avoids all issues by rejecting any commit not matching the rules to get in to the repository in the first place. The pre-receive hook runs some checks on commits on its own, and searches for programming language specific syntax checkers on the PATH of the server to check changed files with them. The process is pretty fast, because only the added and modified files on the pushed commits are passed to the syntax checkers, also in parallel. It wouldn't slow you down unless your commits are touching hundreds of files.
syntax-checker git git-hook csslint htmlhint golint puppet-lint flake8 pep8 pyflakes rubocop shellcheck eslint jshint jscs standard phpcs pre-receive-hooks pre-receiveInstalls git hooks that will run in your Elixir project. Any git hook type is supported, check here the hooks list.
elixir-lang git-hooks git-hook elixir mix-tasks hexKudos for Johnathan Pulos for his amazing Gist 😉.
git git-hookA plugin for installing local hooks and running basic git related validation during your Maven build.
git hooks build maven linting installer maven-plugin git-hook project-management git-hooks enforcer enforce-conventions client-git-hooks local-git-hooks client-side-git-hooksGithub Enterprise pre-receive hook implementation for status validations: Commits and Pull Requests validated by running a python script that performs static validation of configuration repos used by Spring Cloud Config with .json, .yaml, .yml and .properties files. It implements the basic Pre-Receive hook steps detailed at https://help.github.com/enterprise/2.6/admin/guides/developer-workflow/creating-a-pre-receive-hook-script/.
pre-receive-hooks github-enterprise spring-boot git-hook github-hook git-hooks spring-cloud-config spring-cloud-config-repo spring-cloud-config-git spring-cloud-config-server spring-cloud-config-client git-pre-receive-hook
We have large collection of open source products. Follow the tags from
Tag Cloud >>
Open source products are scattered around the web. Please provide information
about the open source projects you own / you use.
Add Projects.