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.
Gitlab::ImportExport::ProjectTreeRestorer#create_relations
Loops through the tree of models defined in import_export.yml and finds them in the imported JSON so they can be instantiated and saved in the DB. The structure and relationships between models are guessed from the configuration yaml file too. Finally, it updates each attribute in the newly imported project.
Edit
git clone [email protected]:chriseppstein/compass.git
cd compass
open
Contribute
# Make a new branchgit checkout -b -your-name--update-docs-Gitlab--ImportExport--ProjectTreeRestorer-create_relations-for-pr
# Commit to gitgit add git commit -m "better docs for Gitlab::ImportExport::ProjectTreeRestorer#create_relations"
# Open pull requestgem install hub # on a mac you can `brew install hub`
hub fork
git push <your name> -your-name--update-docs-Gitlab--ImportExport--ProjectTreeRestorer-create_relations-for-pr
hub pull-request
# Celebrate!