openhatch / oh-mainline

The code that runs openhatch.org
http://openhatch.org
GNU Affero General Public License v3.0
242 stars 310 forks source link

Fix Issue 1546 #1779

Closed doug-wade closed 8 years ago

doug-wade commented 8 years ago

The interesting commit is 7da1f20, which has the code copy-pasted from the diff in this comment.

197871b allows .log and .out files, which makes it easier to keep and ag the logs

» python manage.py runserver | tee oh.log
...
» ag oh.log "error"
ERR: Error stat()ing: error
ERR: Error opening directory error: No such file or directory

0a21df6 is because my text editor is configured to strip trailing whitespace by default.

codecov-io commented 8 years ago

Current coverage is 78.56%

Merging #1779 into master will not affect coverage as of 68dca88

@@            master   #1779   diff @@
======================================
  Files           70      70       
  Stmts         5935    5935       
  Branches         0       0       
  Methods          0       0       
======================================
  Hit           4663    4663       
  Partial          0       0       
  Missed        1272    1272       

Review entire Coverage Diff as of 68dca88


Uncovered Suggestions

  1. +0.51% via ...mplatetags/search.py#49...78
  2. +0.34% via ...mplatetags/search.py#83...102
  3. +0.31% via ...file/view_helpers.py#186...203
  4. See 7 more...

Powered by Codecov. Updated on successful CI builds.

doug-wade commented 8 years ago

Is there anything left to be done before we can merge this? At-ing members who commented on the issue this closes @ehashman @shaunagm @willingc

doug-wade commented 8 years ago

Looks like the project is abandoned, per https://github.com/openhatch/oh-mainline/commit/df26e2407cc3f00f45ba441f9021d31aa2d02742 ; closing