scss.tmbundle
https://github.com/marioricalde/scss.tmbundle
The TextMate SCSS Official Bundle. Now Compatible with SublimeText2.
Gitlab::HealthChecks::FsShardsCheck.delete_test_file
All below test methods use shell commands to perform actions on storage volumes. In case a storage volume have connectivity problems causing pure Ruby IO operation to wait indefinitely, we can rely on shell commands to be terminated once `timeout` kills them. However we also fallback to pure Ruby file operations in case a specific shell command is missing so we are still able to perform healthchecks and gather metrics from such system.
Edit
git clone [email protected]:marioricalde/scss.tmbundle.git
cd scss.tmbundle
open
Contribute
# Make a new branchgit checkout -b -your-name--update-docs-Gitlab--HealthChecks--FsShardsCheck-delete_test_file-for-pr
# Commit to gitgit add git commit -m "better docs for Gitlab::HealthChecks::FsShardsCheck.delete_test_file"
# Open pull requestgem install hub # on a mac you can `brew install hub`
hub fork
git push <your name> -your-name--update-docs-Gitlab--HealthChecks--FsShardsCheck-delete_test_file-for-pr
hub pull-request
# Celebrate!