gitlabhq / grit

Grit gives you object oriented read/write access to Git repositories via Ruby. Patched for GitLab
gitlab.org
MIT License
59 stars 55 forks source link

Implemented grep support #19

Closed jacargentina closed 11 years ago

jacargentina commented 11 years ago

This is needed for gitlab code search support.

coveralls commented 11 years ago

Coverage decreased (-3.17%) when pulling 56a3f33362eb325bdefedf7a158d254541767e02 on jacargentina:grep into 42297cdcee16284d2e4eff23d41377f52fc28b9d on gitlabhq:master.

View Details

coveralls commented 11 years ago

Coverage increased (+0.01%) when pulling 958eb00e8b805167ca1460352c6ee109d124ab93 on jacargentina:grep into 42297cdcee16284d2e4eff23d41377f52fc28b9d on gitlabhq:master.

View Details

coveralls commented 11 years ago

Coverage increased (+0.06%) when pulling 78de42eea47174183e85cac7900bf35b04f4b0e9 on jacargentina:grep into 42297cdcee16284d2e4eff23d41377f52fc28b9d on gitlabhq:master.

View Details

akzhan commented 11 years ago

We need this for awesome Search feature.

coveralls commented 11 years ago

Coverage Status

Coverage decreased (-0.02%) when pulling 28f05c5d646037456af2abb768ec533bf04147a9 on jacargentina:grep into 42297cdcee16284d2e4eff23d41377f52fc28b9d on gitlabhq:master.

coveralls commented 11 years ago

Coverage Status

Coverage increased (+0.11%) when pulling bc0086b3ee43c5f9d8c89f39e3680b1d8e22051f on jacargentina:grep into 42297cdcee16284d2e4eff23d41377f52fc28b9d on gitlabhq:master.

jacargentina commented 11 years ago

Look http://github.com/gitlabhq/gitlabhq/pull/3592 for screenshots on this

coveralls commented 11 years ago

Coverage Status

Coverage remained the same when pulling cea676f119f2ede794322a3dcf1068dac6810626 on jacargentina:grep into 42297cdcee16284d2e4eff23d41377f52fc28b9d on gitlabhq:master.

dzaporozhets commented 11 years ago

thank you