dynamoid

https://github.com/veraticus/dynamoid

Ruby ORM for Amazon's DynamoDB

Ci::ProcessPipelineService#update_retried

This method is for compatibility and data consistency and should be removed with 9.3 version of GitLab
This replicates what is db/post_migrate/20170416103934_upate_retried_for_ci_build.rb
and ensures that functionality will not be broken before migration is run
this updates only when there are data that needs to be updated, there are two groups with no retried flag

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-Ci--ProcessPipelineService-update_retried-for-pr


# Commit to git

git add git commit -m "better docs for Ci::ProcessPipelineService#update_retried"


# Open pull request

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

hub fork

git push <your name> -your-name--update-docs-Ci--ProcessPipelineService-update_retried-for-pr

hub pull-request


# Celebrate!