dynamoid

https://github.com/veraticus/dynamoid

Ruby ORM for Amazon's DynamoDB

GitPushService#execute

This method will be called after each git update
and only if the provided user and project are present in GitLab.

All callbacks for post receive action should be placed here.

Next, this method:
 1. Creates the push event
 2. Updates merge requests
 3. Recognizes cross-references from commit messages
 4. Executes the project's webhooks
 5. Executes the project's services
 6. Checks if the project's main language has changed

Source | Google | Stack overflow

Edit

git clone [email protected]:veraticus/dynamoid.git

cd dynamoid

open

Contribute

# Make a new branch

git checkout -b -your-name--update-docs-GitPushService-execute-for-pr


# Commit to git

git add git commit -m "better docs for GitPushService#execute"


# Open pull request

gem install hub # on a mac you can `brew install hub`

hub fork

git push <your name> -your-name--update-docs-GitPushService-execute-for-pr

hub pull-request


# Celebrate!