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.

ScheduleMergeRequestDiffMigrations#up

Assuming that there are 5 million rows affected (which is more than on
GitLab.com), and that each batch of 2,500 rows takes up to 5 minutes, then
we can migrate all the rows in 7 days.

On staging, plucking the IDs themselves takes 5 seconds.

Source | Google | Stack overflow

Edit

git clone [email protected]:chriseppstein/compass.git

cd compass

open

Contribute

# Make a new branch

git checkout -b -your-name--update-docs-ScheduleMergeRequestDiffMigrations-up-for-pr


# Commit to git

git add git commit -m "better docs for ScheduleMergeRequestDiffMigrations#up"


# Open pull request

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

hub fork

git push <your name> -your-name--update-docs-ScheduleMergeRequestDiffMigrations-up-for-pr

hub pull-request


# Celebrate!