compass
https://github.com/chriseppstein/compass
CSS
Compass is no longer actively maintained. Compass is a Stylesheet Authoring Environment that makes your website design simpler to implement and easier to maintain.
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
Edit
git clone [email protected]:chriseppstein/compass.git
cd compass
open
Contribute
# Make a new branchgit checkout -b -your-name--update-docs-Ci--ProcessPipelineService-update_retried-for-pr
# Commit to gitgit add git commit -m "better docs for Ci::ProcessPipelineService#update_retried"
# Open pull requestgem 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!